/* Extracted from index.php head style block 1 */
.whatsapp-float {
      position: fixed;
      bottom: 50px;
      left: 20px;
      width: 60px;
      height: 60px;
      z-index: 1000;
      background-color: #25D366;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: transform 0.3s ease;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
    }

    .whatsapp-float img {
      width: 35px;
      height: 35px;
    }

    .appoint-btn {
      font-weight: bold !important;
    }

