/* Footer overlap fix for all pages */
footer {
  clear: both;
  position: relative;
  z-index: 2;
  margin-top: 60px !important;
  min-height: 200px;
}

.main-content {
  min-height: 60vh;
  margin-bottom: 40px;
}

/* Ensure the last section above the footer has margin-bottom */
section:last-of-type, .content:last-child, .container:last-child {
  margin-bottom: 40px;
}
