{"id":27,"date":"2026-06-12T14:26:21","date_gmt":"2026-06-12T14:26:21","guid":{"rendered":"https:\/\/dht-solutions.ro\/?page_id=27"},"modified":"2026-06-15T11:39:45","modified_gmt":"2026-06-15T11:39:45","slug":"home","status":"publish","type":"page","link":"https:\/\/dht-solutions.ro\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<style>\n* { box-sizing: border-box; margin: 0; padding: 0; }\n.dht-container { position: relative; width: 100%; user-select: none; }\n.dht-container img { width: 100%; display: block; border-radius: 12px; }\n.dht-hotspot { position: absolute; width: 36px; height: 36px; border-radius: 50%; background: #1a2f5e; border: 2px solid #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; transition: transform 0.2s, background 0.2s; z-index: 10; transform: translate(-50%, -50%); }\n.dht-hotspot:hover, .dht-hotspot.active { background: #2a9d8f; transform: translate(-50%, -50%) scale(1.15); }\n.dht-pulse { position: absolute; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.45); animation: dht-pulse 2s infinite; z-index: 9; transform: translate(-50%, -50%); pointer-events: none; }\n@keyframes dht-pulse { 0% { transform: translate(-50%, -50%) scale(1); opacity: 1; } 100% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; } }\n.dht-popup { position: absolute; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 14px 16px; width: 210px; z-index: 20; display: none; box-shadow: 0 4px 20px rgba(0,0,0,0.12); }\n.dht-popup.visible { display: block; }\n.dht-popup-title { font-size: 14px; font-weight: 600; color: #1a2f5e; margin-bottom: 6px; padding-right: 16px; }\n.dht-popup-desc { font-size: 12px; color: #4b5563; line-height: 1.6; margin-bottom: 12px; }\n.dht-popup-btn { display: block; padding: 7px 14px; background: #1a2f5e; color: #fff; border-radius: 6px; font-size: 12px; font-weight: 500; cursor: pointer; border: none; width: 100%; text-align: center; text-decoration: none; }\n.dht-popup-btn:hover { background: #2a9d8f; }\n.dht-close { position: absolute; top: 8px; right: 10px; cursor: pointer; color: #6b7280; font-size: 16px; background: none; border: none; line-height: 1; }\n<\/style>\n\n<div class=\"dht-container\" id=\"dht-wrap\">\n  <!-- REPLACE THE SRC BELOW WITH YOUR ACTUAL IMAGE PATH -->\n  <img decoding=\"async\" src=\"https:\/\/dht-solutions.ro\/wp-content\/uploads\/2026\/06\/2b2-1-scaled.png\" alt=\"DHT Solutions - Smart Home\" id=\"dht-img\">\n\n  <!-- Automatizari interioare -->\n  <div class=\"dht-pulse\" style=\"top:40%; left:65%;\"><\/div>\n  <div class=\"dht-hotspot\" style=\"top:40%; left:65%;\" onclick=\"dhtToggle('interior', this)\">\u2302<\/div>\n  <div class=\"dht-popup\" id=\"dht-interior\" style=\"top:22%; left:38%;\">\n    <button class=\"dht-close\" onclick=\"dhtClose('interior')\">\u2715<\/button>\n    <p class=\"dht-popup-title\">\u2302 Domestic automatisation<\/p>\n    <p class=\"dht-popup-desc\">Intelligent control of lighting, climate control, blinds, and access \u2014 all from a single app.<\/p>\n    <a class=\"dht-popup-btn\" href=\"https:\/\/dht-solutions.ro\/en\/automatizari-interioare\/\">See more<\/a>\n  <\/div>\n\n  <!-- Automatizari exterioare -->\n  <div class=\"dht-pulse\" style=\"top:72%; left:14%;\"><\/div>\n  <div class=\"dht-hotspot\" style=\"top:72%; left:14%;\" onclick=\"dhtToggle('exterior', this)\">\u25ad<\/div>\n  <div class=\"dht-popup\" id=\"dht-exterior\" style=\"top:50%; left:18%;\">\n    <button class=\"dht-close\" onclick=\"dhtClose('exterior')\">\u2715<\/button>\n    <p class=\"dht-popup-title\">Exterior automations<\/p>\n    <p class=\"dht-popup-desc\">Automatic gates, smart exterior lighting and access control for courtyard and car park.<\/p>\n    <a class=\"dht-popup-btn\" href=\"https:\/\/dht-solutions.ro\/en\/automatizari-exterioare\/\">See more<\/a>\n  <\/div>\n\n  <!-- Securitate -->\n  <div class=\"dht-pulse\" style=\"top:38%; left:27%;\"><\/div>\n  <div class=\"dht-hotspot\" style=\"top:38%; left:27%;\" onclick=\"dhtToggle('security', this)\">\u25c9<\/div>\n  <div class=\"dht-popup\" id=\"dht-security\" style=\"top:20%; left:33%;\">\n    <button class=\"dht-close\" onclick=\"dhtClose('security')\">\u2715<\/button>\n    <p class=\"dht-popup-title\">Security<\/p>\n    <p class=\"dht-popup-desc\">Surveillance cameras, alarm systems, and real-time monitoring of your property.<\/p>\n    <a class=\"dht-popup-btn\" href=\"https:\/\/dht-solutions.ro\/en\/servicii-it\/\">See more<\/a>\n  <\/div>\n\n  <!-- Servicii IT -->\n  <div class=\"dht-pulse\" style=\"top:72%; left:55%;\"><\/div>\n  <div class=\"dht-hotspot\" style=\"top:72%; left:55%;\" onclick=\"dhtToggle('it', this)\">\u25a1<\/div>\n  <div class=\"dht-popup\" id=\"dht-it\" style=\"top:45%; left:57%;\">\n    <button class=\"dht-close\" onclick=\"dhtClose('it')\">\u2715<\/button>\n    <p class=\"dht-popup-title\">IT Services<\/p>\n    <p class=\"dht-popup-desc\">Wi-Fi networks, servers, IT maintenance and technical support for home and business.<\/p>\n    <a class=\"dht-popup-btn\" href=\"https:\/\/dht-solutions.ro\/en\/servicii-it\/\">See more<\/a>\n  <\/div>\n<\/div>\n\n<script>\nfunction dhtToggle(id, el) {\n  var popup = document.getElementById('dht-' + id);\n  var isVisible = popup.classList.contains('visible');\n  document.querySelectorAll('.dht-popup').forEach(function(p) { p.classList.remove('visible'); });\n  document.querySelectorAll('.dht-hotspot').forEach(function(h) { h.classList.remove('active'); });\n  if (!isVisible) {\n    popup.classList.add('visible');\n    el.classList.add('active');\n  }\n}\nfunction dhtClose(id) {\n  document.getElementById('dht-' + id).classList.remove('visible');\n  document.querySelectorAll('.dht-hotspot').forEach(function(h) { h.classList.remove('active'); });\n}\ndocument.addEventListener('click', function(e) {\n  if (!e.target.closest('.dht-hotspot') && !e.target.closest('.dht-popup')) {\n    document.querySelectorAll('.dht-popup').forEach(function(p) { p.classList.remove('visible'); });\n    document.querySelectorAll('.dht-hotspot').forEach(function(h) { h.classList.remove('active'); });\n  }\n});\n<\/script>\n\n\n\n<style>\n\/* ===== RESET & BASE ===== *\/\n.dht-page * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Inter', -apple-system, sans-serif; }\n.dht-page { background: #f0f4f8; color: #1a2f5e; }\n\n\/* ===== SCROLL ANIMATIONS ===== *\/\n.dht-fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }\n.dht-fade-up.visible { opacity: 1; transform: translateY(0); }\n.dht-fade-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }\n.dht-fade-left.visible { opacity: 1; transform: translateX(0); }\n.dht-fade-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }\n.dht-fade-right.visible { opacity: 1; transform: translateX(0); }\n\n\/* ===== SECTION BASE ===== *\/\n.dht-section { padding: 80px 40px; max-width: 1100px; margin: 0 auto; }\n.dht-section-tag { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #2a9d8f; margin-bottom: 10px; font-weight: 600; }\n.dht-section-title { font-size: 32px; font-weight: 700; color: #1a2f5e; margin-bottom: 16px; line-height: 1.2; }\n.dht-section-sub { font-size: 15px; color: #4b5563; line-height: 1.7; max-width: 600px; margin-bottom: 40px; }\n.dht-btn { display: inline-block; padding: 12px 28px; background: #1a2f5e; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s; }\n.dht-btn:hover { background: #2a9d8f; }\n.dht-btn-outline { background: transparent; border: 2px solid #1a2f5e; color: #1a2f5e; margin-left: 12px; }\n.dht-btn-outline:hover { background: #1a2f5e; color: #fff; }\n\n\/* ===== SECTION 1: INTRO TEXT ===== *\/\n.dht-intro { background: #fff; padding: 80px 40px; }\n.dht-intro-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }\n.dht-intro-stats { display: flex; gap: 40px; margin-top: 32px; }\n.dht-stat-num { font-size: 36px; font-weight: 700; color: #1a2f5e; }\n.dht-stat-num span { color: #2a9d8f; }\n.dht-stat-label { font-size: 13px; color: #6b7280; margin-top: 4px; }\n.dht-intro-right { background: #f0f4f8; border-radius: 16px; padding: 32px; }\n.dht-intro-right p { font-size: 15px; color: #4b5563; line-height: 1.8; }\n.dht-intro-right strong { color: #1a2f5e; }\n\n\/* ===== SECTION 2: WHY CHOOSE US ===== *\/\n.dht-why { background: #f0f4f8; }\n.dht-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }\n.dht-why-card { background: #fff; border-radius: 12px; padding: 28px 22px; border-bottom: 3px solid transparent; transition: border-color 0.3s, transform 0.3s; }\n.dht-why-card:hover { border-color: #2a9d8f; transform: translateY(-4px); }\n.dht-why-icon { width: 48px; height: 48px; background: #f0f4f8; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }\n.dht-why-title { font-size: 15px; font-weight: 600; color: #1a2f5e; margin-bottom: 8px; }\n.dht-why-desc { font-size: 13px; color: #6b7280; line-height: 1.6; }\n\n\/* ===== SECTION 3: WHAT WE OFFER ===== *\/\n.dht-offer { background: #1a2f5e; padding: 80px 40px; }\n.dht-offer-inner { max-width: 1100px; margin: 0 auto; }\n.dht-offer .dht-section-tag { color: #2a9d8f; }\n.dht-offer .dht-section-title { color: #fff; }\n.dht-offer .dht-section-sub { color: #9ca3af; }\n.dht-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n.dht-offer-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 28px; transition: background 0.3s, transform 0.3s; cursor: pointer; }\n.dht-offer-card:hover { background: rgba(42,157,143,0.15); transform: translateY(-4px); }\n.dht-offer-icon { font-size: 32px; margin-bottom: 16px; }\n.dht-offer-title { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 10px; }\n.dht-offer-desc { font-size: 13px; color: #9ca3af; line-height: 1.7; margin-bottom: 16px; }\n.dht-offer-link { font-size: 13px; color: #2a9d8f; text-decoration: none; font-weight: 500; }\n.dht-offer-link:hover { color: #fff; }\n\n\/* ===== SECTION 4: HOW IT WORKS ===== *\/\n.dht-how { background: #fff; }\n.dht-how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }\n.dht-how-step { text-align: center; padding: 20px; position: relative; }\n.dht-how-step:not(:last-child)::after { content: '\u2192'; position: absolute; right: -12px; top: 28px; color: #2a9d8f; font-size: 20px; }\n.dht-how-num { width: 56px; height: 56px; background: #1a2f5e; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: 700; margin: 0 auto 16px; }\n.dht-how-title { font-size: 14px; font-weight: 600; color: #1a2f5e; margin-bottom: 8px; }\n.dht-how-desc { font-size: 13px; color: #6b7280; line-height: 1.6; }\n\n\/* ===== SECTION 5: REVIEWS ===== *\/\n.dht-reviews { background: #f0f4f8; }\n.dht-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n.dht-review-card { background: #fff; border-radius: 12px; padding: 28px; position: relative; }\n.dht-review-stars { color: #f59e0b; font-size: 16px; margin-bottom: 14px; }\n.dht-review-text { font-size: 14px; color: #4b5563; line-height: 1.7; margin-bottom: 20px; font-style: italic; }\n.dht-review-author { display: flex; align-items: center; gap: 12px; }\n.dht-review-avatar { width: 40px; height: 40px; border-radius: 50%; background: #1a2f5e; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 16px; }\n.dht-review-name { font-size: 14px; font-weight: 600; color: #1a2f5e; }\n.dht-review-location { font-size: 12px; color: #6b7280; }\n\n\/* ===== SECTION 6: PARTNERS ===== *\/\n.dht-partners { background: #fff; padding: 60px 40px; }\n.dht-partners-inner { max-width: 1100px; margin: 0 auto; text-align: center; }\n.dht-partners-title { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #6b7280; margin-bottom: 40px; }\n.dht-partners-logos { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }\n.dht-partner-logo { font-size: 18px; font-weight: 700; color: #9ca3af; letter-spacing: 1px; transition: color 0.3s; }\n.dht-partner-logo:hover { color: #1a2f5e; }\n\n\/* ===== SECTION 7: CTA BANNER ===== *\/\n.dht-cta { background: linear-gradient(135deg, #1a2f5e 0%, #2a9d8f 100%); padding: 80px 40px; text-align: center; }\n.dht-cta h2 { font-size: 36px; font-weight: 700; color: #fff; margin-bottom: 16px; }\n.dht-cta p { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 32px; }\n.dht-cta .dht-btn { background: #fff; color: #1a2f5e; }\n.dht-cta .dht-btn:hover { background: #f0f4f8; }\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 768px) {\n  .dht-intro-inner, .dht-why-grid, .dht-offer-grid, .dht-how-grid, .dht-reviews-grid { grid-template-columns: 1fr; }\n  .dht-section-title { font-size: 24px; }\n  .dht-how-step::after { display: none; }\n}\n<\/style>\n\n<div class=\"dht-page\">\n\n<!-- SECTION 1: INTRO TEXT -->\n<div class=\"dht-intro\">\n  <div class=\"dht-intro-inner\">\n    <div class=\"dht-fade-left\">\n      <p class=\"dht-section-tag\">About DHT Solutions<\/p>\n      <h2 class=\"dht-section-title\">We make homes and businesses smarter<\/h2>\n      <p class=\"dht-section-sub\">DHT Solutions is your trusted partner for automation, security, and IT. We transform residential and commercial spaces into connected, secure, and efficient environments \u2013 anywhere in Romania.<\/p>\n      <a href=\"https:\/\/dht-solutions.ro\/en\/servicii-it\/\" class=\"dht-btn\">Discover services<\/a>\n      <a href=\"https:\/\/dht-solutions.ro\/en\/contact\/\" class=\"dht-btn dht-btn-outline\">Contact us<\/a>\n      <div class=\"dht-intro-stats\">\n        <div>\n          <div class=\"dht-stat-num\">500<span>+<\/span><\/div>\n          <div class=\"dht-stat-label\">Projects completed<\/div>\n        <\/div>\n        <div>\n          <div class=\"dht-stat-num\">8<span>+<\/span><\/div>\n          <div class=\"dht-stat-label\">Years of experience<\/div>\n        <\/div>\n        <div>\n          <div class=\"dht-stat-num\">41<span><\/span><\/div>\n          <div class=\"dht-stat-label\">Counties covered<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"dht-fade-right\">\n      <div class=\"dht-intro-right\">\n        <p>The <strong>DHT Solutions<\/strong>, we believe that technology should simplify life, not complicate it. That's why we offer complete solutions for <strong>Indoor and outdoor automation<\/strong>, <strong>security systems<\/strong> and <strong>IT services<\/strong> adapt to your needs.<\/p>\n        <br>\n        <p>We work with clients <strong>Residential and commercial<\/strong> across all of Romania, offering consultancy, professional installation, and ongoing technical support.<\/p>\n        <br>\n        <p><em>\u201eWe automate spaces, we simplify life.\u201d<\/em><\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- SECTION 2: WHY CHOOSE US -->\n<div style=\"background:#f0f4f8;\">\n  <div class=\"dht-section\">\n    <div class=\"dht-fade-up\" style=\"text-align:center; margin-bottom:48px;\">\n      <p class=\"dht-section-tag\">Why DHT<\/p>\n      <h2 class=\"dht-section-title\">Why choose us<\/h2>\n      <p class=\"dht-section-sub\" style=\"margin:0 auto;\">Discover how DHT Solutions brings innovation, comfort, and control to your fingertips.<\/p>\n    <\/div>\n    <div class=\"dht-why-grid\">\n      <div class=\"dht-why-card dht-fade-up\">\n        <div class=\"dht-why-icon\">Control panel<\/div>\n        <div class=\"dht-why-title\">Total control<\/div>\n        <div class=\"dht-why-desc\">Control everything from a single app \u2014 lights, climate control, security and access.<\/div>\n      <\/div>\n      <div class=\"dht-why-card dht-fade-up\" style=\"transition-delay:0.1s\">\n        <div class=\"dht-why-icon\">\ud83d\udd12<\/div>\n        <div class=\"dht-why-title\">Advanced security<\/div>\n        <div class=\"dht-why-desc\">Alarm systems, HD cameras and real-time monitoring for your peace of mind.<\/div>\n      <\/div>\n      <div class=\"dht-why-card dht-fade-up\" style=\"transition-delay:0.2s\">\n        <div class=\"dht-why-icon\">\u26a1<\/div>\n        <div class=\"dht-why-title\">Energy efficiency<\/div>\n        <div class=\"dht-why-desc\">Reduce energy consumption with smart automations that adapt to your lifestyle.<\/div>\n      <\/div>\n      <div class=\"dht-why-card dht-fade-up\" style=\"transition-delay:0.3s\">\n        <div class=\"dht-why-icon\">\ud83d\udee0\ufe0f<\/div>\n        <div class=\"dht-why-title\">Professional installation<\/div>\n        <div class=\"dht-why-desc\">Our team handles everything \u2014 from consultation to installation and technical support.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- SECTION 3: WHAT WE OFFER -->\n<div class=\"dht-offer\">\n  <div class=\"dht-offer-inner\">\n    <div class=\"dht-fade-up\" style=\"text-align:center; margin-bottom:48px;\">\n      <p class=\"dht-section-tag\">Our services<\/p>\n      <h2 class=\"dht-section-title\" style=\"color:#fff;\">What we offer for a smarter lifestyle<\/h2>\n      <p class=\"dht-section-sub\" style=\"color:#9ca3af; margin:0 auto;\">Complete automation, security, and IT solutions for home and business.<\/p>\n    <\/div>\n    <div class=\"dht-offer-grid\">\n      <div class=\"dht-offer-card dht-fade-up\">\n        <div class=\"dht-offer-icon\">\ud83c\udfe0<\/div>\n        <div class=\"dht-offer-title\">Home automation<\/div>\n        <div class=\"dht-offer-desc\">Intelligent control of lighting, air conditioning, blinds and access. All integrated into a single system, controlled from your phone.<\/div>\n        <a class=\"dht-offer-link\" href=\"https:\/\/dht-solutions.ro\/en\/automatizari-interioare\/\">Find out more \u2192<\/a>\n      <\/div>\n      <div class=\"dht-offer-card dht-fade-up\" style=\"transition-delay:0.1s\">\n        <div class=\"dht-offer-icon\">\ud83d\ude97<\/div>\n        <div class=\"dht-offer-title\">Outdoor automations<\/div>\n        <div class=\"dht-offer-desc\">Automatic gates, smart outdoor lighting, irrigation systems and access control for your garden and car park.<\/div>\n        <a class=\"dht-offer-link\" href=\"https:\/\/dht-solutions.ro\/en\/automatizari-exterioare\/\">Find out more \u2192<\/a>\n      <\/div>\n      <div class=\"dht-offer-card dht-fade-up\" style=\"transition-delay:0.2s\">\n        <div class=\"dht-offer-icon\">\ud83d\udcf7<\/div>\n        <div class=\"dht-offer-title\">Security<\/div>\n        <div class=\"dht-offer-desc\">HD surveillance cameras, alarm systems, motion sensors, and real-time property monitoring.<\/div>\n        <a class=\"dht-offer-link\" href=\"https:\/\/dht-solutions.ro\/en\/servicii-it\/\">Find out more \u2192<\/a>\n      <\/div>\n      <div class=\"dht-offer-card dht-fade-up\" style=\"transition-delay:0.3s\">\n        <div class=\"dht-offer-icon\">\ud83d\udcbb<\/div>\n        <div class=\"dht-offer-title\">IT Services<\/div>\n        <div class=\"dht-offer-desc\">High-performance Wi-Fi networks, servers, IT maintenance and technical support for home and business.<\/div>\n        <a class=\"dht-offer-link\" href=\"https:\/\/dht-solutions.ro\/en\/servicii-it\/\">Find out more \u2192<\/a>\n      <\/div>\n      <div class=\"dht-offer-card dht-fade-up\" style=\"transition-delay:0.4s\">\n        <div class=\"dht-offer-icon\">\ud83d\udcf1<\/div>\n        <div class=\"dht-offer-title\">Phone control<\/div>\n        <div class=\"dht-offer-desc\">All your systems controlled from a single app \u2014 from wherever you are in the world.<\/div>\n        <a class=\"dht-offer-link\" href=\"https:\/\/dht-solutions.ro\/en\/contact\/\">Find out more \u2192<\/a>\n      <\/div>\n      <div class=\"dht-offer-card dht-fade-up\" style=\"transition-delay:0.5s\">\n        <div class=\"dht-offer-icon\">\ud83d\udd27<\/div>\n        <div class=\"dht-offer-title\">Technical support<\/div>\n        <div class=\"dht-offer-desc\">Prompt technical assistance, preventative maintenance and rapid response anywhere in Romania.<\/div>\n        <a class=\"dht-offer-link\" href=\"https:\/\/dht-solutions.ro\/en\/contact\/\">Find out more \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- SECTION 4: HOW IT WORKS -->\n<div style=\"background:#fff;\">\n  <div class=\"dht-section\">\n    <div class=\"dht-fade-up\" style=\"text-align:center; margin-bottom:48px;\">\n      <p class=\"dht-section-tag\">Our process<\/p>\n      <h2 class=\"dht-section-title\">How does it work<\/h2>\n      <p class=\"dht-section-sub\" style=\"margin:0 auto;\">From the first contact to installation \u2014 simple and professional.<\/p>\n    <\/div>\n    <div class=\"dht-how-grid\">\n      <div class=\"dht-how-step dht-fade-up\">\n        <div class=\"dht-how-num\">01<\/div>\n        <div class=\"dht-how-title\">Free consultation<\/div>\n        <div class=\"dht-how-desc\">We will discuss your needs and recommend the most suitable solutions.<\/div>\n      <\/div>\n      <div class=\"dht-how-step dht-fade-up\" style=\"transition-delay:0.1s\">\n        <div class=\"dht-how-num\">02<\/div>\n        <div class=\"dht-how-title\">Design<\/div>\n        <div class=\"dht-how-desc\">We are designing a custom system for your space and budget.<\/div>\n      <\/div>\n      <div class=\"dht-how-step dht-fade-up\" style=\"transition-delay:0.2s\">\n        <div class=\"dht-how-num\">03<\/div>\n        <div class=\"dht-how-title\">Professional installation<\/div>\n        <div class=\"dht-how-desc\">Our team installs and configures everything quickly and cleanly.<\/div>\n      <\/div>\n      <div class=\"dht-how-step dht-fade-up\" style=\"transition-delay:0.3s\">\n        <div class=\"dht-how-num\">04<\/div>\n        <div class=\"dht-how-title\">Continuous support<\/div>\n        <div class=\"dht-how-desc\">We remain by your side with long-term maintenance and technical support.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- SECTION 5: REVIEWS -->\n<div style=\"background:#f0f4f8;\">\n  <div class=\"dht-section\">\n    <div class=\"dht-fade-up\" style=\"text-align:center; margin-bottom:48px;\">\n      <p class=\"dht-section-tag\">Customer reviews<\/p>\n      <h2 class=\"dht-section-title\">What our clients say<\/h2>\n      <p class=\"dht-section-sub\" style=\"margin:0 auto;\">Over 500 satisfied customers from across Romania.<\/p>\n    <\/div>\n    <div class=\"dht-reviews-grid\">\n      <div class=\"dht-review-card dht-fade-up\">\n        <div class=\"dht-review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"dht-review-text\">\u201eDHT Solutions has completely transformed our home. We now control everything from our phone \u2013 lights, thermostat, cameras. The installation was fast and professional.\u201d<\/p>\n        <div class=\"dht-review-author\">\n          <div class=\"dht-review-avatar\">AM<\/div>\n          <div>\n            <div class=\"dht-review-name\">Alexandru M.<\/div>\n            <div class=\"dht-review-location\">Cluj-Napoca<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"dht-review-card dht-fade-up\" style=\"transition-delay:0.1s\">\n        <div class=\"dht-review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"dht-review-text\">\u201eWe have installed the security system for our company. The team was very professional, they respected the deadlines and the quoted price. I highly recommend them!\u201d<\/p>\n        <div class=\"dht-review-author\">\n          <div class=\"dht-review-avatar\">IP<\/div>\n          <div>\n            <div class=\"dht-review-name\">Ioana P.<\/div>\n            <div class=\"dht-review-location\">Bucharest<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"dht-review-card dht-fade-up\" style=\"transition-delay:0.2s\">\n        <div class=\"dht-review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"dht-review-text\">\u201eThe automatic gate and smart outdoor lighting are precisely what we needed. The technical support is excellent \u2013 they respond quickly to any issue. Very satisfied!\u201d<\/p>\n        <div class=\"dht-review-author\">\n          <div class=\"dht-review-avatar\">RD<\/div>\n          <div>\n            <div class=\"dht-review-name\">Radu D.<\/div>\n            <div class=\"dht-review-location\">Timi\u0219oara<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- SECTION 6: PARTNERS -->\n<div class=\"dht-partners\">\n  <div class=\"dht-partners-inner dht-fade-up\">\n    <p class=\"dht-partners-title\">Partners and equipment we work with<\/p>\n    <div class=\"dht-partners-logos\">\n      <div class=\"dht-partner-logo\">Hikvision<\/div>\n      <div class=\"dht-partner-logo\">Grizzly Industrial<\/div>\n      <div class=\"dht-partner-logo\">Shelly<\/div>\n      <div class=\"dht-partner-logo\">Philips Hue<\/div>\n      <div class=\"dht-partner-logo\">Ajax<\/div>\n<div class=\"dht-partner-logo\">Cisco<\/div>\n<div class=\"dht-partner-logo\">TPLink<\/div>\n      <div class=\"dht-partner-logo\">Ubiquiti<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- SECTION 7: CTA BANNER -->\n<div class=\"dht-cta dht-fade-up\">\n  <h2>Request a free quote today<\/h2>\n  <p>Spune-ne ce ai nevoie \u0219i \u00ee\u021bi oferim o consultan\u021b\u0103 gratuit\u0103 f\u0103r\u0103 obliga\u021bii.<\/p>\n  <a href=\"https:\/\/dht-solutions.ro\/en\/contact\/\" class=\"dht-btn\">Contacteaz\u0103-ne acum<\/a>\n<\/div>\n\n<\/div>\n\n<script>\n\/\/ Intersection Observer for scroll animations\nconst observer = new IntersectionObserver(function(entries) {\n  entries.forEach(function(entry) {\n    if (entry.isIntersecting) {\n      entry.target.classList.add('visible');\n    }\n  });\n}, { threshold: 0.12 });\n\ndocument.querySelectorAll('.dht-fade-up, .dht-fade-left, .dht-fade-right').forEach(function(el) {\n  observer.observe(el);\n});\n<\/script>","protected":false},"excerpt":{"rendered":"<p>\u2302 \u2715 \u2302 Automatiz\u0103ri interioare Control inteligent al iluminatului, climatiz\u0103rii, jaluzelelor \u0219i accesului \u2014 totul dintr-o singur\u0103 aplica\u021bie. Vezi mai mult \u25ad \u2715 \u25ad Automatiz\u0103ri exterioare Por\u021bi automate, iluminat exterior smart \u0219i control acces pentru curte \u0219i parcare. Vezi mai mult \u25c9 \u2715 \u25c9 Securitate Camere de supraveghere, sisteme de alarm\u0103 \u0219i monitorizare \u00een timp [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_swt_meta_header_display":false,"_swt_meta_footer_display":false,"_swt_meta_site_title_display":false,"_swt_meta_sticky_header":false,"_swt_meta_transparent_header":false,"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - DHT Solutions<\/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:\/\/dht-solutions.ro\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - DHT Solutions\" \/>\n<meta property=\"og:description\" content=\"\u2302 \u2715 \u2302 Automatiz\u0103ri interioare Control inteligent al iluminatului, climatiz\u0103rii, jaluzelelor \u0219i accesului \u2014 totul dintr-o singur\u0103 aplica\u021bie. Vezi mai mult \u25ad \u2715 \u25ad Automatiz\u0103ri exterioare Por\u021bi automate, iluminat exterior smart \u0219i control acces pentru curte \u0219i parcare. Vezi mai mult \u25c9 \u2715 \u25c9 Securitate Camere de supraveghere, sisteme de alarm\u0103 \u0219i monitorizare \u00een timp [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dht-solutions.ro\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"DHT Solutions\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T11:39:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dht-solutions.ro\/wp-content\/uploads\/2026\/06\/2b2-1-scaled.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dht-solutions.ro\\\/\",\"url\":\"https:\\\/\\\/dht-solutions.ro\\\/\",\"name\":\"Home - DHT Solutions\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dht-solutions.ro\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/dht-solutions.ro\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/dht-solutions.ro\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/dht-solutions.ro\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/2b2-1-scaled.png\",\"datePublished\":\"2026-06-12T14:26:21+00:00\",\"dateModified\":\"2026-06-15T11:39:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dht-solutions.ro\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dht-solutions.ro\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/dht-solutions.ro\\\/#primaryimage\",\"url\":\"https:\\\/\\\/dht-solutions.ro\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/2b2-1-scaled.png\",\"contentUrl\":\"https:\\\/\\\/dht-solutions.ro\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/2b2-1-scaled.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dht-solutions.ro\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dht-solutions.ro\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dht-solutions.ro\\\/#website\",\"url\":\"https:\\\/\\\/dht-solutions.ro\\\/\",\"name\":\"DHT Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/dht-solutions.ro\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - DHT Solutions","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:\/\/dht-solutions.ro\/en\/","og_locale":"en_GB","og_type":"article","og_title":"Home - DHT Solutions","og_description":"\u2302 \u2715 \u2302 Automatiz\u0103ri interioare Control inteligent al iluminatului, climatiz\u0103rii, jaluzelelor \u0219i accesului \u2014 totul dintr-o singur\u0103 aplica\u021bie. Vezi mai mult \u25ad \u2715 \u25ad Automatiz\u0103ri exterioare Por\u021bi automate, iluminat exterior smart \u0219i control acces pentru curte \u0219i parcare. Vezi mai mult \u25c9 \u2715 \u25c9 Securitate Camere de supraveghere, sisteme de alarm\u0103 \u0219i monitorizare \u00een timp [&hellip;]","og_url":"https:\/\/dht-solutions.ro\/en\/","og_site_name":"DHT Solutions","article_modified_time":"2026-06-15T11:39:45+00:00","og_image":[{"url":"https:\/\/dht-solutions.ro\/wp-content\/uploads\/2026\/06\/2b2-1-scaled.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dht-solutions.ro\/","url":"https:\/\/dht-solutions.ro\/","name":"Home - DHT Solutions","isPartOf":{"@id":"https:\/\/dht-solutions.ro\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dht-solutions.ro\/#primaryimage"},"image":{"@id":"https:\/\/dht-solutions.ro\/#primaryimage"},"thumbnailUrl":"https:\/\/dht-solutions.ro\/wp-content\/uploads\/2026\/06\/2b2-1-scaled.png","datePublished":"2026-06-12T14:26:21+00:00","dateModified":"2026-06-15T11:39:45+00:00","breadcrumb":{"@id":"https:\/\/dht-solutions.ro\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dht-solutions.ro\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dht-solutions.ro\/#primaryimage","url":"https:\/\/dht-solutions.ro\/wp-content\/uploads\/2026\/06\/2b2-1-scaled.png","contentUrl":"https:\/\/dht-solutions.ro\/wp-content\/uploads\/2026\/06\/2b2-1-scaled.png"},{"@type":"BreadcrumbList","@id":"https:\/\/dht-solutions.ro\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dht-solutions.ro\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/dht-solutions.ro\/#website","url":"https:\/\/dht-solutions.ro\/","name":"DHT Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dht-solutions.ro\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"admin_713ef5jz","author_link":"https:\/\/dht-solutions.ro\/en\/author\/admin_713ef5jz\/"},"uagb_comment_info":0,"uagb_excerpt":"\u2302 \u2715 \u2302 Automatiz\u0103ri interioare Control inteligent al iluminatului, climatiz\u0103rii, jaluzelelor \u0219i accesului \u2014 totul dintr-o singur\u0103 aplica\u021bie. Vezi mai mult \u25ad \u2715 \u25ad Automatiz\u0103ri exterioare Por\u021bi automate, iluminat exterior smart \u0219i control acces pentru curte \u0219i parcare. Vezi mai mult \u25c9 \u2715 \u25c9 Securitate Camere de supraveghere, sisteme de alarm\u0103 \u0219i monitorizare \u00een timp&hellip;","_links":{"self":[{"href":"https:\/\/dht-solutions.ro\/en\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dht-solutions.ro\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dht-solutions.ro\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dht-solutions.ro\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dht-solutions.ro\/en\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":15,"href":"https:\/\/dht-solutions.ro\/en\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":114,"href":"https:\/\/dht-solutions.ro\/en\/wp-json\/wp\/v2\/pages\/27\/revisions\/114"}],"wp:attachment":[{"href":"https:\/\/dht-solutions.ro\/en\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}