/*
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.4.5.1766467765
Updated: 2025-12-23 05:29:25

*/

.button-glowslide .elementor-button {
    position: relative;
    overflow: hidden;
}

/* Text wrapper */
.button-glowslide .elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
    mix-blend-mode: normal;}

/* Animated background */
.button-glowslide .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background:#5db5e17a;
    transform: skew(30deg) translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.3, 1, 0.8, 1);
    z-index: 1;
}

/* Hover animation */
.button-glowslide .elementor-button:hover::before {
    transform: skew(30deg) translateX(100%);
}

/*----------Accordian------*/
.accordian-style1 .e-n-accordion-item-title{box-shadow: 0 -90px 25px 0 rgba(162, 174, 221, 0.00), 0 -58px 23px 0 rgba(162, 174, 221, 0.01), 0 -32px 19px 0 rgba(162, 174, 221, 0.03), 0 -14px 14px 0 rgba(162, 174, 221, 0.04), 0 -4px 8px 0 rgba(162, 174, 221, 0.05);}
.accordian-style1 .e-n-accordion-item-title-text{font-weight: 500!important; color: var(--n-accordion-title-normal-color)!important;}
.accordian-style1 .e-n-accordion-item[open] .e-n-accordion-item-title-text{color:#fff!important;}

