:root {
    --dh-primary: #fd6e05;
    --dh-primary-dark: #d94a00;
    --dh-accent: #fcc62d;
    --dh-accent-dark: #d99100;
    --dh-warm: #fff7ef;
    --dh-warm-deep: #ffe8d1;
    --dh-navy: #24150c;
    --dh-heading: #2c1d16;
    --dh-text: #5f534d;
    --dh-white: #ffffff;
    --dh-border: #f2dac8;
}

.dh-inner-hero {
    position: relative;
    min-height: 455px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--dh-white);
    background: var(--dh-navy) url("../images/hero/dh-technology-home-hero.webp") center 42% / cover no-repeat;
    background-color: var(--dh-primary);
    background-blend-mode: luminosity;
}

.dh-inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(31, 16, 8, .97) 0%, rgba(91, 32, 2, .9) 46%, rgba(76, 27, 2, .52) 74%, rgba(31, 16, 8, .42) 100%);
}

.dh-inner-hero::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -130px;
    top: -230px;
    border: 1px solid rgba(252, 198, 45, .55);
    border-radius: 50%;
    box-shadow: 0 0 0 65px rgba(252, 198, 45, .08), 0 0 0 130px rgba(253, 110, 5, .08);
}

.dh-inner-hero .container {
    position: relative;
    z-index: 1;
}

.dh-inner-hero-content {
    max-width: 900px;
    padding: 80px 0;
}

.dh-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 22px;
    padding: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-weight: 600;
    list-style: none;
}

.dh-breadcrumb a {
    color: #ffd39d;
}

.dh-breadcrumb a:hover {
    color: var(--dh-white);
}

.dh-inner-eyebrow {
    margin-bottom: 14px;
    color: #ffd39d;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dh-inner-hero h1 {
    max-width: 900px;
    margin-bottom: 20px;
    color: var(--dh-white);
    font-size: clamp(40px, 5.2vw, 68px);
    font-weight: 700;
    line-height: 1.08;
}

.dh-inner-hero p:last-child {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    line-height: 1.75;
}

.dh-page-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.dh-page-section .container {
    position: relative;
    z-index: 2;
}

.dh-page-section-warm {
    background: var(--dh-warm);
}

.dh-page-section-light {
    background: #fff8f2;
}

.dh-page-section-wave::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/patterns/mitech-home-infotechno-case-study-section-bg.webp") left bottom / 780px auto no-repeat;
    opacity: .72;
    pointer-events: none;
}

.dh-page-section-organic::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 660px;
    left: -120px;
    bottom: -180px;
    background: url("../images/patterns/mitech-home-infotechno-section-company-bg.webp") left bottom / contain no-repeat;
    opacity: .75;
    pointer-events: none;
}

.dh-section-heading {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.dh-section-heading.dh-section-heading-left {
    margin-left: 0;
    text-align: left;
}

.dh-section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--dh-primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dh-section-heading h2,
.dh-page-copy h2 {
    margin-bottom: 22px;
    color: var(--dh-heading);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.2;
}

.dh-section-heading p,
.dh-page-copy p {
    color: var(--dh-text);
    font-size: 16px;
    line-height: 1.85;
}

.dh-page-copy p:last-child {
    margin-bottom: 0;
}

.dh-page-highlight {
    position: relative;
    overflow: hidden;
    min-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--dh-navy), var(--dh-primary));
    box-shadow: 0 25px 70px rgba(253, 110, 5, .2);
}

.dh-page-highlight::before,
.dh-page-highlight::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(252, 198, 45, .65);
    border-radius: 50%;
}

.dh-page-highlight::before {
    width: 300px;
    height: 300px;
    right: -120px;
    top: -100px;
}

.dh-page-highlight::after {
    width: 190px;
    height: 190px;
    right: -50px;
    top: -40px;
}

.dh-page-highlight-icon {
    position: relative;
    z-index: 1;
    width: 82px;
    height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 24px;
    background: rgba(255, 255, 255, .12);
    color: var(--dh-white);
    font-size: 34px;
    backdrop-filter: blur(10px);
}

.dh-page-highlight h3,
.dh-page-highlight p {
    position: relative;
    z-index: 1;
    color: var(--dh-white);
}

.dh-page-highlight h3 {
    margin-bottom: 15px;
    font-size: 28px;
}

.dh-page-highlight p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    line-height: 1.75;
}

.dh-about-photo {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 25px 70px rgba(72, 42, 25, .16);
}

.dh-about-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dh-about-photo::after {
    content: "Technology that moves business forward.";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 22px 26px;
    border-left: 4px solid var(--dh-accent);
    border-radius: 8px;
    background: rgba(42, 23, 13, .9);
    color: var(--dh-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    backdrop-filter: blur(8px);
}

.dh-about-network {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 50%, rgba(253, 110, 5, .28) 0, rgba(253, 110, 5, .06) 34%, transparent 35%),
        linear-gradient(145deg, #211209 0%, #8c3300 58%, #fd6e05 100%);
    box-shadow: 0 25px 70px rgba(253, 110, 5, .24);
}

.dh-about-network::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.dh-about-network::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -85px;
    bottom: -85px;
    border: 44px solid rgba(252, 198, 45, .18);
    border-radius: 50%;
}

.dh-network-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(255, 211, 157, .42);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.dh-network-orbit-one {
    width: 330px;
    height: 330px;
}

.dh-network-orbit-two {
    width: 440px;
    height: 440px;
    border-color: rgba(252, 198, 45, .3);
}

.dh-network-core {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    background: rgba(36, 21, 12, .72);
    color: var(--dh-white);
    text-align: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24), 0 0 0 16px rgba(253, 110, 5, .14);
    backdrop-filter: blur(10px);
}

.dh-network-core i {
    margin-bottom: 12px;
    color: #ffd39d;
    font-size: 34px;
}

.dh-network-core strong {
    font-size: 18px;
}

.dh-network-core span {
    margin-top: 7px;
    color: rgba(255, 255, 255, .66);
    font-size: 11px;
    line-height: 1.45;
}

.dh-network-node {
    position: absolute;
    z-index: 4;
    width: 96px;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 13px 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 16px;
    background: rgba(255, 255, 255, .1);
    color: var(--dh-white);
    text-align: center;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .18);
    backdrop-filter: blur(9px);
}

.dh-network-node i {
    margin-bottom: 8px;
    color: #ffd39d;
    font-size: 22px;
}

.dh-network-node:nth-of-type(even) i {
    color: #ffca80;
}

.dh-network-node span {
    font-size: 11px;
    font-weight: 700;
}

.dh-node-one {
    left: 31px;
    top: 54px;
}

.dh-node-two {
    right: 31px;
    top: 54px;
}

.dh-node-three {
    left: 31px;
    bottom: 54px;
}

.dh-node-four {
    right: 31px;
    bottom: 54px;
}

.dh-capability-grid,
.dh-value-grid,
.dh-benefit-grid-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dh-capability-card,
.dh-value-card,
.dh-benefit-card {
    position: relative;
    min-height: 100%;
    padding: 35px 30px;
    border: 1px solid rgba(242, 218, 200, .9);
    border-radius: 10px;
    background: var(--dh-white);
    box-shadow: 0 16px 45px rgba(72, 42, 25, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.dh-capability-card:hover,
.dh-value-card:hover,
.dh-benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(253, 110, 5, .35);
    box-shadow: 0 22px 55px rgba(253, 110, 5, .14);
}

.dh-card-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 18px;
    background: rgba(253, 110, 5, .1);
    color: var(--dh-primary);
    font-size: 25px;
}

.dh-capability-card:nth-child(3n + 2) .dh-card-icon,
.dh-value-card:nth-child(even) .dh-card-icon,
.dh-benefit-card:nth-child(3n) .dh-card-icon {
    background: rgba(252, 198, 45, .18);
    color: var(--dh-accent-dark);
}

.dh-capability-card h3,
.dh-value-card h3,
.dh-benefit-card h3 {
    margin-bottom: 14px;
    color: var(--dh-heading);
    font-size: 21px;
    line-height: 1.35;
}

.dh-capability-card p,
.dh-value-card p,
.dh-benefit-card p {
    margin: 0;
    color: var(--dh-text);
    font-size: 15px;
    line-height: 1.75;
}

.dh-story-panel {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 55px;
    border-radius: 14px;
    background: linear-gradient(135deg, #211209 0%, #a63c00 100%);
    color: var(--dh-white);
}

.dh-story-panel::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 290px;
    right: -40px;
    bottom: -20px;
    background: url("../images/patterns/home-reputable-success-about-shape.webp") center / contain no-repeat;
    filter: sepia(1) saturate(8) hue-rotate(345deg) brightness(1.05);
    opacity: .35;
}

.dh-story-panel::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    left: -90px;
    top: -70px;
    border: 45px solid rgba(252, 198, 45, .14);
    border-radius: 50%;
}

.dh-story-panel-inner {
    position: relative;
    z-index: 1;
}

.dh-story-panel .dh-card-icon {
    background: rgba(255, 255, 255, .13);
    color: var(--dh-white);
}

.dh-story-panel h3 {
    color: var(--dh-white);
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.2;
}

.dh-story-panel p {
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.8;
}

.dh-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 22px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.dh-check-list li {
    position: relative;
    padding-left: 31px;
    color: var(--dh-heading);
    font-weight: 600;
    line-height: 1.55;
}

.dh-check-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(253, 110, 5, .12);
    color: var(--dh-primary);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
}

.dh-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    counter-reset: steps;
}

.dh-steps.dh-steps-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dh-step {
    position: relative;
    min-height: 230px;
    padding: 32px 23px;
    border: 1px solid var(--dh-border);
    border-right: 0;
    background: var(--dh-white);
    counter-increment: steps;
}

.dh-step:first-child {
    border-radius: 10px 0 0 10px;
}

.dh-step:last-child {
    border-right: 1px solid var(--dh-border);
    border-radius: 0 10px 10px 0;
}

.dh-step-number {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: var(--dh-primary);
    color: var(--dh-white);
    font-size: 0;
    font-weight: 700;
}

.dh-step-number::before {
    content: counter(steps, decimal-leading-zero);
    font-size: 14px;
}

.dh-step:nth-child(even) .dh-step-number {
    background: var(--dh-accent);
    color: var(--dh-navy);
}

.dh-step h3 {
    margin-bottom: 12px;
    color: var(--dh-heading);
    font-size: 20px;
}

.dh-step p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.dh-dual-feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.dh-dual-card {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    padding: 50px;
    border-radius: 14px;
}

.dh-dual-card:first-child {
    background: linear-gradient(145deg, var(--dh-navy), #853000);
    color: var(--dh-white);
}

.dh-dual-card:last-child {
    background: var(--dh-warm);
    color: var(--dh-heading);
}

.dh-dual-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 330px;
    right: -70px;
    bottom: -100px;
    background: url("../images/patterns/mitech-home-infotechno-section-company-bg.webp") center / contain no-repeat;
    opacity: .35;
}

.dh-dual-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    color: inherit;
    font-size: 31px;
}

.dh-dual-card h4,
.dh-dual-card p {
    position: relative;
    z-index: 1;
}

.dh-dual-card:first-child h4,
.dh-dual-card:first-child p {
    color: rgba(255, 255, 255, .8);
}

.dh-dual-card h4 {
    margin-bottom: 16px;
    font-size: 19px;
}

.dh-dual-card p {
    font-size: 16px;
    line-height: 1.8;
}

.dh-closing-cta {
    position: relative;
    overflow: hidden;
    padding: 85px 0;
    background: linear-gradient(125deg, #211209 0%, #fd6e05 74%, #fc9b0b 100%);
}

.dh-closing-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/patterns/mitech-home-infotechno-case-study-section-bg.webp") left bottom / 760px auto no-repeat;
    opacity: .18;
}

.dh-closing-cta::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -110px;
    top: -140px;
    border: 55px solid rgba(252, 198, 45, .2);
    border-radius: 50%;
}

.dh-closing-cta .container {
    position: relative;
    z-index: 1;
}

.dh-closing-cta h2,
.dh-closing-cta p {
    color: var(--dh-white);
}

.dh-closing-cta h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 4vw, 48px);
}

.dh-closing-cta p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.8;
}

.dh-contact-wrap {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.35fr);
    gap: 35px;
    align-items: start;
}

.dh-contact-info-card,
.dh-contact-form-card {
    border-radius: 14px;
    box-shadow: 0 22px 65px rgba(72, 42, 25, .1);
}

.dh-contact-info-card {
    position: relative;
    overflow: hidden;
    padding: 45px;
    background: linear-gradient(145deg, var(--dh-navy), #b94400);
    color: var(--dh-white);
}

.dh-contact-info-card::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -100px;
    top: -100px;
    border: 45px solid rgba(252, 198, 45, .18);
    border-radius: 50%;
}

.dh-contact-info-card h2,
.dh-contact-info-card p,
.dh-contact-info-card a {
    position: relative;
    z-index: 1;
    color: var(--dh-white);
}

.dh-contact-info-card h2 {
    margin-bottom: 16px;
    font-size: 34px;
}

.dh-contact-info-card > p {
    color: rgba(255, 255, 255, .75);
    line-height: 1.75;
}

.dh-contact-detail {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 17px;
    align-items: start;
    margin-top: 28px;
}

.dh-contact-detail-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 16px;
    background: rgba(255, 255, 255, .1);
    color: var(--dh-white);
    font-size: 20px;
}

.dh-contact-detail h3 {
    margin: 0 0 6px;
    color: #ffd39d;
    font-size: 15px;
}

.dh-contact-detail p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    line-height: 1.7;
}

.dh-contact-form-card {
    padding: 48px;
    border: 1px solid var(--dh-border);
    background: var(--dh-white);
}

#contact-enquiry {
    scroll-margin-top: 110px;
}

.dh-contact-form-card h2 {
    margin-bottom: 12px;
    color: var(--dh-heading);
    font-size: 34px;
}

.dh-contact-form-card > p {
    margin-bottom: 30px;
}

.dh-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.dh-form-field-full {
    grid-column: 1 / -1;
}

.dh-contact-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--dh-heading);
    font-size: 14px;
    font-weight: 700;
}

.dh-contact-form input,
.dh-contact-form select,
.dh-contact-form textarea {
    width: 100%;
    border: 1px solid #edd7c8;
    border-radius: 7px;
    background: #fffaf6;
    color: var(--dh-heading);
    font-family: inherit;
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.dh-contact-form input,
.dh-contact-form select {
    height: 54px;
    padding: 0 16px;
}

.dh-contact-form textarea {
    min-height: 155px;
    padding: 15px 16px;
    resize: vertical;
}

.dh-contact-form input:focus,
.dh-contact-form select:focus,
.dh-contact-form textarea:focus {
    outline: 0;
    border-color: var(--dh-primary);
    background: var(--dh-white);
    box-shadow: 0 0 0 4px rgba(253, 110, 5, .1);
}

.dh-form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.dh-form-status {
    display: none;
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 6px;
    font-weight: 600;
}

.dh-form-status.is-success {
    display: block;
    background: #e7f7ed;
    color: #176b37;
}

.dh-form-status.is-error {
    display: block;
    background: #fff0ef;
    color: #a72c25;
}

.dh-map-frame {
    width: 100%;
    height: 430px;
    display: block;
    border: 0;
    filter: saturate(.82) contrast(.98);
}

.dh-contact-note {
    margin: 13px 0 0;
    color: #74645c;
    font-size: 13px;
    line-height: 1.6;
}

.dh-footer .dh-footer-service-list {
    columns: 2;
    column-gap: 24px;
}

.dh-footer .dh-footer-service-list li {
    break-inside: avoid;
}

@media (max-width: 1199px) {
    .dh-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .dh-steps.dh-steps-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dh-step,
    .dh-step:first-child,
    .dh-step:last-child {
        border: 1px solid var(--dh-border);
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .dh-page-section {
        padding: 80px 0;
    }

    .dh-capability-grid,
    .dh-value-grid,
    .dh-benefit-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dh-contact-wrap {
        grid-template-columns: 1fr;
    }

    .dh-page-highlight,
    .dh-story-panel {
        min-height: 370px;
    }

    .dh-about-photo {
        min-height: 430px;
    }

    .dh-about-network {
        min-height: 480px;
    }
}

@media (max-width: 767px) {
    .dh-inner-hero {
        min-height: 390px;
        background-position: 61% center;
    }

    .dh-inner-hero::after {
        width: 340px;
        height: 340px;
        right: -180px;
        top: -130px;
    }

    .dh-inner-hero-content {
        padding: 60px 0;
    }

    .dh-inner-hero h1 {
        font-size: 40px;
    }

    .dh-page-section {
        padding: 65px 0;
    }

    .dh-capability-grid,
    .dh-value-grid,
    .dh-benefit-grid-inner,
    .dh-dual-feature,
    .dh-contact-form-grid,
    .dh-steps,
    .dh-check-list {
        grid-template-columns: 1fr;
    }

    .dh-steps.dh-steps-four {
        grid-template-columns: 1fr;
    }

    .dh-page-highlight,
    .dh-story-panel,
    .dh-dual-card,
    .dh-contact-info-card,
    .dh-contact-form-card {
        padding: 34px 28px;
    }

    .dh-page-highlight,
    .dh-story-panel,
    .dh-about-photo {
        min-height: 360px;
    }

    .dh-about-network {
        min-height: 430px;
    }

    .dh-network-orbit-one {
        width: 270px;
        height: 270px;
    }

    .dh-network-orbit-two {
        width: 350px;
        height: 350px;
    }

    .dh-network-core {
        width: 155px;
        height: 155px;
    }

    .dh-network-node {
        width: 82px;
        min-height: 76px;
        padding: 10px 7px;
    }

    .dh-node-one,
    .dh-node-three {
        left: 18px;
    }

    .dh-node-two,
    .dh-node-four {
        right: 18px;
    }

    .dh-node-one,
    .dh-node-two {
        top: 42px;
    }

    .dh-node-three,
    .dh-node-four {
        bottom: 42px;
    }

    .dh-step {
        min-height: 0;
    }

    .dh-closing-cta {
        padding: 65px 0;
    }

    .dh-map-frame {
        height: 340px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dh-capability-card,
    .dh-value-card,
    .dh-benefit-card {
        transition: none;
    }
}
