.elementor-182 .elementor-element.elementor-element-fa17a41{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-182 .elementor-element.elementor-element-55f57df{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 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-55f57df */.of-footer {
  background: #0B1D35;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}

.of-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 24px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.of-footer-logo {
  height: 40px;
  margin-bottom: 16px;
}

.of-footer-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}

/* HEADINGS */
.of-footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* LINKS */
.of-footer-col ul {
  list-style: none;
  padding: 0;
}

.of-footer-col ul li {
  margin-bottom: 10px;
}

.of-footer-col a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 14px;
}

.of-footer-col a:hover {
  color: #ffffff;
}

/* OFFICE BLOCK */
.of-office-block {
  margin-bottom: 18px;
}

.of-office-block strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.of-office-block p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

.of-office-block a {
  display: inline-block;
  margin-top: 4px;
  font-weight: 600;
}

/* CTA */
.of-footer-cta {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  background: #F97316;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 700;
}

.of-footer-cta:hover {
  background: #EA580C;
}

/* BOTTOM */
.of-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}

.of-footer-links a {
  margin-left: 16px;
}

/* POWERED */
.of-footer-powered {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  padding-bottom: 20px;
}

.of-footer-powered a {
  color: #ffffff;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .of-footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .of-footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .of-footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .of-footer-links a {
    margin: 0 8px;
  }
}/* End custom CSS */