{"id":2819,"date":"2024-03-21T22:29:40","date_gmt":"2024-03-21T21:29:40","guid":{"rendered":"http:\/\/courpack.de\/?page_id=2819"},"modified":"2026-07-10T08:30:55","modified_gmt":"2026-07-10T08:30:55","slug":"unsere-mission-und-werte","status":"publish","type":"page","link":"https:\/\/darksn.de\/unsere-mission-und-werte\/","title":{"rendered":"Our Mission and Values"},"content":{"rendered":"\t\t<div data-elementor-type=\"page\" data-elementor-id=\"2819\" class=\"elementor elementor-2819\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-391663f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"391663f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c035459 elementor-widget elementor-widget-html\" data-id=\"c035459\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\r\n\r\n<style>\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');\r\n\r\n  #dmk {\r\n    --red: #e11d2a;\r\n    --red-2: #ff3b47;\r\n    --glow: rgba(255, 45, 60, .55);\r\n    --ink: #191218;\r\n    --muted: #6f6773;\r\n    --bg: #faf7f6;\r\n    --bg-2: #f2edee;\r\n    --line: #ebe4e6;\r\n    --card: #ffffff;\r\n    --ease: cubic-bezier(.22, .61, .28, 1);\r\n\r\n    \/* burgundy hero *\/\r\n    --burg-0: #440f1e;\r\n    --burg-1: #7a1531;\r\n    --burg-2: #a71d3c;\r\n\r\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\r\n    color: var(--ink);\r\n    background: var(--bg);\r\n    -webkit-font-smoothing: antialiased;\r\n    text-rendering: optimizeLegibility;\r\n    overflow-x: clip;\r\n  }\r\n  #dmk *, #dmk *::before, #dmk *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n  #dmk .dmk-display { font-family: 'Space Grotesk', 'Inter', sans-serif; }\r\n\r\n  #dmk .dmk-eyebrow {\r\n    display: inline-flex; align-items: center; gap: 12px;\r\n    font-size: .74rem; font-weight: 600;\r\n    text-transform: uppercase; letter-spacing: .28em;\r\n    color: var(--red);\r\n  }\r\n  #dmk .dmk-eyebrow::before {\r\n    content: ''; width: 30px; height: 2px;\r\n    background: var(--red); border-radius: 2px;\r\n  }\r\n  #dmk .dmk-eyebrow--center::after {\r\n    content: ''; width: 30px; height: 2px;\r\n    background: var(--red); border-radius: 2px;\r\n  }\r\n\r\n  \/* reveal-on-scroll *\/\r\n  #dmk .r { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }\r\n  #dmk .r.in { opacity: 1; transform: none; }\r\n\r\n  \/* ========================================================================\r\n     1) HERO\r\n     ======================================================================== *\/\r\n  #dmk .dmk-hero {\r\n    position: relative;\r\n    overflow: hidden;\r\n    background:\r\n      radial-gradient(120% 90% at 82% 18%, rgba(255, 70, 90, .28) 0%, transparent 48%),\r\n      radial-gradient(90% 120% at 0% 100%, rgba(0, 0, 0, .35) 0%, transparent 55%),\r\n      linear-gradient(122deg, var(--burg-0) 0%, var(--burg-1) 52%, var(--burg-2) 100%);\r\n    color: #fff;\r\n    padding: clamp(90px, 13vh, 150px) 6% clamp(80px, 11vh, 140px);\r\n  }\r\n  #dmk .dmk-hero__grid {\r\n    position: relative; z-index: 2;\r\n    max-width: 1240px; margin: 0 auto;\r\n    display: grid; grid-template-columns: 1.06fr .94fr;\r\n    gap: clamp(30px, 5vw, 70px); align-items: center;\r\n  }\r\n  #dmk .dmk-hero__eyebrow { color: #ff9aa6; }\r\n  #dmk .dmk-hero__eyebrow::before { background: #ff9aa6; }\r\n\r\n  #dmk .dmk-hero h1 {\r\n    font-weight: 700;\r\n    font-size: clamp(2.6rem, 6.4vw, 5.2rem);\r\n    line-height: 1.05; letter-spacing: -.03em;\r\n    margin: 22px 0 24px;\r\n    color: #fff !important; \/* override theme's global h1 color on the burgundy hero *\/\r\n  }\r\n  #dmk .dmk-hero h1 .dot { color: var(--red-2); }\r\n  #dmk .dmk-hero__lead {\r\n    font-size: clamp(1rem, 1.35vw, 1.22rem);\r\n    line-height: 1.7; color: rgba(255, 255, 255, .72);\r\n    max-width: 46ch;\r\n  }\r\n  #dmk .dmk-hero__cta {\r\n    display: inline-flex; align-items: center; gap: 12px;\r\n    margin-top: 38px;\r\n    background: #fff; color: var(--ink);\r\n    text-decoration: none;\r\n    padding: 16px 30px; border-radius: 999px;\r\n    font-weight: 600; font-size: .92rem;\r\n    letter-spacing: .06em; text-transform: uppercase;\r\n    transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .35s var(--ease);\r\n  }\r\n  #dmk .dmk-hero__cta svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }\r\n  #dmk .dmk-hero__cta:hover {\r\n    background: var(--red); color: #fff;\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 18px 40px rgba(225, 29, 42, .45);\r\n  }\r\n  #dmk .dmk-hero__cta:hover svg { transform: translateX(5px); }\r\n\r\n  \/* hero creative illustration *\/\r\n  #dmk .dmk-hero__art { position: relative; display: grid; place-items: center; }\r\n  #dmk .dmk-art { width: min(500px, 92%); height: auto; overflow: visible; }\r\n  @keyframes dmk-spin { to { transform: rotate(360deg); } }\r\n  @keyframes dmk-spin-rev { to { transform: rotate(-360deg); } }\r\n  @keyframes dmk-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }\r\n  @keyframes dmk-float-2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(11px); } }\r\n  @keyframes dmk-pulse { 0%,100% { opacity: .5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.12); } }\r\n  @keyframes dmk-draw { to { stroke-dashoffset: 0; } }\r\n\r\n  #dmk .dmk-art .orbit { transform-origin: 240px 240px; animation: dmk-spin 34s linear infinite; }\r\n  #dmk .dmk-art .orbit-2 { transform-origin: 240px 240px; animation: dmk-spin-rev 26s linear infinite; }\r\n  #dmk .dmk-art .spark { transform-origin: 240px 240px; animation: dmk-pulse 3s ease-in-out infinite; }\r\n  #dmk .dmk-art .card-a { transform-origin: center; animation: dmk-float 6s ease-in-out infinite; }\r\n  #dmk .dmk-art .card-b { transform-origin: center; animation: dmk-float-2 7s ease-in-out infinite; }\r\n  #dmk .dmk-art .growth {\r\n    stroke-dasharray: 360; stroke-dashoffset: 360;\r\n    animation: dmk-draw 2.4s var(--ease) .3s forwards;\r\n  }\r\n  #dmk .dmk-art .sat { transform-origin: 240px 240px; }\r\n\r\n  \/* soft grain \/ bottom fade *\/\r\n  #dmk .dmk-hero::after {\r\n    content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 120px;\r\n    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .18));\r\n    z-index: 1; pointer-events: none;\r\n  }\r\n\r\n  \/* ========================================================================\r\n     2) WHY CHOOSE US\r\n     ======================================================================== *\/\r\n  #dmk .dmk-why {\r\n    padding: clamp(90px, 13vh, 160px) 6%;\r\n    background: var(--bg);\r\n  }\r\n  #dmk .dmk-why__grid {\r\n    max-width: 1240px; margin: 0 auto;\r\n    display: grid; grid-template-columns: 1.05fr .95fr;\r\n    gap: clamp(40px, 6vw, 90px); align-items: center;\r\n  }\r\n  #dmk .dmk-why h2 {\r\n    font-weight: 700; letter-spacing: -.03em; line-height: 1.06;\r\n    font-size: clamp(2.1rem, 4.4vw, 3.5rem);\r\n    margin: 20px 0 22px;\r\n  }\r\n  #dmk .dmk-why__text {\r\n    color: var(--muted); line-height: 1.8;\r\n    font-size: clamp(1rem, 1.2vw, 1.12rem); max-width: 52ch;\r\n  }\r\n  #dmk .dmk-why__lower {\r\n    margin-top: 44px;\r\n    display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 4vw, 56px);\r\n    align-items: start;\r\n  }\r\n  #dmk .dmk-stat { text-align: left; }\r\n  #dmk .dmk-stat__num {\r\n    font-family: 'Space Grotesk', sans-serif;\r\n    font-weight: 700; font-size: clamp(3rem, 6vw, 4.6rem);\r\n    line-height: 1; color: var(--red); letter-spacing: -.04em;\r\n  }\r\n  #dmk .dmk-stat__label {\r\n    margin-top: 8px; font-size: .92rem; color: var(--muted);\r\n    text-transform: uppercase; letter-spacing: .14em; font-weight: 600;\r\n  }\r\n  #dmk .dmk-points { list-style: none; display: grid; gap: 20px; }\r\n  #dmk .dmk-points li { display: flex; align-items: flex-start; gap: 14px; }\r\n  #dmk .dmk-points__ic {\r\n    flex-shrink: 0; width: 40px; height: 40px; border-radius: 11px;\r\n    display: grid; place-items: center;\r\n    color: var(--red);\r\n    background: linear-gradient(180deg, #fff, #fbeff0);\r\n    border: 1px solid #f3dde0;\r\n    box-shadow: 0 8px 18px rgba(225, 29, 42, .1);\r\n  }\r\n  #dmk .dmk-points__ic svg { width: 20px; height: 20px; }\r\n  #dmk .dmk-points p { font-weight: 500; line-height: 1.5; padding-top: 8px; }\r\n\r\n  \/* Why illustration *\/\r\n  #dmk .dmk-why__art { position: relative; display: grid; place-items: center; }\r\n  #dmk .dmk-idea { width: min(440px, 94%); height: auto; overflow: visible; color: var(--red); }\r\n  #dmk .dmk-idea .bulb {\r\n    fill: none; stroke: var(--ink); stroke-width: 3;\r\n    stroke-linecap: round; stroke-linejoin: round;\r\n    stroke-dasharray: 900; stroke-dashoffset: 900;\r\n  }\r\n  #dmk .dmk-idea.in .bulb { animation: dmk-draw 2.6s var(--ease) forwards; }\r\n  #dmk .dmk-idea .net { fill: none; stroke: var(--red); stroke-width: 2.4; stroke-linecap: round; }\r\n  #dmk .dmk-idea .node { fill: var(--red); animation: dmk-pulse 2.6s ease-in-out infinite; }\r\n  #dmk .dmk-idea .ray { stroke: var(--red); stroke-width: 3; stroke-linecap: round; transform-origin: 220px 150px; animation: dmk-pulse 3s ease-in-out infinite; }\r\n  #dmk .dmk-idea .halo { fill: none; stroke: rgba(225,29,42,.16); stroke-width: 2; stroke-dasharray: 5 9; transform-origin: 220px 176px; animation: dmk-spin 40s linear infinite; }\r\n\r\n  \/* ========================================================================\r\n     4) JOURNEY \u2014 vertical scroll timeline\r\n     ======================================================================== *\/\r\n  #dmk .dmk-journey {\r\n    position: relative;\r\n    padding: clamp(90px, 13vh, 160px) 6% clamp(70px, 10vh, 130px);\r\n    background: linear-gradient(180deg, var(--bg-2), var(--bg));\r\n  }\r\n  #dmk .dmk-journey__head { max-width: 1240px; margin: 0 auto clamp(50px, 7vh, 90px); text-align: center; }\r\n  #dmk .dmk-eyebrow.dmk-eyebrow--center { justify-content: center; }\r\n  #dmk .dmk-journey__head h2 {\r\n    font-weight: 700; letter-spacing: -.03em; line-height: 1.06;\r\n    font-size: clamp(2.1rem, 4.4vw, 3.5rem); margin-top: 18px;\r\n  }\r\n\r\n  #dmk .dmk-tl { position: relative; max-width: 980px; margin: 0 auto; }\r\n  \/* central spine *\/\r\n  #dmk .dmk-tl__spine {\r\n    position: absolute; top: 0; bottom: 0; left: 50%; width: 2px;\r\n    transform: translateX(-50%);\r\n    background: var(--line); overflow: visible; --sp: 0;\r\n  }\r\n  #dmk .dmk-tl__fill {\r\n    position: absolute; left: 0; top: 0; width: 100%;\r\n    height: calc(var(--sp) * 100%);\r\n    background: linear-gradient(180deg, var(--red-2), var(--red));\r\n    box-shadow: 0 0 14px var(--glow);\r\n  }\r\n  #dmk .dmk-tl__row {\r\n    position: relative;\r\n    display: grid; grid-template-columns: 1fr 88px 1fr;\r\n    align-items: center;\r\n    margin-bottom: clamp(30px, 5vh, 60px);\r\n  }\r\n  #dmk .dmk-tl__row:last-child { margin-bottom: 0; }\r\n\r\n  #dmk .dmk-node {\r\n    grid-column: 2; justify-self: center;\r\n    position: relative; z-index: 2;\r\n    width: 66px; height: 66px; border-radius: 50%;\r\n    display: grid; place-items: center;\r\n    background: #fff; color: var(--muted);\r\n    border: 2px solid var(--line);\r\n    box-shadow: 0 10px 26px rgba(25, 18, 24, .08);\r\n    transition: color .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease), transform .5s var(--ease);\r\n  }\r\n  #dmk .dmk-node svg { width: 28px; height: 28px; }\r\n  #dmk .dmk-tl__row.lit .dmk-node {\r\n    color: #fff; border-color: var(--red);\r\n    background: linear-gradient(180deg, var(--red-2), var(--red));\r\n    box-shadow: 0 12px 30px var(--glow);\r\n    transform: scale(1.06);\r\n  }\r\n\r\n  #dmk .dmk-card {\r\n    background: var(--card); border: 1px solid var(--line);\r\n    border-radius: 18px; padding: 28px 30px;\r\n    box-shadow: 0 12px 34px rgba(25, 18, 24, .05);\r\n    opacity: 0; transition: opacity .8s var(--ease), transform .8s var(--ease);\r\n  }\r\n  #dmk .dmk-tl__row:nth-child(odd) .dmk-card  { grid-column: 1; transform: translateX(-40px); text-align: right; }\r\n  #dmk .dmk-tl__row:nth-child(even) .dmk-card { grid-column: 3; transform: translateX(40px); }\r\n  #dmk .dmk-tl__row.in .dmk-card { opacity: 1; transform: translateX(0); }\r\n\r\n  #dmk .dmk-card__year {\r\n    font-family: 'Space Grotesk', sans-serif;\r\n    font-weight: 700; font-size: 1.7rem; letter-spacing: -.02em;\r\n    color: var(--red); display: block; margin-bottom: 4px;\r\n  }\r\n  #dmk .dmk-card__title { font-weight: 700; font-size: 1.28rem; letter-spacing: -.01em; margin-bottom: 12px; }\r\n  #dmk .dmk-card__text { color: var(--muted); line-height: 1.7; font-size: .97rem; }\r\n\r\n  \/* ========================================================================\r\n     5) APPROACH CARDS\r\n     ======================================================================== *\/\r\n  #dmk .dmk-approach { padding: clamp(90px, 13vh, 160px) 6%; background: var(--bg); }\r\n  #dmk .dmk-approach__inner { max-width: 1240px; margin: 0 auto; }\r\n  #dmk .dmk-approach__head { max-width: 640px; margin-bottom: clamp(44px, 6vh, 72px); }\r\n  #dmk .dmk-approach__head h2 {\r\n    font-weight: 700; letter-spacing: -.03em; line-height: 1.06;\r\n    font-size: clamp(2.1rem, 4.4vw, 3.5rem); margin-top: 18px;\r\n  }\r\n  #dmk .dmk-cards {\r\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;\r\n    perspective: 1400px;\r\n  }\r\n  #dmk .dmk-fc {\r\n    position: relative; background: var(--card);\r\n    border: 1px solid var(--line); border-radius: 22px;\r\n    padding: 38px 34px;\r\n    box-shadow: 0 2px 6px rgba(25, 18, 24, .04), 0 24px 50px rgba(25, 18, 24, .05);\r\n    transform-style: preserve-3d;\r\n    transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);\r\n    overflow: hidden;\r\n  }\r\n  #dmk .dmk-fc::before {\r\n    content: ''; position: absolute; inset: 0;\r\n    background: radial-gradient(120% 80% at 100% 0%, rgba(225, 29, 42, .06), transparent 55%);\r\n    opacity: 0; transition: opacity .5s var(--ease);\r\n  }\r\n  #dmk .dmk-fc:hover { border-color: #f0d9dc; box-shadow: 0 4px 10px rgba(25, 18, 24, .05), 0 40px 80px rgba(25, 18, 24, .12); }\r\n  #dmk .dmk-fc:hover::before { opacity: 1; }\r\n  #dmk .dmk-fc__n {\r\n    font-family: 'Space Grotesk', sans-serif;\r\n    position: absolute; top: 26px; right: 30px;\r\n    font-size: .82rem; font-weight: 700; letter-spacing: .12em; color: #d8cfd2;\r\n    transform: translateZ(20px);\r\n  }\r\n  #dmk .dmk-fc__ic {\r\n    width: 58px; height: 58px; border-radius: 15px;\r\n    display: grid; place-items: center; color: var(--red);\r\n    background: linear-gradient(180deg, #fff, #fbeff0);\r\n    border: 1px solid #f3dde0;\r\n    box-shadow: 0 10px 22px rgba(225, 29, 42, .12);\r\n    transform: translateZ(42px);\r\n  }\r\n  #dmk .dmk-fc__ic svg { width: 28px; height: 28px; }\r\n  #dmk .dmk-fc h3 { font-weight: 700; font-size: 1.3rem; letter-spacing: -.01em; margin: 22px 0 10px; transform: translateZ(28px); }\r\n  #dmk .dmk-fc p { color: var(--muted); line-height: 1.7; font-size: .98rem; transform: translateZ(16px); }\r\n\r\n  \/* ========================================================================\r\n     RESPONSIVE\r\n     ======================================================================== *\/\r\n  @media (max-width: 940px) {\r\n    #dmk .dmk-hero__grid { grid-template-columns: 1fr; }\r\n    #dmk .dmk-hero__art { order: -1; margin-bottom: 10px; }\r\n    #dmk .dmk-art { width: min(360px, 78%); }\r\n    #dmk .dmk-why__grid { grid-template-columns: 1fr; }\r\n    #dmk .dmk-why__art { order: -1; }\r\n    #dmk .dmk-cards { grid-template-columns: 1fr; }\r\n\r\n    \/* timeline collapses to single left rail *\/\r\n    #dmk .dmk-tl__spine { left: 33px; }\r\n    #dmk .dmk-tl__row { grid-template-columns: 66px 1fr; gap: 22px; }\r\n    #dmk .dmk-node { grid-column: 1; }\r\n    #dmk .dmk-tl__row:nth-child(odd) .dmk-card,\r\n    #dmk .dmk-tl__row:nth-child(even) .dmk-card { grid-column: 2; text-align: left; transform: translateX(30px); }\r\n    #dmk .dmk-tl__row.in .dmk-card { transform: translateX(0); }\r\n  }\r\n  @media (max-width: 520px) {\r\n    #dmk .dmk-why__lower { grid-template-columns: 1fr; gap: 30px; }\r\n  }\r\n  @media (prefers-reduced-motion: reduce) {\r\n    #dmk .dmk-art .orbit, #dmk .dmk-art .orbit-2, #dmk .dmk-art .spark,\r\n    #dmk .dmk-art .card-a, #dmk .dmk-art .card-b, #dmk .dmk-art .growth,\r\n    #dmk .dmk-idea .node, #dmk .dmk-idea .ray, #dmk .dmk-idea .halo { animation: none; }\r\n    #dmk .dmk-idea .bulb { stroke-dashoffset: 0; }\r\n    #dmk .r { opacity: 1; transform: none; transition: none; }\r\n  }\r\n<\/style>\r\n\r\n<section id=\"dmk\">\r\n\r\n  <!-- ============================ 1) HERO ============================ -->\r\n  <header class=\"dmk-hero\">\r\n    <div class=\"dmk-hero__grid\">\r\n      <div class=\"dmk-hero__copy\">\r\n        <span class=\"dmk-eyebrow dmk-hero__eyebrow r\">Who We Are<\/span>\r\n        <h1 class=\"dmk-display r\">Our Mission<br>and Values<span class=\"dot\">.<\/span><\/h1>\r\n        <p class=\"dmk-hero__lead r\">\r\n          Everything we build starts with a simple belief: technology should\r\n          serve people, not the other way around. These are the principles\r\n          that guide every project, every partnership and every decision we make.\r\n        <\/p>\r\n        <a href=\"\/contact\/\" class=\"dmk-hero__cta r\">\r\n          Get In Touch\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\r\n        <\/a>\r\n      <\/div>\r\n\r\n      <div class=\"dmk-hero__art r\">\r\n        <!-- Custom illustration: Darksn + creativity engine -->\r\n        <svg class=\"dmk-art\" viewBox=\"0 0 480 480\" fill=\"none\" aria-hidden=\"true\">\r\n          <!-- soft glow -->\r\n          <circle cx=\"240\" cy=\"240\" r=\"150\" fill=\"url(#dmkGlow)\"\/>\r\n          <defs>\r\n            <radialGradient id=\"dmkGlow\" cx=\"50%\" cy=\"50%\" r=\"50%\">\r\n              <stop offset=\"0%\" stop-color=\"#ff3b47\" stop-opacity=\".38\"\/>\r\n              <stop offset=\"100%\" stop-color=\"#ff3b47\" stop-opacity=\"0\"\/>\r\n            <\/radialGradient>\r\n          <\/defs>\r\n\r\n          <!-- rotating orbits -->\r\n          <g class=\"orbit\">\r\n            <ellipse cx=\"240\" cy=\"240\" rx=\"188\" ry=\"118\" stroke=\"rgba(255,255,255,.18)\" stroke-width=\"1.4\" stroke-dasharray=\"3 10\"\/>\r\n            <g class=\"sat\" style=\"transform: rotate(0deg)\"><circle cx=\"428\" cy=\"240\" r=\"6\" fill=\"#ff9aa6\"\/><\/g>\r\n          <\/g>\r\n          <g class=\"orbit-2\">\r\n            <ellipse cx=\"240\" cy=\"240\" rx=\"118\" ry=\"188\" stroke=\"rgba(255,255,255,.14)\" stroke-width=\"1.4\" stroke-dasharray=\"3 10\"\/>\r\n            <circle cx=\"240\" cy=\"52\" r=\"5\" fill=\"rgba(255,255,255,.6)\"\/>\r\n            <circle cx=\"240\" cy=\"428\" r=\"4\" fill=\"rgba(255,255,255,.4)\"\/>\r\n          <\/g>\r\n\r\n          <!-- central core -->\r\n          <rect x=\"176\" y=\"176\" width=\"128\" height=\"128\" rx=\"30\" fill=\"rgba(255,255,255,.06)\" stroke=\"rgba(255,255,255,.28)\" stroke-width=\"1.6\"\/>\r\n          <!-- Darksn N mark -->\r\n          <path d=\"M206 292 V188 L274 292 V188\" stroke=\"#fff\" stroke-width=\"9\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/>\r\n          <circle cx=\"240\" cy=\"240\" r=\"52\" stroke=\"var(--red-2, #ff3b47)\" stroke-width=\"3\" fill=\"none\" opacity=\".7\"\/>\r\n\r\n          <!-- creative spark -->\r\n          <g class=\"spark\">\r\n            <path d=\"M366 132 l7 20 20 7 -20 7 -7 20 -7 -20 -20 -7 20 -7 z\" fill=\"#ff3b47\"\/>\r\n          <\/g>\r\n\r\n          <!-- growth arrow -->\r\n          <path class=\"growth\" d=\"M120 360 C 170 360, 196 316, 236 300 S 316 250, 372 156\"\r\n                stroke=\"#ff3b47\" stroke-width=\"4\" stroke-linecap=\"round\" fill=\"none\"\/>\r\n          <path d=\"M372 156 l-22 6 M372 156 l-4 22\" stroke=\"#ff3b47\" stroke-width=\"4\" stroke-linecap=\"round\"\/>\r\n\r\n          <!-- floating mini-cards -->\r\n          <g class=\"card-a\">\r\n            <rect x=\"70\" y=\"150\" width=\"92\" height=\"66\" rx=\"12\" fill=\"#fff\"\/>\r\n            <rect x=\"84\" y=\"188\" width=\"14\" height=\"16\" rx=\"3\" fill=\"#e11d2a\"\/>\r\n            <rect x=\"104\" y=\"176\" width=\"14\" height=\"28\" rx=\"3\" fill=\"#e11d2a\" opacity=\".55\"\/>\r\n            <rect x=\"124\" y=\"166\" width=\"14\" height=\"38\" rx=\"3\" fill=\"#e11d2a\"\/>\r\n            <circle cx=\"84\" cy=\"166\" r=\"4\" fill=\"#191218\"\/>\r\n          <\/g>\r\n          <g class=\"card-b\">\r\n            <rect x=\"330\" y=\"300\" width=\"92\" height=\"60\" rx=\"12\" fill=\"#fff\"\/>\r\n            <path d=\"M348 340 c0 -8 6 -12 12 -12 5 0 8 3 8 7 0 7 -10 8 -10 15 M358 356 v.02\" fill=\"none\" stroke=\"#e11d2a\" stroke-width=\"4\" stroke-linecap=\"round\"\/>\r\n            <path d=\"M380 322 h30 M380 334 h22 M380 346 h30\" stroke=\"#cbc4c7\" stroke-width=\"4\" stroke-linecap=\"round\"\/>\r\n          <\/g>\r\n        <\/svg>\r\n      <\/div>\r\n    <\/div>\r\n  <\/header>\r\n\r\n  <!-- ======================= 2) WHY CHOOSE US ======================= -->\r\n  <section class=\"dmk-why\">\r\n    <div class=\"dmk-why__grid\">\r\n      <div class=\"dmk-why__copy\">\r\n        <span class=\"dmk-eyebrow r\">Why Choose Us<\/span>\r\n        <h2 class=\"dmk-display r\">Crafting Experiences,<br>Delivering Success.<\/h2>\r\n        <p class=\"dmk-why__text r\">\r\n          Our commitment to quality and excellence is unparalleled. From the first\r\n          brainstorming session to the final delivery, every step is executed to\r\n          perfection. You are not just getting a service \u2014 you are getting a partner\r\n          committed to your growth.\r\n        <\/p>\r\n\r\n        <div class=\"dmk-why__lower r\">\r\n          <div class=\"dmk-stat\">\r\n            <div class=\"dmk-stat__num\" data-count=\"8\" data-suffix=\"+\">+8<\/div>\r\n            <div class=\"dmk-stat__label\">Years of<br>Experience<\/div>\r\n          <\/div>\r\n          <ul class=\"dmk-points\">\r\n            <li>\r\n              <span class=\"dmk-points__ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 7h16M4 12h16M4 17h10\"\/><\/svg><\/span>\r\n              <p>Digital solutions under one roof.<\/p>\r\n            <\/li>\r\n            <li>\r\n              <span class=\"dmk-points__ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M15.5 8.5l-2.3 5.2-5.2 2.3 2.3-5.2z\"\/><\/svg><\/span>\r\n              <p>Strategies tailored to your business needs.<\/p>\r\n            <\/li>\r\n            <li>\r\n              <span class=\"dmk-points__ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3l2.5 5 5.5.8-4 3.9.9 5.5L12 21l-4.9-2.8.9-5.5-4-3.9L9.5 8z\"\/><\/svg><\/span>\r\n              <p>Competitive pricing for exceptional value.<\/p>\r\n            <\/li>\r\n          <\/ul>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"dmk-why__art r\">\r\n        <!-- Custom \"creativity \/ idea\" line-art (replaces the stock light bulb) -->\r\n        <svg class=\"dmk-idea\" viewBox=\"0 0 440 400\" fill=\"none\" aria-hidden=\"true\">\r\n          <circle class=\"halo\" cx=\"220\" cy=\"176\" r=\"150\"\/>\r\n          <!-- rays -->\r\n          <g>\r\n            <line class=\"ray\" x1=\"220\" y1=\"34\" x2=\"220\" y2=\"8\" style=\"animation-delay:0s\"\/>\r\n            <line class=\"ray\" x1=\"120\" y1=\"70\" x2=\"103\" y2=\"52\" style=\"animation-delay:.3s\"\/>\r\n            <line class=\"ray\" x1=\"320\" y1=\"70\" x2=\"337\" y2=\"52\" style=\"animation-delay:.6s\"\/>\r\n            <line class=\"ray\" x1=\"92\" y1=\"168\" x2=\"66\" y2=\"168\" style=\"animation-delay:.9s\"\/>\r\n            <line class=\"ray\" x1=\"348\" y1=\"168\" x2=\"374\" y2=\"168\" style=\"animation-delay:1.1s\"\/>\r\n          <\/g>\r\n          <!-- bulb + base drawn as one continuous editorial line -->\r\n          <path class=\"bulb\" d=\"M220 60\r\n            C 158 60, 116 108, 116 166\r\n            C 116 206, 140 232, 162 254\r\n            C 176 268, 182 284, 184 300\r\n            L 256 300\r\n            C 258 284, 264 268, 278 254\r\n            C 300 232, 324 206, 324 166\r\n            C 324 108, 282 60, 220 60 Z\r\n            M 186 320 L 254 320\r\n            M 192 340 L 248 340\r\n            M 204 358 Q 220 368, 236 358\"\/>\r\n          <!-- creative neural network inside -->\r\n          <path class=\"net\" d=\"M186 210 L220 150 L254 210 L220 250 Z\"\/>\r\n          <path class=\"net\" d=\"M186 210 L254 210 M220 150 L220 250\"\/>\r\n          <circle class=\"node\" cx=\"220\" cy=\"150\" r=\"7\" style=\"animation-delay:0s\"\/>\r\n          <circle class=\"node\" cx=\"186\" cy=\"210\" r=\"6\" style=\"animation-delay:.4s\"\/>\r\n          <circle class=\"node\" cx=\"254\" cy=\"210\" r=\"6\" style=\"animation-delay:.8s\"\/>\r\n          <circle class=\"node\" cx=\"220\" cy=\"250\" r=\"7\" style=\"animation-delay:1.2s\"\/>\r\n        <\/svg>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- ========================= 4) JOURNEY ========================= -->\r\n  <section class=\"dmk-journey\">\r\n    <div class=\"dmk-journey__head\">\r\n      <span class=\"dmk-eyebrow dmk-eyebrow--center r\">Our Journey<\/span>\r\n      <h2 class=\"dmk-display r\">From vision to global impact.<\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"dmk-tl\" id=\"dmkTl\">\r\n      <div class=\"dmk-tl__spine\" id=\"dmkSpine\"><div class=\"dmk-tl__fill\"><\/div><\/div>\r\n\r\n      <!-- 2018 -->\r\n      <div class=\"dmk-tl__row\" data-p=\"0.08\">\r\n        <div class=\"dmk-card\">\r\n          <span class=\"dmk-card__year\">2018<\/span>\r\n          <h3 class=\"dmk-card__title\">Founded<\/h3>\r\n          <p class=\"dmk-card__text\">We began with a vision to realize innovative projects and deliver real added value. Advanced infrastructure and a passion for technology drove our foundation.<\/p>\r\n        <\/div>\r\n        <div class=\"dmk-node\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3c3 2 4.5 5 4.5 8 0 2.2-1 4-2.5 5l-2 3-2-3c-1.5-1-2.5-2.8-2.5-5 0-3 1.5-6 4.5-8z\"\/><circle cx=\"12\" cy=\"10\" r=\"1.6\"\/><path d=\"M8 20l-2 1M16 20l2 1\"\/><\/svg>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 2019 -->\r\n      <div class=\"dmk-tl__row\" data-p=\"0.28\">\r\n        <div class=\"dmk-node\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 18l5-5 3 3 7-8\"\/><path d=\"M15 8h5v5\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"dmk-card\">\r\n          <span class=\"dmk-card__year\">2019<\/span>\r\n          <h3 class=\"dmk-card__title\">Progress<\/h3>\r\n          <p class=\"dmk-card__text\">With innovative approaches and creative solutions, we led our clients' digital transformation \u2014 growing continuously and earning an impeccable reputation.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 2020 -->\r\n      <div class=\"dmk-tl__row\" data-p=\"0.48\">\r\n        <div class=\"dmk-card\">\r\n          <span class=\"dmk-card__year\">2020<\/span>\r\n          <h3 class=\"dmk-card__title\">Success<\/h3>\r\n          <p class=\"dmk-card__text\">We guarantee our customers' success through commitment to innovation. By continuously adopting the latest technologies, we deliver the very best solutions.<\/p>\r\n        <\/div>\r\n        <div class=\"dmk-node\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M7 4h10v4a5 5 0 0 1-10 0z\"\/><path d=\"M7 6H4v2a3 3 0 0 0 3 3M17 6h3v2a3 3 0 0 1-3 3\"\/><path d=\"M10 14h4M9 20h6M12 14v6\"\/><\/svg>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 2021 -->\r\n      <div class=\"dmk-tl__row\" data-p=\"0.68\">\r\n        <div class=\"dmk-node\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 21V11\"\/><path d=\"M12 11c0-3.5-2.5-6-6-6 0 3.5 2.5 6 6 6z\"\/><path d=\"M12 13c0-3 2.2-5.5 5.5-5.5C17.5 10.5 15.3 13 12 13z\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"dmk-card\">\r\n          <span class=\"dmk-card__year\">2021<\/span>\r\n          <h3 class=\"dmk-card__title\">Growth<\/h3>\r\n          <p class=\"dmk-card__text\">Continuous growth remains our core goal. We work to provide better service and pioneer advancements \u2014 always aiming to exceed customer expectations.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 2025 -->\r\n      <div class=\"dmk-tl__row\" data-p=\"0.9\">\r\n        <div class=\"dmk-card\">\r\n          <span class=\"dmk-card__year\">2025<\/span>\r\n          <h3 class=\"dmk-card__title\">Expansion<\/h3>\r\n          <p class=\"dmk-card__text\">We opened our new branch in Turkey, expanding our global presence and strengthening our commitment to serving clients across new regions.<\/p>\r\n        <\/div>\r\n        <div class=\"dmk-node\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M3 12h18M12 3c2.6 2.4 4 5.6 4 9s-1.4 6.6-4 9c-2.6-2.4-4-5.6-4-9s1.4-6.6 4-9z\"\/><\/svg>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- ========================= 5) APPROACH ========================= -->\r\n  <section class=\"dmk-approach\">\r\n    <div class=\"dmk-approach__inner\">\r\n      <div class=\"dmk-approach__head\">\r\n        <span class=\"dmk-eyebrow r\">The Darksn Difference<\/span>\r\n        <h2 class=\"dmk-display r\">Built around your success.<\/h2>\r\n      <\/div>\r\n\r\n      <div class=\"dmk-cards\">\r\n        <article class=\"dmk-fc dmk-tilt r\">\r\n          <span class=\"dmk-fc__n\">01<\/span>\r\n          <div class=\"dmk-fc__ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3l7 4v5c0 4.4-3 7.6-7 9-4-1.4-7-4.6-7-9V7z\"\/><path d=\"M9.5 12l1.8 1.8L15 10\"\/><\/svg><\/div>\r\n          <h3>Tailored Solutions<\/h3>\r\n          <p>We deliver solutions that are not just innovative, but specifically tailored to your business \u2014 a perfect fit for your goals and vision.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"dmk-fc dmk-tilt r\">\r\n          <span class=\"dmk-fc__n\">02<\/span>\r\n          <div class=\"dmk-fc__ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"4\"\/><path d=\"M4 21c0-4 3.6-7 8-7s8 3 8 7\"\/><\/svg><\/div>\r\n          <h3>Client-Centric Approach<\/h3>\r\n          <p>We prioritize your success. Our approach revolves around understanding your challenges and providing customized solutions that drive measurable outcomes.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"dmk-fc dmk-tilt r\">\r\n          <span class=\"dmk-fc__n\">03<\/span>\r\n          <div class=\"dmk-fc__ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2v4M12 18v4M2 12h4M18 12h4M5 5l3 3M16 16l3 3M19 5l-3 3M8 16l-3 3\"\/><circle cx=\"12\" cy=\"12\" r=\"3.5\"\/><\/svg><\/div>\r\n          <h3>Cutting-Edge Technology<\/h3>\r\n          <p>We leverage the latest technologies to ensure our solutions are forward-thinking and scalable \u2014 delivering long-term value and staying ahead of trends.<\/p>\r\n        <\/article>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n\r\n<\/section>\r\n\r\n<script>\r\n(function () {\r\n  var root = document.getElementById('dmk');\r\n  if (!root) return;\r\n  var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n\r\n  \/* ---- reveal on scroll ---- *\/\r\n  var reveal = root.querySelectorAll('.r, .dmk-idea');\r\n  if (!('IntersectionObserver' in window) || reduce) {\r\n    reveal.forEach(function (e) { e.classList.add('in'); });\r\n  } else {\r\n    var io = new IntersectionObserver(function (entries) {\r\n      entries.forEach(function (en) {\r\n        if (en.isIntersecting) { en.target.classList.add('in'); io.unobserve(en.target); }\r\n      });\r\n    }, { threshold: 0.16, rootMargin: '0px 0px -8% 0px' });\r\n    reveal.forEach(function (e) { io.observe(e); });\r\n  }\r\n\r\n  \/* ---- count-up stat ---- *\/\r\n  var stat = root.querySelector('[data-count]');\r\n  if (stat) {\r\n    var done = false;\r\n    var target = parseInt(stat.getAttribute('data-count'), 10) || 0;\r\n    var suffix = stat.getAttribute('data-suffix') || '';\r\n    function run() {\r\n      if (done) return; done = true;\r\n      if (reduce) { stat.textContent = suffix + target; return; }\r\n      var t0 = null, dur = 1200;\r\n      function step(ts) {\r\n        if (!t0) t0 = ts;\r\n        var p = Math.min((ts - t0) \/ dur, 1);\r\n        var eased = 1 - Math.pow(1 - p, 3);\r\n        stat.textContent = suffix + Math.round(eased * target);\r\n        if (p < 1) requestAnimationFrame(step);\r\n      }\r\n      requestAnimationFrame(step);\r\n    }\r\n    if ('IntersectionObserver' in window) {\r\n      new IntersectionObserver(function (e) { if (e[0].isIntersecting) run(); }, { threshold: .6 })\r\n        .observe(stat);\r\n    } else { run(); }\r\n  }\r\n\r\n  \/* ---- vertical timeline: spine fills + nodes light up on scroll ---- *\/\r\n  var tl = document.getElementById('dmkTl');\r\n  var spine = document.getElementById('dmkSpine');\r\n  if (tl && spine) {\r\n    var rows = Array.prototype.slice.call(tl.querySelectorAll('.dmk-tl__row'));\r\n    var raf = null;\r\n    function update() {\r\n      raf = null;\r\n      var rect = tl.getBoundingClientRect();\r\n      var vh = window.innerHeight;\r\n      var anchor = vh * 0.62;\r\n      var sp = (anchor - rect.top) \/ rect.height;\r\n      sp = Math.max(0, Math.min(sp, 1));\r\n      spine.style.setProperty('--sp', sp.toFixed(4));\r\n      rows.forEach(function (row) {\r\n        var p = parseFloat(row.getAttribute('data-p')) || 0;\r\n        row.classList.toggle('lit', sp >= p - 0.01);\r\n        var rr = row.getBoundingClientRect();\r\n        if (rr.top < vh * 0.86) row.classList.add('in');\r\n      });\r\n    }\r\n    function onScroll() { if (!raf) raf = requestAnimationFrame(update); }\r\n    window.addEventListener('scroll', onScroll, { passive: true });\r\n    window.addEventListener('resize', onScroll, { passive: true });\r\n    update();\r\n  }\r\n\r\n  \/* ---- subtle 3D tilt on approach cards (pointer devices only) ---- *\/\r\n  var canHover = window.matchMedia && window.matchMedia('(hover: hover)').matches;\r\n  if (canHover && !reduce) {\r\n    root.querySelectorAll('.dmk-tilt').forEach(function (card) {\r\n      var r = null;\r\n      card.addEventListener('pointermove', function (e) {\r\n        if (r) return;\r\n        r = requestAnimationFrame(function () {\r\n          r = null;\r\n          var b = card.getBoundingClientRect();\r\n          var px = (e.clientX - b.left) \/ b.width - 0.5;\r\n          var py = (e.clientY - b.top) \/ b.height - 0.5;\r\n          card.style.transform = 'rotateX(' + (-py * 6).toFixed(2) + 'deg) rotateY(' + (px * 8).toFixed(2) + 'deg) translateZ(4px)';\r\n        });\r\n      });\r\n      card.addEventListener('pointerleave', function () { card.style.transform = ''; });\r\n    });\r\n  }\r\n})();\r\n<\/script>\r\n\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-3bfc5a0c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"3bfc5a0c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ace0168 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"ace0168\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a2c4c10 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"6a2c4c10\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20791fdc elementor-widget__width-inherit animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"20791fdc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our team will transform your<br> ideas into measurable digital solutions.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9cc23d0 elementor-position-left elementor-mobile-position-left elementor-view-default elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"9cc23d0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tInnovative Solutions for Your Business Needs\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOur team thrives on creativity and technical expertise. We work closely with you to turn your ideas into impactful, data-driven digital solutions that accelerate your business growth.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63364c04 elementor-position-left elementor-mobile-position-left elementor-view-default elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"63364c04\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFrom Concept to Execution, We've Got You Covered\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWith a focus on results, we transform your vision into measurable outcomes through customized digital strategies, ensuring every project is aligned with your business goals.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-32d57066 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"32d57066\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-53d88250 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"53d88250\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44c4f8a7 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-left elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"44c4f8a7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<h2 class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tTestimonials\t\t\t\t<\/h2>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39a212bd elementor-widget elementor-widget-icon-box\" data-id=\"39a212bd\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tOur success, echoed by our clients\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe success of Darksn is reflected in the achievements and satisfaction of our clients. Through our tailored solutions and dedicated support, we help businesses thrive, and their positive feedback is a testament to the quality of our services. We believe that our clients' success is the true measure of our own.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39e5223e elementor-pagination-type-bullets elementor-review--has-separator elementor--star-style-star_fontawesome elementor-widget elementor-widget-reviews\" data-id=\"39e5223e\" data-element_type=\"widget\" data-settings=\"{&quot;slides_per_view&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;autoplay_speed&quot;:4000,&quot;lazyload&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"reviews.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t<div class=\"elementor-main-swiper swiper\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial elementor-repeater-item-1823ce1\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__header\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/2149256267.jpg\" alt=\"Ethan Robinson\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Ethan Robinson<\/span><div class=\"elementor-star-rating\"><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><\/div><\/cite>\t\t\t\t\t<div class=\"elementor-testimonial__icon elementor-icon elementor-icon-linkedin-in\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin-in\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><span class=\"elementor-screen-only\">Read More<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tTheir maintenance service has been a lifesaver for us. They are quick to respond and fix any issues, and their proactive approach helps us avoid potential problems. They've been integral in pushing our digital boundaries.\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial elementor-repeater-item-3918248\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__header\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/20261-768x512.jpg\" alt=\"John Smith\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">John Smith<\/span><div class=\"elementor-star-rating\"><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-empty\">&#xE933;<\/i><\/div><\/cite>\t\t\t\t\t<div class=\"elementor-testimonial__icon elementor-icon elementor-icon-x-twitter\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-x-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"><\/path><\/svg><span class=\"elementor-screen-only\">Read More<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tWorking with them was a breath of fresh air. Their professionalism, creativity, and technical expertise blew us away. They took the time to understand our needs and executed beyond our expectations.\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial elementor-repeater-item-5a19e2d\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__header\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/2149448574.jpg\" alt=\"Jessica Taylor\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Jessica Taylor<\/span><div class=\"elementor-star-rating\"><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><i class=\"elementor-star-full\">&#xE933;<\/i><\/div><\/cite>\t\t\t\t\t<div class=\"elementor-testimonial__icon elementor-icon elementor-icon-linkedin-in\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin-in\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><span class=\"elementor-screen-only\">Read More<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tWe entrusted them with a complex software development project, and they delivered beyond our expectations. Their technical expertise and commitment to quality are unparalleled.\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\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-1775711b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"1775711b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-4f19693f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"4f19693f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-194e7afa e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"194e7afa\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1571051d elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"1571051d\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCommitted to Excellence and Client Success\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAt Darksn, excellence drives everything we do. We go the extra mile to deliver top-notch services, ensuring our clients achieve outstanding results. Your success and satisfaction are our top priorities.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11a0df38 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"11a0df38\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\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-feather\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"><\/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\">We design solutions that streamline processes, boosting productivity and reducing costs.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\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-chart-pie\" viewBox=\"0 0 544 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"><\/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\">With a modern and refined approach, we help elevate your brand's image and strengthen your reputation.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\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-layer-group\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"><\/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\"> Our services are customized to meet your unique business requirements, delivering the perfect solution to fit your objectives.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\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-2a83c3cd e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"2a83c3cd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d625013 elementor-position-left elementor-mobile-position-left animated-fast elementor-view-default elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5d625013\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tOur Mission\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tTo offer reliable, user-friendly software solutions that optimize business processes and maximize customer satisfaction.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c6f148 elementor-position-left elementor-mobile-position-left elementor-view-default elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"7c6f148\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tVision\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tTo be a leader in technology, delivering the most effective and innovative solutions to create a significant impact in the business world. \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\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>Who We Are Our Missionand Values. Everything we build starts with a simple belief: technology should serve people, not the other way around. These are the principles that guide every project, every partnership and every decision we make. Get In Touch Why Choose Us Crafting Experiences,Delivering Success. Our commitment to quality and excellence is unparalleled. From the first brainstorming session to the final delivery, every step is executed to perfection. You are not just getting a service \u2014 you are getting a partner committed to your growth. +8 Years ofExperience Digital solutions under one roof. Strategies tailored to your business needs. Competitive pricing for exceptional value. Our Journey From vision to global impact. 2018 Founded We began with a vision to realize innovative projects and deliver real added value. Advanced infrastructure and a passion for technology drove our foundation. 2019 Progress With innovative approaches and creative solutions, we led our clients&#8217; digital transformation \u2014 growing continuously and earning an impeccable reputation. 2020 Success We guarantee our customers&#8217; success through commitment to innovation. By continuously adopting the latest technologies, we deliver the very best solutions. 2021 Growth Continuous growth remains our core goal. We work to provide better service and pioneer advancements \u2014 always aiming to exceed customer expectations. 2025 Expansion We opened our new branch in Turkey, expanding our global presence and strengthening our commitment to serving clients across new regions. The Darksn Difference Built around your success. 01 Tailored Solutions We deliver solutions that are not just innovative, but specifically tailored to your business \u2014 a perfect fit for your goals and vision. 02 Client-Centric Approach We prioritize your success. Our approach revolves around understanding your challenges and providing customized solutions that drive measurable outcomes. 03 Cutting-Edge Technology We leverage the latest technologies to ensure our solutions are forward-thinking and scalable \u2014 delivering long-term value and staying ahead of trends. Our team will transform your ideas into measurable digital solutions. Innovative Solutions for Your Business Needs Our team thrives on creativity and technical expertise. We work closely with you to turn your ideas into impactful, data-driven digital solutions that accelerate your business growth. From Concept to Execution, We&#8217;ve Got You Covered With a focus on results, we transform your vision into measurable outcomes through customized digital strategies, ensuring every project is aligned with your business goals. Testimonials Our success, echoed by our clients The success of Darksn is reflected in the achievements and satisfaction of our clients. Through our tailored solutions and dedicated support, we help businesses thrive, and their positive feedback is a testament to the quality of our services. We believe that our clients&#8217; success is the true measure of our own. Ethan Robinson&#xE933;&#xE933;&#xE933;&#xE933;&#xE933; Read More Their maintenance service has been a lifesaver for us. They are quick to respond and fix any issues, and their proactive approach helps us avoid potential problems. They&#8217;ve been integral in pushing our digital boundaries. John Smith&#xE933;&#xE933;&#xE933;&#xE933;&#xE933; Read More Working with them was a breath of fresh air. Their professionalism, creativity, and technical expertise blew us away. They took the time to understand our needs and executed beyond our expectations. Jessica Taylor&#xE933;&#xE933;&#xE933;&#xE933;&#xE933; Read More We entrusted them with a complex software development project, and they delivered beyond our expectations. Their technical expertise and commitment to quality are unparalleled. Committed to Excellence and Client Success At Darksn, excellence drives everything we do. We go the extra mile to deliver top-notch services, ensuring our clients achieve outstanding results. Your success and satisfaction are our top priorities. We design solutions that streamline processes, boosting productivity and reducing costs. With a modern and refined approach, we help elevate your brand&#8217;s image and strengthen your reputation. Our services are customized to meet your unique business requirements, delivering the perfect solution to fit your objectives. Our Mission To offer reliable, user-friendly software solutions that optimize business processes and maximize customer satisfaction. Vision To be a leader in technology, delivering the most effective and innovative solutions to create a significant impact in the business world.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"coauthors":[],"class_list":["post-2819","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/pages\/2819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/comments?post=2819"}],"version-history":[{"count":22,"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/pages\/2819\/revisions"}],"predecessor-version":[{"id":34035,"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/pages\/2819\/revisions\/34035"}],"wp:attachment":[{"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/media?parent=2819"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/darksn.de\/wp-json\/wp\/v2\/coauthors?post=2819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}