.elementor-13048 .elementor-element.elementor-element-9eff7bf > .elementor-widget-container{padding:10px 10px 10px 10px;}.elementor-13048 .elementor-element.elementor-element-9eff7bf{text-align:center;}.elementor-13048 .elementor-element.elementor-element-766be56 > .elementor-widget-container{padding:13px 13px 13px 13px;}@media(max-width:767px){.elementor-13048 .elementor-element.elementor-element-766be56 > .elementor-widget-container{padding:16px 16px 16px 16px;}}/* Start custom CSS for html, class: .elementor-element-01e4329 *//* Section Styling */
.service-areas {
  background-color: #f3f4f6;
  padding: 30px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
}

/* Header */
.service-header {
  text-align: center;
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px;
}

/* Note Styling */
.service-note {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fffbea;
  border: 1px solid #ffecb5;
  border-radius: 8px;
}

.service-note strong {
  color: #2c3e50;
}

.contact-link {
  color: #007bff;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

/* Regions */
.regions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.region {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.region-title {
  font-size: 22px;
  color: #2c3e50;
  margin-bottom: 15px;
}

/* Counties */
.counties {
  list-style: none;
  padding: 0;
  margin: 0;
}

.county-title {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 10px;
}

.counties > li {
  margin-bottom: 15px;
}

/* Cities */
.cities {
  list-style: none;
  padding-left: 20px;
  margin: 5px 0 0 0;
  border-left: 2px solid #ddd;
}

.cities li {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}

.cities li a.city-link {
  color: #007bff;
  text-decoration: none;
}

.cities li a.city-link:hover {
  text-decoration: underline;
}/* End custom CSS */