.elementor-74 .elementor-element.elementor-element-50ad463{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3344396 */.ts-client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 200px));
    gap: 2rem;
    justify-content: center;
    padding: 3rem 1.5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.ts-client-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.75rem 1.25rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.ts-client-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-6px);
}

.ts-logo-wrapper {
    width: 150px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-client-logo {
    max-width: 150px;
    max-height: 75px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.ts-client-item:hover .ts-client-logo {
    transform: scale(1.08);
}

.ts-logo-fallback {
    width: 140px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ts-logo-fallback span {
    color: white;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
}

.ts-client-name {
    margin-top: 1.1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .ts-client-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 180px));
        gap: 1.5rem;
    }
    
    .ts-logo-wrapper {
        width: 120px;
        height: 60px;
    }
    
    .ts-client-logo,
    .ts-logo-fallback {
        max-width: 120px;
        max-height: 60px;
        width: 120px;
        height: 60px;
    }
}






/* ========== AUTHORIZED BRAND PARTNERS ========== */
.ts-brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
    justify-content: center;
    padding: 2rem 1.5rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.ts-brand-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-brand-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.ts-logo-wrapper {
    width: 140px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-brand-logo {
    max-width: 140px;
    max-height: 65px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.ts-brand-item:hover .ts-brand-logo {
    transform: scale(1.08);
}

.ts-logo-fallback {
    width: 130px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ts-logo-fallback span {
    color: white;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
    .ts-brand-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 1.25rem;
    }
    
    .ts-logo-wrapper {
        width: 120px;
        height: 55px;
    }
}/* End custom CSS */