/**
 * Theme Name: WPWG
 * Author: Thank Duck
 * Version: 99.0
**/


.button_style_one.elementor-widget-button {
    max-width: max-content!important;
}
.button_style_one .elementor-button::before {
    content: '';
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%; 
    height: 3.40rem; 
    background-color: #112956;
    transition: width 0.4s linear, opacity 0.2s ease, background-color 0.7s linear;
    border-radius: 1.625rem;
    padding: 0.357rem 2rem;
    opacity: 1;
}
.button_style_one .elementor-button:hover::before {
    width: calc(100% - 3.3rem); 
     background-color: #e3282e;
}
.button_style_one .elementor-button-icon svg {
    width: 1.5rem;
    z-index: 2;
    position: relative;
}
.button_style_one .elementor-button-text {
    position: relative;
    z-index: 0;
    padding: 0.357rem 2rem; 
    display: flex;
    align-items: center;
}
.button_style_one .elementor-button-text::before {
    content: ''; 
    display: block;
    width: 100%; 
    height: 100%; 
    background-color: #112956;
    position: absolute; 
    bottom: 0; 
    left: 0; 
    border-radius: 1.625rem;
    transition: background-color 0.7s linear;
    z-index: -1;
}    
.button_style_one .elementor-button-icon {
    position: relative;
    display: flex;
    border-radius: 1.625rem;
    padding: 0.875rem;
}
.button_style_one .elementor-button-icon::before {
    content: ''; 
    display: block;
    width: 100%; 
    height: 100%; 
    background-color: #112956;
    position: absolute; 
    bottom: 0; 
    left: 0; 
    border-radius: 100%;
    transition: background-color 0.7s linear;
    z-index: 1;
}
.button_style_one .elementor-button:hover .elementor-button-icon::before {
    background-color: #e3282e;
}
.button_style_one .elementor-button:hover .elementor-button-text::before {
    background-color: #e3282e;
}