/* 
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 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    box-shadow: 0 0 0 30px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.underline-fit li a {
    width: fit-content;
}

form.elementor-form input.elementor-field,
form.elementor-form textarea.elementor-field {
    outline: none !important;
    box-shadow: none !important;
}

form.elementor-form input.elementor-field,
form.elementor-form textarea.elementor-field {
    padding: 10px 0;
}

.contact-form .elementor-field-type-submit {
    margin-top: 40px;
}

.common-text ul {
    margin: 0 0 25px;
}

a.elementor-button::after {
    content: "";
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
    height: 1px;
    background: #351D14;
    transition: all 0.3s ease-in-out;
}

a.elementor-button:hover::after {
    width: 30%;
}

.newsletter-form .elementor-form-fields-wrapper {
    border-bottom: 1px solid var(--e-global-color-secondary);
}

span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    display: none;
}

@media screen and (max-width:540px) {
    .policy-list ul.elementor-icon-list-items {
        flex-direction: column;
        margin-inline: 0 !important;
    }
    .policy-list ul.elementor-icon-list-items li{
        margin:0 !important;
    }
}