.elementor-540 .elementor-element.elementor-element-89489aa{--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-36332da */.locksmith-section {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  background: #f6fef6;
  color: #1b2e1b;
}

.locksmith-box {
  background-color: #e2fbe2;
  border-left: 6px solid #2dbe60;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.locksmith-box.highlight {
  background-color: #c9f7c9;
  border-left: 6px solid #1f9444;
}

.locksmith-box h2 {
  color: #1f9444;
  margin-bottom: 15px;
}

.locksmith-box p {
  font-size: 16px;
  line-height: 1.6;
}

.locksmith-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.locksmith-card {
  flex: 1 1 calc(33.33% - 20px);
  background: #fff;
  border: 2px solid #2dbe60;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.locksmith-card:hover {
  transform: translateY(-5px);
}

.locksmith-card h3 {
  color: #2dbe60;
  margin-bottom: 10px;
  font-size: 18px;
}

.locksmith-card p {
  font-size: 15px;
  color: #2a2a2a;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .locksmith-card {
    flex: 1 1 100%;
  }
}/* End custom CSS */