/* 
   REQUIRED CLASS: .liquidGlassEffect
   FEATURE: Liquid Glass Background (Box/Container)
   INSTRUCTION: Add this class to any Div, Column, or Section to activate the liquid background effect.
*/
.liquidGlassEffect {
    position: relative;
    /* Ensure hardware acceleration for smoother filters */
    transform: translateZ(0);
    /* Essential for backdrop-filter to work in some contexts */
    z-index: 1;
}


/* Ensure no background interference */
.liquidGlassEffect {
    background-color: transparent !important;
}