/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2025 | 12:22:49 */
/* .service-suite-tab .tab-nav li{
	width:100%!important;
	display:flex!important;
	text-align:center;
}
 */

 .service-suite-tab .themify_builder_content-807 .tb_1en7765.module-tab.module .module-title, .themify_builder_content-807 .tb_1en7765.module-tab>.tab-nav, .themify_builder_content-807 .tb_1en7765.module-tab>.tab-nav li, .service-suite-tab .themify_builder_content-807 .tb_dghk517.module-text, .service-suite-tab .themify_builder_content-807 .tb_utkz228.module-text{
/* 	text-align:center!important; */
	width:100%!important;
	display:flex!important;
}
/* Center tab title text */
.service-suite-tab .tab-nav li a,
.service-suite-tab .tab-nav li a .tb_tab_title {
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    width: 100%;
}

/* Horizontal scroll for Themify tab titles on mobile */
@media (max-width: 768px) {

    .service-suite-tab .tab-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .service-suite-tab .tab-nav::-webkit-scrollbar {
        display: none !important;
    }

    .service-suite-tab .tab-nav li {
        flex: 0 0 auto !important;
        margin-right: 14px !important;
    }

    .service-suite-tab .tab-nav li a {
        display: inline-block !important;
        padding: 10px 18px !important;
        white-space: nowrap !important;
    }
}
