/* 3D Backgrounds Styles */
#mission-section, #vision-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#mission-section .container,
#vision-section .container {
    position: relative;
    z-index: 10;
}

#mission-canvas, #vision-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
