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

.liquid-glass-btn-c668bc6a {
    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-c668bc6a {
    width: 100%;
}

.liquid-glass-btn-c668bc6a::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-c668bc6a:hover::before {
    left: 100%;
}

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

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

/* Rainbow Hover Effect Styles */
.rcb-rainbow-hover-c668bc6a {
    background-size: 400% 400% !important;
}

.rcb-rainbow-hover-c668bc6a:hover {
    background-image: linear-gradient(45deg, #ff007f, #7f00ff, #00f0ff, #00ff7f, #ff007f) !important;
    border-color: transparent !important;
    animation: rcb-rainbow-animation-c668bc6a 8s ease infinite !important;
}

@keyframes rcb-rainbow-animation-c668bc6a {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
