/* Footer styles - Additional styles beyond Bootstrap */
/* Most footer styles are in styles.css (Bootstrap) */

/* Custom footer adjustments */
.text-center.fixed-bottom {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 0 !important;
  right: 0 !important;
  overflow-x: hidden !important;
  box-sizing: border-box;
  z-index: -1;
}

/* Footer icons container - Add bottom margin to avoid overlap with fixed footer */
.footer-icons {
  padding-bottom: 80px;
}
