.elementor-78 .elementor-element.elementor-element-143294e{--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-4006508 *//* ===============================
   MAIN SECTION BACKGROUND
================================= */
.elx-locksmith {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(135deg, #2B7A78 0%, #256d6b 40%, #d9a441 100%);
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

/* ===============================
   CONTAINER
================================= */
.elx-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* ===============================
   HERO BOX
================================= */
.elx-hero-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 50px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
  position: relative;
  border: 1px solid rgba(255,255,255,0.15);
}

.elx-hero-box h1 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #ffffff;
}

.elx-hero-box p {
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 18px;
  color: #f4f4f4;
}

/* ===============================
   DECORATIVE CIRCLES
================================= */
.circle-accent {
  position: absolute;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #D9A441 0%, rgba(217,164,65,0.2) 70%);
  border-radius: 50%;
  z-index: 0;
}

.circle-left {
  top: -60px;
  left: -60px;
}

.circle-right {
  bottom: -60px;
  right: -60px;
}

/* ===============================
   SECTION TITLES
================================= */
.section-title {
  text-align: center;
  font-size: 28px;
  margin: 70px 0 40px;
  color: #ffffff;
  position: relative;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #D9A441;
  display: block;
  margin: 12px auto 0;
  border-radius: 3px;
}

/* ===============================
   SERVICES GRID
================================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* ===============================
   SERVICE BOX
================================= */
.service-box {
  background: #ffffff;
  color: #333;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  position: relative;
  transition: all 0.35s ease;
  border-top: 5px solid #D9A441;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

/* ===============================
   ICON CIRCLE
================================= */
.icon-circle {
  width: 60px;
  height: 60px;
  background: #2B7A78;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(43,122,120,0.4);
}

/* ===============================
   SERVICE LINKS
================================= */
.service-box h3 {
  font-size: 17px;
  margin-bottom: 15px;
  word-break: break-word;
}

.service-box h3 a {
  text-decoration: none;
  color: #2B7A78;
  font-weight: 600;
  transition: color 0.3s ease;
}

.service-box h3 a:hover {
  color: #D9A441;
}

/* ===============================
   ADVANTAGES GRID
================================= */
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

/* ===============================
   ADVANTAGE BOX
================================= */
.adv-box {
  background: rgba(255,255,255,0.1);
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.3s ease;
}

.adv-box:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-6px);
}

/* ===============================
   NUMBER CIRCLE
================================= */
.number-circle {
  width: 55px;
  height: 55px;
  background: #D9A441;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(217,164,65,0.4);
}

.adv-box h4 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #ffffff;
}

.adv-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #f0f0f0;
}

/* ===============================
   RESPONSIVE
================================= */
@media (max-width: 768px) {
  .elx-hero-box {
    padding: 35px;
  }

  .elx-hero-box h1 {
    font-size: 26px;
  }

  .section-title {
    font-size: 22px;
  }
}/* End custom CSS */