/* 
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*/

.header-menu-element .menu-item::before {
  content: "";
  width: 90%;
  height: 6px;
  background-color: var(--e-global-color-accent);
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-46%, 0);
  border-radius: 0 0 10px 10px;
  opacity: 0;
  transition: all 0.3s !important;
}
.header-menu-element .menu-item:has(.elementor-item-active)::before {
  opacity: 1 !important;
}
.header-menu-element {
  box-shadow: 0 10px 30px #00000022 !important;
}

/*header*/

/*footer*/

.footer-container{
    z-index: -999 !important;
}
.footer-list-icons * {
  color: #2f2f2f !important;
}
.footer-social-icons .elementor-grid-item {
  filter: drop-shadow(0 7px 15px #00000055);
}
.footer-social-content {
  display: flex !important;
  flex-direction: column !important;
}

/*footer*/

/*global*/

html,
body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

/*global*/
