/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745399822
Updated: 2025-04-23 09:17:02

*/

.sidemenu ul li .elementor-item {
    width: fit-content;
    position: relative;
}

.sidemenu ul li .elementor-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fa8977 !important;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.sidemenu ul li .elementor-item:hover::after,
.sidemenu ul li .elementor-item.elementor-item-active::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.tax-solution::after {
    background-size: 101% 101%;
    content: "";
    height: 100%;
    position: absolute;
    transition: all .6s ease;
    width: 100%;
    left: -101%;
    top: 0;
}

.tax-solution:hover:after {
    background: var(--e-global-color-primary);
    left: 0;
    z-index: 0;
}

.sedcig {
    position: relative;
    overflow: hidden !important;
    height: 245px !important;
}

.sedcig:hover .elementor-widget-image {
    transition: all .6s ease;
    margin-top: -86px;
    opacity: 0;
}

.sedcig .elementor-widget-button {
    opacity: 0;
}

.sedcig:hover .elementor-widget-button {
    opacity: 1;
}

.elementor-icon-list-item .elementor-icon-list-text b {
    color: var( --e-global-color-397fc22 );
}

.wrapper-sticky-fixed {
    height: 0px !important;
}