.liquid-glass-btn-wrapper-c6bcfe7f {
    display: flex;
    width: 100%;
}

.liquid-glass-btn-c6bcfe7f {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Box shadow and backdrop-filter are controlled via Elementor settings */
    z-index: 1;
}

.liquid-glass-btn-justify-c6bcfe7f {
    width: 100%;
}

.liquid-glass-btn-c6bcfe7f::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: all 0.6s ease;
    z-index: -1;
}

.liquid-glass-btn-c6bcfe7f:hover::before {
    left: 100%;
}

.liquid-glass-btn-c6bcfe7f:hover {
    transform: translateY(-3px);
}

.liquid-glass-btn-text-c6bcfe7f {
    position: relative;
    z-index: 2;
    font-weight: 500;
}
