html {
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}

.whatsapp-float {
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 9999; /* Ensures it stays above all elements */
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}
