.elementor-653 .elementor-element.elementor-element-6aa7bd7{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-8fc0281 */.plumbing-section {
  font-family: 'Segoe UI', sans-serif;
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
  background-color: #f9fcff;
}

.info-box {
  background-color: #e6f5ef;
  border-left: 6px solid #2f855a;
  padding: 25px;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.info-box h2 {
  color: #1877d2;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.service-card {
  background: #ffffff;
  border-left: 5px solid #2f855a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 128, 128, 0.08);
  transition: transform 0.2s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card h3 {
  margin-top: 0;
  color: #1877d2;
  font-size: 18px;
}

.service-card p {
  font-size: 15px;
  color: #444;
  margin-top: 8px;
}

.reasons-list {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.reasons-list li {
  background-color: #f0fff5;
  border-left: 5px solid #38a169;
  padding: 12px 18px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: #2d3748;
  font-weight: 500;
}

.cta-box {
  background: linear-gradient(to right, #2f855a, #1877d2);
  color: white;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.cta-box h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.cta-box p {
  font-size: 16px;
  line-height: 1.6;
}/* End custom CSS */