/* ===== FIX TESTIMONIAL SECTION SCROLL ===== */
.mp-test-section {
    overflow-x: hidden;
    overflow-y: visible;
}

.mp-test-tickers {
    overflow: visible;
}

.mp-test-ticker {
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: none;
}

.mp-ticker-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: mp-scroll-right 40s linear infinite;
    overflow: visible;
}

.mp-test-container {
    overflow: visible;
    height: auto;
}

body, html {
    overflow-x: hidden;
    overflow-y: auto;
}

.main-wrapper {
    overflow-x: hidden;
}