.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8260ff7 */#site-footer {
  background-color: #0a3d62;
  color: #ffffff;
  padding: 60px 20px 20px;
  font-family: "Segoe UI", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-col {
  flex: 1 1 250px;
}

.footer-col h3,
.footer-col h4 {
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-col p,
.footer-col ul,
.footer-col a {
  color: #dcdcdc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #dcdcdc;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #f1c40f;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #f1c40f;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  font-size: 0.9rem;
  color: #cccccc;
}

/* Fade Animation */
.footer-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-in-out;
}

.footer-fade.visible {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */