
.mobile-sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.icon-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.call-button {
  background-color: #003366;
}

.whatsapp-button {
  background-color: #25D366;
}

.phone-number-button {
  background-color: #f5b21c;
  color: black;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .mobile-sticky-footer {
    display: none;
  }
}
