footer {
  background-color: #1f2523;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

footer h2, footer h3 {
  margin-bottom: 10px;
  color: #fff;
}

.social {
  text-align: center;
  margin-bottom: 30px;
}

.social .icons a img {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border-radius: 5px;
  background-color: #ccc;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 30px;
}

.footer-columns > div {
  flex: 1;
  min-width: 200px;
  margin: 10px 20px;
}

.footer-columns ul {
  list-style: none;
  padding: 0;
}

.footer-columns a {
  color: #6ec1f5;
  text-decoration: none;
}

.footer-columns a:hover {
  text-decoration: underline;
}

.contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.contact .whatsapp {
  width: 30px;
  height: 30px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
}

.footer-bottom a {
  color: #6ec1f5;
  text-decoration: none;
}
