.elementor-66 .elementor-element.elementor-element-57b7def6{--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-6f15b638 *//* Locksmith Theme V2 — Crimson & Charcoal (Ribbon & Outline) */
.suitland-locksmith-v2 {
  --crimson: #DC2626;
  --charcoal: #333333;
  --ink: #1f2937;
  --paper: #fafafa;
  --line: #ececec;
  --muted: #6b7280;
  --radius: 16px;
  --gap: 26px;
  --shadow-sm: 0 6px 18px rgba(0,0,0,.06);
  --shadow-lg: 0 18px 40px rgba(0,0,0,.12);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}

.suitland-locksmith-v2 .wrap{
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 22px 72px;
}

/* Headings with underline accent */
.suitland-locksmith-v2 h1,
.suitland-locksmith-v2 h2,
.suitland-locksmith-v2 h3{
  color: var(--charcoal);
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0 0 12px;
}
.suitland-locksmith-v2 h2{
  font-size: clamp(22px,2.4vw,30px);
  position: relative;
  padding-bottom: 8px;
}
.suitland-locksmith-v2 h2::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:86px; height:4px;
  background: linear-gradient(90deg,var(--crimson),transparent);
  border-radius: 3px;
}
.suitland-locksmith-v2 h3{
  font-size: 19px;
  color: var(--crimson);
}

/* Box with top ribbon and subtle grid background */
.suitland-locksmith-v2 .box{
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px 22px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  margin-bottom: 42px;
}
.suitland-locksmith-v2 .box::before{
  content:"";
  position:absolute; inset:0;
  background-image:
    linear-gradient(135deg, rgba(220,38,38,.05) 0%, transparent 60%),
    linear-gradient(0deg, transparent 0%, rgba(0,0,0,.015) 100%);
  pointer-events:none;
}
.suitland-locksmith-v2 .box::after{
  content:"";
  position:absolute; top:0; left:0; right:0; height:8px;
  background: repeating-linear-gradient(90deg, var(--crimson), var(--crimson) 12px, rgba(220,38,38,.65) 12px, rgba(220,38,38,.65) 24px);
}

/* Paragraphs */
.suitland-locksmith-v2 p{ margin: 10px 0 12px; }

/* Section spacing */
.suitland-locksmith-v2 .section{ margin-top: 52px; }

/* Grid system */
.suitland-locksmith-v2 .grid{ display:grid; gap: var(--gap); }
.suitland-locksmith-v2 .cards{ grid-template-columns: repeat(3, 1fr); }

@media (max-width: 992px){
  .suitland-locksmith-v2 .cards{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .suitland-locksmith-v2 .cards{ grid-template-columns: 1fr; }
}

/* Card — outlined, floating header tab, diagonal shine */
.suitland-locksmith-v2 .card{
  background:#fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  padding: 20px 18px 18px;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.suitland-locksmith-v2 .card::before{
  content:"";
  position:absolute; top:-30%; right:-30%;
  width:70%; height:140%;
  transform: rotate(25deg);
  background: radial-gradient(closest-side, rgba(220,38,38,.06), transparent 70%);
  pointer-events:none;
}
.suitland-locksmith-v2 .card h3{
  display:inline-block;
  padding: 6px 10px;
  margin: 0 0 10px;
  border-radius: 10px;
  backgr/* End custom CSS */