/* Testimonials Block */
.mobile-testimonials {
    padding: 0px 1px 40px 1px;
    background: #F4F4F4;
    overflow: hidden;
}

.mobile-testimonials-main-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 16px;
}

.mobile-testimonials-scroll {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding: 0;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.mobile-testimonials-scroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
}

.mobile-testimonial-card {
    flex: 0 0 313px;
    border-radius: 24px;
    background: #FFF;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.mobile-testimonial-logo {
    height: 26px;
    margin-bottom: 24px;
}

.mobile-testimonial-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.mobile-testimonial-text {
    color: #323232;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    flex-grow: 1;
}

.mobile-testimonial-author {
    border-left: 3px solid #FF6000;
    padding-left: 16px;
}

.mobile-testimonial-name {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 2px;
}

.mobile-testimonial-position {
    color: #323232;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
