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



.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-inline-start: 0;
}


.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin-right: 0 !important;
}



@-webkit-keyframes wd-fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none;
    }

    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
}

@keyframes wd-fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none;
    }

    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
}

@-webkit-keyframes wd-fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wd-fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}


.section-subtitle .elementor-heading-title {
    position: relative;
    padding-left: 65px;
}

.section-subtitle .elementor-heading-title::before,
.section-subtitle .elementor-heading-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    height: 2px;
    background: currentColor;
}

.section-subtitle .elementor-heading-title::before {
    left: 0;
    width: 10px;
}

.section-subtitle .elementor-heading-title::after {
    left: 16px;
    width: 38px;
}

/* Sticky Header Styles */
.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

/* Desktop Styles (> 768px) */
@media (min-width: 769px) {
    .elementor-location-header {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .elementor-location-header.is-sticky {
        background: #fff;
        box-shadow: 0 2px 30px 1px rgba(0, 0, 0, 0.06);
    }

    .elementor-location-header.is-sticky .hzt-top-bar {
        display: none;
    }

    .elementor-location-header.is-sticky .hzt-main-header {
        min-height: 80px;
    }




    /*  主导航颜色 */
    .elementor-location-header.is-sticky .hzt-main-header .ep-megamenu .megamenu-header-default .bdt-navbar-nav>li>a {
        color: #222 !important;
    }

    /* 按钮颜色 */
    .elementor-location-header.is-sticky .hzt-main-header .elementor-button {
        color: #222 !important;
    }


    /* 图标颜色 */
    .elementor-location-header.is-sticky .elementor-icon svg {
        fill: var(--e-global-color-accent) !important;
    }


    /* logo */

    .elementor-location-header.is-sticky .elementor-widget-theme-site-logo a img {
        max-width: 190px;
    }

    @media only screen and (min-width: 992px) {
        .elementor-widget-theme-site-logo a img {
            -webkit-transform: scale(.82);
            transform: scale(.82);
        }
    }




}

/* Mobile Styles (<= 768px) */
@media (max-width: 768px) {
    .elementor-location-header {
        background-color: #fff;
    }
}