.elementor-1487 .elementor-element.elementor-element-a1f4de7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-411ae73 *//* Footer Base */
.modern-footer {
  background: #000; /* black background */
  color: #fff;
  padding: 40px 20px 20px 20px; /* extra bottom space for copyright */
  width: 100%;
  font-family: Arial, sans-serif;
}

.footer-container {
  /*max-width: 1200px;*/
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-top: 15px;
  border-top: 1px solid #333;
}

/* Contact Info */
.footer-contact p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #00b3b6;
}

/* Footer Navigation */
.footer-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #00b3b6;
}

/* Social Icons */
.footer-social a {
  color: #fff;
  margin-right: 15px;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #00b3b6;
}

/* Copyright */
.footer-copy {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #333;
  font-size: 13px;
  color: #ccc;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-container {
    /*flex-direction: column;*/
    align-items: center;
    /*text-align: center;*/
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
  }

  .footer-social {
    margin: 15px 0;
  }
}/* End custom CSS */