/* 
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;}
.mainmenu{position: absolute; width: 100%;}
textarea {
    border-radius: 25px !important;
}
.elementor-field-type-date,.elementor-field-type-time{position: relative;}
.elementor-field-type-date:after {
    content: '';
    background-image: url(../../uploads/2025/06/date.svg);
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 11;
    right: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.elementor-field-type-time:after {
    content: '';
    background-image: url(../../uploads/2025/06/time.svg);
    position: absolute;
    width: 20px;
    height: 19px;
    z-index: 11;
    right: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container{background: linear-gradient(200deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);}