/* Footer Styles */
.footer {
  width: 100%;
  background-color: #f9f9f9;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  color: #666;
  margin-top: auto;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.footer-address,
.footer-info,
.footer-text {
  margin-bottom: 20px;
}

.footer-link {
  color: #007bff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-copyright {
  color: #999;
  margin-top: 20px;
}
