.elementor-567 .elementor-element.elementor-element-6f81760{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-567 .elementor-element.elementor-element-6f81760.e-con{--flex-grow:0;--flex-shrink:0;}.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-567 .elementor-element.elementor-element-ba07acf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-567 .elementor-element.elementor-element-6f81760{--width:100.339%;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-567 .elementor-element.elementor-element-6f81760{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-297dce2 *//* ----- 216 Locksmiths: Cities & Sub-Services (Gunmetal & Amber) ----- */
.in-locksmith-section {
  --gunmetal: #2A3439;
  --amber: #FFBF00;
  --bg: #F7F8F9;
  --card: #ffffff;
  --shadow: 0 4px 10px rgba(0,0,0,0.06);
  --radius: 10px;
  --gap: 22px;

  font-family: 'Segoe UI', Tahoma, sans-serif;
  background: var(--bg);
  color: var(--gunmetal);
  padding: 40px 20px;
}

.in-locksmith-section .in-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Titles */
.in-locksmith-section .in-h2 {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  color: var(--gunmetal);
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}
.in-locksmith-section .in-h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: var(--amber);
  border-radius: 3px;
  margin: 8px auto 0;
}

/* Grid Layout */
.in-locksmith-section .in-grid {
  display: grid;
  gap: var(--gap);
  margin-top: 20px;
}
.in-locksmith-section .in-grid-3 {
  grid-template-columns: 1fr;
}
@media (min-width:600px) {
  .in-locksmith-section .in-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width:900px) {
  .in-locksmith-section .in-grid-3 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width:1200px) {
  .in-locksmith-section .in-grid-3 { grid-template-columns: repeat(4, 1fr); }
}

/* Cards */
.in-locksmith-section .in-card {
  background: var(--card);
  border: 1px solid rgba(42,52,57,0.15);
  border-left: 5px solid var(--amber);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.in-locksmith-section .in-card:hover {
  transform: translateY(-5px);
  border-color: var(--gunmetal);
}

/* Card Headings & Links */
.in-locksmith-section .in-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.in-locksmith-section .in-card a {
  color: var(--gunmetal);
  text-decoration: none;
  transition: color 0.3s ease;
}
.in-locksmith-section .in-card a:hover {
  color: var(--amber);
}

/* Hover Effect Accent */
.in-locksmith-section .in-card:hover h3 a {
  color: var(--amber);
}

/* Responsive Spacing */
@media (max-width:500px) {
  .in-locksmith-section .in-card { padding: 14px; }
  .in-locksmith-section .in-card h3 { font-size: 15px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6f81760 */.in-locksmith-section {
  --ink: #2A3439;
  --accent: #FFBF00;
  --bg: #ffffff;
  --muted: #f6f7f8;
  --text: #2f3540;
  --ring: rgba(255, 191, 0, 0.4);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

/* Container */
.in-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 10px;
}

/* Panels */
.in-panel {
  background: var(--bg);
  border: 1px solid rgba(42, 52, 57, 0.08);
  border-left: 6px solid var(--accent);
  border-radius: 14px;
  padding: 20px 20px;
  margin: 18px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.in-cta {
  background: var(--ink);
  color: #fff;
  border: none;
}
.in-cta .in-h2 { color: var(--accent); }

/* Typography */
.in-eyebrow { color: var(--ink); font-size: 13px; font-weight: 600; }
.in-title { color: var(--ink); font-size: 28px; margin: 6px 0 8px; }
.in-line { height: 3px; width: 70px; background: var(--accent); border-radius: 3px; margin: 10px 0 16px; border: none; }
.in-h2 { color: var(--ink); font-size: 22px; margin: 0 0 12px; }
.in-lead { font-size: 17px; line-height: 1.7; }

/* Grid */
.in-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .in-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .in-grid { grid-template-columns: 1fr; } }

/* Cards */
.in-card {
  background: var(--muted);
  border: 1px solid rgba(42, 52, 57, 0.1);
  border-radius: 12px;
  padding: 16px;
  transition: 0.2s ease;
}
.in-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.in-card h3 { display: flex; align-items: center; gap: 8px; font-size: 18px; margin: 0 0 8px; color: var(--ink); }
.in-link { color: var(--ink); text-decoration: none; border-bottom: 2px solid transparent; transition: 0.2s; }
.in-card:hover .in-link { border-color: var(--accent); }

/* Testimonials */
.in-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 900px) { .in-testimonials { grid-template-columns: 1fr; } }
.in-quote { background: var(--muted); border: 1px solid rgba(42,52,57,0.08); border-radius: 12px; padding: 16px; }
.in-quote blockquote { margin: 0 0 10px; font-style: italic; }
.in-author { color: var(--ink); font-weight: 600; }

/* Buttons */
.in-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 6px; }
.in-btn, .in-btn--ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 22px; border-radius: 8px; font-weight: 700; text-decoration: none;
  transition: 0.2s ease; line-height: 1; cursor: pointer;
}
.in-btn { background: var(--accent); color: var(--ink); border: 2px solid var(--accent); }
.in-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 26px var(--ring); }
.in-btn--ghost { background: transparent; color: var(--accent); border: 2px solid var(--accent); }
.in-btn--ghost:hover { background: rgba(255,191,0,0.11); transform: translateY(-1px); }/* End custom CSS */