/* =====================
   FOOTER GENERALE
===================== */

.site-footer {
    background-color: #111111;
    border-top: 5px solid #990000;
    color: #ededeb;
    padding: 40px 0;
}

/* Colonne del footer */
.site-footer .footer-col {
    margin-bottom: 25px;
}

/* Titoli */
.site-footer h3 {
    color: #ededeb;
    font-size: 20px;
    margin-bottom: 12px;
}

/* Testo paragrafi */
.site-footer p {
    color: #ededeb;              /* colore testo */
    font-size: 18px !important;            /* grandezza font */
    line-height: 1.6;
    margin: 0 0 10px 0;
}

/* Link */
.site-footer a {
    color: #ededeb;           /* colore link */
    text-decoration: none;    /* niente sottolineatura */
    font-weight: 500;
    font-size: 18px !important;     
}

.site-footer a:hover {
    color: #ededeb;           /* colore hover */
}

/* Bottone cookie */
.site-footer .btn-cookie {
    margin-top: 10px;
}



/* =====================
   BANDA BASSA COPYRIGHT
===================== */
.footer-bottom {
    text-align: center;
    padding: 15px 20px;
    background-color: #0a4d04;
    color: #ededeb;
    font-size: 18px !important;     
}

/* Testo paragrafi */
.footer-bottom p {
    color: #ededeb;
    font-size: 18px !important;         /* grandezza font */
}


/* Icone sotto i titoli */
.footer-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  color:#fa3737;
  transition: transform 0.2s ease, color 0.2s ease;
}

.footer-icon:hover {
  transform: scale(1.08);
  color: #fa3737;
}

