.footer {
  text-align: center;
  padding: 15px;
  background: #343a40;
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #17a2b8;
}

.social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.social-icons a.instagram {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.social-icons a.whatsapp {
  background-color: #25D366;
}
.social-icons a.youtube {
  background-color: #FF0000;
}
.social-icons a.facebook {
  background-color: #1877F2;
}
.social-icons a:hover {
  transform: translateY(-4px);
  opacity: 0.95;
  color: #000;
}

.social-icons2 {
  display: flex;
  gap: 20px;
  align-items: center;
}
.social-icons2 a {
  margin-right: 10px;
  color: #495057;
  font-size: 20px;
}
