.elementor-544 .elementor-element.elementor-element-b0836aa{--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 );}.elementor-544 .elementor-element.elementor-element-c2857a4{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6dd16d7 *//* ----- Scoped to New Jersey section only ----- */
.nj-locksmith-section {
  --pine: #2F5233;          /* primary */
  --silver: #D3D3D3;        /* accent */
  --ink: #2F5233;           /* text color */
  --muted: #4b5a50;         /* supportive text (darker tint of pine) */
  --card: #ffffff;
  --bg-soft: linear-gradient(135deg, rgba(47,82,51,0.06), rgba(211,211,211,0.12));
  --shadow: 0 10px 24px rgba(20, 35, 24, 0.08);
  --radius: 18px;
  --gap: 18px;

  font-family: Segoe UI, system-ui, -apple-system, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg-soft);
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 22px;
  padding: 28px;
}

.nj-locksmith-section .nj-wrap { max-width: 1200px; margin: 0 auto; }

/* Panels */
.nj-locksmith-section .nj-panel {
  background: var(--card);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow);
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.nj-locksmith-section .nj-panel::before {
  content:"";
  position:absolute; left:-2px; top:-2px; height:6px; width:45%;
  background: linear-gradient(90deg, var(--pine), var(--silver));
  border-top-left-radius: 14px;
}

/* Eyebrow */
.nj-locksmith-section .nj-eyebrow {
  display:inline-block;
  font-size:12px; letter-spacing:.08em; text-transform:uppercase; font-weight:700;
  background: linear-gradient(90deg, var(--pine), var(--silver));
  -webkit-background-clip:text; background-clip:text; color:transparent;
  margin-bottom: 6px;
}

/* Titles */
.nj-locksmith-section .nj-title {
  margin: 6px 0 8px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15; font-weight: 800; color: var(--ink);
}
.nj-locksmith-section .nj-h2 {
  margin: 6px 0 8px;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2; font-weight: 800; color: var(--ink);
}

/* Divider */
.nj-locksmith-section .nj-line {
  height: 2px; width: 100%;
  background: linear-gradient(90deg, var(--pine), var(--silver));
  border-radius: 2px;
  margin: 10px 0 14px;
}

/* Text */
.nj-locksmith-section .nj-sub,
.nj-locksmith-section .nj-lead {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 10px;
}
.nj-locksmith-section .nj-lead { font-weight: 500; }

/* Grid */
.nj-locksmith-section .nj-grid {
  display:grid; gap: var(--gap);
}
.nj-locksmith-section .nj-grid-3 { grid-template-columns: 1fr; }
@media (min-width:680px){ .nj-locksmith-section .nj-grid-3{ grid-template-columns:repeat(2,1fr);} }
@media (min-width:1024px){ .nj-locksmith-section .nj-grid-3{ grid-template-columns:repeat(3,1fr);} }

/* Cards */
.nj-locksmith-section .nj-card {
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
  position: relative;
  background:#fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.nj-locksmith-section .nj-card::after {
  content:"";
  position:absolute; left:-2px; top:12px; bottom:12px; width:5px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--pine), var(--silver));
}
.nj-locksmith-section .nj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20,35,24,0.12);
}

/* Card headings */
.nj-locksmith-section .nj-card h3 {
  display:flex; align-items:center; gap:10px;
  margin:0 0 8px; font-size:18px; font-weight:800;
}
.nj-locksmith-section .nj-icon {
  display:grid; place-items:center;
  width:32px; height:32px; border-radius:12px;
  background: linear-gradient(180deg, rgba(47,82,51,.12), rgba(211,211,211,.22));
  font-size:18px;
}

/* Links */
.nj-locksmith-section .nj-link {
  color: var(--ink); text-decoration:none;
  background: linear-gradient(90deg, var(--pine), var(--silver));
  background-size:0% 2px; background-repeat:no-repeat; background-position:0 100%;
  transition: background-size .25s ease, color .25s ease;
}
.nj-locksmith-section .nj-link:hover { color:#1e3a26; background-size:100% 2px; }

/* Checklist */
.nj-locksmith-section .nj-checklist { display:grid; gap:10px; margin-top:10px; }
.nj-locksmith-section .nj-check { display:flex; gap:8px; align-items:flex-start; }
.nj-locksmith-section .nj-check i{ font-style:normal; }

/* Testimonials */
.nj-locksmith-section .nj-testimonials { display:grid; gap:var(--gap); }
@media (min-width:900px){ .nj-locksmith-section .nj-testimonials{ grid-template-columns:repeat(3,1fr);} }
.nj-locksmith-section .nj-quote {
  background:#fff; border:1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius); padding:16px; box-shadow: var(--shadow);
}
.nj-locksmith-section .nj-quote blockquote{ margin:0 0 8px; }
.nj-locksmith-section .nj-author { font-size:13px; color:var(--muted); }
.nj-locksmith-section .nj-badge {
  font-size:11px; font-weight:700;
  background: linear-gradient(90deg, rgba(47,82,51,.18), rgba(211,211,211,.35));
  border:1px solid rgba(0,0,0,0.1);
  border-radius:999px; padding:2px 6px; margin-right:6px;
}

/* CTA */
.nj-locksmith-section .nj-cta h3{ font-size:clamp(18px,2.2vw,24px); font-weight:800; }
.nj-locksmith-section .nj-actions{ display:flex; flex-wrap:wrap; gap:10px; margin:12px 0 8px; }
.nj-locksmith-section .nj-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 16px; border-radius:999px;
  font-weight:800; text-decoration:none;
  background: linear-gradient(90deg, var(--pine), var(--silver));
  color:#0c1b12;
}
.nj-locksmith-section .nj-btn--ghost{ background:#fff; border:1px solid rgba(0,0,0,0.15); }
.nj-locksmith-section .nj-small{ font-size:12px; color:var(--muted); margin-top:8px; }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-43889be *//* ===== NJ Locksmith — Green Theme (Matches your HTML) ===== */
.ac-section {
  --primary: #2F5233;      /* Deep Pine Green */
  --secondary: #D3D3D3;    /* Light Gray Accent */
  --text: #2F5233;         /* Body & heading text */
  --card: #ffffff;
  --shadow: rgba(47, 82, 51, 0.10);

  background: linear-gradient(180deg, #ffffff 0%, #f9faf9 100%);
  padding: 48px 20px;
  color: var(--text);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* Content boxes */
.ac-section .ac-box {
  background: var(--card);
  border: 1px solid var(--secondary);
  border-left: 6px solid var(--primary);
  border-radius: 16px;
  padding: 24px 24px 22px;
  margin: 18px auto;
  max-width: 1200px;
  box-shadow: 0 12px 28px var(--shadow);
  position: relative;
  overflow: hidden;
}

/* Decorative top accent */
.ac-section .ac-box::before {
  content: "";
  position: absolute;
  top: -2px; left: -2px;
  height: 6px; width: 42%;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-top-left-radius: 14px;
}

/* Titles */
.ac-section .title {
  margin: 0 0 12px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--primary);
  font-size: clamp(22px, 2.8vw, 30px);
}

/* Grid system */
.ac-section .grid {
  display: grid;
  gap: 12px;
}

/* 4-column responsive grid */
.ac-section .grid.cols-4 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 560px) {
  .ac-section .grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 880px) {
  .ac-section .grid.cols-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1120px) {
  .ac-section .grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}

/* Area/service link cards */
.ac-section .area-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--secondary);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 6px 16px var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  color: var(--primary);
  position: relative;
  overflow: hidden;
}

/* Accent left stripe on cards */
.ac-section .area-tag::before {
  content: "";
  position: absolute; left: 0; top: 10px; bottom: 10px; width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--primary), var(--secondary));
}

/* Hover effects */
.ac-section .area-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(47, 82, 51, 0.20);
  border-color: var(--primary);
}

/* Icon/pin circle */
.ac-section .pin {
  display: grid;
  place-items: center;
  width: 28px; height: 28px;
  border-radius: 10px;
  font-size: 16px;
  background: linear-gradient(180deg, rgba(47,82,51,.08), rgba(211,211,211,.18));
}

/* Label text */
.ac-section .area-label {
  font-weight: 700;
  letter-spacing: .2px;
  color: var(--primary);
  line-height: 1.2;
  font-size: 15px;
}

/* Small screens */
@media (max-width: 420px) {
  .ac-section .area-tag { padding: 10px 12px; }
  .ac-section .pin { width: 26px; height: 26px; font-size: 15px; }
  .ac-section .area-label { font-size: 14px; }
}/* End custom CSS */