.ticker-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticker-svg {
    width: 200%;
    min-width: 2000px;
    height: 100%;
    overflow: visible; 
    transition: transform 0.1s ease-out; /* Smooth transition for resizing */
}

.ticker-text {
    font-size: 32px;
    font-weight: 600;
}

.ticker-text-path {
    dominant-baseline: central;
}

.ticker-dot {
    /* Optional: extra styling for the dot */
}