.elementor-widget-floating_bg_327e528c {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.fbg-container-327e528c {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: background 0.3s;
}

.fbg-interactive-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.fbg-particle {
    position: absolute;
    pointer-events: none;
    will-change: transform, opacity;
    opacity: 0.6;
    transition: transform 0.1s ease-out;
}

.fbg-particle.is-sphere {
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #FFF 0%, #D2A137 60%, #9C721A 100%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.fbg-wave {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 120%;
    opacity: 0.25;
    pointer-events: none;
    animation: fbgWaveFloat 12s ease-in-out infinite alternate;
}

@keyframes fbgWaveFloat {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-15px) rotate(2deg); }\n}\n