
/* ==== GLOBAL PAGE ==== */

/* Bottom Footer Section */

#main-footer {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: none !important;
  box-shadow: none !important;
}

#footer-bottom {
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); /* soft top border */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3); /* gentle shadow above */
}

/* Force Footer Content to Center Horizontally */
#footer-bottom .container,
#main-footer .container {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
  max-width: none !important;
  text-align: center !important;
}

/* Footer Text Blocks */
#footer-legal,
#main-footer .footer-info {
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}

/* Link Styling */
#footer-legal a,
#main-footer .footer-info a {
  color: inherit;
  text-decoration: underline;
}
