.footer {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  padding: 40px 20px 10px;
}

.footer-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 300px;
  min-width: 280px;
}

.footer-section h3 {
  color: #ffc107;
  margin-bottom: 10px;
}

.footer-section p,
.footer-section li {
  margin: 5px 0;
  line-height: 1.6;
}

.footer-section ul {
  list-style: disc;
  padding-left: 20px;
}

.social-icons span {
  font-size: 24px;
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #444;
  font-size: 14px;
}
