
.hero-microsoft-background {
    padding-top: 20px;
    background: url('/wp-content/uploads/2025/06/Microsoft-annoucement-website-background-2000x1000-1.png') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.microsoft-canvas {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
}


.hero-microsoft-background .fl-row-content-wrap {
    position: relative;
    z-index: 2;
    padding: 40px;
    color: #ffffff;
}

.hero-microsoft-background .fl-heading-text {
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.hero-microsoft-background .fl-rich-text p {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.capability-icon {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(200, 100, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    transform-origin: center center;
    opacity: 0;
    animation: fadeInOut 6s ease-in-out infinite;
}

.capability-icon svg {
    width: 60%;
    height: 60%;
    fill: #ffffff;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.1); }
}

.orbit-ring {
    display: none;
}

.fast-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(200, 100, 255, 0.9);
    box-shadow: 0 0 8px rgba(200, 100, 255, 0.8);
}
