.jit-floating-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

.jit-floating-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: #25D366;
    color: #ffffff;
    text-decoration: none;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.jit-floating-btn a:hover {
    transform: translateY(-2px);
    background: #1ebe5d;
}

.jit-icon {
    font-size: 20px;
}
