.elementor-318 .elementor-element.elementor-element-2099da3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-28f5f24 */.floating-wa{
    position: fixed;
    right: 50px;
    bottom: 30px;
    z-index: 99999;

    display: flex;
    align-items: center;
    gap: 4px;

    background: #25d366;
    color: #fff;
    text-decoration: none;

    padding: 8px 18px 8px 8px;

    border-radius: 999px;

    box-shadow:
    0 4px 10px rgba(0,0,0,.08),
    0 12px 32px rgba(0,0,0,.18);

    transition: all .3s ease;
}

.floating-wa{
    box-shadow: 0 10px 30px rgba(0,0,0,.20);
    transition: all .3s ease;
}

.floating-wa:hover{
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0,0,0,.28);
}

.floating-wa img{
    width: 25px;
    height: 25px;
    display: block;
}

.floating-wa span{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.floating-wa:hover{
    transform: translateY(-3px);
}

@media (max-width: 480px) {
  .floating-wa {
    right: 20px;
    bottom: 15px;
  }
}/* End custom CSS */