/* =========================================================
   DLT HERO
========================================================= */

.dlt-hero-section {
    position: relative;
    min-height: 612px;
    padding: 110px 0 1px;
    overflow: hidden;

    /* background:
        radial-gradient(
            circle at 80% 20%,
            rgba(108, 44, 255, .20),
            transparent 32%
        ),
        radial-gradient(
            circle at 15% 80%,
            rgba(0, 174, 255, .12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #120b2d 0%,
            #241050 50%,
            #17102f 100%
        ); */

          background:
        radial-gradient(circle at 85% 25%, rgba(108, 44, 255, .16), transparent 30%),
        radial-gradient(circle at 10% 80%, rgba(233, 30, 99, .12), transparent 30%),
        #ffffff;

    /* color: #fff; */
}


/* =========================================================
   BACKGROUND ORBS
========================================================= */

.dlt-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dlt-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    animation: dltFloat 7s ease-in-out infinite;
}

.dlt-orb-1 {
    width: 260px;
    height: 260px;
    top: -100px;
    right: 10%;
    background: rgba(154, 83, 255, .15);
}

.dlt-orb-2 {
    width: 180px;
    height: 180px;
    bottom: 10%;
    left: -70px;
    background: rgba(0, 183, 255, .10);
    animation-delay: 1.5s;
}

.dlt-orb-3 {
    width: 120px;
    height: 120px;
    top: 40%;
    right: 2%;
    background: rgba(255, 255, 255, .06);
    animation-delay: 3s;
}


@keyframes dltFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }
}


/* =========================================================
   HERO CONTENT
========================================================= */

.dlt-hero-content {
    position: relative;
    z-index: 5;
}

.dlt-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 9px 16px;
    margin-bottom: 22px;


    border: 1px solid rgba(95, 71, 220, 0.14);

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.78);
    color: #c72d49;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;

    backdrop-filter: blur(10px);
}

.dlt-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;

    background: #c72d49;

    box-shadow:
        0 0 0 5px rgb(255 255 254 / 78%);

    animation: dltPulse 2s infinite;
}


@keyframes dltPulse {

    0% {
        box-shadow:
            0 0 0 0 rgba(98, 230, 168, .35);
    }

    70% {
        box-shadow:
            0 0 0 9px rgba(98, 230, 168, 0);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(98, 230, 168, 0);
    }
}


/* =========================================================
   HEADING
========================================================= */

.dlt-hero-content h1 {
    max-width: 650px;

    margin: 0 0 22px;
    color: #c72d49;

    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.08;

    font-weight: 700;
    letter-spacing: -1.5px;
}

.dlt-hero-content h1 span {
    display: block;

    background:#1f1343;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.dlt-hero-content p {
    max-width: 590px;

    margin-bottom: 30px;

    color: #6c757d;

    font-size: 17px;
    line-height: 1.75;
}


/* =========================================================
   BUTTONS
========================================================= */

.dlt-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}


.dlt-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 14px 24px;

    border: 0;
    border-radius: 8px;

    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            #1f1343,
            #1f1343
        );

    font-weight: 600;

    box-shadow:
        0 12px 35px rgba(124, 60, 255, .30);

    transition: .3s ease;
}


.dlt-btn-primary:hover {
    transform: translateY(-3px);
    color: #fff !important;

    box-shadow:
        0 18px 40px rgba(124, 60, 255, .45);
}


.dlt-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 23px;

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;

    color: #fff !important;

    background: rgba(255, 255, 255, .05);

    font-weight: 600;

    transition: .3s ease;
}


.dlt-btn-outline:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-3px);
}


/* =========================================================
   TRUST ITEMS
========================================================= */

.dlt-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;

    margin-top: 38px;
}


.dlt-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #1f1343;

    font-size: 13px;
}


.dlt-trust-item i {
    color: #c72d49;
    font-size: 15px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.dlt-hero-visual {
    position: relative;

    min-height: 510px;

    display: flex;
    align-items: center;
    justify-content: center;

    perspective: 1000px;
}


/* =========================================================
   DASHBOARD
========================================================= */

.dlt-dashboard {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 470px;

    height: 430px;
    box-sizing: border-box;

    padding: 25px;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.9);

    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.35);

    backdrop-filter: blur(20px);

    transform: rotateY(-4deg);

    animation: dashboardFloat 5s ease-in-out infinite;
}


@keyframes dashboardFloat {

    0%,
    100% {
        transform: translateY(0) rotateY(-4deg);
    }

    50% {
        transform: translateY(-13px) rotateY(-4deg);
    }
}


/* =========================================================
   DASHBOARD HEADER
========================================================= */

.dlt-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 22px;

    border-bottom: 2px solid rgba(255, 0, 0, 0.001);
}


.dlt-dashboard-header small {
    display: block;

    margin-bottom: 4px;

    color: #c72d49;
    font-size: 11px;
}


.dlt-dashboard-header h5 {
    margin: 0;

    color: #1f1343;

    font-size: 16px;
}


.dlt-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 6px 10px;

    border-radius: 20px;

    background: rgba(69, 220, 143, .10);

    color: #2b8553;

    font-size: 11px;
}


.dlt-status i {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #c72d49;
}


/* =========================================================
   PROGRESS
========================================================= */

.dlt-progress-box {
    padding: 22px 0;
}


.dlt-progress-heading {
    display: flex;
    justify-content: space-between;

    margin-bottom: 10px;

    color: #6c757d;

    font-size: 12px;
}


.dlt-progress-heading strong {
    color: #000;
}


.dlt-progress {
    height: 7px;

    overflow: hidden;

    border-radius: 20px;

    background: rgb(44, 44, 44);
}


.dlt-progress span {
    display: block;

    width: 82%;
    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            #7d43ff,
            #6bdfff
        );

    animation: progressLoad 2s ease;
}


@keyframes progressLoad {

    from {
        width: 0;
    }

    to {
        width: 82%;
    }
}


/* =========================================================
   DASHBOARD ITEMS
========================================================= */

.dlt-dashboard-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}


.dlt-dashboard-item {
    display: flex;
    align-items: center;
    gap: 12px;
height: 69px;
    padding: 13px;

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 11px;

    background: rgba(5, 5, 5, 0.04);
}


.dlt-step-icon {
    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(124, 60, 255, .16);

    color: #b38cff;

    font-size: 13px;
}


.dlt-dashboard-item div {
    flex: 1;
}


.dlt-dashboard-item strong {
    display: block;

    color: #1f1343;

    font-size: 12px;
}


.dlt-dashboard-item small {
    color: #6c757d;

    font-size: 10px;
}


.dlt-dashboard-item > i {
    color: #19a76d;
}


.dlt-review {
    padding: 5px 8px;

    border-radius: 5px;

    background: #1f1343;

    color: #ffc56c;

    font-size: 9px;
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.dlt-floating-card {
    position: absolute;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 15px;

    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;

    background: rgba(31, 22, 58, .88);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .25);

    backdrop-filter: blur(15px);
}


.dlt-card-top {
    top: 55px;
    right: -20px;

    animation: cardFloat 4s ease-in-out infinite;
}


.dlt-card-bottom {
    bottom: 55px;
    left: -25px;

    animation: cardFloat 4s ease-in-out infinite reverse;
}


@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}


.dlt-card-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #f1edff;

    color: #19a76d;

    font-size: 12px;
}


.dlt-floating-card strong {
    display: block;

    color: #fff;

    font-size: 11px;
}


.dlt-floating-card small {
    display: block;

    margin-top: 2px;

    color: #6c757d;

    font-size: 9px;
}


/* =========================================================
   MINI CHART
========================================================= */

.dlt-mini-chart {
    height: 32px;

    display: flex;
    align-items: end;
    gap: 3px;
}


.dlt-mini-chart span {
    width: 4px;

    border-radius: 5px;

    background:
        linear-gradient(
            to top,
            #7440ff,
            #71dfff
        );

    animation: chartPulse 1.5s ease-in-out infinite;
}


.dlt-mini-chart span:nth-child(1) {
    height: 12px;
}

.dlt-mini-chart span:nth-child(2) {
    height: 19px;
}

.dlt-mini-chart span:nth-child(3) {
    height: 15px;
}

.dlt-mini-chart span:nth-child(4) {
    height: 27px;
}

.dlt-mini-chart span:nth-child(5) {
    height: 22px;
}

.dlt-mini-chart span:nth-child(6) {
    height: 31px;
}


@keyframes chartPulse {

    50% {
        transform: scaleY(.65);
    }
}


/* =========================================================
   FLOATING ICONS
========================================================= */

.dlt-float-icon {
    position: absolute;
    z-index: 4;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;

    background: rgba(255, 255, 255, .08);

    color: #c72d49;

    backdrop-filter: blur(12px);

    animation: iconFloat 4s ease-in-out infinite;
}


.icon-message {
    top: 25%;
    left: 3%;
}


.icon-shield {
    right: 2%;
    bottom: 23%;

    animation-delay: 1s;
}


.icon-network {
    top: 9%;
    left: 38%;

    animation-delay: 2s;
}


@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}


/* =========================================================
   SCROLL INDICATOR
========================================================= */

.dlt-scroll-indicator {
    position: absolute;

    bottom: 25px;
    left: 50%;

    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 9px;

    color: rgba(255, 255, 255, .4);

    font-size: 11px;
}


.dlt-scroll-indicator span {
    width: 18px;
    height: 28px;

    display: block;

    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 20px;

    position: relative;
}


.dlt-scroll-indicator span::after {
    content: "";

    position: absolute;

    width: 3px;
    height: 6px;

    left: 50%;
    top: 6px;

    transform: translateX(-50%);

    border-radius: 5px;

    background: #fff;

    animation: scrollDown 1.7s infinite;
}


@keyframes scrollDown {

    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 10px);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .dlt-hero-section {
        min-height: auto;
        padding: 100px 0 80px;
    }

    .dlt-hero-content {
        margin-bottom: 50px;
    }

    .dlt-hero-content h1 {
        font-size: 48px;
    }

    .dlt-hero-visual {
        min-height: 480px;
    }

    .dlt-card-top {
        right: 0;
    }

    .dlt-card-bottom {
        left: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dlt-hero-section {
        padding: 85px 0 65px;
    }

    .dlt-hero-content {
        text-align: center;
        margin-bottom: 25px;
    }

    .dlt-badge {
        font-size: 11px;
    }

    .dlt-hero-content h1 {
        font-size: 39px;
        line-height: 1.12;
        letter-spacing: -.8px;
    }

    .dlt-hero-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-left: auto;
        margin-right: auto;
    }

    .dlt-hero-buttons {
        justify-content: center;
    }

    .dlt-hero-trust {
        justify-content: center;
        gap: 12px 18px;
    }

    .dlt-trust-item {
        font-size: 11px;
    }

    .dlt-hero-visual {
        min-height: 400px;
    }

    .dlt-dashboard {
        max-width: 94%;
        padding: 18px;
        border-radius: 16px;
    }

    .dlt-card-top {
        top: 15px;
        right: -2px;
        transform: scale(.78);
        transform-origin: right top;
    }

    .dlt-card-bottom {
        bottom: 10px;
        left: -2px;
        transform: scale(.78);
        transform-origin: left bottom;
    }

    .dlt-float-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 12px;
    }

    .icon-message {
        left: 0;
        top: 30%;
    }

    .icon-shield {
        right: 0;
        bottom: 28%;
    }

    .icon-network {
        display: none;
    }

    .dlt-scroll-indicator {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dlt-hero-section {
        padding: 75px 0 45px;
    }

    .dlt-hero-content h1 {
        font-size: 34px;
    }

    .dlt-hero-content p {
        font-size: 13px;
    }

    .dlt-btn-primary,
    .dlt-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .dlt-hero-buttons {
        width: 100%;
    }

    .dlt-hero-trust {
        margin-top: 25px;
    }

    .dlt-hero-visual {
        min-height: 350px;
    }

    .dlt-dashboard {
        padding: 15px;
    }

    .dlt-dashboard-header h5 {
        font-size: 13px;
    }

    .dlt-dashboard-item {
        padding: 10px;
    }

    .dlt-step-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
    }

}


/* =========================================================
   DLT INTRODUCTION SECTION
========================================================= */

.dlt-intro-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #ffffff;
}


/* =========================================================
   SECTION BADGE
========================================================= */

.dlt-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 16px;
    margin-bottom: 20px;

    border-radius: 50px;

    background: #6c2cff14;
    color: #1f1343;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
}

.dlt-section-badge i {
    font-size: 13px;
    color:#c72d49 ;
}


/* =========================================================
   HEADING
========================================================= */

.dlt-intro-content h2 {
    margin-bottom: 22px;

    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.1;
    font-weight: 800;

    color: #1f1343;
}

.dlt-intro-content h2 span {
    background: linear-gradient(
        90deg,
        #6c2cff,
        #9b5cff
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* =========================================================
   TEXT
========================================================= */

.dlt-intro-lead {
    max-width: 600px;

    margin-bottom: 15px;

    font-size: 19px;
    line-height: 1.7;

    color: #3d3a4f;
    font-weight: 600;
}

.dlt-intro-text {
    max-width: 600px;

    margin-bottom: 0;

    font-size: 15px;
    line-height: 1.8;

    color: #6c757d;
}


/* =========================================================
   MINI FEATURES
========================================================= */

.dlt-mini-feature {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 15px;

    border: 1px solid #eeeaf8;
    border-radius: 14px;

    background: #ffffff;

    transition: all .35s ease;
}

.dlt-mini-feature:hover {
    transform: translateY(-5px);

    border-color: rgba(108, 44, 255, .18);

    box-shadow:
        0 15px 40px rgba(55, 33, 110, .10);
}


.dlt-mini-icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: linear-gradient(
        135deg,
        #f74780,
        #f74780
        
    );

    color: #ffffff;

    font-size: 16px;
}


.dlt-mini-feature h5 {
    margin: 0 0 3px;

    font-size: 14px;
    font-weight: 700;

    color: #211c35;
}


.dlt-mini-feature p {
    margin: 0;

    font-size: 12px;

    color: #858190;
}


/* =========================================================
   VISUAL AREA
========================================================= */

.dlt-intro-visual {
    position: relative;

    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* GLOW */

.dlt-visual-glow {
    position: absolute;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(108, 44, 255, .15),
            transparent 70%
        );

    filter: blur(10px);

    animation: dltGlowPulse 4s ease-in-out infinite;
}


@keyframes dltGlowPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .7;
    }

    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}


/* =========================================================
   NETWORK CARD
========================================================= */

.dlt-network-card {
    position: relative;
    z-index: 3;

    width: min(100%, 510px);

    padding: 25px;

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f8f6ff
        );

    border: 1px solid #e8e3f5;

    box-shadow:
        0 30px 80px rgba(53, 35, 100, .14);
}


/* HEADER */

.dlt-network-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 18px;

    border-bottom: 1px solid #ece9f4;

    font-size: 14px;
    font-weight: 700;

    color: #29233e;
}

.dlt-network-header > div {
    display: flex;
    align-items: center;
    gap: 8px;
}


.dlt-live-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #c72d49;

    box-shadow: 0 0 0 5px rgba(37, 196, 129, .12);

    animation: dltLivePulse 1.8s infinite;
}


@keyframes dltLivePulse {

    0% {
        box-shadow: 0 0 0 0 rgba(37, 196, 129, .35);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(37, 196, 129, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 196, 129, 0);
    }
}


.dlt-secure-label {
    display: flex;
    align-items: center;
    gap: 6px;

    padding: 6px 10px;

    border-radius: 20px;

    background: #effbf6;

    color: #19a76d;

    font-size: 11px;
}
.dlt-secure-label i{
    display: flex;
   color:#c72d49 ;
}


/* =========================================================
   NETWORK
========================================================= */

.dlt-network {
    position: relative;

    height: 320px;

    margin-top: 10px;
}


/* CENTER NODE */

.dlt-center-node {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 120px;
    height: 120px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    border: 8px solid #f1edff;

    box-shadow:
        0 12px 35px rgba(108, 44, 255, .16);

    z-index: 5;

    text-align: center;
}


.dlt-center-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 5px;

    border-radius: 10px;

    background: linear-gradient(
        135deg,
        #f74780,
        #f74780
    );

    color: #ffffff;

    font-size: 15px;
}


.dlt-center-node strong {
    font-size: 11px;
    color: #272139;
}

.dlt-center-node small {
    font-size: 9px;
    color: #9690a4;
}


/* =========================================================
   NETWORK NODES
========================================================= */

.dlt-network-node {
    position: absolute;

    z-index: 5;

    width: 90px;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 6px;

    font-size: 10px;
    font-weight: 700;

    color: #4b455c;
}


.dlt-node-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #ffffff;

    border: 1px solid #e8e3f5;

    color: #c72d49;

    box-shadow:
        0 10px 25px rgba(43, 31, 80, .10);

    transition: all .3s ease;
}


.dlt-network-node:hover .dlt-node-icon {
    transform: translateY(-5px) scale(1.08);

    box-shadow:
        0 15px 30px rgba(108, 44, 255, .18);
}


.node-top {
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
}


.node-left {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}


.node-right {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}


.node-bottom {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}


/* =========================================================
   CONNECTING LINES
========================================================= */

.dlt-line {
    position: absolute;

    z-index: 1;

    display: block;

    background:
        linear-gradient(
            90deg,
            rgba(108, 44, 255, .05),
            rgba(108, 44, 255, .45),
            rgba(108, 44, 255, .05)
        );

    overflow: hidden;
}


.dlt-line::after {
    content: "";

    position: absolute;

    width: 40px;
    height: 100%;

    background: rgba(108, 44, 255, .7);

    filter: blur(3px);

    animation: dltLineMove 2s linear infinite;
}


.line-top {
    width: 2px;
    height: 105px;

    left: 50%;
    top: 70px;
}


.line-bottom {
    width: 2px;
    height: 105px;

    left: 50%;
    bottom: 70px;
}


.line-left {
    width: 105px;
    height: 2px;

    left: 75px;
    top: 50%;
}


.line-right {
    width: 105px;
    height: 2px;

    right: 75px;
    top: 50%;
}


@keyframes dltLineMove {

    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translateY(250%);
        opacity: 0;
    }
}


/* =========================================================
   STATUS
========================================================= */

.dlt-network-status {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

    padding-top: 15px;
}


.dlt-status-item {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px;

    border-radius: 12px;

    background: #ffffff;

    border: 1px solid #eeeaf7;
}


.status-check {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eafaf3;

    color: #1da96f;

    font-size: 10px;
}


.dlt-status-item strong {
    display: block;

    margin-bottom: 2px;

    font-size: 11px;

    color: #332d46;
}


.dlt-status-item small {
    font-size: 9px;

    color: #9a95a5;
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.dlt-floating-card {
    position: absolute;

    z-index: 8;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 15px;

    border-radius: 14px;

    background: rgba(255, 255, 255, .94);

    border: 1px solid #ebe7f5;

    box-shadow:
        0 15px 40px rgba(46, 32, 87, .13);

    backdrop-filter: blur(12px);

    animation: dltFloat 4s ease-in-out infinite;
}


.dlt-floating-one {
    top: 95px;
    left: 0;
}


.dlt-floating-two {
    right: 0;
    bottom: 100px;

    animation-delay: -2s;
}


.dlt-floating-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f1edff;

    color: #c72d49;

    font-size: 12px;
}


.dlt-floating-card strong {
    display: block;

    font-size: 11px;

    color: #1f1343;
}


.dlt-floating-card span {
    display: block;

    font-size: 9px;

    color: #9993a7;
}


@keyframes dltFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .dlt-intro-section {
        padding: 85px 0;
    }

    .dlt-intro-content {
        text-align: center;
    }

    .dlt-section-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .dlt-intro-lead,
    .dlt-intro-text {
        margin-left: auto;
        margin-right: auto;
    }

    .dlt-intro-visual {
        min-height: 520px;
        margin-top: 25px;
    }

    .dlt-mini-feature {
        text-align: left;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dlt-intro-section {
        padding: 70px 0;
    }

    .dlt-intro-content h2 {
        font-size: 38px;
    }

    .dlt-intro-lead {
        font-size: 17px;
    }

    .dlt-intro-visual {
        min-height: 450px;
    }

    .dlt-network-card {
        padding: 18px;

        border-radius: 22px;
    }

    .dlt-network {
        height: 270px;
    }

    .dlt-center-node {
        width: 100px;
        height: 100px;
    }

    .dlt-node-icon {
        width: 42px;
        height: 42px;
    }

    .node-left {
        left: 0;
    }

    .node-right {
        right: 0;
    }

    .line-left {
        left: 52px;
        width: 90px;
    }

    .line-right {
        right: 52px;
        width: 90px;
    }

    .dlt-floating-one {
        left: -5px;
        top: 55px;
    }

    .dlt-floating-two {
        right: -5px;
        bottom: 65px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dlt-intro-section {
        padding: 55px 0;
    }

    .dlt-intro-content h2 {
        font-size: 32px;
    }

    .dlt-intro-lead {
        font-size: 15px;
    }

    .dlt-intro-text {
        font-size: 13px;
    }

    .dlt-mini-feature {
        padding: 12px;
    }

    .dlt-mini-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .dlt-mini-feature h5 {
        font-size: 12px;
    }

    .dlt-mini-feature p {
        font-size: 10px;
    }

    .dlt-intro-visual {
        min-height: 390px;
    }

    .dlt-network-card {
        width: 100%;
        padding: 14px;
    }

    .dlt-network {
        height: 235px;
    }

    .dlt-network-status {
        grid-template-columns: 1fr;
    }

    .dlt-floating-card {
        padding: 9px 10px;
    }

    .dlt-floating-one {
        left: -8px;
        top: 35px;
    }

    .dlt-floating-two {
        right: -8px;
        bottom: 40px;
    }

    .dlt-floating-card span {
        display: none;
    }

    .dlt-floating-icon {
        width: 30px;
        height: 30px;
    }

}

/* =========================================================
   WHY DLT SECTION
========================================================= */

.dlt-why-section {
    position: relative;
    overflow: hidden;

    padding: 110px 0;

    background:
        linear-gradient(
            180deg,
            #f8f7fc 0%,
            #ffffff 100%
        );
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.dlt-why-section::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    top: -180px;
    left: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(108, 44, 255, .09),
            transparent 70%
        );

    pointer-events: none;
}


.dlt-why-section::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -160px;
    bottom: -150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(155, 92, 255, .08),
            transparent 70%
        );

    pointer-events: none;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.dlt-section-heading {
    position: relative;
    z-index: 2;

    max-width: 760px;

    margin: 0 auto 60px;

    text-align: center;
}


.dlt-section-heading .dlt-section-badge {
    margin-bottom: 18px;
}


.dlt-section-heading h2 {
    margin: 0 auto 18px;

    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.12;

    font-weight: 800;

    color: #1f1343;
}


.dlt-section-heading h2 span {
    display: inline;

    background:
        linear-gradient(
            90deg,
            #6c2cff,
            #a05cff
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.dlt-section-heading p {
    max-width: 680px;

    margin: 0 auto;

    font-size: 15px;
    line-height: 1.8;

    color: #6c757d;
}


/* =========================================================
   BENEFITS GRID
========================================================= */

.dlt-benefits-grid {
    position: relative;
    z-index: 2;
}


/* =========================================================
   BENEFIT CARD
========================================================= */

.dlt-benefit-card {
    position: relative;
    overflow: hidden;

    height: 100%;

    min-height: 310px;

    padding: 32px;

    border-radius: 22px;

    background: #ffffff;

    border: 1px solid #ebe8f4;

    box-shadow:
        0 12px 35px rgba(42, 28, 76, .055);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


.dlt-benefit-card::before {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    top: -70px;
    right: -70px;

    border-radius: 50%;

    background:
        rgba(108, 44, 255, .06);

    transition: all .5s ease;
}


.dlt-benefit-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #f74780,
            #1f1343
        );

    transition: width .45s ease;
}


.dlt-benefit-card:hover {
    transform: translateY(-10px);

    border-color: rgba(108, 44, 255, .18);

    box-shadow:
        0 25px 60px rgba(45, 30, 85, .12);
}


.dlt-benefit-card:hover::before {
    width: 220px;
    height: 220px;
}


.dlt-benefit-card:hover::after {
    width: 100%;
}


/* =========================================================
   CARD NUMBER
========================================================= */

.dlt-benefit-number {
    position: absolute;

    top: 25px;
    right: 28px;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1px;

    color: #c4bfd1;

    transition: color .3s ease;
}


.dlt-benefit-card:hover .dlt-benefit-number {
    color: #c72d49;
}


/* =========================================================
   BENEFIT ICON
========================================================= */

.dlt-benefit-icon {
    position: relative;
    z-index: 2;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #f74780,
            #f74780
        );

    color: #ffffff;

    font-size: 20px;

    box-shadow:
        0 12px 25px rgba(108, 44, 255, .20);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.dlt-benefit-card:hover .dlt-benefit-icon {
    transform: rotate(-5deg) scale(1.08);

    box-shadow:
        0 16px 35px rgba(108, 44, 255, .30);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.dlt-benefit-card h4 {
    position: relative;
    z-index: 2;

    margin-bottom: 12px;

    font-size: 19px;
    font-weight: 750;

    color: #1f1343;
}


.dlt-benefit-card p {
    position: relative;
    z-index: 2;

    margin-bottom: 24px;

    font-size: 13px;
    line-height: 1.75;

    color: #6c757d;
}


/* =========================================================
   CARD LINK
========================================================= */

.dlt-benefit-link {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 16px;

    border-top: 1px solid #eeeaf5;

    font-size: 11px;
    font-weight: 700;

    color: #c72d49;
}


.dlt-benefit-link i {
    transition: transform .3s ease;
}


.dlt-benefit-card:hover .dlt-benefit-link i {
    transform: translateX(5px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .dlt-why-section {
        padding: 85px 0;
    }

    .dlt-section-heading {
        margin-bottom: 45px;
    }

    .dlt-benefit-card {
        min-height: 290px;
        padding: 28px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dlt-why-section {
        padding: 70px 0;
    }

    .dlt-section-heading {
        margin-bottom: 35px;
    }

    .dlt-section-heading h2 {
        font-size: 34px;
    }

    .dlt-section-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .dlt-benefit-card {
        min-height: auto;

        padding: 25px;

        border-radius: 18px;
    }

    .dlt-benefit-icon {
        width: 52px;
        height: 52px;

        margin-bottom: 20px;
    }

    .dlt-benefit-card h4 {
        font-size: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dlt-why-section {
        padding: 55px 0;
    }

    .dlt-section-heading h2 {
        font-size: 29px;
    }

    .dlt-section-heading p {
        font-size: 12px;
    }

    .dlt-benefit-card {
        padding: 22px;
    }

    .dlt-benefit-card p {
        font-size: 12px;
    }

    .dlt-benefit-number {
        top: 20px;
        right: 22px;
    }

}


/* =========================================================
   DLT PROCESS SECTION
========================================================= */

.dlt-process-section {
    position: relative;
    overflow: hidden;

    padding: 110px 0;

    background: #ffffff;
}


/* =========================================================
   PROCESS WRAPPER
========================================================= */

.dlt-process-wrapper {
    position: relative;

    padding-top: 25px;
}


/* =========================================================
   HORIZONTAL PROGRESS LINE
========================================================= */

.dlt-process-line {
    position: absolute;

    top: 70px;
    left: 12.5%;
    right: 12.5%;

    height: 3px;

    background: #ebe7f4;

    z-index: 1;
}


.dlt-process-line span {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            #6c2cff,
            #a05cff
        );

    transform-origin: left;

    animation:
        dltProcessLine 3s ease forwards;
}


@keyframes dltProcessLine {

    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }

}


/* =========================================================
   PROCESS STEP
========================================================= */

.dlt-process-step {
    position: relative;

    height: 100%;

    padding: 0 12px;

    text-align: center;
}


/* =========================================================
   STEP TOP
========================================================= */

.dlt-step-top {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    z-index: 3;
}


.dlt-step-label {
    margin-bottom: 15px;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.2px;

    color: #928ca2;
}


/* =========================================================
   STEP ICON
========================================================= */

.dlt-step-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background: #ffffff;

    border: 6px solid #1f1343;

    color: #f74780;

    font-size: 22px;

    box-shadow:
        0 12px 30px rgba(55, 35, 100, .12);

    transition:
        transform .4s ease,
        background .4s ease,
        color .4s ease,
        box-shadow .4s ease;
}


.dlt-process-step:hover .dlt-step-icon {
    transform: translateY(-8px) rotate(-5deg);

    background:
        linear-gradient(
            135deg,
            #f74780,
            #f74780
        );

    color: #ffffff;

    box-shadow:
        0 18px 40px rgba(108, 44, 255, .28);
}


/* =========================================================
   STEP CONTENT
========================================================= */

.dlt-step-content {
    margin-top: 28px;

    padding: 28px 22px;

    min-height: 235px;

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #faf9fd
        );

    border: 1px solid #ece8f5;

    box-shadow:
        0 10px 30px rgba(45, 31, 80, .05);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


.dlt-process-step:hover .dlt-step-content {
    transform: translateY(-5px);

    border-color: rgba(108, 44, 255, .18);

    box-shadow:
        0 20px 45px rgba(45, 31, 80, .10);
}


.dlt-step-content h4 {
    margin-bottom: 12px;

    font-size: 18px;
    font-weight: 750;

    color: #1f1343;
}


.dlt-step-content p {
    margin-bottom: 20px;

    font-size: 12px;
    line-height: 1.75;

    color: #6c757d;
}


/* =========================================================
   STEP STATUS
========================================================= */

.dlt-step-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 7px 11px;

    border-radius: 30px;

    background: #f2edff;

    color: #1f1343;

    font-size: 9px;
    font-weight: 700;
}


.dlt-step-status i {
    font-size: 8px;
    color:#c72d49 ;
}


/* =========================================================
   CTA
========================================================= */

.dlt-process-cta {
    position: relative;

    display: flex;
    align-items: center;
    gap: 18px;

    margin-top: 65px;

    padding: 22px 25px;

    border-radius: 18px;

    background:
        linear-gradient(
            100deg,
            #f5f1ff,
            #faf8ff
        );

    border: 1px solid #e9e3f6;
}


.dlt-process-cta-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #f74780,
            #f74780
        );

    color: #ffffff;

    font-size: 17px;

    box-shadow:
        0 10px 25px rgba(108, 44, 255, .20);
}


.dlt-process-cta-content {
    flex: 1;
}


.dlt-process-cta-content h5 {
    margin: 0 0 4px;

    font-size: 15px;
    font-weight: 750;

    color: #1f1343;
}


.dlt-process-cta-content p {
    margin: 0;

    font-size: 11px;

    color: #6c757d;
}


.dlt-process-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 12px 18px;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #1f1343,
            #1f1343
        );

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;

    box-shadow:
        0 10px 25px rgba(108, 44, 255, .20);

    transition: all .3s ease;
}


.dlt-process-btn:hover {
    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 15px 35px rgba(108, 44, 255, .30);
}


.dlt-process-btn i {
    transition: transform .3s ease;
}


.dlt-process-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .dlt-process-section {
        padding: 85px 0;
    }

    .dlt-process-wrapper {
        padding-top: 15px;
    }

    .dlt-process-line {
        display: none;
    }

    .dlt-process-step {
        padding: 0 8px;
    }

    .dlt-step-content {
        min-height: 250px;
    }

    .dlt-process-cta {
        margin-top: 45px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dlt-process-section {
        padding: 70px 0;
    }

    .dlt-process-wrapper {
        padding-left: 20px;
    }


    /* VERTICAL LINE */

    .dlt-process-wrapper::before {
        content: "";

        position: absolute;

        top: 55px;
        bottom: 55px;

        left: 42px;

        width: 2px;

        background:
            linear-gradient(
                180deg,
                #6c2cff,
                #ded8ef
            );

        z-index: 1;
    }


    .dlt-process-step {
        display: flex;
        align-items: flex-start;

        gap: 20px;

        padding: 0;

        text-align: left;
    }


    .dlt-step-top {
        width: 45px;

        flex: 0 0 45px;

        align-items: center;
    }


    .dlt-step-label {
        display: none;
    }


    .dlt-step-icon {
        width: 45px;
        height: 45px;

        border-width: 4px;

        border-radius: 14px;

        font-size: 14px;

        background: #ffffff;
    }


    .dlt-step-content {
        flex: 1;

        margin-top: 0;
        margin-bottom: 25px;

        min-height: auto;

        padding: 20px;

        border-radius: 16px;
    }


    .dlt-step-content h4 {
        font-size: 16px;
    }


    .dlt-step-content p {
        font-size: 11px;
    }


    .dlt-process-cta {
        flex-wrap: wrap;

        margin-top: 30px;

        padding: 20px;
    }


    .dlt-process-cta-content {
        min-width: calc(100% - 70px);
    }


    .dlt-process-btn {
        width: 100%;

        justify-content: center;

        margin-top: 5px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dlt-process-section {
        padding: 55px 0;
    }

    .dlt-process-wrapper {
        padding-left: 10px;
    }

    .dlt-process-wrapper::before {
        left: 32px;
    }

    .dlt-step-top {
        width: 38px;
        flex-basis: 38px;
    }

    .dlt-step-icon {
        width: 38px;
        height: 38px;

        border-width: 3px;

        border-radius: 12px;

        font-size: 12px;
    }

    .dlt-process-step {
        gap: 15px;
    }

    .dlt-step-content {
        padding: 17px;
    }

    .dlt-step-content h4 {
        font-size: 15px;
    }

    .dlt-step-content p {
        font-size: 10px;
        line-height: 1.7;
    }

    .dlt-step-status {
        font-size: 8px;
    }

    .dlt-process-cta-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .dlt-process-cta-content h5 {
        font-size: 13px;
    }

    .dlt-process-cta-content p {
        font-size: 10px;
    }

}

/* Main Section */
.dlt-section {
  padding: 10px 0 50px;
  background: #fff;
  color: #183153;
}

/* Container */
.dlt-section .container {
  max-width: 1100px;
}

/* Content Block */
.content-block {
  padding: 0 0 10px;
  margin-bottom: 22px;
  border-bottom: 1px solid #dee2e6;
}

/* Heading */
.dlt-section h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  color: #102a43;
  margin-bottom: 10px;
  position: relative;
}

/* Small animated line */
.dlt-section h2::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 4px;
  width: 4px;
  height: 0;
  background: #f74780
;
  border-radius: 5px;
  transition: height 0.5s ease;
}

.content-block:hover h2::before {
  height: 80%;
}


/* Paragraph */
.dlt-section p {
  font-size: 16px;
  line-height: 1.4;
  color: #24476b;
  margin-bottom: 12px;
}

.dlt-section strong {
  color: #172b4d;
  font-weight: 700;
}


/* Number List */
.dlt-section ol {
  padding-left: 28px;
  margin-bottom: 0;
}

.dlt-section ol > li {
  padding-left: 3px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.45;
  color: #24476b;
}


/* Bullet List */
.dlt-section ul {
  margin-top: 8px;
  padding-left: 30px;
}

.dlt-section ul li {
  margin-bottom: 5px;
  font-size: 15.5px;
  line-height: 1.4;
  color: #315477;
}


/* Hover effect */
.content-block {
  transition: transform 0.3s ease, padding-left 0.3s ease;
}

.content-block:hover {
  transform: translateX(4px);
}


/* Scroll Animation */
.animate-item {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-item.show {
  opacity: 1;
  transform: translateY(0);
}


/* Mobile */
@media (max-width: 768px) {

  .dlt-section {
    padding: 10px 15px 40px;
  }

  .dlt-section h2 {
    font-size: 21px;
  }

  .dlt-section p,
  .dlt-section ol > li {
    font-size: 15px;
  }

  .dlt-section ul li {
    font-size: 14.5px;
  }
}