{"id":40986,"date":"2026-01-20T16:32:31","date_gmt":"2026-01-20T13:32:31","guid":{"rendered":"https:\/\/enermak.com\/?page_id=40986"},"modified":"2026-02-05T14:54:49","modified_gmt":"2026-02-05T11:54:49","slug":"adli-kolluk-kuvvetleri","status":"publish","type":"page","link":"https:\/\/enermak.com\/en\/adli-kolluk-kuvvetleri\/","title":{"rendered":"JUDICIAL LAW ENFORCEMENT FORCES"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"40986\" class=\"elementor elementor-40986\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0d0a728 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0d0a728\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-112a31e\" data-id=\"112a31e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e792660 elementor-widget elementor-widget-html\" data-id=\"e792660\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"enermak-gpr-forensics\"><\/div>\r\n\r\n<script>\r\n(function() {\r\n    const root = document.getElementById('enermak-gpr-forensics');\r\n    const shadow = root.attachShadow({mode: 'open'});\r\n\r\n    const style = document.createElement('style');\r\n    style.textContent = `\r\n        :host {\r\n            --enr-navy: #0a2540;\r\n            --enr-blue: #00529b;\r\n            --enr-orange: #ff6600;\r\n            --enr-gray: #64748b;\r\n            --enr-bg: #f8fafc;\r\n            --enr-danger: #d70015;\r\n            display: block;\r\n            font-family: 'Inter', -apple-system, sans-serif;\r\n            background: #ffffff;\r\n            color: #1d1d1f;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        * { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n        .hero {\r\n            padding: 80px 5% 40px;\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n        .hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); color: var(--enr-navy); font-weight: 800; margin-bottom: 20px; }\r\n        .hero p { font-size: 1.25rem; color: var(--enr-gray); max-width: 900px; }\r\n\r\n        .grid {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: repeat(12, 1fr);\r\n            gap: 25px;\r\n            padding: 0 5% 80px;\r\n        }\r\n\r\n        .card {\r\n            background: var(--enr-bg);\r\n            border-radius: 24px;\r\n            padding: 35px;\r\n            border: 1px solid #e2e8f0;\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n        .card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }\r\n\r\n        .w-12 { grid-column: span 12; }\r\n        .w-8 { grid-column: span 8; }\r\n        .w-6 { grid-column: span 6; }\r\n        .w-4 { grid-column: span 4; }\r\n\r\n        .tag {\r\n            background: var(--enr-navy);\r\n            color: white;\r\n            padding: 6px 14px;\r\n            border-radius: 8px;\r\n            font-size: 0.75rem;\r\n            font-weight: 700;\r\n            text-transform: uppercase;\r\n            margin-bottom: 15px;\r\n            display: inline-block;\r\n        }\r\n\r\n        h2 { font-size: 1.8rem; color: var(--enr-blue); margin-bottom: 15px; }\r\n        h3 { font-size: 1.3rem; margin-bottom: 10px; color: var(--enr-navy); }\r\n\r\n        .media-placeholder {\r\n            width: 100%;\r\n            background: #e2e8f0;\r\n            border-radius: 16px;\r\n            margin: 20px 0;\r\n            min-height: 250px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        .media-placeholder img { width: 100%; height: 100%; object-fit: cover; }\r\n        \r\n        .video-placeholder {\r\n            position: relative;\r\n            padding-bottom: 56.25%;\r\n            height: 0;\r\n            background: #000;\r\n            border-radius: 16px;\r\n        }\r\n        .video-placeholder iframe {\r\n            position: absolute;\r\n            top: 0; left: 0; width: 100%; height: 100%; border: none;\r\n        }\r\n\r\n        .feature-list { list-style: none; margin-top: 15px; }\r\n        .feature-list li {\r\n            position: relative;\r\n            padding-left: 25px;\r\n            margin-bottom: 12px;\r\n            font-weight: 500;\r\n        }\r\n        .feature-list li::before {\r\n            content: \"\u2192\";\r\n            position: absolute;\r\n            left: 0;\r\n            color: var(--enr-orange);\r\n            font-weight: bold;\r\n        }\r\n\r\n        .btn {\r\n            display: inline-block;\r\n            padding: 14px 28px;\r\n            border-radius: 12px;\r\n            text-decoration: none;\r\n            font-weight: 700;\r\n            transition: 0.3s;\r\n            text-align: center;\r\n        }\r\n        .btn-navy { background: var(--enr-navy); color: white; }\r\n        .btn-orange { background: var(--enr-orange); color: white; }\r\n\r\n        @media (max-width: 1024px) { .w-8, .w-6, .w-4 { grid-column: span 12; } }\r\n    `;\r\n\r\n    const content = document.createElement('div');\r\n    content.innerHTML = `\r\n        <header class=\"hero\">\r\n            <span class=\"tag\" style=\"background: var(--enr-danger);\">Adli ve G\u00fcvenlik \u00c7\u00f6z\u00fcmleri<\/span>\r\n            <h1>G\u00f6r\u00fcnmeyeni G\u00f6r\u00fcn, <br>Delilleri Koruyun<\/h1>\r\n            <p>Sensoft GPR teknolojisi, adli t\u0131p uzmanlar\u0131 ve kolluk kuvvetleri i\u00e7in olay yeri incelemelerinde tahribats\u0131z, h\u0131zl\u0131 ve kesin yeralt\u0131 g\u00f6r\u00fcnt\u00fcleme imkan\u0131 sunar.<\/p>\r\n        <\/header>\r\n\r\n        <div class=\"grid\">\r\n            <div class=\"card w-8\">\r\n                <div>\r\n                    <span class=\"tag\">Olay Yeri \u0130nceleme<\/span>\r\n                    <h2>Gizli Hedeflerin Tespiti<\/h2>\r\n                    <p>Adli GPR ara\u015ft\u0131rmalar\u0131, fiziksel kan\u0131tlar\u0131 bulmak i\u00e7in topra\u011f\u0131n veya yap\u0131lar\u0131n dokusunu bozmadan tarama yapar. Mezarlar, saklanm\u0131\u015f silahlar, m\u00fchimmat veya \u00e7al\u0131nm\u0131\u015f e\u015fyalar\u0131n tespitinde d\u00fcnya standartlar\u0131ndaki \u00e7\u00f6z\u00fcmd\u00fcr.<\/p>\r\n                <\/div>\r\n                <div class=\"media-placeholder\">\r\n                    <span>[]<\/span>\r\n                    <img decoding=\"async\" src=\"https:\/\/enermak.com\/wp-content\/uploads\/2026\/02\/olay-yerinde.JPG\" alt=\"Forensic GPR Search-\">\r\n                <\/div>\r\n                <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 20px;\">\r\n                    <div>\r\n                        <h3>Kay\u0131p \u015eah\u0131s Aramalar\u0131<\/h3>\r\n                        <p style=\"font-size: 0.9rem;\">Bozulmu\u015f toprak yap\u0131s\u0131n\u0131 analiz ederek yasad\u0131\u015f\u0131 defin i\u015flemlerini ve gizli mezarlar\u0131 tespit eder.<\/p>\r\n                    <\/div>\r\n                    <div>\r\n                        <h3>Zemin Alt\u0131 Odalar<\/h3>\r\n                        <p style=\"font-size: 0.9rem;\">S\u0131\u011f\u0131naklar, t\u00fcneller ve gizli b\u00f6lmelerin yerini noktasal olarak belirler.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card w-4\" style=\"background: var(--enr-navy); color: white;\">\r\n                <h3 style=\"color: white; margin-bottom: 20px;\">Neden Adli GPR?<\/h3>\r\n                <ul class=\"feature-list\">\r\n                    <li>Geni\u015f alanlarda h\u0131zl\u0131 tarama kapasitesi<\/li>\r\n                    <li>Olay yeri dokusunun bozulmamas\u0131 (Tahribats\u0131z)<\/li>\r\n                    <li>Beton, toprak ve duvar arkas\u0131 g\u00f6r\u00fcnt\u00fcleme<\/li>\r\n                    <li>Gizli silah ve m\u00fchimmat tespiti<\/li>\r\n                    <li>Yeralt\u0131 yap\u0131lar\u0131n\u0131n 3D haritalanmas\u0131<\/li>\r\n                <\/ul>\r\n                <div style=\"margin-top: auto; padding-top: 20px;\">\r\n                    <a href=\"mailto:info@enermak.com\" class=\"btn btn-orange\" style=\"width: 100%;\">Uzmanla G\u00f6r\u00fc\u015f\u00fcn<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card w-12\">\r\n                <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;\" class=\"responsive\">\r\n                    <\/div>\r\n                    <div>\r\n                        <span class=\"tag\" style=\"background: var(--enr-orange);\">E\u011fitim ve Uygulama<\/span>\r\n                        <h2>Kan\u0131t Toplamada Dijital D\u00f6n\u00fc\u015f\u00fcm<\/h2>\r\n                        <p>Sensoft GPR sistemleri, verileri an\u0131nda dijital haritalara d\u00f6n\u00fc\u015ft\u00fcrerek mahkemelerde sunulabilecek kesin kan\u0131tlar olu\u015fturur. <b>Rescue Radar\u2122<\/b> gibi \u00f6zel sistemler, afet sonras\u0131 enkaz alt\u0131 canl\u0131 arama faaliyetlerinde de kritik rol oynar.<\/p>\r\n                        <a href=\"#\" class=\"btn btn-navy\" style=\"margin-top: 20px;\">Teknik Katalogu \u0130ndir<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card w-6\">\r\n                <span class=\"tag\">Rescue Radar\u2122<\/span>\r\n                <h3>Arama ve Kurtarma<\/h3>\r\n                <p>Enkaz alt\u0131nda nefes alan canl\u0131lar\u0131n g\u00f6\u011f\u00fcs hareketlerini tespit edebilen ultra hassas radar teknolojisi.<\/p>\r\n                <div class=\"media-placeholder\" \">\r\n                    <span><\/span>\r\n                    <img decoding=\"async\" src=\"https:\/\/enermak.com\/wp-content\/uploads\/2022\/05\/kurtarma-radari-scaled.jpg.webp\" alt=\"Rescue Radar\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card w-6\">\r\n                <span class=\"tag\">Noggin\u00ae & Conquest\u00ae<\/span>\r\n                <h3>Yap\u0131sal ve Zemin Analizi<\/h3>\r\n                <p>Beton zeminlerin alt\u0131ndaki veya duvarlar\u0131n i\u00e7indeki gizli kasalar\u0131 ve su\u00e7 aletlerini tespit etmek i\u00e7in y\u00fcksek frekansl\u0131 \u00e7\u00f6z\u00fcmler.<\/p>\r\n                <div class=\"media-placeholder\" style=\"min-height: 180px;\">\r\n                    <span><\/span>\r\n                    <iframe width=\"1349\" height=\"759\" src=\"https:\/\/www.youtube.com\/embed\/lVdlUWpaVkM\" title=\"Noggin\u00ae GPR, adaptable, high-performance GPR\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card w-12\" style=\"background: #fff; border: 2px solid var(--enr-blue);\">\r\n                <div style=\"text-align: center; max-width: 800px; margin: 0 auto;\">\r\n                    <h2>D\u00fcnya \u00c7ap\u0131nda Ba\u015far\u0131 Hikayeleri<\/h2>\r\n                    <p>Sensoft GPR, so\u011fuk davalar\u0131n (cold cases) \u00e7\u00f6z\u00fclmesinden, s\u0131n\u0131r g\u00fcvenli\u011findeki t\u00fcnel tespitlerine kadar binlerce ba\u015far\u0131l\u0131 operasyonda kullan\u0131lm\u0131\u015ft\u0131r.<\/p>\r\n                    <div style=\"display: flex; justify-content: center; gap: 15px; margin-top: 20px;\">\r\n                        <span style=\"background: #e2e8f0; padding: 10px 20px; border-radius: 30px; font-weight: 600;\">Mezar Tespiti<\/span>\r\n                        <span style=\"background: #e2e8f0; padding: 10px 20px; border-radius: 30px; font-weight: 600;\">T\u00fcnel Arama<\/span>\r\n                        <span style=\"background: #e2e8f0; padding: 10px 20px; border-radius: 30px; font-weight: 600;\">Gizli B\u00f6lme<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card w-12\" style=\"background: linear-gradient(90deg, var(--enr-navy), var(--enr-blue)); color: white; text-align: center;\">\r\n                <h2 style=\"color: white;\">Kolluk Kuvvetleri \u0130\u00e7in \u00d6zel Konfig\u00fcrasyonlar<\/h2>\r\n                <p style=\"color: rgba(255,255,255,0.8); margin-bottom: 25px;\">Operasyonel ihtiya\u00e7lar\u0131n\u0131za en uygun GPR \u00e7\u00f6z\u00fcm\u00fcn\u00fc belirlemek ve demo talebinde bulunmak i\u00e7in bizimle ileti\u015fime ge\u00e7in.<\/p>\r\n                <a href=\"mailto:info@enermak.com\" class=\"btn btn-orange\">Teklif ve Demo Talebi<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    `;\r\n\r\n    shadow.appendChild(style);\r\n    shadow.appendChild(content);\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bst_post_transparent":"","_bst_post_title":"hide","_bst_post_layout":"fullwidth","_bst_post_sidebar_id":"","_bst_post_content_style":"unboxed","_bst_post_vertical_padding":"hide","_bst_post_feature":"hide","_bst_post_feature_position":"","_bst_post_header":false,"_bst_post_footer":false,"footnotes":""},"class_list":["post-40986","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/pages\/40986","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/comments?post=40986"}],"version-history":[{"count":0,"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/pages\/40986\/revisions"}],"wp:attachment":[{"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/media?parent=40986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}