/* Start custom CSS */.btn-gold .elementor-button {
    border-radius: 214px;
    background: linear-gradient(
        92deg,
        #805D1B 0%,
        #DFB65F 29.44%,
        #F1E3C6 46.15%,
        #DFB65F 65.87%,
        #805D1B 100%
    );

    border: none;
    color: #000;

    box-shadow: 
        0 4px 12px rgba(0,0,0,0.15),
        inset 0 1px 1px rgba(255,255,255,0.4);

    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
}

/* Hover */
.btn-gold .elementor-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 0 12px rgba(223, 182, 95, 0.35),
        0 0 24px rgba(223, 182, 95, 0.18),
        0 4px 12px rgba(0,0,0,0.15),
        inset 0 1px 1px rgba(255,255,255,0.4);

    filter: brightness(1.03);
}/* End custom CSS */