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

html,
body {
    overflow-x: hidden !important;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
    border: 0;
}

.elementor-button {
    position: relative;
}

[type="submit"].elementor-button:has(.elementor-button-icon),
.sec-btn .elementor-button:has(.elementor-button-icon) {
    padding-left: 55px;
}

[type="submit"].elementor-button:has(.elementor-button-icon):hover,
.sec-btn .elementor-button:has(.elementor-button-icon):hover {
    padding-right: 55px;
    padding-left: 24px;
}

[type="submit"].elementor-button {
    min-width: 196px;
}

.elementor-button .elementor-button-icon {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: var(--e-global-color-04f0d45);
    border-radius: 50%;
    color: var(--e-global-color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7px;
    transition: 0.7s;
    z-index: 5;
}

/* .elementor-button:hover {
    padding: 11px 65px 11px 26px;
} */

.elementor-button:hover .elementor-button-icon {
    left: calc(100% - 44px);
    transform: translate(0, -50%) rotate(360deg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

.elementor-message.elementor-message-danger::before {
    display: none;
}

/* .elementor-error .elementor-field {
    border-color: #ff0000 !important;
}

.elementor-error .elementor-message.elementor-help-inline {
    display: none;
} */

@media screen and (max-width: 480px) {
    .elementor-button .elementor-button-icon {
        width: 33px;
        height: 33px;
        left: 4px;
    }

    .elementor-button:hover .elementor-button-icon {
        left: calc(100% - 36px);
    }
}