.elementor-84 .elementor-element.elementor-element-42e474d{--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-80346f4 *//* =========================================
   MODERN SECURITY PANEL DESIGN
   Moss Green + Deep Yellow
========================================= */

.mod-locksmith {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f5f6f2;
  color: #222;
}

/* HERO BAND */
.mod-hero {
  background: linear-gradient(135deg, #4A7023 0%, #2f4a14 100%);
  color: #ffffff;
  padding: 120px 20px 160px 20px;
  position: relative;
  overflow: hidden;
}

.mod-hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 120px;
  background: #f5f6f2;
  border-top-left-radius: 100% 80px;
  border-top-right-radius: 100% 80px;
}

.mod-container {
  max-width: 1200px;
  margin: auto;
}

.mod-hero h1 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.mod-hero h1 span {
  color: #E1AD01;
}

.mod-hero p {
  font-size: 18px;
  line-height: 1.9;
  max-width: 850px;
}

/* SERVICE BLOCK SECTION */
.mod-services {
  padding: 120px 20px;
}

.mod-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
  font-weight: 600;
}

.mod-title span {
  color: #4A7023;
}

/* SERVICE GRID */
.mod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.mod-card {
  background: #ffffff;
  padding: 45px;
  border-radius: 18px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.12);
  border-top: 5px solid #E1AD01;
  transition: 0.35s ease;
}

.mod-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 100px rgba(0,0,0,0.2);
}

.mod-card a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #4A7023;
}

.mod-card a:hover {
  color: #E1AD01;
}

.mod-card p {
  margin-top: 15px;
  line-height: 1.8;
}

/* TRUST STRIPE */
.mod-trust {
  background: #E1AD01;
  padding: 80px 20px;
  text-align: center;
  color: #222;
}

.mod-trust h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.mod-trust p {
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
}

/* ADVANTAGE GRID */
.mod-advantages {
  padding: 120px 20px;
  background: #ffffff;
}

.mod-adv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.mod-adv-card {
  padding: 35px;
  background: #f5f6f2;
  border-left: 5px solid #4A7023;
  border-radius: 12px;
}

.mod-adv-card h4 {
  margin-bottom: 12px;
  color: #4A7023;
}/* End custom CSS */