.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>317 Locksmiths - Indiana Services</title>
  <style>
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #f8f9fb;
      color: #1B263B;
      line-height: 1.6;
    }

    .ac-section {
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
    }

    .ac-box {
      background: #ffffff;
      padding: 20px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    }

    .ac-box h2 {
      color: #006D77;
      margin-bottom: 12px;
      border-left: 5px solid #EAE2B7;
      padding-left: 10px;
    }

    .ac-card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      margin-top: 15px;
    }

    .ac-card {
      background: #fdfdfb;
      border: 2px solid #EAE2B7;
      padding: 15px;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .ac-card:hover {
      background: #EAE2B7;
      color: #1B263B;
      transform: translateY(-4px);
    }

    .reason-list {
      margin-top: 15px;
      padding-left: 15px;
    }

    .reason {
      margin-bottom: 10px;
    }

    .testimonial {
      font-style: italic;
      background: #f7fafc;
      border-left: 4px solid #006D77;
      margin-bottom: 15px;
      padding: 10px 15px;
    }

    .cta {
      display: inline-block;
      background: #006D77;
      color: #fff;
      text-decoration: none;
      padding: 12px 24px;
      border-radius: 6px;
      margin-top: 20px;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .cta:hover {
      background: #004c53;
    }

    /* City section styling */
    .city-section {
      max-width: 1100px;
      margin: 40px auto;
      padding: 20px;
    }

    .city-section h2 {
      text-align: center;
      font-size: 2rem;
      color: #1B263B;
      margin-bottom: 20px;
      border-bottom: 3px solid #FFD700;
      display: inline-block;
      padding-bottom: 6px;
    }

    .city-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 12px;
      margin-top: 20px;
    }

    .city-grid a {
      display: block;
      padding: 10px 14px;
      background: #fffef5;
      border: 2px solid #FFD700;
      border-radius: 8px;
      text-decoration: none;
      color: #1B263B;
      font-size: 0.95rem;
      text-align: center;
      transition: all 0.3s ease;
    }

    .city-grid a:hover {
      background: #FFD700;
      color: #1B263B;
      font-weight: bold;
      box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    }
  </style>
</head>/* End custom CSS */