body.SiteBackground{background-image:url('https://resx.octorate.com/content/439283/1718452917564.jpg')}.call-now {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;

    background-color: #1f6f5c; /* verde elegante, stile natura */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

    padding: 14px 22px;
    border-radius: 50px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.call-now:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

/* Nascondilo su desktop se vuoi solo mobile */
@media (min-width: 1024px) {
    .call-now {
        display: none;
    }
}
.call-now {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;

    background-color: #1f6f5c; /* verde elegante, stile natura */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

    padding: 14px 22px;
    border-radius: 50px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.call-now:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

/* Nascondilo su desktop se vuoi solo mobile */
@media (min-width: 1024px) {
    .call-now {
        display: none;
    }
}