.elementor-85 .elementor-element.elementor-element-15823c8f{--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-6bf3947d *//* =========================================
   SECTION – DIAGONAL SPLIT BACKGROUND
========================================= */
.lux-locksmith {
  font-family: 'Segoe UI', Arial, sans-serif;
  padding: 140px 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #3F00FF 0%, #3F00FF 55%, #B59410 55%, #B59410 100%);
  color: #fff;
}

/* Abstract overlays */
.lux-locksmith::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -150px;
  width: 700px;
  height: 700px;
  background: #B59410;
  transform: rotate(45deg);
  opacity: 0.08;
  z-index: 0;
}

.lux-locksmith::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -200px;
  width: 800px;
  height: 800px;
  background: #2b00c7;
  transform: rotate(-35deg);
  opacity: 0.15;
  z-index: 0;
}

/* =========================================
   CONTAINER
========================================= */
.lux-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* =========================================
   HERO
========================================= */
.lux-hero {
  background: #ffffff;
  color: #222;
  padding: 70px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  box-shadow: 0 50px 100px rgba(0,0,0,0.35);
  margin-bottom: 120px;
  position: relative;
}

.lux-hero h1 {
  font-size: 40px;
  margin-bottom: 25px;
  color: #3F00FF;
}

.lux-hero p {
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 22px;
}

/* Accent bar */
.lux-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(#B59410, #3F00FF);
}

/* =========================================
   TITLES
========================================= */
.lux-title {
  text-align: center;
  font-size: 34px;
  margin: 90px 0 60px;
  position: relative;
}

.lux-title::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 4px;
  background: #B59410;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* =========================================
   GRID
========================================= */
.lux-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px;
}

/* =========================================
   CLICKABLE SERVICE CARD
========================================= */
.lux-card {
  display: block;
  background: #fff;
  color: #222;
  padding: 50px 40px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 10% 100%, 0 95%);
  box-shadow: 0 40px 80px rgba(0,0,0,0.25);
  transition: 0.4s ease;
  border-left: 6px solid #B59410;
  text-decoration: none;
}

.lux-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 60px 120px rgba(0,0,0,0.35);
}

/* Corner accent */
.lux-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #B59410;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.85;
}

.lux-card h3 {
  color: #3F00FF;
  font-size: 22px;
  margin-bottom: 15px;
}

.lux-card p {
  line-height: 1.8;
}

/* =========================================
   WHY CHOOSE CARDS
========================================= */
.lux-info-card {
  background: #fff;
  color: #222;
  padding: 40px;
  border-left: 6px solid #B59410;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

.lux-info-card h4 {
  color: #3F00FF;
  margin-bottom: 12px;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 768px) {

  .lux-hero {
    clip-path: none;
    padding: 40px;
  }

  .lux-card {
    clip-path: none;
  }

  .lux-title {
    font-size: 26px;
  }

}/* End custom CSS */