/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2024 | 08:11:48 */
.hero-headline-background{
	display: flex;
padding: 50px;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
gap: 28px; /* Supported in Safari 14+ */
border-radius: 20px;
background: rgba(255, 255, 255, 0.10);
-webkit-background-clip: padding-box; /* Fix for transparency rendering */
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px); /* Safari compatibility */

/* Fallback for gap in older Safari */
> * + * {
    margin-top: 28px; /* Manual spacing */
}

}

