/*
	Theme Name: Hello Biz
	Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Copyright: Elementor Team
	Version: 1.2.2
	Stable tag: 1.2.2
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-biz
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/


.hero-bg {
    position: relative;
}

.hero-bg::before {
    content: "";
    background: radial-gradient(ellipse 900px 300px at 15% 35%, rgba(255,255,255,.55) 0%, transparent 70%),
        radial-gradient(ellipse 700px 220px at 78% 20%, rgba(255,255,255,.45) 0%, transparent 70%),
        radial-gradient(ellipse 500px 180px at 50% 60%, rgba(255,255,255,.35) 0%, transparent 70%),
        linear-gradient(175deg, #4f8cff 0%, #7cb8ff 35%, #dceeff 65%, #f0f2f5 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0.4;
    z-index: 2;
}