.elementor-13551 .elementor-element.elementor-element-b0c5682{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-13551 .elementor-element.elementor-element-85420b3 .elementor-button{background-color:#00000000;font-family:"Oxanium", Sans-serif;font-size:1.2rem;font-weight:200;border-radius:0px 0px 0px 0px;}/* Start custom CSS for button, class: .elementor-element-85420b3 *//* Apply custom styles to the button */
.custom-button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    background: none !important; /* Ensure no background */
    color: #0397A3 !important; /* Text color */
    padding: 0px !important;
    border: none !important;
}

/* Style for span inside the button */
.custom-button span {
    display: flex !important;
    align-items: center !important;
    gap: 0px !important; /* Small space between Back and Home */
}

/* Style for each half of the button */
.custom-button span .half {
    padding: 10px 10px;
    text-align: center !important;
}

/* First half - Transparent background, #0397A3 text */
.custom-button span .first-half {
    background: transparent !important;
    color: #0397A3 !important;
    padding: 10px 2px;
}

/* Second half - #0397A3 background, White text */
.custom-button span .second-half {
    background: #0397A3 !important;
    color: white !important;
}

.elementor-13551 .elementor-element.elementor-element-85420b3 .elementor-button
{
    padding: 0;
}/* End custom CSS */