.elementor-85 .elementor-element.elementor-element-6a9743b{--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-51fd70d */<style>
.locksmith-pro {
background: linear-gradient(135deg, #4A6FA5 0%, #3a5d8c 100%);
padding: 70px 20px;
font-family: 'Segoe UI', sans-serif;
color: #ffffff;
}

.lp-container {
max-width: 1200px;
margin: auto;
}

.lp-hero {
text-align: center;
margin-bottom: 60px;
}

.lp-hero h1 {
font-size: 38px;
margin-bottom: 20px;
}

.lp-hero p {
font-size: 18px;
line-height: 1.7;
max-width: 900px;
margin: auto;
opacity: 0.95;
}

.lp-btn {
display: inline-block;
margin-top: 25px;
padding: 14px 32px;
background: #FFBF00;
color: #4A6FA5;
font-weight: 700;
border-radius: 50px;
text-decoration: none;
transition: 0.3s ease;
}

.lp-btn:hover {
background: #ffd84d;
transform: translateY(-3px);
}

.lp-title {
text-align: center;
font-size: 28px;
color: #FFBF00;
margin: 60px 0 30px;
}

.lp-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
}

.lp-card {
background: #ffffff;
color: #4A6FA5;
padding: 28px;
border-radius: 14px;
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
transition: 0.3s ease;
}

.lp-card:hover {
transform: translateY(-6px);
}

.lp-card h3 a {
color: #FFBF00;
text-decoration: none;
}

.lp-card p {
margin-top: 12px;
line-height: 1.6;
}

.lp-testimonial {
background: rgba(255,255,255,0.12);
padding: 25px;
border-radius: 14px;
backdrop-filter: blur(6px);
line-height: 1.6;
}

.lp-testimonial strong {
display: block;
margin-top: 10px;
color: #FFBF00;
}
</style>/* End custom CSS */