
         #chat-icon {
            position: fixed;
            bottom: 20px;
            right: 23px;
            width: 70px;
            height: 70px;
            /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  */
            opacity: 0;
            transform: translateY(50px); /* Start position for bounce effect */
            transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth transitions */
            z-index: 9999;
         }

         #chat-icon.bounce {
            opacity: 1;
            transform: translateY(0); /* Bounce up to original position */
         }

.vl-banner-area-15 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vl-banner-area-15 {
  position: relative;
  z-index: 1;
}
.vl-banner-area-15::after {
  position: absolute;
  content: "";
  background: #06abedad;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
