/* Single shared footer — same on every page (not dependent on Bootstrap 3/5). */

#site-footer {
  background-color: #111 !important;
  color: #fff;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 5;
}

#site-footer,
#site-footer p,
#site-footer a,
#site-footer h4,
#site-footer span,
#site-footer li,
#site-footer .footer-section-title,
#site-footer .footer-qr-label,
#site-footer .footer-copyright,
#site-footer .footerpara {
  font-family: "Trueno", Arial, sans-serif !important;
  font-weight: 400 !important;
}

#site-footer .footer-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

#site-footer .footer-main-row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px 24px;
  padding-top: 48px;
  margin: 0 !important;
  width: 100%;
  float: none !important;
}

#site-footer .footer-col {
  flex: 1 1 280px;
  max-width: 100%;
  width: auto !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 16px !important;
  box-sizing: border-box;
}

#site-footer .footer-qr-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 38px;
  flex-wrap: wrap;
}

#site-footer .footer-qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

#site-footer .footer-qr-item img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
  margin: 0;
  background: transparent;
  padding: 0;
  max-width: 100%;
}

#site-footer .footer-qr-label {
  font-size: 11px !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}

#site-footer .footer-section-title {
  font-size: 28px !important;
  margin: 0 0 18px !important;
  color: #fff !important;
  text-transform: none;
  line-height: 1.25;
}

#site-footer .footer-links-col,
#site-footer .footer-contact-col {
  text-align: center;
}

#site-footer .footerpara {
  font-size: 17px !important;
  margin: 0;
  line-height: 1.8;
  color: #fff;
}

#site-footer .footerpara a,
#site-footer .footerpara a:link,
#site-footer .footerpara a:visited,
#site-footer .footerpara a:hover,
#site-footer .footerpara a:focus,
#site-footer .footerpara a:active,
#site-footer .footer-links-inline a,
#site-footer .footer-links-inline a:link,
#site-footer .footer-links-inline a:visited,
#site-footer .footer-links-inline a:hover,
#site-footer .footer-links-inline a:focus,
#site-footer .footer-links-inline a:active,
#site-footer .footer-contact-col .footerpara a,
#site-footer .footer-contact-col .footerpara a:link,
#site-footer .footer-contact-col .footerpara a:visited,
#site-footer .footer-contact-col .footerpara a:hover,
#site-footer .footer-contact-col .footerpara a:focus,
#site-footer .footer-contact-col .footerpara a:active {
  border-bottom: 0;
  text-decoration: none !important;
  font-style: normal;
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff;
}

#site-footer .footer-links-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  font-size: 17px !important;
}

#site-footer .footer-links-inline a {
  white-space: nowrap;
}

#site-footer .footer-contact-divider {
  display: block;
  width: 200px;
  max-width: 85%;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  border: 0;
  margin: 12px auto;
  padding: 0;
}

#site-footer .footer-seo-links {
  padding: 28px 0 8px;
  text-align: center;
}

#site-footer .footer-seo-links .footer-section-title {
  margin-bottom: 14px !important;
}

#site-footer .footer-seo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 10px;
  justify-items: center;
}

#site-footer .footer-seo-list a {
  color: #fff !important;
  text-decoration: none;
  font-size: 16px !important;
  line-height: 1.45;
}

#site-footer .footer-seo-list a:hover {
  opacity: 0.75;
}

#site-footer .footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  opacity: 1;
}

#site-footer .footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 28px;
  padding-bottom: 24px;
}

#site-footer .footer-social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  justify-content: flex-start;
  margin-top: 4px;
}

#site-footer .footer-social-row a {
  margin: 0;
  flex-shrink: 0;
}

#site-footer .fa-brands {
  background: white !important;
  color: black !important;
  height: 41px !important;
  width: 42px !important;
  border-radius: 100%;
  font-size: 25px !important;
  justify-content: space-around;
  display: inline-flex;
  align-items: center;
}

#site-footer .footer-copyright {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

#site-footer .footer-copyright a {
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  #site-footer .footer-main-row {
    justify-content: center;
  }

  #site-footer .footer-col {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #site-footer .footer-qr-group {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #site-footer .footer-seo-list {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  #site-footer .footer-seo-list a {
    font-size: 15px !important;
  }

  #site-footer .footer-qr-group {
    gap: 24px;
  }

  #site-footer .footer-qr-item img {
    width: 90px;
    height: 90px;
  }

  #site-footer .footer-section-title {
    font-size: 24px !important;
  }

  #site-footer .footer-links-inline,
  #site-footer .footerpara {
    font-size: 16px !important;
  }

  #site-footer .footer-bottom-row {
    justify-content: center;
    text-align: center;
  }

  #site-footer .footer-social-row {
    justify-content: center;
    width: 100%;
  }

  #site-footer .fa-brands {
    height: 36px !important;
    width: 36px !important;
    font-size: 20px !important;
  }
}
