.elementor-902155 .elementor-element.elementor-element-1b2c2db{--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-902155 .elementor-element.elementor-element-af95b9b{width:100%;max-width:100%;}.elementor-902155 .elementor-element.elementor-element-af95b9b > .elementor-widget-container{margin:-20px -20px -20px -20px;}.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-af95b9b *//* ===== FTE FOOTER ===== */
.fte-footer {
  background: #0b1f2b;
  color: #ffffff;
  margin-top: 40px;
}

.fte-footer-main {
  padding: 40px 0 24px;
}

.fte-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.fte-footer-logo img {
  max-width: 220px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.fte-footer-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
}

.fte-footer-heading {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.fte-footer-links,
.fte-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fte-footer-links li,
.fte-footer-contact li {
  margin-bottom: 6px;
  font-size: 14px;
}

.fte-footer-links a,
.fte-footer-contact a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.fte-footer-links a:hover,
.fte-footer-contact a:hover {
  opacity: 1;
  text-decoration: underline;
}

.fte-footer-social a {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.4);
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}

.fte-footer-social a:hover {
  background: #ffffff;
  color: #0b1f2b;
}

/* bottom strip */
.fte-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 10px 0;
  background: #07151f;
}

.fte-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
}

.fte-footer-bottom-links a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
}

.fte-footer-bottom-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* responsive footer */
@media (max-width: 991px) {
  .fte-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .fte-footer-grid {
    grid-template-columns: 1fr;
  }

  .fte-footer-main {
    padding: 32px 0 18px;
  }

  .fte-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */