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

a {
    color: inherit;
}

.fit_content, .fit_content .elementor-widget-container{
    width: fit-content !important;
}

button.btn_menu{
    padding: 9px 30px !important;
    border: none;
    font-weight: 600;
    display: flex;
justify-content: center;
align-items: center;
gap: 10px;
transition: all ease-in-out .3s;
}

button.btn_menu:hover{
    transform: scale(.97);
}


span.icon_arrow{
    content: url('/wp-content/uploads/2025/06/arrow-right.svg');
    width: 14px;
    height: 14px;
}

.elementor-menu-toggle__icon--open, .elementor-menu-toggle__icon--close {
  height: 22px;
}


.blue{ 
    color: #2F3792;
}

.elementor-widget-text-editor ul{
    padding-inline-start: 20px;
}