/* English specific styling */
:root {
    --font-family: 'Poppins', sans-serif;
}
.lang-en h1, .lang-en h2, .lang-en h3, .lang-en h4 {
    font-weight: 600;
}

/* Left to right specific adjustments */
.lang-en .service-icon,
.lang-en .feature-icon,
.lang-en .value-icon {
    margin-right: 15px;
    margin-left: 0;
}

/* Language switcher styling */
.lang-switcher {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.lang-switcher a {
    padding: 5px 8px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.lang-switcher a.active {
    color: #e63946;
}

.lang-switcher .lang-divider {
    margin: 0 5px;
    color: #ccc;
}

/* Any other LTR specific adjustments */
