.custom-testimonial-quote-position-1 blockquote::before {
    left: 10px !important; /* move quote inside text area */
    top: -10px;
    font-size: 60px;
}

.custom-testimonial-quote-position-1 blockquote {
    padding-left: 40px; /* creates space for the quote */
    position: relative;
}


.partner-logo {
    max-width: 140px;
    height: auto;
    object-fit: contain;
}

/* Prevent vertical overflow issues */
.carousel-item {
    min-height: 160px;
}

    /* Optional spacing tuning */
    .carousel-item .d-flex {
        flex-wrap: nowrap; /* IMPORTANT: prevents stacking */
        overflow: hidden;
    }

#partnerCarousel .carousel-item {
    transition: transform 2.5s ease-in-out; /* slow slide motion */
}