
.manaslu-contact-float {
  position: fixed;
  right: 20px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.manaslu-contact-float a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.manaslu-contact-float img {
  width: 26px;
  height: 26px;
}

.wa-btn {
  background-color: #25D366;
}

.email-btn {
  background-color: #1a73e8;
}

.manaslu-contact-float a:hover {
  transform: scale(1.1);
}
