.floating-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.floating-contact .main-btn {
  width: 50px;
  height: 50px;
  background: #0034FF;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.floating-contact .sub-btns {
  display: none;
  flex-direction: column;
  margin-bottom: 10px;
}

.floating-contact .sub-btn {
  width: 45px;
  height: 45px;
  margin: 8px 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}

.floating-contact .call-btn { background: #28a745; }
.floating-contact .whatsapp-btn { background: #25d366; }
