.privacy-policy {
  background: rgb(13 21 39);
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  /* Default font */
}

footer.footer * {
  font-size: 16px;
  line-height: 34px;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* Add any additional styling for the footer */
}

.social-icons a {
  color: white;
  /* Default color */
  transition: color 0.3s ease;
  /* Smooth color transition */
}

.social-icons a:hover {
  color: #f3ba2f;
  /* Change to your desired hover color */
}

/* Original colors for each social icon on hover */
.social-icons a.facebook:hover {
  color: #3b5998 !important;
  /* Facebook blue */
}

.social-icons a.whatsapp:hover {
  color: #25d366 !important;
  /* WhatsApp color */
}

.social-icons a.twitter:hover {
  color: #1da1f2 !important;
  /* Twitter color */
}

.social-icons a.youtube:hover {
  color: #ff0000 !important;
  /* YouTube color */
}

.social-icons a.instagram:hover {
  color: #c13584 !important;
  /* Instagram color */
}
.footer-item a {
  transition: color 0.3s ease, background-color 0.3s ease;
}

.footer-item a:hover {
  color: #f3ba2f;
  /* Change to your desired hover color */
  background-color: rgba(255, 255, 255, 0.1);
  /* Optional background change */
  padding: 5px 0;
  /* Slight padding for a better effect */
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(243, 186, 47, 0.8);
  /* Increased width of glow effect */
  /* Rounded corners */
}

.footer-heading-color {
  color: #2a8d95;
}
