/* footer */

.img-footer{
    background-image: url("../../../uploads/2025/06/Logo_IT3EMME.png");
    background-repeat: no-repeat;
    background-size: 250px;
    height: 180px;
    background-position: center;
    background-color: var(--colore-secondario);
}
/* Pulsante WhatsApp */
#pulsantecontattowa {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    font-size: 2.2em;
    padding: 8px 16px 8px 16px;
}

.whatsapp-icon {
    transition: all .2s ease-in;
    word-wrap: unset;
    color: #fff !important;
    background-color: #59CE72 !important;
    border: 2px solid #128C7E !important;
}
.whatsapp-icon:hover {
    background-color: #128C7E !important;
}

#footer-widget .widget{
    padding-top: 0px;
    padding-bottom: 40px;
    font-size: 1.2em;
}

#footer-widget h2{
    color: #fff;
    text-transform: uppercase;
}
#footer-2{
    text-align: center;
}
#footer-3{
    text-align: right;
}
#menu-menu-2 > li > a,
a{
    color: #fff;
    text-align: left;
    padding: 0px 0px 5px;
}
#menu-menu-2 > li > a:hover,
a:hover{
    color: var(--colore-primario);
    background-color: inherit;
    text-decoration: none;
}
#colophon{
    border-top: 2px solid var(--colore-primario);
}
.site-info{
    text-align: center;
}

#scrollToTopBtn{
    position: fixed;
    bottom: 40px;
    right: 30px;
    padding: 10px 15px;
    font-size: 16px;
    background-color: var(--colore-secondario);
    color: var(--colore-primario);
    border: 2px solid var(--colore-primario);
    border-radius: 10px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


#collapseContent{
    border-top: 1px dashed var(--colore-primario);
    background-color: rgb(2, 88, 109);
    height: 50px;
    text-align: center;
    padding-top: 10px;
}

#credits-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#credits-content b {
    color: var(--colore-primario);
}
#credits-content a{
    font-weight: 400;
}
#credits-content a:hover{
    color: var(--colore-primario);
}
.iub__us-widget{
    display: none!important;
}
.iubenda-cs-preferences-link.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-custom]{
    position: fixed!important;
    bottom: 80px!important;
    right: 21px!important;
}
.iubenda-embed:not(.iubenda-nostyle){
    background-color: initial!important;
    background-image: none!important;
}
@media screen and (min-width: 992px) {
    #scrollToTopBtn:hover{
        background-color: var(--colore-primario);
        color: var(--colore-secondario);
        border: 2px solid var(--colore-secondario);
    }
}
@media screen and (max-width: 767px) {
    #footer-widget .widget{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    #footer-2,#footer-3{
        text-align: left;
    }
    #collapseContent{
        height: 80px;
    }
    #credits-content b {
        display: block;
    }
    #scrollToTopBtn{
        bottom: 30px;
        right: 10px;
    }

    .iubenda-cs-preferences-link.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-custom]{
        bottom: 75px!important;
        right: 0px!important;
    }
}
