/* Custom Slider Arrow Text */
.tp-leftarrow .tp-arr-next,
.tp-rightarrow .tp-arr-prev {
    display: none !important;
}

.tp-leftarrow .tp-arr-prev {
    display: inline-block !important;
}

.tp-rightarrow .tp-arr-next {
    display: inline-block !important;
}

/* Optional: Style the arrow text */
.tp-arr-titleholder {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}