.elementor-156 .elementor-element.elementor-element-3e228cf{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-156 .elementor-element.elementor-element-b6aba32{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b6aba32 *//* ========================================
   Footer — Brand‑Aligned Dark Mode
   ======================================== */
#footer {
  background: #111111;
  color: #CCCCCC;
  padding: 40px 20px;
  font-family: "Inter", sans-serif;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer-copy {
  font-size: 14px;
  margin: 0;
  color: #777777;
}

/* Links */
.footer-links {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.footer-links a {
  position: relative;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #6B46C1; /* purple accent */
}
/* Underline on hover */
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #6B46C1;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.footer-links a:hover::after {
  transform: scaleX(1);
}

/* Social Icon */
.footer-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #AAAAAA;
  transition: color 0.3s ease;
}
.footer-links a[aria-label="LinkedIn"]:hover .footer-icon {
  color: #6B46C1;
}

/* Responsive */
@media (max-width: 767px) {
  #footer {
    padding: 30px 16px;
  }
  .footer-copy {
    font-size: 13px;
  }
  .footer-links {
    gap: 16px;
    flex-direction: column;
  }
  .footer-links a {
    font-size: 13px;
  }
}/* End custom CSS */