.elementor-381 .elementor-element.elementor-element-58933ca{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f7d5bab *//* Import High-End Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@800&family=Poppins:wght@400;600&display=swap');

.ls-hero-slim-final {
    padding: 20px 0; /* Very compact height */
    background: transparent !important;
    font-family: 'Poppins', sans-serif !important;
}

.ls-slim-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 25px;
    border-radius: 4px; /* 4px Radius strict */
    background: rgba(255, 255, 255, 0.02); /* Subtle glass transparency */
    border: 1px solid rgba(150, 150, 150, 0.1);
}

/* --- Typography --- */
.ls-slim-text {
    flex: 1.5;
}

.ls-slim-badge {
    color: #27AE60;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.ls-h1-dm {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 35px; /* Large but slim fit */
    font-weight: 800 !important;
    color: inherit;
    line-height: 1;
    letter-spacing: -2px;
    margin: 0 0 12px 0;
}

.ls-p-english {
    font-size: 14px;
    opacity: 0.7;
    max-width: 480px;
    margin: 0;
    line-height: 1.6;
}

/* --- Responsive Image --- */
.ls-slim-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.ls-slim-image img {
    width: 100%;
    max-width: 320px;
    height: 180px; /* Fixed slim height */
    object-fit: cover;
    border-radius: 4px; /* 4px Radius */
    border: 1px solid rgba(150, 150, 150, 0.15);
    transition: transform 0.3s ease;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .ls-slim-wrapper {
        flex-direction: column-reverse; /* Text on top for mobile */
        text-align: center;
        gap: 25px;
        padding: 20px;
    }
    
    .ls-h1-dm {
        font-size: 38px;
        letter-spacing: -1px;
    }
    
    .ls-p-english {
        margin: 0 auto;
    }
    
    .ls-slim-image {
        width: 100%;
        justify-content: center;
    }
    
    .ls-slim-image img {
        max-width: 100%;
        height: 160px;
    }
}/* End custom CSS */