/* Leadership Section Template Background */
.leadership-connections {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.template-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/template.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;
}

.template-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 139, 0.6) 0%, rgba(210, 105, 30, 0.4) 100%);
    backdrop-filter: blur(2px);
    z-index: 2;
}