.client-section {
    background: #f5f8fb;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.heading1 {
    margin-bottom: 40px;
}

.heading1 .span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #1e90ff;
    text-transform: uppercase;
}

.heading1 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.heading1 p {
    font-size: 1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.logo {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    max-width: 160px;
    /* Removed transition and hover effects */
}

.logo img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    /* Removed grayscale and transition */
}
