.elementor-505 .elementor-element.elementor-element-cd65b5a{--display:flex;}.elementor-505 .elementor-element.elementor-element-cd65b5a.e-con{--flex-grow:0;--flex-shrink:0;}.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 );}@media(min-width:768px){.elementor-505 .elementor-element.elementor-element-cd65b5a{--width:151.515%;}}/* Start custom CSS for text-editor, class: .elementor-element-4ca81b3 *//* NJ Unique Locksmith Section */
.nj-unique-locksmith {
  font-family: 'Arial', sans-serif;
  color: #191970;
  background-color: #fff;
  padding: 60px 20px;
}

/* Titles */
.nj-section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
}
.nj-section-subtitle {
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
}

/* Card Base */
.nj-card {
  background: #fff;
  border: 2px solid #191970;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 50px;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.nj-card:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 15px 40px rgba(25,25,112,0.2);
}

/* Services Grid */
.nj-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
  margin-top: 40px;
}
.nj-service-card {
  text-align: center;
  padding-top: 50px;
  transform: rotate(-2deg);
}
.nj-service-card:nth-child(even) {
  transform: rotate(2deg);
}
.nj-icon-circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #191970;
  color: #fff;
  font-size: 28px;
  margin: -50px auto 15px auto;
  position: relative;
  z-index: 1;
}
.nj-card-title {
  font-size: 20px;
  color: #191970;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.nj-card-title:hover {
  text-decoration: underline;
}
.nj-service-card p {
  font-size: 15px;
  line-height: 1.6;
}

/* Testimonials Grid */
.nj-testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.nj-testimonial-card p {
  font-size: 15px;
  line-height: 1.6;
}
.nj-testimonial-card strong {
  display: block;
  margin-top: 10px;
}

/* CTA */
.nj-cta-section {
  text-align: center;
  padding: 50px 20px;
  border: 2px solid #191970;
}
.nj-cta-button {
  display: inline-block;
  background: #191970;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 35px;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 15px;
  transition: transform 0.3s ease;
}
.nj-cta-button:hover {
  transform: scale(1.05);
}

/* Paragraphs */
.nj-company-summary p,
.nj-why-choose-us p,
.nj-cta-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .nj-services-grid,
  .nj-testimonial-cards {
    grid-template-columns: 1fr;
  }
  .nj-service-card, .nj-service-card:nth-child(even) {
    transform: rotate(0deg);
  }
}/* End custom CSS */