[data-theme="light"] .zoho-certifications-section .zoho-logo-card {
    background: #000000 !important;
}

[data-theme="light"] .transform-content,
[data-theme="light"] .transform-solution-item p,
[data-theme="light"] .transform-points li,
[data-theme="light"] .cta-title,
[data-theme="light"] .cta-subtitle,
[data-theme="light"] .transform-points li::before {
    color: #000000 !important;
}

[data-theme="light"] .transform-solution-item img {
    filter: none !important;
}

.transform-solutions {
    gap: 20px !important;
}

/* 2. Logo card background for certifications */
[data-theme="light"] .zoho-certifications-section .zoho-logo-card {
    background: #000000 !important;
}

/* 3. High-contrast typography for Light Mode */
[data-theme="light"] .transform-content,
[data-theme="light"] .transform-solution-item p,
[data-theme="light"] .transform-points li,
[data-theme="light"] .cta-title,
[data-theme="light"] .cta-subtitle,
[data-theme="light"] .transform-points li::before {
    color: #000000 !important;
}

/* 4. Ensure original logo colors show without filters */
[data-theme="light"] .transform-solution-item img {
    filter: none !important;
}

/* 5. Fix for CTA Section Background (if bleed occurs) */
[data-theme="light"] .cta-section .about-section-container {
    background-color: #ffffff !important;
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1) !important;
}