.base-color{
    color: #befa44;
}

@media (max-width: 768px) {

    .mobile-size{
    font-size: 60px !important;
}

.mb-mb{
    margin-bottom: 50%;
}

}

.whatsapp-float {
  position: fixed;
  bottom: 50px;
  left: 20px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 999999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
  color: #fff;
}

