/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 10:48:38 */
.tg-site-footer-widgets {
    position: relative;
    overflow: hidden; /* Importante per evitare che l'overlay esca fuori */
}

.tg-site-footer-widgets::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6); /* Cambia l'opacità per scurire di più o di meno */
    z-index: 1;
    pointer-events: none; /* Così non blocca i click */
}



.tg-site-footer-widgets > * {
    position: relative;
    z-index: 2;
}