.elementor-116 .elementor-element.elementor-element-e6ab261{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.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-0f2c3c2 *//* FOOTER */
.sou-footer {
  background-color: #0b2a4a;
  color: #ffffff;
  padding: 70px 20px 0;
  font-size: 15px;
}

/* CONTAINER */
.sou-footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* COLUMNS */
.sou-footer-col h3,
.sou-footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffffff;
}

.sou-footer-col p {
  line-height: 1.7;
  color: #d9e2ef;
}

/* LINKS */
.sou-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sou-footer-col ul li {
  margin-bottom: 10px;
}

.sou-footer-col ul li a {
  color: #d9e2ef;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sou-footer-col ul li a:hover {
  color: #ff7a00;
}

/* BUTTON */
.sou-footer-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 22px;
  background-color: #ff7a00;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.sou-footer-btn:hover {
  background-color: #e86d00;
}

/* BOTTOM BAR */
.sou-footer-bottom {
  margin-top: 60px;
  padding: 20px;
  background-color: #081f36;
  text-align: center;
}

.sou-footer-bottom p {
  margin: 6px 0;
  font-size: 14px;
  color: #cbd6e3;
}

.sou-footer-disclaimer {
  font-size: 13px;
  opacity: 0.85;
}

/* MOBILE */
@media (max-width: 900px) {
  .sou-footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sou-footer-container {
    grid-template-columns: 1fr;
  }

  .sou-footer {
    text-align: center;
  }
}/* End custom CSS */