.elementor-1069 .elementor-element.elementor-element-31a8e6e{--display:flex;}.elementor-1069 .elementor-element.elementor-element-31a8e6e:not(.elementor-motion-effects-element-type-background), .elementor-1069 .elementor-element.elementor-element-31a8e6e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F1D1D;}/* Start custom CSS for html, class: .elementor-element-66af6dc *//* Base styles */
body {
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.6;
}

a {
  color: #d62828;
  text-decoration: none;
}

/* Hero Section */
.page-hero {
  background: black;
  padding: 3rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.page-hero h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.page-hero p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: white;
}

/* CTA Button */
.cta-button {
  display: inline-block;
  background: #d62828;
  color: #ffffff;
  padding: 0.8rem 1.5rem;
  margin-top: 1rem;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
}

.cta-button:hover {
  background: #e64949;
}

.cta-button.outline {
  background: transparent;
  border: 2px solid #d62828;
  color: #d62828;
}

/* Content Sections */
.content-section {
  padding: 3rem 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
}

.content-section h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #d62828;
}

.content-section p,
.content-section li {
  color: #333333;
  font-size: 1rem;
}

/* Dark Background Blocks (Invert for contrast) */
.content-section.dark-bg {
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Benefits List */
.benefits-list {
  list-style: none;
  padding-left: 0;
}

.benefits-list li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #333333;
}

/* Ordered Process Steps */
ol {
  padding-left: 1.5rem;
}

ol li {
  margin-bottom: 0.75rem;
}

/* FAQ Styles */
.faq h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: #b10000;
}

.faq p {
  font-size: 0.95rem;
  color: #444444;
}

/* Final CTA Block */
.cta-block {
  text-align: center;
  background: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

 <style>
    /* Inline tweaks for full-width map and grid list */
    .map-section {
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .map-section iframe {
      width: 100%;
      height: 400px;
      border: none;
      display: block;
    }
    .location-services .benefits-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1rem;
      list-style: none;
      padding: 0;
    }
    .location-services .benefits-list li {
      background: #f8f8f8;
      padding: 1rem;
      border-radius: 4px;
    }
    .location-cta {
      text-align: center;
      margin: 2rem 0;
    }
  </style>/* End custom CSS */