.ah-8b71bcd2-container {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.ah-8b71bcd2-overlay {
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    z-index: 0;
}

.ah-8b71bcd2-content {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    max-width: 1200px;
}

.ah-8b71bcd2-header {
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.ah-8b71bcd2-subheader {
    margin-top: 0;
    font-weight: 300;
}

.ah-8b71bcd2-header .letter {
    display: inline-block;
    transition: color 2.5s ease-in-out, text-shadow 2.5s ease-in-out;
}

.ah-8b71bcd2-header .letter.animating {
    /* Color and text-shadow are handled by Elementor controls via the class */
}