/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor, Driving School
Author: Talha Rasheed
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

body {
    background-color: #151515;
    overflow-x:hidden!important;
}
.menu-button a{
    background-color: #01FE21;
    color: #000000 !important;
    padding: 8px 20px !important;
    margin-left: 3px !important;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, padding 0.3s ease;
}
.menu-button a:hover{
    background-color: #fff !important;
} 
.icon.icon-arrow-point-to-down::before {
  content: "▾"!important;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px); /* lift up slightly */
}
.ekit-wid-con svg {
    width: 2em!important;
    height: 2em!important;
}
/* WPML language switcher dropdown extra width fix */
.wpml-ls-item ul.elementskit-dropdown.elementskit-submenu-panel{
    min-width: fit-content!important;
}