.elementor-kit-7{--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-7 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 */<style>
    /* Bold, Premium Locksmith Style */

    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #0d0d0d;
      color: #f2f2f2;
      margin: 0;
      padding: 0;
      line-height: 1.6;
    }

    section {
      max-width: 1100px;
      margin: 30px auto;
      padding: 30px 25px;
      background-color: #1a1a1a;
      border-radius: 12px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.7);
      border: 1px solid #333;
    }

    h2 {
      color: #ffd700;
      font-size: 28px;
      margin-bottom: 20px;
      border-left: 6px solid #ffd700;
      padding-left: 12px;
    }

    p {
      font-size: 16px;
      color: #e6e6e6;
      margin-bottom: 16px;
    }

    a {
      color: #ffd700;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    .locksmith-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 25px;
    }

    .locksmith-card {
      flex: 1 1 calc(33.333% - 20px);
      background-color: #262626;
      border-left: 5px solid #ffd700;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 6px 12px rgba(255, 215, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .locksmith-card:hover {
      transform: translateY(-6px);
      background-color: #333333;
    }

    .locksmith-card h3 {
      font-size: 18px;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .locksmith-card p {
      font-size: 15px;
      color: #ddd;
    }

    ul {
      padding-left: 20px;
      color: #ddd;
    }

    li {
      margin-bottom: 10px;
    }

    @media screen and (max-width: 991px) {
      .locksmith-card {
        flex: 1 1 100%;
      }

      h2 {
        font-size: 24px;
      }

      p {
        font-size: 15px;
      }
    }

    @media screen and (max-width: 600px) {
      section {
        padding: 20px 15px;
      }

      .locksmith-card {
        padding: 18px;
      }

      h2 {
        font-size: 20px;
      }

      p {
        font-size: 14px;
      }
    }
  </style>/* End custom CSS */