.elementor-89 .elementor-element.elementor-element-3e64c83{--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-1bece47 *//* =====================================
   LOCKSMITH THEME V2
   Steel Blue + Warm Orange
   Modern Layered Design
====================================== */

.co-locksmith {
    background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 60%);
    padding: 80px 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* Container */
.co-wrap {
    max-width: 1200px;
    margin: auto;
}

/* =====================================
   HERO STRAP (Layered Card Look)
====================================== */

.co-strap {
    background: linear-gradient(135deg, #4682B4 0%, #3a6f9a 100%);
    color: #ffffff;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.co-strap::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 250px;
    height: 250px;
    background: #FF8C42;
    opacity: 0.15;
    border-radius: 50%;
}

.co-strap span {
    display: block;
    margin-bottom: 22px;
    line-height: 1.9;
    font-size: 17px;
}

.co-strap strong {
    color: #FF8C42;
}

/* =====================================
   TITLES
====================================== */

.co-title {
    font-size: 32px;
    font-weight: 700;
    color: #4682B4;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    border-left: 6px solid #FF8C42;
    padding-left: 15px;
}

/* =====================================
   GRID
====================================== */

.grid {
    display: grid;
    gap: 30px;
}

.cols-3 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.mt16 { margin-top: 25px; }
.mt24 { margin-top: 60px; }

/* =====================================
   SERVICE CARDS (Glass Effect)
====================================== */

.service-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(6px);
    padding: 30px;
    border-radius: 18px;
    border: 1px solid rgba(70,130,180,0.15);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
    border-color: #FF8C42;
}

.service-card a {
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    color: #4682B4;
    transition: 0.3s ease;
}

.service-card a:hover {
    color: #FF8C42;
}

.service-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
}

/* =====================================
   TESTIMONIALS (Solid Accent Cards)
====================================== */

.feedback {
    background: #4682B4;
    color: #ffffff;
    padding: 25px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.feedback::before {
    content: "“";
    font-size: 60px;
    position: absolute;
    top: -15px;
    left: 15px;
    opacity: 0.15;
}

.feedback strong {
    color: #FF8C42;
}

.feedback:hover {
    transform: scale(1.04);
}

/* =====================================
   ADVANTAGE CARDS (Split Accent)
====================================== */

.adv-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.adv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #4682B4, #FF8C42);
}

.adv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.1);
}

.adv-top {
    font-weight: 700;
    color: #4682B4;
    margin-bottom: 12px;
    font-size: 18px;
}

.badge {
    margin-right: 6px;
}

/* =====================================
   Utility
====================================== */

.m0 { margin: 0; }
.mt8 { margin-top: 10px; }

/* =====================================
   Responsive
====================================== */

@media (max-width: 768px) {
    .co-strap {
        padding: 30px;
        font-size: 15px;
    }

    .co-title {
        font-size: 24px;
    }

    .service-card,
    .adv-card {
        padding: 22px;
    }
}/* End custom CSS */