/* Footer fix: ensure logo and images display, match wastewaterevaporation.com look */
.footer-area .footer-bg-two .container.pt-200 {
  padding-top: 3rem !important;
  padding-bottom: 1rem;
}

/* Logo in footer - always visible, sized like original site (wastewaterevaporation.com) */
.footer-area .footer-bg-two .row.mb-25 .footer__widget.px-xxl-3 img,
.footer-area .footer__widget.px-xxl-3 img,
.footer-area .footer-bg-two .footer__widget a[href="index.html"] img {
  max-width: 200px;
  width: auto;
  height: auto;
  display: block !important;
  object-fit: contain;
}

/* Latest News image */
.footer-area .ht-footer-subscribe-form img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
  object-fit: cover;
}

/* Handcrafted: Home - subtle green top accent */
.footer--home .footer-bg-two {
  border-top: 4px solid #22AA86;
}

.footer--home .copyright__border {
  border-top: 1px solid rgba(34, 169, 134, 0.3);
}

/* Handcrafted: About - "Since 1998" accent */
.footer--about .footer-bg-two {
  border-top: 4px solid #1a8c6e;
}

.footer--about .footer__widget.mb-30.px-xxl-3::after {
  content: "Safeguarding the environment since 1998.";
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin-top: 12px;
  font-style: italic;
}

/* Handcrafted: Contact - "Get in touch" accent */
.footer--contact .footer-bg-two {
  border-top: 4px solid #22AA86;
}

.footer--contact .footer__contact .phone__nimber {
  border-left: 3px solid #22AA86;
  padding-left: 12px;
}

/* Handcrafted: Industry - industries accent */
.footer--industry .footer-bg-two {
  border-top: 4px solid #1e9b7a;
}

.footer--industry .fot-list p {
  color: #22AA86;
  font-weight: 600;
}

/* Handcrafted: Jobs - careers accent */
.footer--jobs .footer-bg-two {
  border-top: 4px solid #22AA86;
}

.footer--jobs .widget__title {
  color: #22AA86;
}

/* Handcrafted: Services - solutions accent */
.footer--services .footer-bg-two {
  border-top: 4px solid #1a8c6e;
}

.footer--services .footer__contact p:first-of-type {
  border-left: 3px solid rgba(34, 169, 134, 0.5);
  padding-left: 10px;
}

/* Handcrafted: Products (ZLD, ZLD Low TDS, RO Reject) - product accent */
.footer--products .footer-bg-two {
  border-top: 4px solid #1e9b7a;
}

.footer--products .footer__menu li a:hover {
  color: #22AA86;
}
