/* Start custom CSS for html, class: .elementor-element-14aa0a4 */.footer {
  background-color: var(--bg-alt, #f9f9f9);
  padding: 60px 5%;
  font-size: 0.95rem;
  color: var(--text, #333);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.footer-col {
  flex: 1 1 250px;
  min-width: 250px;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text, #333);
}

.footer-col p {
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: var(--text, #333);
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  opacity: 1;
}

.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.7;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 20px;
}/* End custom CSS */