/* 
Theme Name: Hello Elementor Child
Theme URI: ...
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Clickysoft Team
Author URI: https://clickysoft.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
*/

/* Add your custom styles here */





.sticky-header.elementor-sticky--effects {
    background: linear-gradient(rgba(0, 0, 0, 0.2), #c1b6df7a), linear-gradient(90deg, #c1b6df 11%, #c1b6df9c 47%, #b9e1e321 74%, #b9e1e3d4 88%) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    height: 120px;
    transition: transform 0.45s 
ease-in-out;
}