:root {
                --tb-nav-item-spacing: 28px;
                --tb-nav-font-size: 16px;
                --tb-nav-font-weight: 500;
                --tb-nav-text-color: #121212;
                --tb-nav-hover-color: #6366f1;
                --tb-nav-hover-bg-color: transparent;
            }
            .tb-header .tb-logo-img,
            .tb-header .site-logo,
            .tb-navbar .tb-logo-img,
            .tb-navbar .site-logo { 
                max-width: 160px !important; 
                max-height: none !important; 
                width: auto !important; 
                height: auto !important; 
            }
            @media (max-width: 991px) {
                .tb-header .tb-logo-img,
                .tb-header .site-logo,
                .tb-navbar .tb-logo-img,
                .tb-navbar .site-logo { 
                    max-width: 120px !important; 
                }
            }