/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 06:52:03 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Mobile scroll only for this tab block */
/* Enable horizontal scroll for Themify tab navigation on mobile */
@media (max-width: 768px) {
    .themify_builder_content-3823 .module-tab .tab-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scrollbar-width: none; /* Hide scrollbar in Firefox */
        -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
    }

    /* Hide scrollbar in Chrome/Safari */
    .themify_builder_content-3823 .module-tab .tab-nav::-webkit-scrollbar {
        display: none;
    }

    /* Keep buttons from shrinking */
    .themify_builder_content-3823 .module-tab .tab-nav > li {
        flex: 0 0 auto !important;
        margin-right: 12px !important;
    }
}




button, input[type="reset"], input[type="submit"] {
    appearance: none;
    background-color:#79A933!important;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    width: auto;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: var(--theme_btn_rounded);
    padding: 0.65em 1.6em;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}
<style>
button, input, input[type="search"], select, textarea {
    font-family: inherit;
    font-size: 100%;
    max-width: 100%;
}
