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


.hero-title span {
    color: #ffffff;
}

.forminator-label {
    color: #222932 !important;
    font-weight: 600 !important;
    margin-bottom: 7px !important;
}

.forminator-input,
.forminator-textarea {
    border-radius: 7px !important;
    border: 1px solid #e5eaf1 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 11px !important;
}

.forminator-description {
    display: none !important;
}

.forminator-textarea {
    resize: none !important;
}

.forminator-button {
    box-shadow: none !important;
    background-color: transparent !important;
    font-family: "Raleway", Sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: none !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 0.9em !important;
    letter-spacing: 0px !important;
    background-image: linear-gradient(90deg, #158D9F 0%, #19ABC2 100%) !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 17px 40px 17px 40px !important;
    width: 50% !important;
    text-align: center !important;
}

.forminator-button:hover {
    background-image: linear-gradient(90deg, #19ABC2 0%, #158D9F 100%) !important;
}

.forminator-error-message {
    font-size: 12px !important;
    line-height: 1.1em !important;
    color: red !important;
}

.footer.elementor-location-footer{
    display: none !important;
}

@media (max-width: 767px) {
    .btn-ctn {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        text-align: center !important;
        margin: 15px auto 0 auto;
    }

    .forminator-button {
        width: 100% !important;
    }
    .icon-bx .elementor-image-box-wrapper{
        display: flex; gap: 14px;
    }
}