.elementor-94 .elementor-element.elementor-element-b5a023e{--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-ff5b694 */<style>
.line-locksmith {
  font-family: "Georgia", "Segoe UI", serif;
  background: #003366;
  padding: 120px 20px;
}

/* Wide luxury container */
.line-container {
  max-width: 1050px;
  margin: auto;
  padding: 0 20px;
}

/* Big Statement Title */
.line-title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

/* Bronze underline bar */
.line-divider {
  width: 140px;
  height: 6px;
  background: #CD7F32;
  margin: 0 auto 70px auto;
}

/* Elegant paragraph styling */
.line-text {
  font-size: 20px;
  line-height: 2;
  color: #dbe6f2;
  margin-bottom: 35px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Section Title - framed style */
.line-section-title {
  margin-top: 100px;
  font-size: 32px;
  color: #CD7F32;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(205,127,50,0.4);
  padding-bottom: 10px;
}

/* Service layout = editorial style blocks */
.line-service {
  margin-bottom: 45px;
  padding: 30px 35px;
  background: #022c55;
  border-left: 6px solid #CD7F32;
  transition: 0.3s ease;
}

.line-service:hover {
  background: #01305f;
  transform: translateX(6px);
}

.line-service strong {
  display: block;
  font-size: 22px;
  margin-bottom: 12px;
  color: #ffffff;
}

.line-service a {
  color: #CD7F32;
  text-decoration: none;
  font-weight: 700;
}

.line-service a:hover {
  color: #ffffff;
}

.line-service p {
  color: #dbe6f2;
  font-size: 18px;
  line-height: 1.9;
}

/* Why Choose - clean list style */
.line-text strong {
  color: #CD7F32;
}

/* CTA = powerful bronze block */
.line-cta {
  margin-top: 120px;
  padding: 80px 50px;
  background: #CD7F32;
  color: #003366;
  text-align: center;
}

.line-cta h2 {
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

.line-cta p {
  font-size: 20px;
  margin-bottom: 30px;
}

.line-cta a {
  display: inline-block;
  padding: 18px 42px;
  background: #003366;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.line-cta a:hover {
  background: #001f3f;
}

/* Mobile */
@media (max-width: 768px) {
  .line-title {
    font-size: 32px;
  }
  .line-text {
    font-size: 17px;
  }
  .line-section-title {
    font-size: 24px;
  }
}
</style>/* End custom CSS */