.btn-grad-wrap-00ab8aa1 {
    display: inline-block;
    max-width: 100%;
}

.elementor-align-left .btn-grad-wrap-00ab8aa1 {
    display: block;
    text-align: left;
}
.elementor-align-center .btn-grad-wrap-00ab8aa1 {
    display: block;
    text-align: center;
}
.elementor-align-right .btn-grad-wrap-00ab8aa1 {
    display: block;
    text-align: right;
}
.elementor-align-justify .btn-grad-wrap-00ab8aa1 {
    display: block;
}
.elementor-align-justify .btn-grad-00ab8aa1 {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-grad-00ab8aa1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    background: linear-gradient(135deg, #758F08 0%, #9DD43A 50%, #758F08 100%);
    background-size: 200% auto;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: gradient-flow-00ab8aa1 4s linear infinite;
    box-shadow: 0 4px 15px rgba(117, 143, 8, 0.3);
}

.btn-grad-00ab8aa1:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(157, 212, 58, 0.4);
}

.btn-grad-00ab8aa1:active {
    transform: translateY(1px);
}

@keyframes gradient-flow-00ab8aa1 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
