/* Ensure no white space below footer */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Hero section for menu page */
.hero-section {
  min-height: 500px;
  background: linear-gradient(135deg, #bc1823 0%, #8b1318 100%);
}

