.elementor-151 .elementor-element.elementor-element-2b10dd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-b207e1a */.site-footer {
  background-color: #0A1A3E;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  padding: 60px 20px 30px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.footer-column {
  flex: 1 1 30%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #1e7eff;
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-column ul li a:hover {
  color: #1e7eff;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #bbb;
  border-top: 1px solid #1e2b50;
  padding-top: 20px;
}

.footer-bottom a {
  color: #1e7eff;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    flex: 1 1 100%;
    margin-bottom: 25px;
  }
}/* End custom CSS */