.elementor-kit-6{--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-6 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 */<style>
.whla-drain-emergency {
  max-width: 1050px;
  margin: 48px auto;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  background: #f5f7fa;
  padding: 0;
  color: #2E2E2E;
}

.whla-section {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.whla-box {
  background: #fff;
  color: #2E2E2E;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  margin-bottom: 34px;
  padding: 40px 45px 32px 45px;
  border: 1px solid #e2e5e9;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whla-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.whla-drain-hero {
  background: linear-gradient(90deg, #e9f4ff 60%, #f0f7ff 100%);
  color: #2E2E2E;
  border-radius: 22px;
  box-shadow: 0 4px 20px rgba(0, 116, 217, 0.1);
  text-align: center;
  margin-bottom: 34px;
  padding: 55px 40px 38px 40px;
  border: 1.5px solid #cfe8ff;
}
.whla-drain-hero h1 {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 14px;
  letter-spacing: -1px;
  color: #0074D9;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
}
.whla-drain-hero p {
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 850px;
  margin: auto;
}

.whla-section h2 {
  color: #0074D9;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 22px 0;
  border-left: 7px solid #0074D9;
  padding-left: 13px;
  background: linear-gradient(90deg,#ffffff 0%,#e8f3ff 100%);
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.5px;
}

.whla-icon {
  font-size: 1.13em;
  margin-right: 7px;
}

.whla-service-list {
  list-style: none;
  margin: 15px 0;
  padding-left: 0;
}
.whla-service-list li {
  margin-bottom: 12px;
  font-size: 1.08rem;
  position: relative;
  line-height: 1.8;
  background: #f8fbff;
  border-radius: 7px;
  padding: 8px 14px;
  border-left: 4px solid #0074D9;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.whla-service-list li:hover {
  box-shadow: 0 6px 18px rgba(0, 116, 217, 0.1);
  transform: translateX(3px);
}
.whla-service-list li::before {
  content: "✔";
  color: #0074D9;
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 9px;
}

.whla-highlight {
  background: linear-gradient(90deg,#f4f9ff 0%,#fff 100%);
  border: 1.5px solid #b8ddff;
  box-shadow: 0 8px 36px rgba(0, 116, 217, 0.05);
}

.whla-cta-call {
  margin: 18px 0 16px 0;
  text-align: center;
  font-size: 1.17rem;
  font-weight: 900;
  color: #0074D9;
  letter-spacing: 0.1px;
}
.whla-cta-call span {
  background: #0074D911;
  color: #0074D9;
  border-radius: 60px;
  padding: 10px 28px;
  font-size: 1.12rem;
  font-weight: 900;
  box-shadow: 0 1px 9px rgba(0, 116, 217, 0.1);
  display: inline-block;
  margin: 0 auto;
  border: 1.5px solid #0074D933;
}

.whla-process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 26px 0 10px 0;
}
.whla-process-steps > div {
  background: #f8fbff;
  border-radius: 12px;
  padding: 18px 17px 15px 17px;
  box-shadow: 0 2px 13px rgba(0, 116, 217, 0.08);
  flex: 1 1 220px;
  min-width: 170px;
  font-size: 1.04rem;
  color: #2E2E2E;
  margin-bottom: 7px;
  border-left: 4px solid #0074D9;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.whla-process-steps > div:hover {
  box-shadow: 0 8px 22px rgba(0, 116, 217, 0.15);
  transform: translateY(-3px);
}

@media (max-width: 1000px) {
  .whla-section.whla-box, .whla-drain-hero { padding: 20px 4vw; }
  .whla-drain-hero h1 { font-size: 1.6rem; }
  .whla-section h2 { font-size: 1.1rem; }
  .whla-process-steps { flex-direction: column; gap: 11px; }
}
@media (max-width: 600px) {
  .whla-drain-emergency { padding: 0; }
  .whla-section.whla-box, .whla-drain-hero { padding: 15px 4vw; }
}
</style>/* End custom CSS */