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


/*header*/

a.mdp-buttoner-link.elementor-animation- {
    background: url(/wp-content/uploads/2025/06/Link_mask-group.png)no-repeat !important;
    border: 0px !important;
    background-size: 100% 100% !important;
    transition: .2s all ease;
}

a.mdp-buttoner-link.elementor-animation-:hover {
    border: 2px solid red !important;
    background: none !important;
}

/*footerbtn*/

.elementor-129 .elementor-element.elementor-element-58c6e2bb .elementor-button[type="submit"] {
    font-size: 18px;
    line-height: 1.3em;
    background-color: #F92626;
    padding: 18px 39px 15px;
    border: 2px solid #F92626;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    font-family: chakra petch, sans-serif;
}

.elementor-129 .elementor-element.elementor-element-58c6e2bb .elementor-button[type="submit"]:hover {
    color: #fff;
    background-color: initial;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 20px);
}
