.elementor-1462 .elementor-element.elementor-element-1daf4d7d{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-1daf4d7d */.wf-footer {
  background: #ffffff;
  border-top: 1px solid #e8edf2;
  color: #1f2933;
  font-family: inherit;
}

.wf-footer a {
  color: #1f2933;
  text-decoration: none;
  transition: all 0.2s ease;
}

.wf-footer a:hover {
  color: #0f766e;
}

.wf-footer-top,
.wf-footer-middle,
.wf-footer-bottom {
  width: 100%;
}

.wf-footer-top {
  padding: 42px 20px 22px;
}

.wf-footer-middle {
  padding: 18px 20px 18px;
  border-top: 1px solid #eef2f6;
}

.wf-footer-bottom {
  padding: 14px 20px 16px;
  border-top: 1px solid #eef2f6;
}

.wf-footer-grid,
.wf-footer-middle-grid,
.wf-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.wf-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr 1fr;
  gap: 26px;
  align-items: start;
}

.wf-footer-middle-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: center;
}

.wf-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.wf-footer h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f1720;
}

.wf-footer h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #0f1720;
}

.wf-footer p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.wf-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wf-footer ul li {
  margin: 0 0 8px;
}

.wf-footer ul li a {
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
}

.wf-footer-about p {
  max-width: 500px;
}

.wf-footer-contact {
  padding: 18px 18px;
  background: #f8fafc;
  border: 1px solid #e9eef4;
  border-radius: 14px;
}

.wf-footer-contact p strong {
  color: #0f1720;
}

.wf-footer-cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.wf-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.wf-btn-primary {
  background: #0f766e;
  color: #ffffff !important;
}

.wf-btn-primary:hover {
  opacity: 0.92;
}

.wf-btn-secondary {
  background: #ffffff;
  color: #0f1720 !important;
  border: 1px solid #d8e1e8;
}

.wf-btn-secondary:hover {
  border-color: #0f766e;
  color: #0f766e !important;
}

.wf-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wf-footer-links a {
  display: inline-block;
  padding: 6px 10px;
  background: #f8fafc;
  border: 1px solid #e9eef4;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.35;
  color: #334155;
}

.wf-footer-links a:hover {
  border-color: #0f766e;
  color: #0f766e;
}

.wf-footer-trust {
  margin: 0;
  padding: 12px 14px;
  background: #fcfcfd;
  border-left: 3px solid #0f766e;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

.wf-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.wf-footer-legal a {
  font-size: 13px;
  color: #475569;
}

.wf-footer-copy {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

@media (max-width: 1024px) {
  .wf-footer-top {
    padding: 34px 18px 20px;
  }

  .wf-footer-middle {
    padding: 16px 18px;
  }

  .wf-footer-bottom {
    padding: 14px 18px;
  }

  .wf-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .wf-footer-middle-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wf-footer h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wf-footer-top {
    padding: 28px 14px 16px;
  }

  .wf-footer-middle {
    padding: 14px 14px;
  }

  .wf-footer-bottom {
    padding: 12px 14px 14px;
  }

  .wf-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wf-footer-middle-grid {
    gap: 14px;
  }

  .wf-footer-contact {
    padding: 16px;
    border-radius: 12px;
  }

  .wf-footer h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .wf-footer h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .wf-footer p,
  .wf-footer ul li a {
    font-size: 13.5px;
  }

  .wf-footer-links a {
    font-size: 12.5px;
    padding: 6px 9px;
  }

  .wf-btn {
    padding: 10px 12px;
    font-size: 13px;
  }

  .wf-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .wf-footer-legal {
    gap: 10px 12px;
  }
}/* End custom CSS */