.contImgFooter {
    max-width:256px;
    height:auto;
    text-align:center;
    margin:auto;
}
.containerMappa
{
    padding:2%;
    width:100%;
    height:100%;
}
.containerMappa iframe
{
    width:100%;
    height:100%;
}
.footerCont{
    padding-top:1rem;
    padding-bottom:1rem;
}
footer a
{
    text-decoration: none;
}
.aziendaInf
{
    font-size: 1.7rem;
}
.infoCreazione
{
    padding-top:1%;
    padding-bottom:1%;
}

/*bottone whatsapp*/
.wsButton{
    position:fixed;
    background:#25D366;
    color:white;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius:100%;
    width:3rem;
    height:3rem;
    padding:0;
    text-align:center;
    position:fixed;
    bottom:1rem;
    right:1rem;
    font-size:1.5rem;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all 500ms;
    z-index: 1000;
    text-decoration: none;
}
.wsButton:hover{
    cursor: pointer;
    background: #128C7E;
}

.toTop{
    position:fixed;
    background: rgba(0, 0, 0, 0.5);
    border:none;
    bottom:5rem;
    right:1rem;
    width:3rem;
    height:3rem;
    border-radius:100%;
    font-size:1.5rem;
    text-align: center;
    transition: all 500ms;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all 500ms;
}
.toTop i{
    color:white;
    line-height: 60px;
}

.toTop:hover {
    cursor: pointer;
    background: var(--first-color);
}
.toTop.show {
    opacity: 1;
    visibility: visible;
}

/* Footer B2B layout */
footer {
    background: var(--surface-0);
    color: var(--text-muted);
}
.footer-main {
    padding: 48px 0;
    border-top: 1px solid var(--border-soft);
}
.footer-company-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2px;
}
.footer-che {
    font-size: 0.8rem;
    opacity: 0.5;
    margin-bottom: 8px;
}
.footer-address {
    font-size: 0.875rem;
}
.footer-muted {
    opacity: 0.65;
    font-size: 0.875rem;
}
.footer-icon-muted {
    opacity: 0.45;
    font-size: 0.8rem;
}
.footer-col-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.45;
    margin-bottom: 12px;
}
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav-list li {
    margin-bottom: 8px;
}
.footer-nav-list a {
    font-size: 0.875rem;
    color: var(--text-muted);
    transition: color 0.2s;
}
.footer-nav-list a:hover { color: var(--text-strong); }
.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-contact-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--text-muted);
    transition: color 0.2s;
}
.footer-contact-list a:hover { color: var(--text-strong); }
.footer-contact-list i { width: 14px; text-align: center; }
.footer-social {
    display: flex;
    gap: 8px;
}
.footer-social a {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--border-med);
    display: grid;
    place-items: center;
    font-size: 13px;
    color: var(--text-muted);
    transition: all 0.2s;
    text-decoration: none;
}
.footer-social a:hover {
    border-color: var(--accent);
    color: var(--accent);
}
.footer-partner-btn {
    display: block;
    width: 100%;
    padding: 8px 14px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 14px;
    transition: all 0.2s;
    text-decoration: none;
    opacity: 0.85;
}
.footer-partner-btn:hover {
    border-color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.05);
    opacity: 1;
}
[data-bs-theme="light"] .footer-partner-btn {
    border-color: rgba(14,30,55,0.25);
    color: var(--first-color);
}
[data-bs-theme="light"] .footer-partner-btn:hover {
    background: rgba(14,30,55,0.04);
    border-color: rgba(14,30,55,0.4);
}