/* Start custom CSS */html, body{
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

.elementor-button{
    transition: all .5s ease;
}

.elementor-button:hover{
    transform: scale(1.02);
}/* End custom CSS */