/* ==============================
   FQC Footer CSS (MISMO DISEÑO)
   ============================== */

/* Centrado y corrección de anchos SOLO en el footer */
.footer .copyright{
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
}
.footer .fqc-madeby{
  text-align: center !important;
  font-size: 12px !important;
  color: #6c757d !important; /* nota: se sobreescribe por reglas del footer */
  margin-top: -15px;
}

/* === Compactar verticalmente el footer === */
.footer .primary-footer .p-4,
.footer .primary-footer .p-md-6,
.footer .primary-footer .white-bg.p-4,
.footer .primary-footer .white-bg.p-md-6{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.footer .copyright{
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  margin-top: .75rem !important;
}
.footer .fqc-madeby{
  margin-top: .25rem !important;
}

/* Clases FQC (se conservan) */
.fqc_naranja { color:#ff8f0f !important; font-family:Century Gothic !important; }
.fqc_azul    { color:#205b8c !important;  font-family:Century Gothic !important; }
.fqc_blanco  { color:#ffffff !important;  font-family:Century Gothic !important; }
.fqc_negro   { color:#000000 !important;  font-family:Century Gothic !important; }

/* ===== FQC Footer brand ===== */
footer.footer{
  --fqc-azul:#205b8c;
  --fqc-naranja:#ff8f0f;
  --fqc-blanco:#ffffff;
}
footer.footer .primary-footer{
  background:var(--fqc-azul) !important;
  color:var(--fqc-blanco) !important;
}
footer.footer .white-bg{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}
footer.footer h5{
  color:var(--fqc-naranja) !important;
  font-weight:700 !important;
}
footer.footer,
footer.footer p,
footer.footer li,
footer.footer a{
  color:var(--fqc-blanco) !important;
}
footer.footer a:hover,
footer.footer .footer-list a:hover{
  color:var(--fqc-naranja) !important;
  text-decoration:none;
}
footer.footer .copyright .la-heart{
  color:var(--fqc-blanco) !important;
}
footer.footer .copyright a[href*="firstqualitychemicals.com"]{
  color:var(--fqc-naranja) !important;
  font-weight:700 !important;
  text-decoration:none !important;
  border-bottom:0 !important;
}
footer.footer .copyright,
footer.footer .fqc-madeby{
  background:transparent !important;
  color:var(--fqc-blanco) !important;
}

/* Redes sin recuadro */
footer.footer .footer-social .list-inline-item{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  margin-right:8px;
}
footer.footer .footer-social .list-inline-item a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:transparent !important;
  box-shadow:none !important;
  transition:background-color .2s ease, transform .2s ease;
}
footer.footer .footer-social .list-inline-item a:hover,
footer.footer .footer-social .list-inline-item a:focus{
  background:rgba(255,255,255,.15) !important;
  transform:translateY(-1px);
  outline:none;
}
footer.footer .footer-social img{
  display:block;
  width:24px;
  height:24px;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
footer.footer .social-icons li a,
footer.footer .social-colored li a{
  background:transparent !important;
  border:0 !important;
}

/* Contact list */
.fqc-contact-list{
  display:grid;
  grid-auto-rows:min-content;
  row-gap:20px;
  margin:0;
  padding:0;
  list-style:none;
}
.fqc-contact-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0;
}

/* Barra inferior del footer */
footer.footer .copyright-bar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:.75rem 1rem !important;
}
footer.footer .copyright-bar .privacy-link{
  margin-right:auto;
  color:var(--fqc-blanco) !important;
  font-weight:600;
  text-decoration:none;
}
footer.footer .copyright-bar .privacy-link:hover{
  color:var(--fqc-naranja) !important;
  text-decoration:none;
}
footer.footer .copyright-bar .right-slot{
  margin-left:auto;
}
