
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  opacity: 0;
  translate: 0 20px;
  transition-property: display, opacity, translate;
  transition-duration: 600ms;
  transition-timing-function: ease-out;
}

.whatsapp-container.visible {
  display: block;
  opacity: 1;
  translate: none;
}

.scroll-top-icon,
.whatsapp-link img,
.cubonia-link img {
  width: 60px;
  height: 60px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.scroll-top-icon:hover,
.whatsapp-link img:hover,
.cubonia-link img:hover {
  transform: scale(1.1);
}

.scroll-top {
  position: absolute;
  top: -80px;
}

.whatsapp-container a {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .whatsapp-container {
    bottom: 10px;
    right: 10px;
  }
}
