.elementor-72 .elementor-element.elementor-element-3844ef5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8c69e9c */.footer {
  background-color: #00000;
  color: #333;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 220px;
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.footer ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer a {
  color: #e46d18;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer hr {
  margin: 40px 0 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #666;
}

.footer-bottom p {
  margin: 0;
}

.social-icons a {
  margin-left: 15px;
  font-size: 18px;
  color: #e46d18;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .social-icons {
    margin-top: 10px;
  }
}/* End custom CSS */