.elementor-27943 .elementor-element.elementor-element-e73777c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-418e05c *//css/location-pages.css


/* ================================
   Premier Locksmith – Location Pages
   Black Background • Mobile First
   ================================ */

:root{
  --bg: #000000;               /* matches main site */
  --card: #0f172a;             /* dark slate */
  --card-soft: rgba(255,255,255,0.04);
  --border: rgba(255,255,255,0.12);
  --text: #ffffff;
  --muted: #cbd5e1;
  --accent: #22c55e;
  --accent2: #38bdf8;
  --radius: 16px;
  --shadow: 0 10px 28px rgba(0,0,0,.45);
  --max: 1100px;
}

/* ---------- Reset ---------- */
*{ box-sizing:border-box; }
html, body{ margin:0; padding:0; }
body{
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height:1.55;
}
a{ color:inherit; text-decoration:none; }

/* ---------- Layout ---------- */
.location-wrap{
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 14px 60px;
}

/* Mobile = stacked */
.location-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
  margin-top:14px;
}

/* ---------- Cards ---------- */
.location-hero,
.location-card,
.location-footer{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

/* ---------- Typography ---------- */
.location-kicker{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: var(--muted);
  margin-bottom:8px;
}

h1{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.15;
}

h2{
  margin:0 0 10px;
  font-size:18px;
}

p{
  margin:0 0 12px;
  font-size:16px;
  color: var(--muted);
}

ul{
  margin:8px 0 0 18px;
  padding:0;
  color: var(--muted);
}
li{ margin:8px 0; }

/* ---------- CTAs (thumb friendly) ---------- */
.location-cta{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:14px;
}

.location-btn{
  min-height:52px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.06);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:700;
}

.location-btn.primary{
  border-color: rgba(34,197,94,.6);
  background: rgba(34,197,94,.18);
}

.location-btn.secondary{
  border-color: rgba(56,189,248,.6);
  background: rgba(56,189,248,.18);
}

.location-btn:active{
  transform:scale(.98);
}

/* ---------- Location info ---------- */
.location-info{
  display:grid;
  gap:10px;
}

.location-info-box{
  background: var(--card-soft);
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px;
  font-size:16px;
  color:var(--muted);
}

.location-info-box strong{
  color:var(--text);
}

/* ---------- Map ---------- */
.location-map{
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--border);
}

.location-map iframe{
  width:100%;
  height:300px;
  border:0;
  display:block;
}

/* ---------- Footer CTA ---------- */
.location-footer{
  text-align:center;
  margin-top:14px;
}

/* ---------- Desktop Enhancements ---------- */
@media (min-width: 900px){
  .location-wrap{ padding: 28px 18px 70px; }

  .location-grid{
    grid-template-columns: 1.2fr .8fr;
    gap:18px;
  }

  h1{ font-size:38px; }
  h2{ font-size:20px; }

  .location-cta{
    grid-template-columns: repeat(3, 1fr);
  }

  .location-map iframe{
    height:340px;
  }
}/* End custom CSS */