/*
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: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1680024010
Updated: 2023-03-28 10:20:10

*/

.blur-overlay {
    backdrop-filter: blur(3px); 
    -webkit-backdrop-filter: blur(3px); 
    background-color: rgba(0, 59, 92, 0.2); 
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 30px;
}

.hero-gradient-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.85) 100%
    );
    pointer-events: none;
    z-index: 1; 
    opacity: 0.45; 
}

.hero-gradient-overlay > .elementor-container,
.hero-gradient-overlay > .e-con-inner,
.hero-gradient-overlay > .e-con {
    position: relative;
    z-index: 2 !important;
}