.elementor-widget-floating_button_b7914b61 {
    position: fixed;
    z-index: 9999;
    width: auto !important;
}

/* Positioning classes controlled by select prefix_class */
.fab-position-b7914b61-bottom-right {
    bottom: 30px;
    right: 30px;
}
.fab-position-b7914b61-bottom-left {
    bottom: 30px;
    left: 30px;
}
.fab-position-b7914b61-top-right {
    top: 30px;
    right: 30px;
}
.fab-position-b7914b61-top-left {
    top: 30px;
    left: 30px;
}

.fab-container-b7914b61 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
}

.fab-container-b7914b61:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: inherit;
    text-decoration: none;
}

.fab-icon-b7914b61 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-text-b7914b61 {
    white-space: nowrap;
}
