/* Footer istituzionale SIPAD condiviso */
.google-map-container,
.google-map-abs,
.google-map-skew,
.google-map { display: none !important; }

.site-footer-modern {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 3.4rem 0 0 !important;
  border-top: 6px solid #176b9e;
  background-color: #071827 !important;
  background-image: linear-gradient(180deg, #071827 0%, #092237 52%, #061522 100%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #dce8ef;
  font-family: inherit;
  text-align: left !important;
}

.site-footer-modern *,
.site-footer-modern *::before,
.site-footer-modern *::after { box-sizing: border-box; }
.site-footer-modern::before,
.site-footer-modern::after { display: none; }
.site-footer-modern > .container,
.site-footer-modern .footer-bottom > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.site-footer-modern .row { display: flex; flex-wrap: wrap; margin: -12px; }
.site-footer-modern .row > [class*="col-"] {
  width: 100%;
  padding: 12px;
  text-align: left !important;
}
.site-footer-modern .footer-logo {
  display: block;
  width: auto;
  max-width: 230px;
  height: 64px;
  margin-bottom: .8rem;
  object-fit: contain;
  object-position: left center;
}
.site-footer-modern .footer-intro {
  max-width: 420px;
  margin: 0 0 1rem;
  color: #aec2cf;
  font-size: .93rem;
  line-height: 1.55;
}
.site-footer-modern .footer-socials { display: flex; gap: .55rem; }
.site-footer-modern .footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.site-footer-modern .footer-socials a:hover,
.site-footer-modern .footer-socials a:focus {
  transform: translateY(-2px);
  border-color: #e79a28;
  background: #e79a28;
  color: #17324d;
}
.site-footer-modern .footer-title {
  margin: 0 0 .7rem;
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.site-footer-modern .footer-contact-list { margin: 0; padding: 0; list-style: none; }
.site-footer-modern .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: #c5d5df;
  font-size: .9rem;
  line-height: 1.45;
  text-align: left !important;
}
.site-footer-modern .footer-contact-list li + li { margin-top: .45rem; }
.site-footer-modern .footer-contact-list i {
  width: 18px;
  padding-top: .25rem;
  color: #e79a28;
  text-align: center;
}
.site-footer-modern .footer-contact-list a { color: #fff; text-decoration: none; }
.site-footer-modern .footer-secretary-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.5rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-left: 4px solid #e79a28;
  border-radius: 4px;
  background: rgba(255, 255, 255, .055);
}
.site-footer-modern .footer-secretary-strip strong { display: block; color: #fff; }
.site-footer-modern .footer-bottom {
  margin-top: 1.5rem;
  padding: .9rem 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
  background: rgba(0, 0, 0, .16);
  color: #91a9b8;
  font-size: .8rem;
}
.site-footer-modern .footer-bottom > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.site-footer-modern .footer-bottom a { color: #dce8ef; text-decoration: none; }
.site-footer-modern .footer-bottom a:hover,
.site-footer-modern .footer-bottom a:focus { color: #ffd58e; }

@media (min-width: 768px) {
  .site-footer-modern .col-md-6 { width: 50% !important; }
  .site-footer-modern .footer-bottom > .container { flex-direction: row; }
}
@media (min-width: 992px) {
  .site-footer-modern .col-lg-3 { width: 25% !important; }
  .site-footer-modern .col-lg-4 { width: 33.333333% !important; }
  .site-footer-modern .col-lg-5 { width: 41.666667% !important; }
}
@media (max-width: 767.98px) {
  .site-footer-modern { padding-top: 3rem !important; }
  .site-footer-modern .footer-secretary-strip { align-items: flex-start; flex-direction: column; }
  .site-footer-modern .footer-bottom { text-align: center; }
}
