/* English Homepage Spacing Fix - FINAL OVERRIDE */

/* Set 85px top padding for English homepage */
html[lang="en"] body #home.voxa-hero-section {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html[lang="en"] body #home.voxa-hero-section .voxa-hero-content {
    padding: 85px 0 100px 0 !important;
    padding-top: 85px !important;
}

/* Ensure stats visibility on English */
html[lang="en"] body .voxa-stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    visibility: visible !important;
}

html[lang="en"] body .voxa-stat-item h3 {
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #c084fc !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
    -webkit-text-fill-color: #c084fc !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}
