.ts-wrapper-ee43d227 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.ts-track-ee43d227 {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
    padding: 40px 10px; /* Space for glow */
}
.ts-track-ee43d227::-webkit-scrollbar {
    display: none;
}
.ts-card-ee43d227 {
    flex: 0 0 calc((100% - (30px * (var(--cols, 3) - 1))) / var(--cols, 3));
    scroll-snap-align: center;
    background: #fff;
    border-radius: 16px;
    border: 2px solid transparent;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    cursor: grab;
    position: relative;
}
.ts-card-ee43d227:active {
    cursor: grabbing;
}
/* Neon Hover Effect controlled by Elementor settings, fallback here */
.ts-card-ee43d227:hover {
    transform: translateY(-10px);
    z-index: 10;
}
.ts-card-inner-ee43d227 {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    box-sizing: border-box;
}
.ts-wrapper-ee43d227[data-cols="1"] { --cols: 1; }
.ts-wrapper-ee43d227[data-cols="2"] { --cols: 2; }
.ts-wrapper-ee43d227[data-cols="3"] { --cols: 3; }
.ts-wrapper-ee43d227[data-cols="4"] { --cols: 4; }
.ts-stars-ee43d227 {
    color: #F5CA69;
    font-size: 22px;
    letter-spacing: 2px;
}
.ts-feedback-ee43d227 {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    flex-grow: 1;
    font-style: italic;
    color: #54595F;
}
.ts-logo-wrapper-ee43d227 {
    margin-top: 20px;
    border-top: 1px solid #EAEAEA;
    padding-top: 20px;
    display: flex;
    align-items: center;
    height: 60px; /* Fixed height container for consistent alignment */
}
.ts-logo-ee43d227 {
    max-width: 80px; /* Smaller default */
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.ts-card-ee43d227:hover .ts-logo-ee43d227 {
    filter: grayscale(0%);
    opacity: 1;
}
.ts-company-name-ee43d227 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ts-nav-ee43d227 {
    background: #fff;
    color: #333;
    border: 1px solid #EAEAEA;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.ts-nav-ee43d227:hover {
    background: #6EC1E4;
    color: #fff;
    border-color: #6EC1E4;
    transform: scale(1.1);
}
.ts-prev-ee43d227 { left: 0px; }
.ts-next-ee43d227 { right: 0px; }

@media (max-width: 992px) {
    .ts-card-ee43d227 { flex: 0 0 calc((100% - (30px * (var(--cols-tablet, 2) - 1))) / var(--cols-tablet, 2)); --cols: 2; }
}
@media (max-width: 768px) {
    .ts-card-ee43d227 { flex: 0 0 calc((100% - (30px * (var(--cols-mobile, 1) - 1))) / var(--cols-mobile, 1)); --cols: 1; scroll-snap-align: center;}
    .ts-prev-ee43d227 { left: 10px; }
    .ts-next-ee43d227 { right: 10px; }
}