.phb-wrapper-76 {
    position: relative;
    width: 100%;
    /* width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; -> Optional: force full width breakout if needed, but Elementor container stretch is better */
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    overflow: hidden;
}

/* Default fallback color if no image */
.phb-wrapper-76 {
    background-color: #2c3e50; 
}

/* Dark Overlay */
.phb-wrapper-76::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}

.phb-content {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.phb-title {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .phb-title {
        font-size: 36px;
    }
}
