/* Strategic Partners Template Background */
.strategic-partners {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.strategic-partners .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.2;
    z-index: 1;
}

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

.strategic-partners .container {
    position: relative;
    z-index: 3;
}

.strategic-partners .section-title {
    color: white;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #ffffff, #D2691E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}