/* 1. Hide the original text while keeping the container visible */
.zb-preloader-name {
    visibility: hidden !important;
    position: relative !important;
}

/* 2. Inject "Traveller Security" in its place */
.zb-preloader-name::after {
    content: "Traveller Security" !important;
    visibility: visible !important;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    /* Optional: Adjust font style to match your brand */
    font-family: inherit;
    font-weight: bold;
    text-align: center;
}