.elementor-596 .elementor-element.elementor-element-6c87126{--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-8d936fd *//* INDUSTRIAL LOCKSMITH CUSTOM STYLES */

.ind-locksmith {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(135deg, #eaf6f6 0%, #ffffff 100%);
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ind-section {
  margin-bottom: 40px;
  position: relative;
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

/* Diagonal accent bar */
.ind-section::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -50%;
  width: 200%;
  height: 20px;
  background-color: #207272;
  transform: rotate(3deg);
}

.ind-section h2 {
  color: #14585b;
  margin-bottom: 18px;
  font-size: 1.8em;
  letter-spacing: 0.5px;
}

.ind-section p {
  color: #333;
  line-height: 1.6;
  font-size: 1.05em;
}

/* Card grid */
.ind-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.ind-card {
  flex: 1 1 calc(33.333% - 10px);
  background-color: #14585b;
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  transition: transform 0.2s ease;
}

.ind-card:hover {
  background-color: #207272;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 800px) {
  .ind-card {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 500px) {
  .ind-section {
    padding: 20px 15px;
  }
  .ind-card {
    flex: 1 1 100%;
  }
}/* End custom CSS */