.elementor-159 .elementor-element.elementor-element-33836798{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-559043cb */.il708-locksmith-section {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background: #FFFFFF;
    color: #2D2D2D;
    padding: 0;
}

.il708-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

/* HERO */
.il708-hero {
    background: #7A1F35;
    color: #FFFFFF;
    padding: 60px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.il708-eyebrow {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
}

.il708-title {
    font-size: 32px;
    font-weight: 700;
    margin: 14px 0 10px;
    line-height: 1.3;
}

.il708-lead {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.95;
}

/* INTRO */
.il708-intro p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* SECTION TITLES */
.il708-section-title {
    color: #7A1F35;
    font-size: 28px;
    margin: 20px 0 30px;
    text-align: center;
    font-weight: 700;
}

/* SERVICES */
.il708-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.il708-card {
    background: #F9F9F9;
    border: 2px solid #7A1F35;
    border-radius: 10px;
    padding: 25px;
    transition: 0.3s ease;
}

.il708-card:hover {
    background: #7A1F35;
    color: #FFFFFF;
    transform: translateY(-4px);
}

.il708-card h3 {
    margin-top: 0;
    color: #7A1F35;
}

.il708-card:hover h3 {
    color: #FFFFFF;
}

.il708-card p {
    line-height: 1.6;
}

/* BENEFITS */
.il708-benefits {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    max-width: 900px;
}

.il708-benefits li {
    padding: 12px 0;
    border-bottom: 1px solid #DDD;
    font-size: 17px;
}

/* CTA */
.il708-cta {
    background: #2D2D2D;
    color: #FFFFFF;
    padding: 40px 25px;
    border-radius: 12px;
    text-align: center;
    margin-top: 50px;
}

.il708-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #7A1F35;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 15px;
    transition: 0.3s ease;
}

.il708-btn:hover {
    background: #A4284A;
}

/* RESPONSIVE */
@media(max-width:900px){
    .il708-service-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:600px){
    .il708-service-grid {
        grid-template-columns: 1fr;
    }

    .il708-title {
        font-size: 26px;
    }
}/* End custom CSS */