.elementor-5291 .elementor-element.elementor-element-4b3ef72:not(.elementor-motion-effects-element-type-background), .elementor-5291 .elementor-element.elementor-element-4b3ef72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://charlottelocksmith.com/wp-content/uploads/2026/04/modern-keycard-reader.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-5291 .elementor-element.elementor-element-4b3ef72 > .elementor-background-overlay{background-color:#000000;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5291 .elementor-element.elementor-element-4b3ef72{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5291 .elementor-element.elementor-element-355ed2b > .elementor-element-populated{padding:0% 50% 0% 0%;}.elementor-5291 .elementor-element.elementor-element-5fe73f2{width:var( --container-widget-width, 190% );max-width:190%;--container-widget-width:190%;--container-widget-flex-grow:0;text-align:center;}.elementor-5291 .elementor-element.elementor-element-5fe73f2.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-5291 .elementor-element.elementor-element-5fe73f2 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-5291 .elementor-element.elementor-element-f59f51f .elementor-heading-title{line-height:32px;color:var( --e-global-color-d5567c0 );}.elementor-5291 .elementor-element.elementor-element-629919b{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-5291 .elementor-element.elementor-element-355ed2b > .elementor-element-populated{padding:0% 10% 0% 10%;}}@media(max-width:767px){.elementor-5291 .elementor-element.elementor-element-4b3ef72{padding:125px 20px 125px 20px;}.elementor-5291 .elementor-element.elementor-element-355ed2b > .elementor-element-populated{padding:0% 0% 0% 0%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5291 .elementor-element.elementor-element-355ed2b{width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-be082bd */<style>
/* ===== PAGE CONTENT ===== */
.city-page-wrap {
  width: 100%;
  padding: 30px 20px 80px;
  font-family: Arial, Helvetica, sans-serif;
}

.city-container {
  max-width: 1280px;
  margin: 0 auto;
}

.city-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  margin-bottom: 30px;
}

.city-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  height: 100%;
  box-sizing: border-box;
}

.city-card.alt {
  background: #efe4c9;
}

.city-card.dark {
  background: linear-gradient(135deg, #1e2746 0%, #2d3557 100%);
  color: #fff;
}

.city-card.dark h2,
.city-card.dark h3,
.city-card.dark p,
.city-card.dark li,
.city-card.dark a {
  color: #fff;
}

.city-image-card {
  padding: 0;
  overflow: hidden;
  min-height: 420px;
}

.city-image-card img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.city-section {
  margin-bottom: 26px;
}

.city-section h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #10172d;
  margin-bottom: 18px;
  font-weight: 700;
}

.city-section h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #10172d;
  margin-bottom: 14px;
  font-weight: 700;
}

.city-section p {
  font-size: 17px;
  line-height: 1.95;
  color: #4a5568;
  margin-bottom: 18px;
}

.city-section ul {
  margin: 0 0 18px 22px;
  padding: 0;
}

.city-section ul li {
  font-size: 17px;
  line-height: 1.9;
  color: #4a5568;
  margin-bottom: 10px;
}

.city-section a {
  color: #c5962d;
  text-decoration: none;
  font-weight: 600;
}

.city-section a:hover {
  text-decoration: underline;
}

.city-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
  align-items: stretch;
}

.city-service-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
  height: 100%;
  box-sizing: border-box;
}

.city-service-box h3 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.3;
  color: #10172d;
  margin-bottom: 14px;
  font-weight: 700;
}

.city-service-box p {
  font-size: 17px;
  line-height: 1.95;
  color: #4a5568;
  margin-bottom: 0;
}

.city-split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  clear: both;
}

.city-links-box {
  background: #fff8ea;
  border: 1px solid #ead7a3;
  border-radius: 18px;
  padding: 32px;
}

.city-links-box ul {
  columns: 2;
  column-gap: 40px;
}

.city-faq-wrap {
  margin-top: 20px;
}

.city-faq-item {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.03);
  overflow: hidden;
  transition: all 0.3s ease;
}

.city-faq-item.active {
  border-color: #c5962d;
  box-shadow: 0 10px 24px rgba(197, 150, 45, 0.12);
}

.city-faq-question {
  padding: 24px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: background-color 0.2s ease;
  user-select: none;
}

.city-faq-question:hover {
  background-color: #fafafa;
}

.city-faq-item.active .city-faq-question {
  background-color: #fffbf0;
}

.city-faq-question h3 {
  margin: 0;
  color: #10172d;
  font-size: 20px;
  font-weight: 600;
  flex: 1;
  line-height: 1.5;
}

.city-faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f3b423;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: relative;
}

.city-faq-item.active .city-faq-toggle {
  transform: rotate(45deg);
  background: #c5962d;
}

.city-faq-toggle::before,
.city-faq-toggle::after {
  content: '';
  position: absolute;
  background: #fff;
  transition: all 0.3s ease;
}

.city-faq-toggle::before {
  width: 12px;
  height: 2px;
}

.city-faq-toggle::after {
  width: 2px;
  height: 12px;
}

.city-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 28px;
}

.city-faq-item.active .city-faq-answer {
  max-height: 500px;
  padding: 0 28px 24px 28px;
}

.city-faq-answer p {
  margin: 0;
  color: #4a5568;
  font-size: 17px;
  line-height: 1.75;
}

.city-cta {
  background: #10172d;
  color: #fff;
  border-radius: 20px;
  padding: 42px 36px;
  margin-top: 40px;
  text-align: center;
}

.city-cta h2,
.city-cta p {
  color: #fff;
}

.city-cta-btn {
  display: inline-block;
  margin-top: 18px;
  background: #f3b423;
  color: #111 !important;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
}

.city-cta-btn:hover {
  opacity: 0.92;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .city-intro-grid,
  .city-split-grid,
  .city-service-grid {
    grid-template-columns: 1fr;
  }

  .city-links-box ul {
    columns: 1;
  }

  .city-section h2 {
    font-size: 28px;
  }

  .city-section h3,
  .city-service-box h3 {
    font-size: 22px;
  }

  .city-faq-question h3 {
    font-size: 19px;
  }

  .city-card,
  .city-service-box {
    padding: 26px;
  }

  .city-faq-question {
    padding: 20px 24px;
  }

  .city-faq-item.active .city-faq-answer {
    padding: 0 24px 20px 24px;
  }

  .city-image-card {
    min-height: 280px;
  }
}
</style>/* End custom CSS */