.elementor-379 .elementor-element.elementor-element-3121e6c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-021cdb3 *//* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@800&family=Poppins:wght@400;600&display=swap');

.ls-about-v7 {
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif !important;
    background: transparent !important;
    color: inherit;
    line-height: 1.6;
}

/* Hero Style */
.ls-v7-hero {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px auto;
}

.ls-v7-badge {
    display: inline-block;
    border: 1px solid #27AE60;
    color: #27AE60;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px; /* 4px Radius */
    margin-bottom: 20px;
}

/* H1 Special Design - DM Sans */
.ls-h1-dmsans {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 45px;
    font-weight: 800 !important;
    color: #1a1a1a;
    letter-spacing: -3px;
    margin: 0 0 20px 0;
    line-height: 1;
}

.ls-v7-hero p {
    font-size: 15px;
    opacity: 0.7;
    max-width: 500px;
    margin: 0 auto;
}

/* Stats Bar */
.ls-v7-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto 100px auto;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(150, 150, 150, 0.1);
    padding: 40px;
    border-radius: 4px; /* 4px Radius */
}

.ls-num { display: block; font-size: 36px; font-weight: 800; color: #27AE60; }
.ls-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; opacity: 0.5; }

/* Split Section */
.ls-v7-split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto 120px auto;
    align-items: center;
}

.ls-v7-text h2 { font-size: 32px; font-weight: 600 !important; margin-bottom: 20px; }
.ls-v7-img img {
    width: 100%;
    border-radius: 4px; /* 4px Radius */
    box-shadow: 15px 15px 0px rgba(39, 174, 96, 0.05);
}

/* Process Cards */
.ls-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 50px auto 120px auto;
}

.ls-proc-card {
    padding: 40px;
    border: 1px solid rgba(150, 150, 150, 0.1);
    border-radius: 4px; /* 4px Radius */
    transition: 0.3s ease;
}

.ls-proc-card:hover { border-color: #27AE60; background: rgba(39, 174, 96, 0.02); }
.ls-proc-num { font-size: 40px; font-weight: 800; color: rgba(39, 174, 96, 0.1); margin-bottom: 10px; }
.ls-proc-card h3 { font-size: 18px; font-weight: 600 !important; margin-bottom: 10px; }
.ls-proc-card p { font-size: 14px; opacity: 0.6; }

/* Home Button Footer */
.ls-v7-home-cta { text-align: center; max-width: 600px; margin: 0 auto; }
.ls-divider-line { width: 40px; height: 3px; background: #27AE60; margin: 0 auto 30px auto; border-radius: 4px; }

.ls-v7-btn-home {
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #27AE60;
    color: #27AE60;
    padding: 12px 40px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px; /* 4px Radius */
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.ls-v7-btn-home:hover { background: #27AE60; color: #fff; }

/* Responsive Mobile */
@media (max-width: 991px) {
    .ls-h1-dmsans { font-size: 42px; letter-spacing: -1px; }
    .ls-v7-split, .ls-process-grid, .ls-v7-stats { grid-template-columns: 1fr; gap: 40px; }
    .ls-v7-stats { flex-direction: column; }
}/* End custom CSS */