.footer {
  background: #f8f7f4;
  color: #2f2f2f;
  padding: 50px 80px 35px;
}
.footer__container {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.footer__content {
  width: 33.33%;
}
.footer__heading {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
.footer__text {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.footer__text span {
  text-transform: uppercase;
}
.footer__content p {
  text-align: left;
  margin: auto;
}
.footer__content ul {
  text-align: left;
}
.footer__list {
  padding: 0;
  line-height: 23px;
  font-family: "Poppins", sans-serif !important;
}
.footer__list li {
  width: auto;
  text-align: left;
  list-style-type: none;
  padding: 0;
  position: relative;
}
.footer__social {
  text-align: center;
  padding: 0;
  margin-bottom: 1rem;
}
.footer__social li {
  display: inline-block;
  text-align: center;
  padding-right: 5px;
}
.footer__social i {
  color: #2f2f2f;
  font-size: 20px;
}
.footer__link {
  cursor: pointer;
  text-decoration: none;
  color: #2f2f2f;
}
.footer__link:hover {
  color: #f18930;
}
.footer__social i:hover {
  color: #f18930;
}
.footer__map {
  display: block;
  width: 100%;
  flex-grow: 1;
  margin-bottom: 16px;
}
.footer__bottom p {
  font-family: "Poppins", sans-serif;
  color: #343434;
  margin: 0;
  font-size: 13px;
}
.footer__contact a {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: baseline;
}
/* WhatsApp Button Styles */
.whatsapp__desktop img {
  width: 54px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

@media (max-width: 768px) {
  .footer {
    padding: 50px 40px 35px;
  }
  /* .footer__content--display {
    display: none;
  } */
  .footer__container {
    gap: 20px;
  }
  .footer__content {
    width: 100%;
  }
  .whatsapp__desktop img {
    width: 40px;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 620px) {
  .footer__container {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 50px 20px 35px;
  }
 
}
