.or-919b6344-wrapper {
    display: inline-block;
    width: 100%;
}
.elementor-align-left .or-919b6344-wrapper {
    text-align: left;
}
.elementor-align-center .or-919b6344-wrapper {
    text-align: center;
}
.elementor-align-right .or-919b6344-wrapper {
    text-align: right;
}
.elementor-align-justify .or-919b6344-wrapper .or-919b6344-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.or-919b6344-btn,
.or-919b6344-btn:hover,
.or-919b6344-btn:focus,
.or-919b6344-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    outline: none;
}

.or-919b6344-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.or-919b6344-icon svg {
    display: block;
    transition: transform 0.3s ease;
}

/* Bounce Animation */
@keyframes or-919b6344-bounce-anim {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}

.or-919b6344-bounce:hover .or-919b6344-icon svg {
    animation: or-919b6344-bounce-anim 1s infinite;
}

/* Default simple slide down on hover if not bouncing */
.or-919b6344-btn:not(.or-919b6344-bounce):hover .or-919b6344-icon svg {
    transform: translateY(3px);
}
