/* ======================================================
   CLIMACALOR - CUSTOM CSS
   Menu Mobile Stile Chiaro (Versione Light)
   ====================================================== */

/* Sfondo traslucido dietro al menu */
.mobile-menu .menu-backdrop {
  background: rgba(0, 0, 0, 0.25) !important;
}

/* Pannello menu */
.mobile-menu .menu-box {
  background: #ffffff !important;
  color: #112A80 !important;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  border-left: 4px solid #112A80;
}

/* Logo */
.mobile-menu .nav-logo img {
  filter: none !important;
}

/* Link principali del menu */
.mobile-menu .menu-box a {
  color: #112A80 !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mobile-menu .menu-box a:hover {
  color: #d62828 !important;
}

/* Icona di chiusura */
.mobile-menu .close-btn {
  color: #112A80 !important;
  background: #f2f2f2 !important;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  transition: all 0.3s ease;
}

.mobile-menu .close-btn:hover {
  background: #112A80 !important;
  color: #fff !important;
}

/* Sezione contatti */
.mobile-menu .contact-info {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 15px;
  color: #333;
}

.mobile-menu .contact-info h4 {
  color: #112A80;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.mobile-menu .contact-info a {
  color: #112A80;
  text-decoration: none;
}

.mobile-menu .contact-info a:hover {
  color: #d62828;
}

/* Social icons */
.mobile-menu .social-links li a {
  color: #112A80 !important;
  font-size: 20px;
  transition: color 0.3s ease;
}

.mobile-menu .social-links li a:hover {
  color: #d62828 !important;
}
/* Base: mantieni il colore corrente e abilita transizione */
.header-top-two .top-inner .info a {
  color: inherit;
  transition: color 0.3s ease;
}

/* Hover/focus: giallo oro */
.header-top-two .top-inner .info a:hover,
.header-top-two .top-inner .info a:focus {
  color: #FFD700 !important;
}
/* --- Footer: link gialli al passaggio del mouse --- */
.footer-16 a {
  color: inherit;
  transition: color 0.3s ease;
}

.footer-16 a:hover,
.footer-16 a:focus {
  color: #FFD700 !important; /* giallo oro */
}
/* --- Footer Bottom centrato --- */
.footer-bottom .bottom-inner {
  display: flex;
  flex-direction: column;     /* elementi uno sopra l’altro */
  align-items: center;        /* centrati orizzontalmente */
  justify-content: center;    /* centrati verticalmente */
  text-align: center;         /* allinea il testo al centro */
}

/* Rimuove i float preesistenti */
.footer-bottom .copyright,
.footer-bottom .footer-nav {
  float: none !important;
}

/* Spaziatura tra le due righe */
.footer-bottom .footer-nav {
  margin-top: 10px; /* puoi aumentare se vuoi più distacco */
  display: flex;
  gap: 20px; /* spazio orizzontale tra i link */
  justify-content: center;
  padding: 0;
}

/* Link nel footer: colore e hover coerenti */
.footer-bottom .footer-nav a {
  color: inherit;
  transition: color 0.3s ease;
}

.footer-bottom .footer-nav a:hover {
  color: #FFD700 !important; /* giallo oro */
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
