.elementor-kit-9{--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-9 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 *//* General Layout */
.locksmith-homepage {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f5f7f9;
  color: #2a2d34;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(to right, #545C60, #B08D57);
  color: #ffffff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}

.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-section p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* About Section */
.about-box {
  background: #ffffff;
  border-left: 6px solid #545C60;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}

.about-box h2 {
  color: #545C60;
  margin-bottom: 10px;
}

.about-box p {
  line-height: 1.7;
  font-size: 1rem;
}

/* Services Section */
.services-section {
  margin-bottom: 50px;
}

.services-section h2 {
  text-align: center;
  color: #545C60;
  font-size: 2rem;
  margin-bottom: 30px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background-color: #f5f1e8;
  border-left: 5px solid #B08D57;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(84, 92, 96, 0.15);
}

.service-card h3 {
  margin-top: 0;
  color: #545C60;
  font-size: 1.2rem;
}

.service-card p {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Why Choose Us Section */
.why-choose-us {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  margin-bottom: 50px;
}

.why-choose-us h2 {
  color: #545C60;
  margin-bottom: 20px;
  text-align: center;
}

.why-choose-us ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
}

.why-choose-us li {
  background-color: #f5f1e8;
  border-left: 4px solid #545C60;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 0.95rem;
}

/* Testimonials Section */
.testimonials-section {
  margin-top: 40px;
}

.testimonials-section h2 {
  text-align: center;
  color: #545C60;
  font-size: 2rem;
  margin-bottom: 30px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  border-left: 5px solid #B08D57;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  font-style: italic;
}

.testimonial-card strong {
  display: block;
  margin-top: 12px;
  color: #545C60;
  font-size: 0.95rem;
}

/* Customer Reviews Section */
.customer-reviews {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
}

.customer-reviews h2 {
  text-align: center;
  color: #545C60;
  font-size: 2rem;
  margin-bottom: 30px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.review-card {
  background-color: #f5f1e8;
  border-left: 5px solid #B08D57;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(84, 92, 96, 0.15);
}

.review-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  font-style: italic;
  color: #2a2d34;
}

.review-card strong {
  display: block;
  margin-top: 12px;
  color: #545C60;
  font-size: 0.95rem;
  text-align: right;
}

/* Responsive Adjustments */
@media screen and (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero-section h1 {
    font-size: 1.8rem;
  }

  .hero-section p,
  .about-box p,
  .service-card p,
  .testimonial-card p,
  .review-card p {
    font-size: 0.95rem;
  }

  .services-section h2,
  .why-choose-us h2,
  .testimonials-section h2,
  .customer-reviews h2 {
    font-size: 1.5rem;
  }

  .about-box,
  .why-choose-us,
  .testimonial-card,
  .service-card,
  .review-card {
    padding: 20px;
  }
}/* End custom CSS */