{"id":7947,"date":"2025-10-01T21:10:23","date_gmt":"2025-10-01T21:10:23","guid":{"rendered":"https:\/\/uludogantech.com\/anasayfa\/"},"modified":"2026-03-27T16:50:17","modified_gmt":"2026-03-27T16:50:17","slug":"anasayfa","status":"publish","type":"page","link":"https:\/\/uludogantech.com\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7947\" class=\"elementor elementor-7947 elementor-173\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21af4eb e-con-full e-flex e-con e-parent\" data-id=\"21af4eb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/uludogantech.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/slider.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9f08567 e-flex e-con-boxed e-con e-parent\" data-id=\"9f08567\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ddc4600 elementor-widget elementor-widget-html\" data-id=\"ddc4600\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\r\n<style>\r\n  .taktik-wrap {\r\n    display: block;\r\n    margin: 0;\r\n    padding: 0;\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .taktik-bar {\r\n    background: linear-gradient(90deg, #1a2a3a 0%, #0d1f2d 50%, #1a2a3a 100%);\r\n    background-size: 200% 100%;\r\n    animation: taktik-shift 6s linear infinite;\r\n    overflow: hidden;\r\n    box-shadow: 0 8px 40px rgba(46,184,166,0.35), 0 0 0 1px rgba(46,184,166,0.2);\r\n    display: block;\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  @keyframes taktik-shift {\r\n    0%   { background-position: 0% 0%; }\r\n    50%  { background-position: 100% 0%; }\r\n    100% { background-position: 0% 0%; }\r\n  }\r\n\r\n  .taktik-grid {\r\n    display: flex;\r\n    flex-direction: row;\r\n    flex-wrap: nowrap;\r\n    align-items: stretch;\r\n    width: 100%;\r\n  }\r\n\r\n  .taktik-item {\r\n    flex: 1 1 0;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 12px;\r\n    padding: 28px 10px 22px;\r\n    cursor: pointer;\r\n    border-right: 1px solid rgba(46,184,166,0.15);\r\n    transition: background 0.3s;\r\n    position: relative;\r\n    overflow: hidden;\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .taktik-item::before {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background: radial-gradient(ellipse at 50% 0%, rgba(46,184,166,0.15) 0%, transparent 70%);\r\n    opacity: 0;\r\n    transition: opacity 0.3s;\r\n  }\r\n\r\n  .taktik-item:hover::before { opacity: 1; }\r\n  .taktik-item:last-child { border-right: none; }\r\n  .taktik-item:hover .taktik-icon-wrap { transform: translateY(-4px); }\r\n  .taktik-item:hover .taktik-icon-ring { transform: scale(1.15); opacity: 1; }\r\n  .taktik-item:hover .taktik-label { color: #4eeee0; }\r\n\r\n  .taktik-icon-wrap {\r\n    position: relative;\r\n    width: 64px;\r\n    height: 64px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    transition: transform 0.3s ease;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .taktik-icon-ring {\r\n    position: absolute;\r\n    inset: -4px;\r\n    border-radius: 50%;\r\n    border: 2px solid rgba(46,184,166,0.4);\r\n    opacity: 0.6;\r\n    animation: ring-pulse 2.5s ease-in-out infinite;\r\n    transition: transform 0.3s, opacity 0.3s;\r\n  }\r\n\r\n  .taktik-item:nth-child(1) .taktik-icon-ring { animation-delay: 0s; }\r\n  .taktik-item:nth-child(2) .taktik-icon-ring { animation-delay: 0.5s; }\r\n  .taktik-item:nth-child(3) .taktik-icon-ring { animation-delay: 1s; }\r\n  .taktik-item:nth-child(4) .taktik-icon-ring { animation-delay: 1.5s; }\r\n  .taktik-item:nth-child(5) .taktik-icon-ring { animation-delay: 2s; }\r\n\r\n  @keyframes ring-pulse {\r\n    0%, 100% { transform: scale(1); opacity: 0.5; }\r\n    50%       { transform: scale(1.25); opacity: 0; }\r\n  }\r\n\r\n  .taktik-icon {\r\n    width: 56px;\r\n    height: 56px;\r\n    border-radius: 50%;\r\n    background: linear-gradient(135deg, rgba(46,184,166,0.25) 0%, rgba(46,184,166,0.1) 100%);\r\n    border: 2px solid rgba(46,184,166,0.6);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    position: relative;\r\n    z-index: 1;\r\n    animation: icon-glow 3s ease-in-out infinite alternate;\r\n  }\r\n\r\n  .taktik-item:nth-child(1) .taktik-icon { animation-delay: 0s; }\r\n  .taktik-item:nth-child(2) .taktik-icon { animation-delay: 0.6s; }\r\n  .taktik-item:nth-child(3) .taktik-icon { animation-delay: 1.2s; }\r\n  .taktik-item:nth-child(4) .taktik-icon { animation-delay: 1.8s; }\r\n  .taktik-item:nth-child(5) .taktik-icon { animation-delay: 2.4s; }\r\n\r\n  @keyframes icon-glow {\r\n    0%   { box-shadow: 0 0 12px rgba(46,184,166,0.3), inset 0 0 8px rgba(46,184,166,0.05); }\r\n    100% { box-shadow: 0 0 28px rgba(46,184,166,0.7), inset 0 0 16px rgba(46,184,166,0.2); }\r\n  }\r\n\r\n  .taktik-icon i {\r\n    color: #2eb8a6;\r\n    font-size: 22px;\r\n    filter: drop-shadow(0 0 6px rgba(46,184,166,0.9));\r\n    animation: icon-bounce 4s ease-in-out infinite;\r\n  }\r\n\r\n  @keyframes icon-bounce {\r\n    0%, 100% { transform: scale(1); }\r\n    50%       { transform: scale(1.12); }\r\n  }\r\n\r\n  .taktik-label {\r\n    color: rgba(255,255,255,0.85);\r\n    font-weight: 700;\r\n    font-size: 0.9rem;\r\n    letter-spacing: 1.2px;\r\n    text-transform: uppercase;\r\n    text-align: center;\r\n    line-height: 1.4;\r\n    transition: color 0.3s;\r\n    text-shadow: 0 0 10px rgba(46,184,166,0.4);\r\n  }\r\n\r\n  .taktik-item::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0;\r\n    left: 20%;\r\n    right: 20%;\r\n    height: 2px;\r\n    background: linear-gradient(90deg, transparent, #2eb8a6, transparent);\r\n    border-radius: 2px;\r\n    opacity: 0;\r\n    transition: opacity 0.3s;\r\n  }\r\n\r\n  .taktik-item:hover::after { opacity: 1; }\r\n\r\n  \/* \u2500\u2500 TABLET (481px \u2013 768px): 2 s\u00fctun grid \u2500\u2500 *\/\r\n  @media (max-width: 768px) {\r\n    .taktik-grid {\r\n      flex-direction: row;\r\n      flex-wrap: wrap;\r\n    }\r\n\r\n    .taktik-item {\r\n      flex: 1 1 calc(50% - 1px);\r\n      flex-direction: column;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 10px;\r\n      padding: 22px 12px 18px;\r\n      border-right: 1px solid rgba(46,184,166,0.15);\r\n      border-bottom: 1px solid rgba(46,184,166,0.15);\r\n    }\r\n\r\n    \/* 2. s\u00fctundaki itemlar\u0131n sa\u011f border'\u0131n\u0131 kald\u0131r *\/\r\n    .taktik-item:nth-child(2n) {\r\n      border-right: none;\r\n    }\r\n\r\n    \/* Son sat\u0131rdaki itemlar\u0131n alt border'\u0131n\u0131 kald\u0131r *\/\r\n    .taktik-item:nth-last-child(-n+2) {\r\n      border-bottom: none;\r\n    }\r\n\r\n    \/* Son tek eleman varsa tam geni\u015flik *\/\r\n    .taktik-item:last-child:nth-child(odd) {\r\n      flex: 1 1 100%;\r\n      border-right: none;\r\n      border-bottom: none;\r\n    }\r\n\r\n    .taktik-icon-wrap {\r\n      width: 52px;\r\n      height: 52px;\r\n    }\r\n\r\n    .taktik-icon {\r\n      width: 46px;\r\n      height: 46px;\r\n    }\r\n\r\n    .taktik-icon i {\r\n      font-size: 18px;\r\n    }\r\n\r\n    .taktik-label {\r\n      font-size: 0.7rem;\r\n      letter-spacing: 0.8px;\r\n      text-align: center;\r\n    }\r\n  }\r\n\r\n  \/* \u2500\u2500 MOB\u0130L (max 480px): tek s\u00fctun liste \u2500\u2500 *\/\r\n  @media (max-width: 480px) {\r\n    .taktik-grid {\r\n      flex-direction: column;\r\n      flex-wrap: nowrap;\r\n    }\r\n\r\n    .taktik-item {\r\n      flex: 1 1 auto;\r\n      flex-direction: row;\r\n      align-items: center;\r\n      justify-content: flex-start;\r\n      gap: 14px;\r\n      padding: 14px 20px;\r\n      border-right: none;\r\n      border-bottom: 1px solid rgba(46,184,166,0.12);\r\n    }\r\n\r\n    .taktik-item:nth-child(2n) {\r\n      border-right: none;\r\n    }\r\n\r\n    .taktik-item:last-child {\r\n      border-bottom: none;\r\n    }\r\n\r\n    .taktik-item:nth-last-child(-n+2) {\r\n      border-bottom: 1px solid rgba(46,184,166,0.12);\r\n    }\r\n\r\n    .taktik-item:last-child:nth-child(odd) {\r\n      flex: 1 1 auto;\r\n    }\r\n\r\n    .taktik-icon-wrap {\r\n      width: 44px;\r\n      height: 44px;\r\n      flex-shrink: 0;\r\n    }\r\n\r\n    .taktik-icon {\r\n      width: 40px;\r\n      height: 40px;\r\n    }\r\n\r\n    .taktik-icon i {\r\n      font-size: 16px;\r\n    }\r\n\r\n    .taktik-label {\r\n      font-size: 0.75rem;\r\n      letter-spacing: 0.6px;\r\n      text-align: left;\r\n      line-height: 1.3;\r\n    }\r\n\r\n    \/* Hover alt \u00e7izgi sol hizal\u0131 *\/\r\n    .taktik-item::after {\r\n      left: 72px;\r\n      right: 12px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"taktik-wrap\" id=\"taktikWrap\">\r\n  <div class=\"taktik-bar\">\r\n    <div class=\"taktik-grid\">\r\n\r\n      <div class=\"taktik-item\">\r\n        <div class=\"taktik-icon-wrap\">\r\n          <div class=\"taktik-icon-ring\"><\/div>\r\n          <div class=\"taktik-icon\"><i class=\"fa-solid fa-satellite-dish\"><\/i><\/div>\r\n        <\/div>\r\n        <span class=\"taktik-label\">URGENT ISR<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"taktik-item\">\r\n        <div class=\"taktik-icon-wrap\">\r\n          <div class=\"taktik-icon-ring\"><\/div>\r\n          <div class=\"taktik-icon\"><i class=\"fa-solid fa-user-secret\"><\/i><\/div>\r\n        <\/div>\r\n        <span class=\"taktik-label\">COVERT OPERATIONS<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"taktik-item\">\r\n        <div class=\"taktik-icon-wrap\">\r\n          <div class=\"taktik-icon-ring\"><\/div>\r\n          <div class=\"taktik-icon\"><i class=\"fa-solid fa-crosshairs\"><\/i><\/div>\r\n        <\/div>\r\n        <span class=\"taktik-label\">SITUATIONAL AWARENESS<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"taktik-item\">\r\n        <div class=\"taktik-icon-wrap\">\r\n          <div class=\"taktik-icon-ring\"><\/div>\r\n          <div class=\"taktik-icon\"><i class=\"fa-solid fa-binoculars\"><\/i><\/div>\r\n        <\/div>\r\n        <span class=\"taktik-label\">BEYOND LINE OF SIGHT RECON<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"taktik-item\">\r\n        <div class=\"taktik-icon-wrap\">\r\n          <div class=\"taktik-icon-ring\"><\/div>\r\n          <div class=\"taktik-icon\"><i class=\"fa-solid fa-shield-halved\"><\/i><\/div>\r\n        <\/div>\r\n        <span class=\"taktik-label\">FORCE PROTECTION<\/span>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function () {\r\n  function taktikFit() {\r\n    var wrap = document.getElementById('taktikWrap');\r\n    if (!wrap) return;\r\n\r\n    wrap.style.cssText = 'display:block;margin:0;padding:0;box-sizing:border-box;';\r\n\r\n    var el = wrap.parentElement;\r\n    var leftOffset  = 0;\r\n    var rightOffset = 0;\r\n\r\n    while (el && el !== document.body) {\r\n      var cs = window.getComputedStyle(el);\r\n\r\n      leftOffset  += parseFloat(cs.paddingLeft)  || 0;\r\n      rightOffset += parseFloat(cs.paddingRight) || 0;\r\n\r\n      if (\r\n        el.classList.contains('elementor-section') ||\r\n        el.classList.contains('e-con') ||\r\n        el.classList.contains('elementor-top-section')\r\n      ) {\r\n        break;\r\n      }\r\n\r\n      el = el.parentElement;\r\n    }\r\n\r\n    leftOffset  = Math.round(leftOffset);\r\n    rightOffset = Math.round(rightOffset);\r\n    var total   = leftOffset + rightOffset;\r\n\r\n    wrap.style.marginLeft  = '-' + leftOffset  + 'px';\r\n    wrap.style.marginRight = '-' + rightOffset + 'px';\r\n    wrap.style.width       = 'calc(100% + ' + total + 'px)';\r\n  }\r\n\r\n  function init() {\r\n    taktikFit();\r\n    [100, 300, 600, 1000].forEach(function(t) {\r\n      setTimeout(taktikFit, t);\r\n    });\r\n    window.addEventListener('resize', taktikFit);\r\n  }\r\n\r\n  if (document.readyState === 'loading') {\r\n    document.addEventListener('DOMContentLoaded', init);\r\n  } else {\r\n    init();\r\n  }\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6084d3b elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"6084d3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e2fd72 elementor-widget elementor-widget-html\" data-id=\"8e2fd72\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Black Hornet 4 PRS G3 Features | Nano UAS System<\/title>\r\n<meta name=\"description\" content=\"The Black Hornet 4 PRS G3 nano UAS system stands out with team-level covert situational awareness, rugged construction, and rapid deployment capabilities.\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800&family=Barlow:wght@400;500&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  #bh4-features-block *,\r\n  #bh4-features-block *::before,\r\n  #bh4-features-block *::after {\r\n    box-sizing: border-box;\r\n    margin: 0;\r\n    padding: 0;\r\n  }\r\n\r\n  #bh4-features-block {\r\n    all:;\r\n    display: block;\r\n    background-color: #2a2d2f;\r\n    padding: 32px 28px 36px;\r\n    width: 100%;\r\n    font-family: 'Barlow', sans-serif;\r\n  }\r\n\r\n  #bh4-features-block .bh4-header {\r\n    display: flex;\r\n    align-items: center;\r\n    margin-bottom: 24px;\r\n  }\r\n\r\n  #bh4-features-block .bh4-accent-line {\r\n    width: 4px;\r\n    height: 40px;\r\n    background-color: #c9a227;\r\n    margin-right: 14px;\r\n    flex-shrink: 0;\r\n    animation: bh4AccentPulse 3s ease-in-out infinite;\r\n  }\r\n\r\n  @keyframes bh4AccentPulse {\r\n    0%, 100% { box-shadow: 0 0 0px rgba(201,162,39,0); }\r\n    50%       { box-shadow: 0 0 10px rgba(201,162,39,0.7); }\r\n  }\r\n\r\n  #bh4-features-block .bh4-main-title {\r\n    font-family:;\r\n    font-weight: 800;\r\n    font-size: 32px;\r\n    color: #ffffff;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    line-height: 1;\r\n  }\r\n\r\n  #bh4-features-block .bh4-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 3px;\r\n    width: 100%;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card {\r\n    background-color: #333638;\r\n    padding: 22px 20px 26px;\r\n    position: relative;\r\n    overflow: hidden;\r\n    cursor: default;\r\n    opacity: 0;\r\n    transform: translateY(18px);\r\n    transition: background-color 0.25s ease;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card.bh4-visible {\r\n    animation: bh4FadeUp 0.55s ease forwards;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card:nth-child(1).bh4-visible { animation-delay: 0.08s; }\r\n  #bh4-features-block .bh4-card:nth-child(2).bh4-visible { animation-delay: 0.18s; }\r\n  #bh4-features-block .bh4-card:nth-child(3).bh4-visible { animation-delay: 0.28s; }\r\n\r\n  @keyframes bh4FadeUp {\r\n    to { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  #bh4-features-block .bh4-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0; left: -80%;\r\n    width: 50%;\r\n    height: 100%;\r\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);\r\n    transform: skewX(-15deg);\r\n    transition: left 0.5s ease;\r\n    pointer-events: none;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card:hover::before {\r\n    left: 160%;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0; left: 0;\r\n    width: 0%;\r\n    height: 2px;\r\n    background: #c9a227;\r\n    transition: width 0.4s ease;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card:hover {\r\n    background-color: #3b3e40;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card:hover::after {\r\n    width: 100%;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card-title {\r\n    font-family: ;\r\n    font-weight: 700;\r\n    font-size: 1.4rem;\r\n    color: #ffffff;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.7px;\r\n    line-height: 1.3;\r\n    margin-bottom: 12px;\r\n    transition: color 0.25s;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card:hover .bh4-card-title {\r\n    color: #e8c84a;\r\n  }\r\n\r\n  #bh4-features-block .bh4-card-text {\r\n    font-family: 'Barlow', sans-serif;\r\n    font-weight: 400;\r\n    font-size: 1.3rem;\r\n    color: #a8aaac;\r\n    line-height: 1.7;\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    #bh4-features-block {\r\n      padding: 24px 16px 28px;\r\n    }\r\n\r\n    #bh4-features-block .bh4-main-title {\r\n      font-size: 26px;\r\n    }\r\n\r\n    #bh4-features-block .bh4-grid {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    #bh4-features-block .bh4-card {\r\n      padding: 18px 16px 22px;\r\n    }\r\n  }\r\n\r\n  @media (min-width: 769px) and (max-width: 1024px) {\r\n    #bh4-features-block .bh4-grid {\r\n      grid-template-columns: repeat(2, 1fr);\r\n    }\r\n\r\n    #bh4-features-block .bh4-card:nth-child(3) {\r\n      grid-column: span 2;\r\n    }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section id=\"bh4-features-block\" aria-label=\"Product Features\">\r\n\r\n  <div class=\"bh4-header\">\r\n    <div class=\"bh4-accent-line\"><\/div>\r\n    <h2 class=\"bh4-main-title\">FEATURES<\/h2>\r\n  <\/div>\r\n\r\n  <div class=\"bh4-grid\">\r\n\r\n    <article class=\"bh4-card\">\r\n      <h3 class=\"bh4-card-title\">Team-Level Real-Time Situational Awareness<\/h3>\r\n      <p class=\"bh4-card-text\">Detect, classify, and track threats day or night without being detected. The Black Hornet 4 PRS G3 increases operational tempo, minimizes casualties and collateral damage, and expands your maneuver space.<\/p>\r\n    <\/article>\r\n\r\n    <article class=\"bh4-card\">\r\n      <h3 class=\"bh4-card-title\">Nano UAS System for Untrained Personnel<\/h3>\r\n      <p class=\"bh4-card-text\">Weighing just 1.3 kg in total, the Black Hornet PRS is compact enough to be carried on an infantry soldier's belt. It can be deployed within minutes with minimal training and creates no logistical burden.<\/p>\r\n    <\/article>\r\n\r\n    <article class=\"bh4-card\">\r\n      <h3 class=\"bh4-card-title\">High Durability in Harsh Conditions<\/h3>\r\n      <p class=\"bh4-card-text\">MIL-STD-810.H certified, the Black Hornet 4 PRS G3 maintains stable flight in wind speeds up to 25 knots (13 m\/s) and supports multi-mission operations at vehicle speeds up to 10 m\/s.<\/p>\r\n    <\/article>\r\n\r\n  <\/div>\r\n\r\n<\/section>\r\n\r\n<script>\r\n  (function () {\r\n    var cards = document.querySelectorAll('#bh4-features-block .bh4-card');\r\n    if (!cards.length) return;\r\n\r\n    if ('IntersectionObserver' in window) {\r\n      var observer = new IntersectionObserver(function (entries) {\r\n        entries.forEach(function (entry) {\r\n          if (entry.isIntersecting) {\r\n            entry.target.classList.add('bh4-visible');\r\n            observer.unobserve(entry.target);\r\n          }\r\n        });\r\n      }, { threshold: 0.15 });\r\n\r\n      cards.forEach(function (card) { observer.observe(card); });\r\n    } else {\r\n      cards.forEach(function (card) { card.classList.add('bh4-visible'); });\r\n    }\r\n  })();\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3750a6 e-flex e-con-boxed e-con e-parent\" data-id=\"f3750a6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7b0b845 e-con-full e-flex e-con e-child\" data-id=\"7b0b845\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3633879 elementor-widget elementor-widget-sina_title\" data-id=\"3633879\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"sina_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"sina-title\">\r\n\t\t\t\r\n\t\t\t\t\t\t\t<h2 class=\"sina-title-title\">ULUDO\u011eAN DEFENSE<\/h2>\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t\t\t<div class=\"sina-title-desc\">ULUDO\u011eAN has established itself as a strong and reliable supplier in the international arena thanks to the innovative solutions it has developed using domestic and national technologies in the defense industry. With its original R&D work in the field of defense systems and security technologies, it has made it its mission to represent Turkey at the highest standards in global defense industry platforms.<\/div>\t\t\t\t\t<\/div><!-- .sina-title -->\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fde8625 elementor-widget elementor-widget-button\" data-id=\"fde8625\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/uludogantech.com\/en\/areas-of-activity\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Our Fields of Activity<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-796897e e-con-full e-flex e-con e-child\" data-id=\"796897e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c893ae elementor-widget elementor-widget-image\" data-id=\"8c893ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1274\" height=\"570\" src=\"https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/slideruludoagan.png\" class=\"attachment-full size-full wp-image-7497\" alt=\"\" srcset=\"https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/slideruludoagan.png 1274w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/slideruludoagan-300x134.png 300w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/slideruludoagan-1024x458.png 1024w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/slideruludoagan-768x344.png 768w\" sizes=\"(max-width: 1274px) 100vw, 1274px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7eb39ca e-flex e-con-boxed e-con e-parent\" data-id=\"7eb39ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_blur_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_blur_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:8,&quot;sizes&quot;:[]},&quot;background_motion_fx_blur_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_blur_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a192cd4 e-con-full e-flex e-con e-child\" data-id=\"a192cd4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da8dee0 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-sina_title\" data-id=\"da8dee0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"sina_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"sina-title\">\r\n\t\t\t\r\n\t\t\t\t\t\t\t<h2 class=\"sina-title-title\">ULUDO\u011eAN TECHNOLOGY CAREER<\/h2>\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t\t\t<div class=\"sina-title-desc\">Our primary goal is to bring innovative and dynamic talent specialized in the defense industry ecosystem to the ULUDO\u011eAN TEKNOLOJ\u0130 family and to contribute to our company's sustainable growth through employee-focused human resources practices. We embrace a corporate culture that supports qualified human resources in the field of defense technologies, stands by our employees at all times with a fair and transparent management approach, and sets an example in national and international defense industry standards.<\/div>\t\t\t\t\t<\/div><!-- .sina-title -->\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2611d3 elementor-widget elementor-widget-button\" data-id=\"e2611d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/uludogantech.com\/en\/career\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Information<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77fd029 e-con-full e-flex e-con e-child\" data-id=\"77fd029\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7d844c elementor-widget elementor-widget-image\" data-id=\"f7d844c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"764\" height=\"611\" src=\"https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/goreselulu.jpg\" class=\"attachment-1536x1536 size-1536x1536 wp-image-7511\" alt=\"\" srcset=\"https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/goreselulu.jpg 764w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/goreselulu-300x240.jpg 300w\" sizes=\"(max-width: 764px) 100vw, 764px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-091ab59 e-flex e-con-boxed e-con e-parent\" data-id=\"091ab59\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a9f02cb e-con-full e-flex e-con e-child\" data-id=\"a9f02cb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4db163d elementor-cta--layout-image-above elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-call-to-action\" data-id=\"4db163d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/ChatGPT-Image-14-Oca-2026-16_46_25-1.png);\" role=\"img\" aria-label=\"ChatGPT-Image-14-Oca-2026-16_46_25.png\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tDefense Technologies\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tUludo\u011fan Technology develops advanced unmanned defense technologies that are field-tested and provide operational superiority, tailored to the needs of the modern warfare environment.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-\" href=\"https:\/\/uludogantech.com\/en\/defense-technologies\/\">\n\t\t\t\t\t\tMore Information\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41433d4 e-con-full e-flex e-con e-child\" data-id=\"41433d4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1e7eb9 elementor-cta--layout-image-above elementor-cta--skin-classic elementor-animated-content elementor-widget elementor-widget-call-to-action\" data-id=\"c1e7eb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/ChatGPT-Image-14-Oca-2026-16_50_10-1.png);\" role=\"img\" aria-label=\"ChatGPT-Image-14-Oca-2026-16_50_10.png\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tCivilian Technologies\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tUludo\u011fan Technology offers innovative solutions that transfer its advanced unmanned system capabilities developed in the defense industry to critical civilian areas such as disaster, industry, and infrastructure security.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-\" href=\"https:\/\/uludogantech.com\/en\/civil-technologies\/\">\n\t\t\t\t\t\tMore Information\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-30049bd e-flex e-con-boxed e-con e-parent\" data-id=\"30049bd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-479b72f e-con-full e-flex e-con e-child\" data-id=\"479b72f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04caf90 elementor-widget elementor-widget-sina_title\" data-id=\"04caf90\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"sina_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"sina-title\">\r\n\t\t\t\r\n\t\t\t\t\t\t\t<h2 class=\"sina-title-title\">NEWS AND <span>ANNOUNCEMENTS<\/span><\/h2>\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t<\/div><!-- .sina-title -->\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d5d644 e-con-full e-flex e-con e-child\" data-id=\"9d5d644\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-faa9e6b elementor-icon-list--layout-inline elementor-align-end elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"faa9e6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/uludogantech.com\/en\/we-in-the-press\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">ALL<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c1d0921 e-flex e-con-boxed e-con e-parent\" data-id=\"c1d0921\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-156c30c elementor-grid-4 elementor-grid-mobile-2 elementor-grid-tablet-2 elementor-posts--thumbnail-top elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts\" data-id=\"156c30c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;cards_columns&quot;:&quot;4&quot;,&quot;cards_columns_mobile&quot;:&quot;2&quot;,&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;cards_row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"posts.cards\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-8262 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-insansiz-nano-helikopter-turkiyenin-disa-bagimliligini-sona-erdirecek-ve-turk-silahli-kuvvetlerinin-tsk-gucune-guc-katacak\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/uludogantech.com\/en\/unmanned-nano-helicopter-to-boost-turkish-armys-capabilities\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/Insansiz-Nano-Helikopter-Turk-ordusuna-guc-katacak-300x169.webp\" class=\"attachment-medium size-medium wp-image-8239\" alt=\"\u0130nsans\u0131z Nano Helikopter T\u00fcrk ordusuna g\u00fc\u00e7 katacak\" srcset=\"https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/Insansiz-Nano-Helikopter-Turk-ordusuna-guc-katacak-300x169.webp 300w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/Insansiz-Nano-Helikopter-Turk-ordusuna-guc-katacak-1024x576.webp 1024w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/Insansiz-Nano-Helikopter-Turk-ordusuna-guc-katacak-768x432.webp 768w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/Insansiz-Nano-Helikopter-Turk-ordusuna-guc-katacak.webp 1280w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">News<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/uludogantech.com\/en\/unmanned-nano-helicopter-to-boost-turkish-armys-capabilities\/\" >\n\t\t\t\tUnmanned Nano Helicopter to Boost Turkish Army&#8217;s Capabilities\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/uludogantech.com\/en\/unmanned-nano-helicopter-to-boost-turkish-armys-capabilities\/\" aria-label=\"Read more about Unmanned Nano Helicopter to Boost Turkish Army&#8217;s Capabilities\" tabindex=\"-1\" >\n\t\t\tMore Information \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-8279 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-insansiz-nano-helikopter-turkiyenin-disa-bagimliligini-sona-erdirecek-ve-turk-silahli-kuvvetlerinin-tsk-gucune-guc-katacak-2\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/uludogantech.com\/en\/tubitak-supports-the-unmanned-nano-helicopter-project-developed-at-karabuk-teknokent\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/karabuk-teknokentte-hazirlanan-insansiz-nano-helikopter-projesine-tubitak-destegi-300x169.webp\" class=\"attachment-medium size-medium wp-image-8271\" alt=\"Karab\u00fck Teknokent&#039;te haz\u0131rlanan &quot;\u0130nsans\u0131z Nano Helikopter&quot; projesine T\u00dcB\u0130TAK deste\u011fi\" srcset=\"https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/karabuk-teknokentte-hazirlanan-insansiz-nano-helikopter-projesine-tubitak-destegi-300x169.webp 300w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/karabuk-teknokentte-hazirlanan-insansiz-nano-helikopter-projesine-tubitak-destegi-1024x576.webp 1024w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/karabuk-teknokentte-hazirlanan-insansiz-nano-helikopter-projesine-tubitak-destegi-768x432.webp 768w, https:\/\/uludogantech.com\/wp-content\/uploads\/2026\/01\/karabuk-teknokentte-hazirlanan-insansiz-nano-helikopter-projesine-tubitak-destegi.webp 1280w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">News<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/uludogantech.com\/en\/tubitak-supports-the-unmanned-nano-helicopter-project-developed-at-karabuk-teknokent\/\" >\n\t\t\t\tT\u00dcB\u0130TAK supports the \u201cUnmanned Nano Helicopter\u201d project developed at Karab\u00fck Teknokent\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/uludogantech.com\/en\/tubitak-supports-the-unmanned-nano-helicopter-project-developed-at-karabuk-teknokent\/\" aria-label=\"Read more about T\u00dcB\u0130TAK supports the \u201cUnmanned Nano Helicopter\u201d project developed at Karab\u00fck Teknokent\" tabindex=\"-1\" >\n\t\t\tMore Information \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>URGENT ISR COVERT OPERATIONS SITUATIONAL AWARENESS BEYOND LINE OF SIGHT RECON FORCE PROTECTION Black Hornet 4 PRS G3 Features | Nano UAS System FEATURES Team-Level<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7947","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/uludogantech.com\/en\/wp-json\/wp\/v2\/pages\/7947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uludogantech.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uludogantech.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uludogantech.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/uludogantech.com\/en\/wp-json\/wp\/v2\/comments?post=7947"}],"version-history":[{"count":98,"href":"https:\/\/uludogantech.com\/en\/wp-json\/wp\/v2\/pages\/7947\/revisions"}],"predecessor-version":[{"id":8647,"href":"https:\/\/uludogantech.com\/en\/wp-json\/wp\/v2\/pages\/7947\/revisions\/8647"}],"wp:attachment":[{"href":"https:\/\/uludogantech.com\/en\/wp-json\/wp\/v2\/media?parent=7947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}