.elementor-17578 .elementor-element.elementor-element-f3aaece{--display:flex;}body.elementor-page-17578:not(.elementor-motion-effects-element-type-background), body.elementor-page-17578 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010203;}/* Start custom CSS */.hero-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.hero-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
/* HERO CONTAINER */
.hero-header {
    position: relative;
    height: 70vh;
    overflow: hidden;
    padding-bottom: 40px;
    text-align: center;
}

/* BACKGROUND IMAGE */
.hero-header .hero-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
    z-index: 1;
}

/* GRADIENT OVERLAY */
.hero-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));
    z-index: 2;
}

/* TITLE */
.hero-header .hero-title {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px;
}

/* SUBTITLE */
.hero-header .hero-subtitle {
    position: relative;
    z-index: 3;
    color: #eee;
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 15px;
}

/* META INFO */
.hero-header .hero-meta {
    position: relative;
    z-index: 3;
    color: #ddd;
    opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 768px){
    .hero-header { height: 55vh; }
    .hero-header .hero-title { font-size: 32px; }
    .hero-header .hero-subtitle { font-size: 16px; }
}/* End custom CSS */