/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

nav a:hover span {
    color: #FF681E !important;
}


/* ---------------Menu css--------------------- */
.e-n-menu-title {
    position: relative;
}

.e-n-menu-title-container {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.e-n-menu-title-container::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.e-n-menu-title:hover .e-n-menu-title-container::before {
    transform: scaleX(1);
}
#help-menu:hover .e-n-menu-title-text,
#help-menu:hover .e-n-menu-dropdown-icon {
    color: #89bc19 !important;
}
#help-menu .e-n-menu-title-container::before {
    background: #89bc19;
}
#work-menu:hover .e-n-menu-title-text {
    color: #b8a200 !important;
}
#work-menu .e-n-menu-title-container::before {
    background: #ffde21;
}
#office-menu:hover .e-n-menu-title-text {
    color: #ff681e !important;
}
#office-menu .e-n-menu-title-container::before {
    background: #ff681e;
}
#blog-menu:hover .e-n-menu-title-text {
    color: #89bc19 !important;
}
#blog-menu .e-n-menu-title-container::before {
    background: #89bc19;
}
#about-menu:hover .e-n-menu-title-text {
    color: #ff681e !important;
}
#about-menu .e-n-menu-title-container::before {
    background: #ff681e;
}
