/* Start custom CSS for html, class: .elementor-element-96de5d5 */.footer {
  background-color: #0a0a0a;
  color: #e0e0e0;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-section {
  flex: 1 1 300px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-about {
  font-size: 14px;
  color: #b0b0b0;
}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #cccccc;
}

.footer-section ul li a {
  color: #cccccc;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #333333;
  font-size: 12px;
  color: #777777;
}/* End custom CSS */