/*Button Glogal Style*/

.z_dark_button .elementor-button, .z_dark_button .button {
    background-color: #0036B000 !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    color: #0035af !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #0036B0 !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 17px 25px 17px 25px !important;
}

.z_dark_button .elementor-button:hover, .z_dark_button .button:hover {
    background-color: #0035af !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    color: #fff !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #0035af !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 17px 25px 17px 25px !important;
}

.z_light_button .elementor-button, .z_light_button .button {
    background-color: #0036B000 !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    color: #fff !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #fff !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 17px 25px 17px 25px !important;
}

.z_light_button .elementor-button:hover, .z_light_button .button:hover {
    background-color: #fff !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    color: #0035af !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #fff !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 17px 25px 17px 25px !important;
}

/*Font Global Color */

.z_dark_text,
.z_dark_text * {
    color: #2d2d2d !important;
}

.z_light_text,
.z_light_text * {
    color: #fff !important;
}

.z_blue_text,
.z_blue_text * {
    color: #0035af !important;
}
