/* Custom CSS for Opttus Pharma */

/* Fix footer spacing issue */
#footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.footer-main {
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

/* Ensure proper footer layout */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 40px 0;
}

.footer-section {
  margin-bottom: 0;
}

.footer-bottom {
  border-top: 1px solid #444;
  padding: 20px 0;
  margin-top: 0;
}

/* Remove any unwanted spacing */
body {
  margin-bottom: 0;
}

.container {
  margin-bottom: 0;
}

/* Ensure footer stays at bottom */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

#footer {
  flex-shrink: 0;
}
