.elementor-77 .elementor-element.elementor-element-241e89c4{--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-3f123ed9 *//* ===============================
   Southfield Locksmith — Scoped CSS
   Palette: Teal (#006D77) & Warm Sand (#EAE2B7)
   =============================== */

.southfield-locksmith {
  /* Theme tokens */
  --ink: #0f172a;
  --muted: #6b7280;
  --paper: #f7f8fa;
  --card: #ffffff;
  --ring: #e5e7eb;

  --accent: #006D77;   /* Teal */
  --accent-2: #EAE2B7; /* Warm Sand */
  --accent-ink: #084c51;

  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 6px 14px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 12px 28px rgba(15, 23, 42, 0.08);

  --gap-lg: 28px;
  --gap-md: 20px;
  --gap-sm: 14px;

  --container: 1200px;

  font-family: "Segoe UI", Tahoma, system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f9fbfc 0%, #f2f6f7 100%);
  padding: 32px 16px 64px;
}

.southfield-locksmith * {
  box-sizing: border-box;
}

/* Container width (optional if you wrap externally) */
.southfield-locksmith > .box,
.southfield-locksmith > section {
  max-width: var(--container);
  margin: 0 auto var(--gap-lg);
}

/* Headings */
.southfield-locksmith h2 {
  font-size: clamp(1.35rem, 1.2rem + 1vw, 1.9rem);
  line-height: 1.25;
  margin: 0 0 14px;
  color: var(--accent-ink);
  letter-spacing: 0.2px;
}

.southfield-locksmith h3 {
  font-size: clamp(1.05rem, 0.95rem + 0.6vw, 1.25rem);
  margin: 0 0 10px;
  color: var(--ink);
}

/* Paragraphs */
.southfield-locksmith p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 12px;
}

/* ===== Box components ===== */
.southfield-locksmith .box {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--ring);
  padding: clamp(16px, 2.5vw, 28px);
  position: relative;
  overflow: hidden;
}

.southfield-locksmith .box:before {
  content: "";
  position: absolute;
  inset: -30% auto auto -30%;
  width: 60%;
  height: 60%;
  background: radial-gradient(ellipse at center, var(--accent-2) 0%, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}

/* About box tweaks */
.southfield-locksmith .box.about h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-inline: 14px;
  padding-block: 8px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--accent-2) 60%, #fff);
  border: 1px solid var(--ring);
}

/* ===== Card Grid ===== */
.southfield-locksmith .card-grid {
  display: grid;
  gap: var(--gap-md);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: var(--gap-md);
}

@media (max-width: 1000px) {
  .southfield-locksmith .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .southfield-locksmith .card-grid {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.southfield-locksmith .card {
  background: var(--card);
  border-radius: var(--radius-sm);
  border: 1px solid var(--ring);
  box-shadow: var(--shadow-sm);
  padding: 18px 18px 16px;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.southfield-locksmith .card::after {
  /* decorative left stripe */
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 5px;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--accent) 0%, #11949f 100%);
  opacity: 0.85;
}

.southfield-locksmith .card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: color-mix(in oklab, var(--accent) 12%, var(--ring));
}

/* Section headers */
.southfield-locksmith .services h2,
.southfield-locksmith .why-us h2 {
  margin-bottom: 8px;
}

.southfield-locksmith .services > p,
.southfield-locksmith .why-us > p {
  margin-bottom: var(--gap-md);
}

/* ===== Testimonials ===== */
.southfield-locksmith .testimonials {
  background:
    linear-gradient(180deg, rgba(0, 109, 119, 0.08), rgba(0, 109, 119, 0.02)),
    var(--card);
  border: 1px solid color-mix(in oklab, var(--accent) 10%, var(--ring));
}

.southfield-locksmith .testimonials h2 {
  margin-bottom: 8px;
}

.southfield-locksmith blockquote {
  margin: 0 0 14px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid var(--ring);
  border-left: 6px solid var(--accent);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  font-size: 0.98rem;
  color: var(--ink);
}

.southfield-locksmith blockquote:last-of-type {
  margin-bottom: 0;
}

.southfield-locksmith cite {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
}

/* ===== CTA Section ===== */
.southfield-locksmith .cta {
  border-radius: var(--radius);
  padding: clamp(18px, 2.6vw, 28px);
  color: #0b2531;
  background:
    radial-gradient(1200px 600px at 100% 0%, rgba(0, 109, 119, 0.10) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fdfcf7 100%);
  border: 1px solid color-mix(in oklab, var(--accent-2) 50%, var(--ring));
  box-shadow: var(--shadow-sm);
}

.southfield-locksmith .cta h2 {
  color: var(--accent-ink);
  margin-bottom: 10px;
}

.southfield-locksmith .cta p {
  font-size: 1.02rem;
}

/* Optional CTA button if you add one later */
.southfield-locksmith .cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 12px 18px;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, var(--accent) 15%, var(--ring));
  background: linear-gradient(180deg, var(--accent) 0%, #0a7a82 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(0, 109, 119, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}
.southfield-locksmith .cta .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0, 109, 119, 0.22);
}

/* ===== Links & Focus ===== */
.southfield-locksmith a {
  color: var(--accent);
  text-underline-offset: 3px;
}
.southfield-locksmith a:hover {
  text-decoration: underline;
}

.southfield-locksmith :where(a, button, .card) {
  outline: none;
}
.southfield-locksmith :where(a, button, .card):focus-visible {
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 35%, #ffffff);
  border-color: color-mix(in oklab, var(--accent) 35%, var(--ring));
}

/* ===== Subtle section dividers (optional) ===== */
.southfield-locksmith .services,
.southfield-locksmith .why-us {
  position: relative;
}
.southfield-locksmith .services::before,
.southfield-locksmith .why-us::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  width: min(160px, 40%);
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
  opacity: 0.9;
}

/* ===== Tighten vertical rhythm on mobile ===== */
@media (max-width: 540px) {
  .southfield-locksmith {
    padding: 22px 12px 44px;
  }
  .southfield-locksmith > .box,
  .southfield-locksmith > section {
    margin-bottom: 22px;
  }
}
.southfield-locksmith .cities-we-serve {
  margin-top: 50px;
  text-align: center;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.southfield-locksmith .cities-we-serve h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: 006D77;
}

.southfield-locksmith .cities-we-serve p {
  color: #333;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 30px;
}

.southfield-locksmith .zip-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.southfield-locksmith .zip-btn {
  background: #3B82F6;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: default;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.southfield-locksmith .zip-btn:hover {
  background: #006D77;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(59, 130, 246, 0.4);
}

@media (max-width: 600px) {
  .southfield-locksmith .zip-btn {
    width: 100%;
    max-width: 200px;
  }
}/* Cities We Serve Section */
.southfield-locksmith .cities-we-serve {
  margin-top: 50px;
  text-align: center;
  padding: 40px 20px;
  background: #f9fafb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.southfield-locksmith .cities-we-serve h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #1B1F23;
}

.southfield-locksmith .cities-we-serve p {
  color: #333;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 30px;
}

.southfield-locksmith .zip-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.southfield-locksmith .zip-btn {
  background: #006D77;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: default;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 109, 119, 0.3);
}

.southfield-locksmith .zip-btn:hover {
  background: #00565e;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 109, 119, 0.4);
}

@media (max-width: 600px) {
  .southfield-locksmith .zip-btn {
    width: 100%;
    max-width: 200px;
  }
}

/* What We Offer Section */
.southfield-locksmith .what-we-offer {
  margin-top: 40px;
  text-align: center;
  padding: 40px 20px;
  background: #f9fafb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.southfield-locksmith .what-we-offer h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #1B1F23;
}

.southfield-locksmith .what-we-offer p {
  color: #333;
  font-size: 16px;
  max-width: 780px;
  margin: 0 auto 26px;
}

.southfield-locksmith .service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.southfield-locksmith .service-btn {
  background: #006D77;
  color: #fff;
  border: none;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  cursor: default;
  transition: all 0.25s ease;
  box-shadow: 0 4px 8px rgba(0, 109, 119, 0.25);
  line-height: 1.2;
  white-space: nowrap;
}

.southfield-locksmith .service-btn:hover {
  background: #00565e;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 109, 119, 0.35);
}

@media (max-width: 640px) {
  .southfield-locksmith .service-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}/* End custom CSS */