.elementor-902141 .elementor-element.elementor-element-bee668a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-902141 .elementor-element.elementor-element-1d6af67{width:100%;max-width:100%;}.elementor-902141 .elementor-element.elementor-element-1d6af67 > .elementor-widget-container{margin:-9px -9px -9px -9px;}.elementor-902141 .elementor-element.elementor-element-2194659{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-902141 .elementor-element.elementor-element-684e099{width:100%;max-width:100%;}.elementor-902141 .elementor-element.elementor-element-684e099 > .elementor-widget-container{margin:-9px -9px -9px -9px;}.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-1d6af67 */<style>
  .fte-header,
  .fte-header * {
    box-sizing: border-box;
  }

  .fte-header {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1f2933;
  }

  .fte-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
  }

  /* Top bar */
  .fte-top-bar {
    background: #00324f;
    color: #ffffff;
    font-size: 13px;
  }

  .fte-top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 36px;
    gap: 12px;
  }

  .fte-tagline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fte-top-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .fte-top-link {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .fte-top-link:hover {
    text-decoration: underline;
  }

  .fte-icon {
    font-size: 12px;
  }

  .fte-separator {
    opacity: 0.7;
  }

  /* Main header */
  .fte-main-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
  }

  .fte-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    gap: 16px;
  }

  .fte-logo img {
    max-height: 60px;
    height: auto;
    width: auto;
    display: block;
  }

  /* Navigation */
  .fte-nav {
    display: flex;
    align-items: center;
  }

  .fte-nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }

  .fte-nav-list a {
    text-decoration: none;
    color: #1f2933;
    padding: 6px 0;
    position: relative;
    transition: color 0.2s ease;
  }

  .fte-nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #c89a40;
    transition: width 0.2s ease;
  }

  .fte-nav-list a:hover {
    color: #c89a40;
  }

  .fte-nav-list a:hover::after {
    width: 100%;
  }

  .fte-nav-cta a {
    padding: 8px 16px;
    border-radius: 999px;
    background: #c89a40;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #c89a40;
  }

  .fte-nav-cta a:hover {
    background: #ffffff;
    color: #c89a40;
  }

  /* Mobile toggle (hidden on desktop) */
  .fte-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    cursor: pointer;
  }

  .fte-burger {
    width: 18px;
    height: 2px;
    background: #1f2933;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  /* Mobile / tablet styles */
  @media (max-width: 992px) {
    .fte-top-bar-inner {
      flex-direction: column;
      align-items: flex-start;
      padding: 6px 16px;
    }

    .fte-tagline {
      width: 100%;
      white-space: normal;
    }

    .fte-top-contact {
      justify-content: flex-start;
    }

    .fte-main-inner {
      padding: 10px 16px;
    }

    .fte-nav-toggle {
      display: flex;
    }

    .fte-nav {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      background: #ffffff;
      border-bottom: 1px solid #e5e7eb;
      display: none;
      z-index: 999;
    }

    .fte-nav.fte-nav-open {
      display: block;
    }

    .fte-nav-list {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px 16px 16px;
      gap: 10px;
    }

    .fte-nav-cta {
      width: 100%;
    }

    .fte-nav-cta a {
      display: inline-block;
      width: 100%;
      text-align: center;
    }

    /* turn burger into X when open */
    .fte-nav-toggle.fte-open .fte-burger:nth-child(1) {
      transform: translateY(6px) rotate(45deg);
    }

    .fte-nav-toggle.fte-open .fte-burger:nth-child(2) {
      opacity: 0;
    }

    .fte-nav-toggle.fte-open .fte-burger:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
    }
  }

  /* Very small screens */
  @media (max-width: 480px) {
    .fte-logo img {
      max-height: 48px;
    }

    .fte-top-bar {
      font-size: 12px;
    }

    .fte-nav-list {
      font-size: 14px;
    }
  }
</style>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    const toggle = document.querySelector(".fte-nav-toggle");
    const nav = document.querySelector(".fte-nav");

    if (toggle && nav) {
      toggle.addEventListener("click", function () {
        nav.classList.toggle("fte-nav-open");
        toggle.classList.toggle("fte-open");
      });
    }
  });
</script>
/* CONTACT SECTION LAYOUT */
.fte-contact-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  background: #f7f7f7;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* Left column – contact details */
.fte-contact-info {
  flex: 0 0 35%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #333;
}

.fte-contact-info h3,
.fte-contact-info h4 {
  margin: 0 0 10px;
  font-weight: 600;
  color: #111;
}

.fte-contact-info p {
  margin: 0 0 8px;
  line-height: 1.6;
}

.fte-contact-info a {
  color: #006699;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fte-contact-info a:hover {
  color: #004466;
  border-color: #004466;
}

/* Right column – form styles (keeps your form separate but improves design) */
.fte-contact-layout form {
  flex: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fte-contact-layout form p {
  margin-bottom: 14px;
}

.fte-contact-layout input[type="text"],
.fte-contact-layout input[type="email"],
.fte-contact-layout input[type="tel"],
.fte-contact-layout input[type="url"],
.fte-contact-layout textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #fff;
}

.fte-contact-layout textarea {
  min-height: 160px;
  resize: vertical;
}

.fte-contact-layout input:focus,
.fte-contact-layout textarea:focus {
  outline: none;
  border-color: #006699;
  box-shadow: 0 0 0 2px rgba(0, 102, 153, 0.15);
}

/* Submit button */
.fte-contact-layout input[type="submit"],
.fte-contact-layout button[type="submit"] {
  background: #006699;
  color: #fff;
  border: none;
  padding: 10px 26px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.fte-contact-layout input[type="submit"]:hover,
.fte-contact-layout button[type="submit"]:hover {
  background: #004466;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE – stack on mobile */
@media (max-width: 768px) {
  .fte-contact-layout {
    flex-direction: column;
    padding: 24px 18px;
    gap: 24px;
  }

  .fte-contact-info {
    flex: 1 1 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-684e099 *//* RESET */
.fte-header,
.fte-header * {
  box-sizing: border-box;
}

.fte-header {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
}

/* CONTAINER */
.fte-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* TOP BAR */
.fte-top-bar {
  background: #005c6d;
  color: #ffffff;
  font-size: 13px;
}

.fte-top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  gap: 12px;
}

.fte-top-contact a { color: #fff; }

/* MAIN HEADER (WHITE) */
.fte-main-header {
  background: #ffffff;      /* WHITE BACKGROUND */
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  z-index: 1000;
  padding: 8px 0;           /* extra space – prevents logo cut */
}

.fte-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
}

.fte-logo img {
  max-height: 72px;  /* enough space to avoid cropping */
  display: block;
}

/* NAVIGATION */
.fte-nav {
  display: flex;
}

.fte-nav-list {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fte-nav-list a {
  text-decoration: none;
  color: #1f2933;
  font-size: 15px;
  padding: 6px 0;
  position: relative;
}

.fte-nav-list a:hover {
  color: #c89a40;
}

.fte-nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #c89a40;
  transition: width 0.2s ease;
}

.fte-nav-list a:hover::after {
  width: 100%;
}

/* RED BUTTON CTA */
.fte-nav-cta a {
  padding: 10px 20px;
  border-radius: 999px;
  background: #d62828; /* RED */
  color: #fff;
  font-weight: 600;
  border: 1px solid #d62828;
  box-shadow: 0 4px 10px rgba(214, 40, 40, 0.25);
}

.fte-nav-cta a:hover {
  background: #fff;
  color: #d62828;
}

/* MOBILE TOGGLE */
.fte-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.fte-burger {
  width: 18px;
  height: 2px;
  background: #333;
  transition: 0.25s;
}

/* MOBILE STYLES */
@media (max-width: 992px) {
  .fte-nav-toggle { display: flex; }

  .fte-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
  }

  .fte-nav.fte-nav-open {
    display: block;
  }

  .fte-nav-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px;
    gap: 14px;
  }

  .fte-nav-cta a {
    width: 100%;
    text-align: center;
  }

  .fte-nav-toggle.fte-open .fte-burger:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .fte-nav-toggle.fte-open .fte-burger:nth-child(2) {
    opacity: 0;
  }

  .fte-nav-toggle.fte-open .fte-burger:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}/* End custom CSS */