{"id":46,"date":"2025-09-16T11:08:31","date_gmt":"2025-09-16T11:08:31","guid":{"rendered":"https:\/\/xsv.yox.mybluehost.me\/website_7925483b\/?page_id=46"},"modified":"2025-09-25T18:03:04","modified_gmt":"2025-09-25T18:03:04","slug":"home","status":"publish","type":"page","link":"https:\/\/beyondnavi.com\/staging\/1331\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n<title>BeyondNavi \u2014 Innovation in Navigation, Mapping &#038; GEOINT<\/title>\n<meta name=\"description\" content=\"BeyondNavi delivers next-generation navigation, mapping, and GEOINT solutions: LiDAR &#038; imagery pipelines, GNSS\/INS fusion, AI analytics, GPS-denied autonomy, and mission-ready training.\" \/>\n<link rel=\"canonical\" href=\"https:\/\/beyondnavi.com\/staging\/1331\/\" \/>\n\n<!-- Keep preconnects lean (mobile Lighthouse): fonts only -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" crossorigin>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n\n<!-- Fonts: swap to avoid render-blocking -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500&#038;family=Montserrat:wght@600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>:root{--text:#1e293b;--muted:#475569;--cyan:#00e6ff;--sky:#38bdf8;--blue:#2563eb;--radius:20px;--maxw:1160px;--card-bg:#ffffff;--border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:'Inter',sans-serif;line-height:1.6;scroll-behavior:smooth;color:var(--text);padding-top:70px;background:url('https:\/\/beyondnavi.com\/staging\/1331\/staging\/1331\/wp-content\/uploads\/2025\/09\/BackgroundBN1.webp') center\/cover no-repeat fixed;position:relative;color:#e2e8f0}body::before{content:\"\";position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:-1}a{color:inherit;text-decoration:none}body.menu-open{overflow:hidden}h1,h2,h3{font-family:'Montserrat',sans-serif;font-weight:700}h1{font-size:clamp(42px,5vw,56px);line-height:1.2}h2{font-size:clamp(28px,3vw,36px);line-height:1.3;color:#000080;text-align:center;margin-bottom:20px}h3{font-size:18px;text-transform:uppercase;text-align:center;margin-bottom:12px;letter-spacing:.5px;color:#000080;border-bottom:2px solid var(--cyan);padding-bottom:6px}p{font-size:16px;margin-bottom:1em}.muted{font-size:15px;color:var(--muted)}.container{max-width:var(--maxw);margin:auto;padding:0 20px}main .boxed{max-width:var(--maxw);margin:0 auto;padding:0 20px;width:100%}@media (max-width:992px){main .boxed{max-width:100%}}section{padding:56px 0;scroll-margin-top:90px}.section-alt{background:rgba(255,255,255,.7);border-radius:var(--radius);margin:20px 0;padding:20px}.fixed-nav-wrapper{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,.1);padding:4px 0}.nav{display:flex;align-items:center;justify-content:space-between;width:100%}.logo img{height:50px;width:auto}.menu{display:flex;gap:16px;flex-wrap:wrap;font-weight:600}.menu a{opacity:.95;padding:2px 10px;border-radius:999px;color:#fff;transition:background .2s,color .2s}.menu a:hover{background:rgba(255,255,255,.1);color:var(--sky)}.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;background:transparent;padding:0;border:none;color:inherit}.hamburger span{width:26px;height:3px;background:#fff;border-radius:2px;display:block}@media (max-width:768px){.hamburger{display:flex;z-index:50}}.mobile-menu{position:fixed;top:0;right:-280px;height:100vh;width:280px;background:rgba(0,0,0,.9);padding:64px 22px;display:flex;flex-direction:column;gap:20px;transition:right .3s ease;z-index:9999}.mobile-menu a{color:#fff;font-size:18px;padding:10px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu.active{right:0}.hero{position:relative;min-height:calc(100vh - 70px);display:flex;justify-content:center;align-items:center;text-align:center;padding:0 20px}.headline{margin:0 0 14px;font-weight:600}.headline .brand{display:block;margin-bottom:8px;font-weight:800;color:#e2e8f0;letter-spacing:1px}.lead{max-width:880px;margin:auto;color:#fff;font-size:18px}.brand .ai{color:var(--cyan);text-shadow:0 0 6px rgba(0,230,255,.6);animation:pulse 2.5s infinite}@keyframes pulse{0%,100%{text-shadow:0 0 6px rgba(0,230,255,.6)}50%{text-shadow:0 0 14px rgba(0,230,255,1);color:#6affd9}}@media (max-width:768px),(prefers-reduced-motion:reduce){.brand .ai{animation:none;text-shadow:none}}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;align-items:stretch}.col-4{grid-column:span 4}.col-6{grid-column:span 6}@media (max-width:900px){.col-4,.col-6{grid-column:span 12}}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:0 6px 20px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s;opacity:0;transform:translateY(20px);display:flex;flex-direction:column;height:100%}.card.visible{opacity:1;transform:translateY(0)}.card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 28px rgba(0,188,212,.25)}.card p,.card ul{line-height:1.5;font-size:15px}.card ul{list-style:disc inside;margin:0;padding-left:0}.card ul li{margin-bottom:6px}.img{height:auto;max-width:100%;border-radius:16px;margin:10px 0 0;display:block;border:1px solid var(--border);transition:transform .4s;aspect-ratio:16\/9}.img:hover{transform:scale(1.05)}.cta{display:flex;gap:10px;flex-wrap:wrap}.btn{background:#000080;color:#fff;padding:10px 16px;border-radius:999px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,188,212,.4)}.btn.btn-outline{background:transparent;color:var(--sky);border:1px solid var(--sky)}.btn.btn-outline:hover{background:var(--sky);color:#fff}.contact-block{max-width:600px;margin:30px auto}.contact-form{display:flex;flex-direction:column;gap:12px}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;border-radius:8px;border:1px solid var(--border);background:#f9fafb;color:var(--text);font-size:15px;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--cyan)}.contact-form textarea::placeholder{text-align:center}#map{width:100%;height:400px;border-radius:16px;margin-top:20px;overflow:hidden}footer{border-top:1px solid var(--border);padding:28px 0;background:rgba(255,255,255,.9);text-align:center;color:var(--muted)}@media (max-width:768px){.menu,.cta{display:none}header .nav{justify-content:space-between}.hamburger{display:flex;z-index:50}.img{height:auto}#map{height:320px}.container,main .boxed{padding:0 12px}.section-alt{margin:12px 0;padding:16px;border-radius:14px}.grid{gap:14px}.card{padding:16px}.lead,p{font-size:17px}}@media (max-height:450px){.menu a{font-size:14px;padding:2px 6px}.menu{gap:8px;flex-wrap:nowrap}.logo img{height:40px}}:focus-visible{outline:3px solid var(--sky);outline-offset:2px}<\/style>\n\n<!-- Organization schema -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"Organization\",\n  \"name\":\"BeyondNavi\",\n  \"url\":\"https:\/\/beyondnavi.com\/staging\/1331\",\n  \"logo\":\"https:\/\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/nobglogo.webp\",\n  \"sameAs\":[\"https:\/\/www.linkedin.com\/company\/beyondnavi\/\"]\n}\n<\/script>\n<\/head>\n<body>\n  <!-- Fixed header -->\n  <div class=\"fixed-nav-wrapper\">\n    <header class=\"container\">\n      <div class=\"nav\">\n        <div class=\"logo\">\n          <a href=\"#\">\n            <img data-recalc-dims=\"1\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/nobglogo.webp?w=250&#038;ssl=1\"\n                 alt=\"BeyondNavi Logo\"  loading=\"eager\" decoding=\"async\">\n          <\/a>\n        <\/div>\n        <nav class=\"menu\" aria-label=\"Primary\">\n          <a href=\"#about\">About<\/a>\n          <a href=\"#capabilities\">Why BeyondNavi<\/a>\n          <a href=\"#solutions\">Services<\/a>\n          <a href=\"#training\">Training<\/a>\n          <a href=\"#rnd\">R&#038;D<\/a>\n          <a href=\"#contact\">Contact<\/a>\n        <\/nav>\n        <button class=\"hamburger\" id=\"hamburger\" aria-label=\"Open menu\" aria-controls=\"mobileMenu\" aria-expanded=\"false\">\n          <span><\/span><span><\/span><span><\/span>\n        <\/button>\n      <\/div>\n    <\/header>\n  <\/div>\n\n  <!-- Mobile drawer -->\n  <nav class=\"mobile-menu\" id=\"mobileMenu\" aria-label=\"Mobile\">\n    <a href=\"#about\">About<\/a>\n    <a href=\"#capabilities\">Why BeyondNavi<\/a>\n    <a href=\"#solutions\">Services<\/a>\n    <a href=\"#training\">Training<\/a>\n    <a href=\"#rnd\">R&#038;D<\/a>\n    <a href=\"#contact\">Contact<\/a>\n  <\/nav>\n\n  <main id=\"main\">\n    <!-- Hero -->\n    <section class=\"hero\" role=\"banner\">\n      <div class=\"container\">\n        <h1 class=\"headline\">\n          <span class=\"brand\">BeyondN<span class=\"ai\">A<\/span>V<span class=\"ai\">I<\/span><\/span>\n        <\/h1>\n        <p class=\"lead\">Map with precision. Move with confidence. Secure with intelligence.<\/p>\n      <\/div>\n    <\/section>\n\n    <div class=\"boxed\">\n      <!-- About -->\n      <section id=\"about\" class=\"section-alt\">\n        <div class=\"container\">\n          <h2 class=\"section\">About BeyondNavi<\/h2>\n          <p class=\"muted\">\n            BeyondNavi is a US-based geospatial innovation company advancing the frontiers of navigation, mapping, and GEOINT.\n            We bring expertise across LiDAR, photogrammetry, inertial navigation, and GEOINT applications, delivering solutions\n            that are both innovative and operationally grounded.\n          <\/p>\n          <p class=\"muted\">\n            Our Mission captures what drives us today, our Vision reflects where we are heading tomorrow, and our Values guide\n            how we work and partner with others.\n          <\/p>\n          <div class=\"grid\">\n            <div class=\"col-4\">\n              <div class=\"card\">\n                <h3>Mission<\/h3>\n                <p class=\"muted\">Deliver next-generation navigation and geospatial intelligence solutions that empower civil and defense organizations to operate with precision, resilience, and autonomy.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"col-4\">\n              <div class=\"card\">\n                <h3>Vision<\/h3>\n                <p class=\"muted\">Become a global leader in GEOINT and autonomous navigation, redefining how cities are mapped, infrastructure is managed, and missions are executed in challenging environments.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"col-4\">\n              <div class=\"card\">\n                <h3>Values<\/h3>\n                <ul class=\"muted\">\n                  <li>Innovation at the Edge<\/li>\n                  <li>Integrity &#038; Trust<\/li>\n                  <li>Dual Impact \u2014 civil &#038; defense<\/li>\n                  <li>Resilience &#038; Precision<\/li>\n                  <li>Knowledge &#038; Capacity<\/li>\n                <\/ul>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- Why BeyondNavi -->\n      <section id=\"capabilities\" class=\"section-alt\">\n        <div class=\"container\">\n          <h2 class=\"section\">Why BeyondNavi<\/h2>\n          <div class=\"grid\">\n            <div class=\"col-4\"><div class=\"card\">\n              <h3>Navigation Expertise<\/h3>\n              <ul class=\"muted\">\n                <li>Trajectory processing &#038; precision positioning<\/li>\n                <li>Multi-sensor fusion (LiDAR, INS, vision)<\/li>\n                <li>Proven indoor &#038; outdoor mapping capabilities<\/li>\n              <\/ul>\n            <\/div><\/div>\n            <div class=\"col-4\"><div class=\"card\">\n              <h3>Resilient Solutions<\/h3>\n              <ul class=\"muted\">\n                <li>GNSS-challenged operations<\/li>\n                <li>Tactical GEOINT missions, urban canyons, tunnels<\/li>\n                <li>LiDAR &#038; multi-spectral imaging for cities &#038; defense<\/li>\n              <\/ul>\n            <\/div><\/div>\n            <div class=\"col-4\"><div class=\"card\">\n              <h3>Future Vision<\/h3>\n              <ul class=\"muted\">\n                <li>Innovation at the Edge: autonomy &#038; AI analytics<\/li>\n                <li>Field-tested R&#038;D applied to real deployments<\/li>\n                <li>Forward-looking partner, not just provider<\/li>\n              <\/ul>\n            <\/div><\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- Services & Offerings -->\n      <section id=\"solutions\" class=\"section-alt\">\n        <div class=\"container\">\n          <h2 class=\"section\">Services<\/h2>\n        <div class=\"grid\">\n          <div class=\"col-4\">\n            <div class=\"card\">\n              <h3>Navigation &#038; Autonomy<\/h3>\n              <ul class=\"muted\">\n                <li>Vehicle POS processing<\/li>\n                <li>GNSS\/INS sensor fusion<\/li>\n                <li>GPS-denied autonomy solutions<\/li>\n                <li>Real-time UAV\/vehicle\/handheld positioning<\/li>\n              <\/ul>\n              <img data-recalc-dims=\"1\" class=\"img\" src=\"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/NavAut.webp?w=1920&#038;ssl=1\" alt=\"Navigation &#038; Autonomy\" loading=\"lazy\" decoding=\"async\">\n            <\/div>\n          <\/div>\n          <div class=\"col-4\">\n            <div class=\"card\">\n              <h3>Mapping &#038; Intelligence<\/h3>\n              <ul class=\"muted\">\n                <li>LiDAR &#038; aerial surveying workflows<\/li>\n                <li>3D city\/asset digital twins<\/li>\n                <li>Automated feature extraction<\/li>\n                <li>Environmental &#038; disaster GEOINT analytics<\/li>\n              <\/ul>\n              <img data-recalc-dims=\"1\" class=\"img\" src=\"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/mapint.webp?w=1920&#038;ssl=1\" alt=\"Mapping &#038; Intelligence\" loading=\"lazy\" decoding=\"async\">\n            <\/div>\n          <\/div>\n          <div class=\"col-4\">\n            <div class=\"card\">\n              <h3>Integrated Solutions<\/h3>\n              <ul class=\"muted\">\n                <li>Autonomous systems &#038; sensor fusion<\/li>\n                <li>Mission-ready mapping &#038; C2 overlays<\/li>\n                <li>UAV ISR &#038; smart-city security<\/li>\n                <li>Civil + defense custom solutions<\/li>\n              <\/ul>\n              <img data-recalc-dims=\"1\" class=\"img\" src=\"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/IntSol.webp?w=1920&#038;ssl=1\" alt=\"Integrated Solutions\" loading=\"lazy\" decoding=\"async\">\n            <\/div>\n          <\/div>\n        <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- Training -->\n      <section id=\"training\" class=\"section-alt\">\n        <div class=\"container\">\n          <h2 class=\"section\">Training &#038; Capacity Building<\/h2>\n          <div class=\"grid\">\n            <div class=\"col-6\">\n              <div class=\"card\">\n                <h3>Core Tracks<\/h3>\n                <ul class=\"muted\">\n                  <li>LiDAR, Imagery, and GNSS\/INS<\/li>\n                  <li>AI\/ML for mapping &#038; intelligence<\/li>\n                  <li>GPS-denied autonomy &#038; sensor fusion<\/li>\n                  <li>Operations &#038; Asset Management<\/li>\n                <\/ul>\n                <img data-recalc-dims=\"1\" class=\"img\" src=\"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/IMG-20250923-WA0000.webp?w=1920&#038;ssl=1\" alt=\"Core Training Tracks\" loading=\"lazy\" decoding=\"async\">\n              <\/div>\n            <\/div>\n            <div class=\"col-6\">\n              <div class=\"card\">\n                <h3>Delivery<\/h3>\n                <ul class=\"muted\">\n                  <li>Intensive bootcamps (1\u20132 weeks) and executive briefings<\/li>\n                  <li>Tailored programs for civil agencies, defense units, and academia<\/li>\n                  <li>Hands-on labs with drones, sensors, and real data pipelines<\/li>\n                  <li>Accredited certification of completion provided<\/li>\n                <\/ul>\n                <img class=\"img\" src=\"https:\/\/images.unsplash.com\/photo-1557804506-669a67965ba0?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"Training Delivery\" loading=\"lazy\" decoding=\"async\">\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- R&D -->\n      <section id=\"rnd\" class=\"section-alt\">\n        <div class=\"container\">\n          <h2 class=\"section\">Research &#038; Development<\/h2>\n          <p class=\"muted\">Innovation and R&#038;D are core to BeyondNavi. Our selected research papers demonstrate leadership in indoor GNSS-denied navigation and outdoor LiDAR-based mobile mapping, powering real-world GEOINT and mission-critical solutions.<\/p>\n          <div class=\"grid\">\n            <div class=\"col-6\">\n              <div class=\"card\">\n                <h3>Mobile Mapping &#038; Reality Capture<\/h3>\n                <p class=\"muted\"><em>From Stationary to Mobile: Unleashing the Full Potential of Terrestrial LiDAR through Sensor Integration<\/em> (2023)<\/p>\n                <p class=\"muted\">How LiDAR, GNSS, and IMU integration enable mobile and aerial surveying systems \u2014 highlighting intensive LiDAR workflows and trajectory processing expertise.<\/p>\n                <img data-recalc-dims=\"1\" class=\"img\" src=\"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/outdoor.webp?w=1920&#038;ssl=1\" alt=\"Mobile Mapping Research\" loading=\"lazy\" decoding=\"async\">\n              <\/div>\n            <\/div>\n            <div class=\"col-6\">\n              <div class=\"card\">\n                <h3>GNSS-Denied Navigation<\/h3>\n                <p class=\"muted\"><em>Real-time and Cost-efficient Indoor Localization and Mapping Solution for Emergency Response Applications<\/em> (2025)<\/p>\n                <p class=\"muted\">Lightweight, real-time SLAM using LiDAR, vision, and IMU for emergency response \u2014 with proven use in search &#038; rescue and tactical missions.<\/p>\n                <img data-recalc-dims=\"1\" class=\"img\" src=\"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/indoor.webp?w=1920&#038;ssl=1\" alt=\"GNSS-Denied Navigation Research\" loading=\"lazy\" decoding=\"async\">\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- Contact -->\n      <section id=\"contact\" class=\"section-alt\">\n        <div class=\"container\">\n          <h2 class=\"section\">Contact Us<\/h2>\n          <div class=\"contact-block\">\n            <!-- Replace the action with your Formspree\/Netlify\/Backend endpoint -->\n            <form class=\"contact-form\" action=\"https:\/\/formspree.io\/f\/your-form-id\" method=\"POST\">\n              <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required aria-label=\"Your Name\">\n              <input type=\"email\" name=\"email\" placeholder=\"Your Email\" required aria-label=\"Your Email\">\n              <textarea name=\"message\" placeholder=\"Write your message here...\" rows=\"5\" required aria-label=\"Message\"><\/textarea>\n              <button type=\"submit\" class=\"btn\">Send Message<\/button>\n            <\/form>\n            <div id=\"map\" role=\"region\" aria-label=\"BeyondNavi team locations map\"><\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n    <\/div>\n  <\/main>\n\n  <footer>\n    <div class=\"container\">\n      <strong>BeyondNavi US<\/strong><br\/>\n      <small>\u00a9 <span id=\"year\"><\/span> BeyondNavi. All rights reserved.<\/small>\n    <\/div>\n  <\/footer>\n\n  <!-- Main logic (mobile-friendly; lazy-init map; desktop preconnect on intent) -->\n  <script>\n  \/\/ Current year\n  document.getElementById('year').textContent = new Date().getFullYear();\n\n  \/\/ Fade-in cards on scroll\n  const observer = new IntersectionObserver(entries=>{\n    entries.forEach(entry=>{ if(entry.isIntersecting){ entry.target.classList.add('visible'); } });\n  },{threshold:.1});\n  document.querySelectorAll('.card').forEach(card=>observer.observe(card));\n\n  \/\/ Mobile drawer (Esc to close, ARIA updates)\n  const hamburger = document.getElementById('hamburger');\n  const mobileMenu = document.getElementById('mobileMenu');\n  function closeMenu(){ mobileMenu.classList.remove('active'); document.body.classList.remove('menu-open'); hamburger.setAttribute('aria-expanded','false'); }\n  if (hamburger) {\n    hamburger.addEventListener('click', (event) => {\n      event.stopPropagation();\n      const open = mobileMenu.classList.toggle('active');\n      document.body.classList.toggle('menu-open', open);\n      hamburger.setAttribute('aria-expanded', open ? 'true' : 'false');\n    });\n    document.addEventListener('keydown', (e)=>{ if(e.key==='Escape') closeMenu(); });\n  }\n  document.addEventListener('click', (event) => {\n    if (!mobileMenu.contains(event.target) && !hamburger.contains(event.target)) closeMenu();\n  });\n  Array.from(document.querySelectorAll('.mobile-menu a')).forEach(link => link.addEventListener('click', closeMenu));\n\n  \/\/ ---------- Lazy-load Leaflet only when #contact nears viewport ----------\n  let mapBooted = false;\n  function loadCSS(href){\n    return new Promise((resolve,reject)=>{\n      const l=document.createElement('link'); l.rel='stylesheet'; l.href=href; l.onload=resolve; l.onerror=reject;\n      document.head.appendChild(l);\n    });\n  }\n  function loadScript(src){\n    return new Promise((resolve,reject)=>{\n      const s=document.createElement('script'); s.src=src; s.async=true; s.onload=resolve; s.onerror=reject;\n      document.head.appendChild(s);\n    });\n  }\n  async function bootMap(){\n    if(mapBooted) return; mapBooted=true;\n    await loadCSS('https:\/\/unpkg.com\/leaflet\/dist\/leaflet.css');\n    await loadScript('https:\/\/unpkg.com\/leaflet\/dist\/leaflet.js');\n    const map = L.map('map', { zoomControl:false, attributionControl:false }).setView([30,0],2);\n    L.tileLayer('https:\/\/{s}.basemaps.cartocdn.com\/light_all\/{z}\/{x}\/{y}{r}.png', {\n      subdomains:'abcd', maxZoom:19,\n      attribution:'&copy; <a href=\"https:\/\/www.openstreetmap.org\/copyright\">OSM<\/a> &copy; <a href=\"https:\/\/carto.com\/\">CARTO<\/a>'\n    }).addTo(map);\n\n    const teamIcon = L.divIcon({\n      className:\"custom-pin\",\n      html:`<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"42\" viewBox=\"0 0 24 36\" fill=\"none\">\n        <path d=\"M12 0C5.37 0 0 5.82 0 12.99C0 22.5 12 36 12 36C12 36 24 22.5 24 12.99C24 5.82 18.63 0 12 0Z\" fill=\"#000080\"\/>\n        <circle cx=\"12\" cy=\"13\" r=\"5\" fill=\"white\"\/><\/svg>`,\n      iconSize:[28,42], iconAnchor:[14,42], popupAnchor:[0,-36]\n    });\n    const teamLocations = [\n      { name:\"Team \u2014 Abu Dhabi, UAE\",         coords:[24.4539, 54.3773] },\n      { name:\"Team \u2014 Toronto, Canada\",        coords:[43.6532, -79.3832] },\n      { name:\"Team \u2014 Sheridan, Wyoming, USA\", coords:[44.7972, -106.9562] },\n      { name:\"Team \u2014 Florida, USA\",           coords:[28.5383, -81.3792] }\n    ];\n    const group = L.featureGroup();\n    teamLocations.forEach(loc => {\n      L.marker(loc.coords,{icon:teamIcon}).addTo(group).bindPopup(\"<b>\"+loc.name+\"<\/b><br\/>BeyondNavi team location\");\n    });\n    group.addTo(map);\n    map.fitBounds(group.getBounds().pad(0.4));\n  }\n\n  \/\/ Desktop-friendly: preconnect Carto on idle\/intent so map feels instant on desktop\n  const isDesktop = matchMedia('(min-width: 1024px)').matches && matchMedia('(pointer: fine)').matches;\n  function addCartoPreconnect(){\n    if (document.getElementById('carto-preconnect')) return;\n    const l=document.createElement('link'); l.id='carto-preconnect'; l.rel='preconnect'; l.href='https:\/\/basemaps.cartocdn.com'; l.crossOrigin='';\n    document.head.appendChild(l);\n  }\n  if (isDesktop && 'requestIdleCallback' in window) requestIdleCallback(() => addCartoPreconnect(), {timeout:2000});\n  document.querySelectorAll('a[href=\"#contact\"]').forEach(a=>{\n    a.addEventListener('mouseenter', addCartoPreconnect, {once:true});\n    a.addEventListener('touchstart', addCartoPreconnect, {once:true, passive:true});\n  });\n\n  \/\/ Observe Contact section (earlier start on desktop)\n  const contactSection = document.querySelector('#contact');\n  if (contactSection){\n    const io = new IntersectionObserver(entries=>{\n      if (entries.some(e=>e.isIntersecting)){\n        io.disconnect(); bootMap();\n      }\n    }, { rootMargin: (isDesktop ? '800px' : '400px') + ' 0px' });\n    io.observe(contactSection);\n  }\n  \/\/ -----------------------------------------------------------------------\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>BeyondNavi \u2014 Innovation in Navigation, Mapping &#038; GEOINT About Why BeyondNavi Services Training R&#038;D Contact About Why BeyondNavi Services Training R&#038;D Contact BeyondNAVI Map with precision. Move with confidence. Secure with intelligence. About BeyondNavi BeyondNavi is a US-based geospatial innovation company advancing the frontiers of navigation, mapping, and GEOINT. We bring expertise across LiDAR, photogrammetry, <a href=\"https:\/\/beyondnavi.com\/staging\/1331\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  Home<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-46","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - BeyondNavi US<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/beyondnavi.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - BeyondNavi US\" \/>\n<meta property=\"og:description\" content=\"BeyondNavi \u2014 Innovation in Navigation, Mapping &#038; GEOINT About Why BeyondNavi Services Training R&#038;D Contact About Why BeyondNavi Services Training R&#038;D Contact BeyondNAVI Map with precision. Move with confidence. Secure with intelligence. About BeyondNavi BeyondNavi is a US-based geospatial innovation company advancing the frontiers of navigation, mapping, and GEOINT. We bring expertise across LiDAR, photogrammetry, ... Home\" \/>\n<meta property=\"og:url\" content=\"https:\/\/beyondnavi.com\/\" \/>\n<meta property=\"og:site_name\" content=\"BeyondNavi US\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-25T18:03:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/beyondnavi.com\/wp-content\/uploads\/2025\/09\/nobglogo.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/beyondnavi.com\\\/\",\"url\":\"https:\\\/\\\/beyondnavi.com\\\/\",\"name\":\"Home - BeyondNavi US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/beyondnavi.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/beyondnavi.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/beyondnavi.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/beyondnavi.com\\\/staging\\\/1331\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/nobglogo.webp\",\"datePublished\":\"2025-09-16T11:08:31+00:00\",\"dateModified\":\"2025-09-25T18:03:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/beyondnavi.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/beyondnavi.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/beyondnavi.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/beyondnavi.com\\\/staging\\\/1331\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/nobglogo.webp?fit=500%2C145&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/beyondnavi.com\\\/staging\\\/1331\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/nobglogo.webp?fit=500%2C145&ssl=1\",\"width\":500,\"height\":145},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/beyondnavi.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/beyondnavi.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/beyondnavi.com\\\/#website\",\"url\":\"https:\\\/\\\/beyondnavi.com\\\/\",\"name\":\"BeyondNavi US\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/beyondnavi.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - BeyondNavi US","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/beyondnavi.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - BeyondNavi US","og_description":"BeyondNavi \u2014 Innovation in Navigation, Mapping &#038; GEOINT About Why BeyondNavi Services Training R&#038;D Contact About Why BeyondNavi Services Training R&#038;D Contact BeyondNAVI Map with precision. Move with confidence. Secure with intelligence. About BeyondNavi BeyondNavi is a US-based geospatial innovation company advancing the frontiers of navigation, mapping, and GEOINT. We bring expertise across LiDAR, photogrammetry, ... Home","og_url":"https:\/\/beyondnavi.com\/","og_site_name":"BeyondNavi US","article_modified_time":"2025-09-25T18:03:04+00:00","og_image":[{"url":"https:\/\/beyondnavi.com\/wp-content\/uploads\/2025\/09\/nobglogo.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/beyondnavi.com\/","url":"https:\/\/beyondnavi.com\/","name":"Home - BeyondNavi US","isPartOf":{"@id":"https:\/\/beyondnavi.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/beyondnavi.com\/#primaryimage"},"image":{"@id":"https:\/\/beyondnavi.com\/#primaryimage"},"thumbnailUrl":"https:\/\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/nobglogo.webp","datePublished":"2025-09-16T11:08:31+00:00","dateModified":"2025-09-25T18:03:04+00:00","breadcrumb":{"@id":"https:\/\/beyondnavi.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/beyondnavi.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/beyondnavi.com\/#primaryimage","url":"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/nobglogo.webp?fit=500%2C145&ssl=1","contentUrl":"https:\/\/i0.wp.com\/beyondnavi.com\/staging\/1331\/wp-content\/uploads\/2025\/09\/nobglogo.webp?fit=500%2C145&ssl=1","width":500,"height":145},{"@type":"BreadcrumbList","@id":"https:\/\/beyondnavi.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/beyondnavi.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/beyondnavi.com\/#website","url":"https:\/\/beyondnavi.com\/","name":"BeyondNavi US","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/beyondnavi.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/beyondnavi.com\/staging\/1331\/wp-json\/wp\/v2\/pages\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beyondnavi.com\/staging\/1331\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beyondnavi.com\/staging\/1331\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beyondnavi.com\/staging\/1331\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/beyondnavi.com\/staging\/1331\/wp-json\/wp\/v2\/comments?post=46"}],"version-history":[{"count":20,"href":"https:\/\/beyondnavi.com\/staging\/1331\/wp-json\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":495,"href":"https:\/\/beyondnavi.com\/staging\/1331\/wp-json\/wp\/v2\/pages\/46\/revisions\/495"}],"wp:attachment":[{"href":"https:\/\/beyondnavi.com\/staging\/1331\/wp-json\/wp\/v2\/media?parent=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}