.elementor-510 .elementor-element.elementor-element-de752f0{--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-5d95dac */<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 */