    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
    }

    .whatsapp-float a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      background-color: #25D366;
      color: white;
      font-size: 36px; /* Increased icon size */
      border-radius: 50%;
      text-decoration: none;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: background 0.3s ease;
    }

    .whatsapp-float a:hover {
      background-color: #20ba5a;
    }
    
    i.fab.fa-whatsapp {
    font-size: 30px !important;
}