.elementor-528 .elementor-element.elementor-element-e433127{--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-723f46e *//* Main Container */
.whla-drain-emergency {
  max-width: 1060px;
  margin: 40px auto;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  background: #f7fafd;
  border-radius: 26px;
  box-shadow: 0 8px 48px #14141418;
  padding: 0 0 32px 0;
}

/* Hero Section & CTA Highlight with Bright Orange Accent */
.whla-drain-hero,
.whla-box.whla-highlight {
  position: relative;
  background: linear-gradient(90deg, #fff7ed 78%, #ffe3c4 100%);
  box-shadow: 0 4px 28px #ff8c0026;
  overflow: hidden;
  padding-left: 42px !important;
  border-radius: 22px;
}
.whla-drain-hero::before,
.whla-box.whla-highlight::before {
  content: '';
  display: block;
  position: absolute;
  left: 0; top: 0; bottom: 0; width: 14px;
  background: linear-gradient(to bottom, #ffd366 0%, #ff8c00 90%);
  border-radius: 12px 0 0 12px;
  filter: brightness(1.16) blur(0.5px);
  z-index: 1;
}
.whla-drain-hero > *, .whla-box.whla-highlight > * {
  position: relative;
  z-index: 2;
}
.whla-drain-hero h1, .whla-box.whla-highlight h2 {
  margin-top: 0;
}
.whla-drain-hero {
  padding: 54px 36px 38px 56px;
  margin-bottom: 34px;
}
.whla-box.whla-highlight {
  margin-top: 38px;
  padding: 36px 32px 30px 56px;
}

/* Sections & Standard Boxes */
.whla-section {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.whla-box {
  background: #fff;
  color: #1a2129;
  border-radius: 18px;
  box-shadow: 0 4px 24px #2196f315;
  margin-bottom: 36px;
  padding: 38px 38px 32px 38px;
  border: 1px solid #e3e7ee;
}
.whla-section h2 {
  color: #ff8c00;
  font-size: 1.38rem;
  font-weight: 800;
  margin: 0 0 22px 0;
  border-left: 7px solid #ff8c00;
  padding-left: 15px;
  background: linear-gradient(90deg, #fff6 0%, #ffe6c1 100%);
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.3px;
  border-radius: 4px 12px 12px 4px;
}

/* Card Grid */
.whla-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 28px;
  margin-top: 22px;
  margin-bottom: 10px;
}
.whla-card.lively {
  background: linear-gradient(135deg, #ffe4b2 78%, #ffba63 100%);
  border: 2.5px solid #ff8c00;
  border-left: 8px solid #ff8c00;
  border-radius: 20px;
  box-shadow: 0 4px 24px #ffa13a32, 0 2px 8px #ff98000d;
  padding: 26px 22px 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 180px;
  transition: 
    box-shadow .18s, 
    border-color .18s, 
    transform .14s, 
    background .2s;
  position: relative;
  overflow: hidden;
  animation: livelyFadeIn .9s cubic-bezier(.42,0,.58,1);
}
@keyframes livelyFadeIn {
  from { opacity: 0; transform: translateY(28px) scale(.98);}
  to { opacity: 1; transform: translateY(0) scale(1);}
}
.whla-card.lively:hover {
  box-shadow: 0 10px 36px #ff8c0042, 0 4px 16px #ff980020;
  border-color: #ff7800;
  border-left: 8px solid #ff7800;
  background: linear-gradient(135deg, #ffd190 80%, #ffbe63 100%);
  transform: translateY(-3px) scale(1.025);
}
.whla-card.lively .whla-icon {
  font-size: 2.4em;
  margin-bottom: 14px;
  color: #ff8c00;
  filter: drop-shadow(0 4px 9px #ffd67270);
  animation: livelyIconPop .8s cubic-bezier(.42,0,.58,1);
}
@keyframes livelyIconPop {
  from { transform: scale(.82) rotate(-12deg);}
  60% { transform: scale(1.22) rotate(8deg);}
  to { transform: scale(1) rotate(0);}
}
.whla-card.lively b {
  font-size: 1.16rem;
  color: #e27100;
  margin-bottom: 8px;
  margin-top: 2px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.02em;
}
.whla-card.lively p {
  font-size: 1.04rem;
  color: #653800;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

/* CTA Call */
.whla-cta-call {
  margin: 22px 0 14px 0;
  text-align: center;
  font-size: 1.18rem;
  font-weight: 900;
  color: #ff8c00;
  letter-spacing: 0.2px;
}
.whla-cta-call span {
  background: #ffc15520;
  color: #ff8c00;
  border-radius: 32px;
  padding: 12px 34px;
  font-size: 1.13rem;
  font-weight: 900;
  box-shadow: 0 1px 10px #ffdf9838;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #ffc155;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.whla-cta-call span:hover {
  background: #ff8c00;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 1000px) {
  .whla-drain-emergency {
    padding: 0 2vw 16px 2vw;
    max-width: 98vw;
  }
  .whla-drain-hero, .whla-box, .whla-box.whla-highlight {
    padding: 24px 10vw 18px 30px !important;
  }
  .whla-drain-hero h1 {
    font-size: 1.65rem;
  }
  .whla-section h2 {
    font-size: 1.1rem;
    padding-left: 9px;
  }
  .whla-card.lively { min-height: 120px; }
}
@media (max-width: 600px) {
  .whla-card-grid { grid-template-columns: 1fr; }
  .whla-card.lively { min-height: 0; padding: 18px 12px 14px 14px;}
  .whla-drain-hero, .whla-box, .whla-box.whla-highlight {
    padding: 14px 4vw 13px 16px !important;
  }
}/* End custom CSS */