/**
* Theme Name: Industrial Child
* Description: This is a child theme of Industrial, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/Anps/portfolio">AnpsThemes</a>
* Template: industrial
* Version: 1.6.1
*/

/* .whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 9999;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
} */