.elementor-77 .elementor-element.elementor-element-9e89a01{--display:flex;}.elementor-77 .elementor-element.elementor-element-b8e793e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-de7f3c3 *//* CUSTOM FOOTER STYLES */
.custom-footer {
  background-color: #000;
  color: #fff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-column p {
  color: #ccc;
  margin-bottom: 12px;
  line-height: 1.6;
}

.footer-column a {
  color: #ccc;
}

.footer-column a:hover {
  color: #fff;
}



.custom-footer h3 {
  color: #ffffff !important;
}



.custom-footer {
  width: 100vw;              /* force full viewport width */
  max-width: 100vw;
  margin: 0;
  padding: 60px 20px;
  background-color: #000;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}/* End custom CSS */