.elementor-79 .elementor-element.elementor-element-508af16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-79 .elementor-element.elementor-element-508af16:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-508af16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-99f74c0 );}/* Start custom CSS for html, class: .elementor-element-7bc7985 */<footer class="footer">

  <!-- VIDEO BACKGROUND -->
  <video autoplay muted loop playsinline class="footer-video">
    <source src="https://aalabs.ca/wp-content/uploads/2026/04/IMG_2071.mp4" type="video/mp4">
  </video>

  <!-- OVERLAY -->
  <div class="footer-overlay"></div>

  <!-- CONTENT -->
  <div class="footer-container">

    <!-- About -->
    <div class="footer-card">
      <h2>Alliance Analytical Labs</h2>
      <p>
        Trusted accredited laboratory delivering precise asbestos, lead, and mould testing
        with safety, compliance, and reliability.
      </p>
    </div>

    <!-- Services -->
    <div class="footer-card">
      <h3>Services</h3>
      <ul>
        <li>Bulk Asbestos Testing</li>
        <li>Airborne Fibre Analysis</li>
        <li>Lead Paint Testing</li>
        <li>Mould & Spore Analysis</li>
        <li>Hazmat Inspection Reports</li>
      </ul>
    </div>

    <!-- Links -->
    <div class="footer-card">
      <h3>Quick Links</h3>
      <ul>
        <li><a href="/">Home</a></li>
        <li><a href="/about">About Us</a></li>
        <li><a href="/services">Services</a></li>
        <li><a href="/faq">FAQ</a></li>
        <li><a href="/contact">Contact Us</a></li>
      </ul>
    </div>

    <!-- Contact -->
    <div class="footer-card">
      <h3>Contact</h3>
      <p><strong>Phone:</strong> <a href="tel:+17789993438">+1 (778) 999-3438</a></p>
      <p><strong>Email:</strong> <a href="mailto:info@aalabs.ca">info@aalabs.ca</a></p>
      <p><strong>Website:</strong> <a href="https://aalabs.ca">aalabs.ca</a></p>
      <p><strong>Location:</strong> Canada</p>
    </div>

  </div>

  <!-- BOTTOM -->
  <div class="footer-bottom">
    <p>© 2026 Alliance Analytical Labs | All Rights Reserved</p>
  </div>

</footer>

<style>

/* RESET */
body, html{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

/* FIX ELEMENTOR WIDTH ISSUE */
.elementor-section,
.elementor-container,
.elementor-column{
  width:100% !important;
  max-width:100% !important;
}

/* FOOTER */
.footer{
  position:relative;
  width:100%;
  padding:100px 0 30px;
  overflow:hidden;
  font-family:'Manrope', sans-serif;
  color:#fff;
}

/* VIDEO (CLEAR VERSION) */
.footer-video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
  pointer-events:none;

  /* CLEAR LOOK */
  filter:brightness(1.15) contrast(1.1) saturate(1.05);
}

/* OVERLAY (NO BLUR, LIGHTER) */
.footer-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;

  background:linear-gradient(
    to bottom,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.65)
  );
}

/* CONTENT */
.footer-container{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:30px;
}

/* CARDS */
.footer-card{
  padding:25px 22px;
  border-radius:16px;
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,0.08);
  transition:0.35s ease;
}

.footer-card:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,0.07);
  border-color:rgba(200,178,122,0.4);
}

/* TEXT */
.footer-card h2{
  font-size:24px;
  margin-bottom:10px;
  color:#c8b27a;
}

.footer-card h3{
  font-size:18px;
  margin-bottom:10px;
  color:#c8b27a;
}

.footer-card p{
  font-size:14px;
  line-height:1.7;
  color:#e5e7eb;
}

/* LIST */
.footer-card ul{
  list-style:none;
  padding:0;
}

.footer-card ul li{
  margin-bottom:8px;
}

/* LINKS */
.footer-card a{
  color:#e5e7eb;
  text-decoration:none;
  transition:0.3s;
}

.footer-card a:hover{
  color:#c8b27a;
  padding-left:6px;
}

/* BOTTOM */
.footer-bottom{
  position:relative;
  z-index:2;
  text-align:center;
  margin-top:70px;
  font-size:13px;
  color:#cbd5e1;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .footer-container{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .footer-container{
    grid-template-columns:1fr;
    padding:0 20px;
  }
}

</style>/* End custom CSS */