/* =========================================================
   NINE TAILS DIGITAL
   SOFTWARE DEVELOPMENT PAGE
   Premium Orange + Navy
========================================================= */

:root {

    --ntd-orange: #ff4b00;
    --ntd-orange-dark: #e63f00;
    --ntd-orange-light: #ff7138;

    --ntd-navy: #071525;
    --ntd-navy-2: #0d1d2e;
    --ntd-navy-3: #142a40;

    --ntd-text: #263546;
    --ntd-muted: #687789;

    --ntd-light: #f6f8fb;
    --ntd-white: #fff;

    --ntd-border: rgba(7,21,37,.09);

    --ntd-shadow:
        0 20px 55px rgba(7,21,37,.10);

    --ntd-shadow-hover:
        0 30px 75px rgba(7,21,37,.16);

    --ntd-radius: 22px;
}


/* =========================================================
   COMMON
========================================================= */

.ntd-software-section {

    position: relative;

    padding: 105px 0;

    overflow: hidden;
}

.ntd-software-heading h2,
.ntd-software-centered-heading h2 {

    color:
        var(--ntd-navy);

    font-weight:
        800;

    line-height:
        1.12;
}

.ntd-software-heading h2 span,
.ntd-software-centered-heading h2 span {

    color:
        var(--ntd-orange);
}

.ntd-software-heading p,
.ntd-software-centered-heading p {

    color:
        var(--ntd-muted);

    line-height:
        1.85;
}

.ntd-software-section-tag {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        8px;

    color:
        var(--ntd-orange);

    font-size:
        12px;

    font-weight:
        900;

    letter-spacing:
        1.5px;

    text-transform:
        uppercase;

    margin-bottom:
        18px;
}

.ntd-software-section-tag i {

    font-size:
        17px;
}

.ntd-software-centered-heading {

    max-width:
        780px;

    margin:
        0 auto;

    text-align:
        center;
}

.ntd-software-centered-heading h2 {

    font-size:
        clamp(35px,4vw,52px);

    margin-bottom:
        18px;
}

.ntd-software-centered-heading p {

    max-width:
        690px;

    margin:
        0 auto;
}


/* =========================================================
   BUTTONS
========================================================= */

.ntd-software-btn {

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        10px;

    min-height:
        56px;

    padding:
        0 27px;

    border-radius:
        10px;

    font-size:
        15px;

    font-weight:
        700;

    text-decoration:
        none;

    transition:
        all .35s ease;
}

.ntd-software-btn i {

    font-size:
        18px;

    transition:
        transform .3s ease;
}

.ntd-software-btn:hover i {

    transform:
        translateX(4px);
}

.ntd-software-btn-primary {

    color:
        #fff !important;

    background:
        var(--ntd-orange);

    box-shadow:
        0 12px 30px rgba(255,75,0,.28);
}

.ntd-software-btn-primary:hover {

    color:
        #fff !important;

    background:
        var(--ntd-orange-dark);

    transform:
        translateY(-3px);

    box-shadow:
        0 18px 38px rgba(255,75,0,.35);
}

.ntd-software-btn-outline {

    color:
        var(--ntd-navy) !important;

    border:
        1px solid rgba(7,21,37,.18);

    background:
        rgba(255,255,255,.75);

    backdrop-filter:
        blur(10px);
}

.ntd-software-btn-outline:hover {

    color:
        var(--ntd-orange) !important;

    border-color:
        var(--ntd-orange);

    transform:
        translateY(-3px);
}

.ntd-software-btn-light {

    color:
        var(--ntd-navy) !important;

    background:
        #fff;

    box-shadow:
        0 15px 35px rgba(0,0,0,.16);
}

.ntd-software-btn-light:hover {

    color:
        var(--ntd-orange) !important;

    transform:
        translateY(-3px);
}

.ntd-software-btn-whatsapp {

    color:
        #fff !important;

    border:
        1px solid rgba(255,255,255,.30);

    background:
        rgba(255,255,255,.07);
}

.ntd-software-btn-whatsapp:hover {

    color:
        #fff !important;

    background:
        rgba(255,255,255,.15);

    transform:
        translateY(-3px);
}


/* =========================================================
   HERO
========================================================= */

.ntd-software-hero {

    position:
        relative;

    min-height:
        730px;

    display:
        flex;

    align-items:
        center;

    background:

        radial-gradient(
            circle at 78% 25%,
            rgba(255,75,0,.11),
            transparent 28%
        ),

        radial-gradient(
            circle at 15% 80%,
            rgba(7,21,37,.06),
            transparent 25%
        ),

        #f7f9fc;

    overflow:
        hidden;
}

.ntd-software-grid {

    position:
        absolute;

    inset:
        0;

    background-image:

        linear-gradient(
            rgba(7,21,37,.035) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(7,21,37,.035) 1px,
            transparent 1px
        );

    background-size:
        55px 55px;

    mask-image:
        linear-gradient(
            to right,
            black,
            transparent 85%
        );
}

.ntd-software-glow {

    position:
        absolute;

    border-radius:
        50%;

    filter:
        blur(90px);

    pointer-events:
        none;
}

.software-glow-one {

    width:
        280px;

    height:
        280px;

    left:
        5%;

    bottom:
        -120px;

    background:
        rgba(255,75,0,.10);
}

.software-glow-two {

    width:
        220px;

    height:
        220px;

    right:
        20%;

    top:
        5%;

    background:
        rgba(7,21,37,.07);
}


/* =========================================================
   HERO CONTENT
========================================================= */

.ntd-software-hero-content {

    position:
        relative;

    z-index:
        3;

    padding:
        75px 0;
}

.ntd-software-eyebrow {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        11px;

    padding:
        9px 15px;

    border-radius:
        50px;

    color:
        var(--ntd-orange);

    background:
        rgba(255,75,0,.07);

    border:
        1px solid rgba(255,75,0,.14);

    font-size:
        12px;

    font-weight:
        800;

    letter-spacing:
        1.2px;

    text-transform:
        uppercase;

    margin-bottom:
        24px;
}

.ntd-software-eyebrow span {

    width:
        24px;

    height:
        2px;

    background:
        var(--ntd-orange);
}

.ntd-software-hero-content h1 {

    max-width:
        760px;

    color:
        var(--ntd-navy);

    font-size:
        clamp(45px,5vw,70px);

    line-height:
        1.02;

    font-weight:
        900;

    letter-spacing:
        -2.3px;

    margin-bottom:
        25px;
}

.ntd-software-hero-content h1 span {

    color:
        var(--ntd-orange);
}

.ntd-software-hero-description {

    max-width:
        660px;

    color:
        var(--ntd-muted);

    font-size:
        17px;

    line-height:
        1.85;

    margin-bottom:
        32px;
}

.ntd-software-buttons {

    display:
        flex;

    flex-wrap:
        wrap;

    gap:
        13px;
}

.ntd-software-trust {

    display:
        flex;

    align-items:
        center;

    gap:
        22px;

    margin-top:
        42px;
}

.ntd-software-trust div:not(.ntd-software-divider) {

    display:
        flex;

    flex-direction:
        column;
}

.ntd-software-trust strong {

    color:
        var(--ntd-navy);

    font-size:
        18px;

    line-height:
        1;

    margin-bottom:
        6px;
}

.ntd-software-trust span {

    color:
        var(--ntd-muted);

    font-size:
        10px;

    font-weight:
        600;
}

.ntd-software-divider {

    width:
        1px;

    height:
        38px;

    background:
        rgba(7,21,37,.12);
}


/* =========================================================
   HERO DASHBOARD
========================================================= */

.ntd-software-visual {

    position:
        relative;

    min-height:
        600px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;
}

.ntd-software-orbit {

    position:
        absolute;

    border-radius:
        50%;

    border:
        1px dashed rgba(255,75,0,.20);
}

.software-orbit-one {

    width:
        510px;

    height:
        510px;

    animation:
        softwareRotate 25s linear infinite;
}

.software-orbit-two {

    width:
        390px;

    height:
        390px;

    border-color:
        rgba(7,21,37,.10);

    animation:
        softwareRotateReverse 18s linear infinite;
}

@keyframes softwareRotate {

    from {
        transform:
            rotate(0deg);
    }

    to {
        transform:
            rotate(360deg);
    }

}

@keyframes softwareRotateReverse {

    from {
        transform:
            rotate(360deg);
    }

    to {
        transform:
            rotate(0deg);
    }

}


/* =========================================================
   DASHBOARD
========================================================= */

.ntd-dashboard-card {

    position:
        relative;

    z-index:
        4;

    width:
        min(475px,94%);

    border-radius:
        19px;

    overflow:
        hidden;

    background:
        #fff;

    border:
        1px solid rgba(7,21,37,.10);

    box-shadow:
        0 35px 85px rgba(7,21,37,.25);
}

.ntd-dashboard-header {

    height:
        57px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    padding:
        0 17px;

    background:
        var(--ntd-navy);

    border-bottom:
        1px solid rgba(255,255,255,.06);
}

.ntd-dashboard-brand {

    display:
        flex;

    align-items:
        center;

    gap:
        9px;
}

.ntd-dashboard-brand > span {

    width:
        31px;

    height:
        31px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #fff;

    background:
        var(--ntd-orange);

    border-radius:
        8px;

    font-size:
        15px;

    font-weight:
        900;
}

.ntd-dashboard-brand strong,
.ntd-dashboard-brand small {

    display:
        block;
}

.ntd-dashboard-brand strong {

    color:
        #fff;

    font-size:
        11px;
}

.ntd-dashboard-brand small {

    color:
        rgba(255,255,255,.42);

    font-size:
        7px;

    margin-top:
        2px;
}

.ntd-dashboard-user {

    display:
        flex;

    align-items:
        center;

    gap:
        10px;

    color:
        rgba(255,255,255,.55);

    font-size:
        13px;
}

.ntd-dashboard-user > span {

    width:
        28px;

    height:
        28px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        var(--ntd-navy);

    background:
        #fff;

    border-radius:
        50%;

    font-size:
        8px;

    font-weight:
        800;
}

.ntd-dashboard-body {

    display:
        flex;

    min-height:
        365px;

    background:
        #f7f9fc;
}

.ntd-dashboard-sidebar {

    width:
        48px;

    display:
        flex;

    flex-direction:
        column;

    align-items:
        center;

    gap:
        13px;

    padding:
        18px 0;

    background:
        #eef1f5;

    border-right:
        1px solid rgba(7,21,37,.06);
}

.ntd-dashboard-sidebar span {

    width:
        29px;

    height:
        29px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #87929e;

    border-radius:
        8px;

    font-size:
        14px;
}

.ntd-dashboard-sidebar span.active {

    color:
        #fff;

    background:
        var(--ntd-orange);

    box-shadow:
        0 7px 15px rgba(255,75,0,.22);
}

.ntd-dashboard-main {

    flex:
        1;

    padding:
        20px;
}

.ntd-dashboard-welcome {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    margin-bottom:
        17px;
}

.ntd-dashboard-welcome small {

    display:
        block;

    color:
        #9aa5af;

    font-size:
        7px;

    font-weight:
        800;

    letter-spacing:
        1px;
}

.ntd-dashboard-welcome h3 {

    color:
        var(--ntd-navy);

    font-size:
        17px;

    margin:
        4px 0 0;

    font-weight:
        800;
}

.ntd-dashboard-date {

    padding:
        6px 9px;

    color:
        #7d8995;

    background:
        #fff;

    border:
        1px solid rgba(7,21,37,.07);

    border-radius:
        6px;

    font-size:
        7px;
}


/* Dashboard Stats */

.ntd-dashboard-stats {

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:
        8px;

    margin-bottom:
        12px;
}

.ntd-dashboard-stats > div {

    padding:
        11px;

    border-radius:
        9px;

    background:
        #fff;

    border:
        1px solid rgba(7,21,37,.06);
}

.ntd-dashboard-stats small,
.ntd-dashboard-stats strong,
.ntd-dashboard-stats span {

    display:
        block;
}

.ntd-dashboard-stats small {

    color:
        #9aa4ae;

    font-size:
        7px;
}

.ntd-dashboard-stats strong {

    color:
        var(--ntd-navy);

    font-size:
        15px;

    margin:
        5px 0;
}

.ntd-dashboard-stats span {

    color:
        #48a26b;

    font-size:
        7px;

    font-weight:
        700;
}


/* Dashboard Chart */

.ntd-dashboard-chart {

    padding:
        13px;

    border-radius:
        10px;

    background:
        #fff;

    border:
        1px solid rgba(7,21,37,.06);
}

.ntd-chart-title {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    margin-bottom:
        10px;
}

.ntd-chart-title strong {

    color:
        var(--ntd-navy);

    font-size:
        9px;
}

.ntd-chart-title small {

    color:
        #a0aab4;

    font-size:
        7px;
}

.ntd-dashboard-graph {

    position:
        relative;

    height:
        130px;

    overflow:
        hidden;
}

.graph-lines {

    position:
        absolute;

    inset:
        0;

    background:

        linear-gradient(
            rgba(7,21,37,.045) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(7,21,37,.045) 1px,
            transparent 1px
        );

    background-size:
        45px 32px;
}

.ntd-dashboard-graph svg {

    position:
        absolute;

    inset:
        0;

    width:
        100%;

    height:
        100%;
}


/* =========================================================
   FLOATING
========================================================= */

.ntd-software-floating {

    position:
        absolute;

    z-index:
        7;

    display:
        flex;

    align-items:
        center;

    gap:
        11px;

    padding:
        13px 16px;

    border-radius:
        14px;

    background:
        rgba(255,255,255,.95);

    box-shadow:
        0 20px 45px rgba(7,21,37,.15);

    backdrop-filter:
        blur(12px);
}

.software-float-one {

    top:
        80px;

    left:
        -20px;

    animation:
        softwareFloat 4s ease-in-out infinite;
}

.software-float-two {

    right:
        -15px;

    bottom:
        75px;

    animation:
        softwareFloat 4s ease-in-out infinite 1s;
}

.ntd-floating-icon {

    width:
        39px;

    height:
        39px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #fff;

    background:
        var(--ntd-orange);

    border-radius:
        10px;

    font-size:
        18px;
}

.ntd-software-floating strong,
.ntd-software-floating span {

    display:
        block;
}

.ntd-software-floating strong {

    color:
        var(--ntd-navy);

    font-size:
        11px;
}

.ntd-software-floating span {

    color:
        var(--ntd-muted);

    font-size:
        9px;

    margin-top:
        3px;
}

@keyframes softwareFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-10px);
    }

}


/* =========================================================
   INTRO
========================================================= */

.ntd-software-intro {

    background:
        #fff;
}

.ntd-software-image-wrap {

    position:
        relative;

    padding:
        15px;
}

.ntd-software-image-wrap::before {

    content:
        "";

    position:
        absolute;

    left:
        0;

    bottom:
        0;

    width:
        150px;

    height:
        150px;

    background:

        radial-gradient(
            var(--ntd-orange) 1.2px,
            transparent 1.2px
        );

    background-size:
        10px 10px;

    opacity:
        .22;
}

.ntd-software-image-pattern {

    position:
        absolute;

    width:
        75%;

    height:
        75%;

    top:
        0;

    left:
        0;

    border:
        2px solid var(--ntd-orange);

    border-radius:
        22px;

    opacity:
        .4;
}

.ntd-software-main-image {

    position:
        relative;

    z-index:
        2;

    width:
        100%;

    height:
        470px;

    object-fit:
        cover;

    border-radius:
        20px;

    box-shadow:
        var(--ntd-shadow);
}

.ntd-software-image-badge {

    position:
        absolute;

    z-index:
        4;

    right:
        -5px;

    bottom:
        35px;

    display:
        flex;

    flex-direction:
        column;

    padding:
        18px 23px;

    border-radius:
        14px;

    background:
        var(--ntd-navy);

    box-shadow:
        0 20px 45px rgba(7,21,37,.20);
}

.ntd-software-image-badge strong {

    color:
        var(--ntd-orange);

    font-size:
        24px;

    line-height:
        1;
}

.ntd-software-image-badge span {

    color:
        #fff;

    font-size:
        10px;

    margin-top:
        6px;
}


/* =========================================================
   CHECK LIST
========================================================= */

.ntd-software-check-list {

    margin-top:
        30px;
}

.ntd-software-check {

    display:
        flex;

    gap:
        14px;

    margin-bottom:
        20px;
}

.ntd-software-check > span {

    flex:
        0 0 35px;

    width:
        35px;

    height:
        35px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #fff;

    background:
        var(--ntd-orange);

    border-radius:
        50%;

    box-shadow:
        0 8px 18px rgba(255,75,0,.20);
}

.ntd-software-check strong {

    display:
        block;

    color:
        var(--ntd-navy);

    margin-bottom:
        3px;
}

.ntd-software-check p {

    color:
        var(--ntd-muted);

    font-size:
        13px;

    line-height:
        1.6;

    margin:
        0;
}


/* =========================================================
   SERVICES
========================================================= */

.ntd-software-services {

    background:

        radial-gradient(
            circle at 10% 20%,
            rgba(255,75,0,.05),
            transparent 25%
        ),

        #f7f9fc;
}

.ntd-software-service-card {

    position:
        relative;

    height:
        100%;

    padding:
        30px;

    border-radius:
        var(--ntd-radius);

    background:
        #fff;

    border:
        1px solid var(--ntd-border);

    box-shadow:
        0 10px 35px rgba(7,21,37,.045);

    transition:
        all .4s ease;

    overflow:
        hidden;
}

.ntd-software-service-card::before {

    content:
        "";

    position:
        absolute;

    width:
        130px;

    height:
        130px;

    right:
        -70px;

    top:
        -70px;

    border-radius:
        50%;

    background:
        rgba(255,75,0,.06);

    transition:
        all .4s ease;
}

.ntd-software-service-card:hover {

    transform:
        translateY(-9px);

    border-color:
        rgba(255,75,0,.18);

    box-shadow:
        var(--ntd-shadow-hover);
}

.ntd-software-service-card:hover::before {

    transform:
        scale(2);
}

.ntd-software-service-top {

    position:
        relative;

    z-index:
        2;

    display:
        flex;

    justify-content:
        space-between;

    align-items:
        flex-start;
}

.ntd-software-service-number {

    color:
        rgba(7,21,37,.12);

    font-size:
        38px;

    line-height:
        1;

    font-weight:
        900;
}

.ntd-software-service-icon {

    width:
        58px;

    height:
        58px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        var(--ntd-orange);

    background:
        rgba(255,75,0,.08);

    border-radius:
        15px;

    font-size:
        27px;

    transition:
        all .35s ease;
}

.ntd-software-service-card:hover
.ntd-software-service-icon {

    color:
        #fff;

    background:
        var(--ntd-orange);

    transform:
        rotate(-5deg);
}

.ntd-software-service-card h3 {

    position:
        relative;

    z-index:
        2;

    color:
        var(--ntd-navy);

    font-size:
        21px;

    font-weight:
        800;

    margin:
        27px 0 12px;
}

.ntd-software-service-card p {

    position:
        relative;

    z-index:
        2;

    color:
        var(--ntd-muted);

    font-size:
        14px;

    line-height:
        1.8;

    margin-bottom:
        20px;
}

.ntd-software-service-link {

    position:
        relative;

    z-index:
        2;

    display:
        inline-flex;

    align-items:
        center;

    gap:
        7px;

    color:
        var(--ntd-orange);

    font-size:
        12px;

    font-weight:
        800;

    text-decoration:
        none;
}

.ntd-software-service-link i {

    transition:
        transform .3s ease;
}

.ntd-software-service-link:hover {

    color:
        var(--ntd-orange-dark);
}

.ntd-software-service-link:hover i {

    transform:
        translateX(4px);
}


/* =========================================================
   TECHNOLOGY
========================================================= */

.ntd-software-tech {

    background:
        #fff;
}

.ntd-software-tech-card {

    padding:
        30px;

    border-radius:
        25px;

    background:
        linear-gradient(
            145deg,
            #0e2032,
            #071525
        );

    box-shadow:
        0 35px 80px rgba(7,21,37,.24);
}

.ntd-tech-card-header {

    display:
        flex;

    align-items:
        flex-start;

    justify-content:
        space-between;

    margin-bottom:
        28px;
}

.ntd-tech-card-header small {

    color:
        rgba(255,255,255,.40);

    font-size:
        9px;

    font-weight:
        800;

    letter-spacing:
        1.5px;
}

.ntd-tech-card-header h3 {

    color:
        #fff;

    font-size:
        26px;

    margin:
        6px 0 0;

    font-weight:
        800;
}

.ntd-tech-status {

    display:
        flex;

    align-items:
        center;

    gap:
        6px;

    padding:
        6px 9px;

    color:
        #63c883;

    background:
        rgba(99,200,131,.08);

    border:
        1px solid rgba(99,200,131,.15);

    border-radius:
        7px;

    font-size:
        7px;

    font-weight:
        800;
}

.ntd-tech-status span {

    width:
        6px;

    height:
        6px;

    border-radius:
        50%;

    background:
        #63c883;

    box-shadow:
        0 0 8px rgba(99,200,131,.6);
}

.ntd-tech-code {

    padding:
        5px 0;

    border-top:
        1px solid rgba(255,255,255,.07);

    border-bottom:
        1px solid rgba(255,255,255,.07);
}

.code-line {

    display:
        grid;

    grid-template-columns:
        35px 1fr 25px;

    align-items:
        center;

    padding:
        13px 0;

    border-bottom:
        1px solid rgba(255,255,255,.045);
}

.code-line:last-child {
    border-bottom:
        none;
}

.code-line span {

    color:
        rgba(255,255,255,.25);

    font-size:
        9px;
}

.code-line b {

    color:
        rgba(255,255,255,.78);

    font-size:
        11px;

    font-weight:
        600;
}

.code-line em {

    color:
        var(--ntd-orange);

    font-size:
        12px;

    font-style:
        normal;
}

.ntd-tech-bottom {

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:
        8px;

    margin-top:
        22px;
}

.ntd-tech-bottom div {

    padding:
        12px;

    border-radius:
        10px;

    background:
        rgba(255,255,255,.045);
}

.ntd-tech-bottom strong,
.ntd-tech-bottom small {

    display:
        block;
}

.ntd-tech-bottom strong {

    color:
        #fff;

    font-size:
        16px;
}

.ntd-tech-bottom small {

    color:
        rgba(255,255,255,.42);

    font-size:
        8px;

    margin-top:
        3px;
}


/* =========================================================
   SOFTWARE FEATURES
========================================================= */

.ntd-software-feature-grid {

    display:
        grid;

    grid-template-columns:
        repeat(2,1fr);

    gap:
        18px;

    margin-top:
        28px;
}

.ntd-software-feature {

    display:
        flex;

    gap:
        12px;
}

.ntd-software-feature > span {

    flex:
        0 0 43px;

    width:
        43px;

    height:
        43px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        var(--ntd-orange);

    background:
        rgba(255,75,0,.08);

    border-radius:
        11px;

    font-size:
        18px;
}

.ntd-software-feature strong {

    display:
        block;

    color:
        var(--ntd-navy);

    font-size:
        13px;

    margin-bottom:
        4px;
}

.ntd-software-feature p {

    color:
        var(--ntd-muted);

    font-size:
        11px;

    line-height:
        1.6;

    margin:
        0;
}


/* =========================================================
   STATS
========================================================= */

.ntd-software-stats {

    position:
        relative;

    padding:
        28px 0;

    background:
        var(--ntd-orange);

    overflow:
        hidden;
}

.ntd-software-stats::before {

    content:
        "";

    position:
        absolute;

    inset:
        0;

    background:

        linear-gradient(
            45deg,
            transparent 48%,
            rgba(255,255,255,.08) 49%,
            transparent 50%
        );

    background-size:
        35px 35px;
}

.ntd-software-stats-grid {

    position:
        relative;

    z-index:
        2;

    display:
        grid;

    grid-template-columns:
        repeat(4,1fr);
}

.ntd-software-stat {

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        13px;

    padding:
        15px 20px;

    border-right:
        1px solid rgba(255,255,255,.22);
}

.ntd-software-stat:last-child {

    border-right:
        none;
}

.ntd-software-stat > span {

    width:
        44px;

    height:
        44px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        var(--ntd-orange);

    background:
        #fff;

    border-radius:
        12px;

    font-size:
        20px;
}

.ntd-software-stat strong,
.ntd-software-stat small {

    display:
        block;
}

.ntd-software-stat strong {

    color:
        #fff;

    font-size:
        17px;
}

.ntd-software-stat small {

    color:
        rgba(255,255,255,.72);

    font-size:
        10px;

    margin-top:
        3px;
}


/* =========================================================
   PROCESS
========================================================= */

.ntd-software-process {

    background:
        #fff;
}

.ntd-software-process-grid {

    position:
        relative;

    display:
        grid;

    grid-template-columns:
        repeat(4,1fr);

    gap:
        20px;

    margin-top:
        65px;
}

.ntd-software-process-grid::before {

    content:
        "";

    position:
        absolute;

    left:
        12%;

    right:
        12%;

    top:
        55px;

    border-top:
        1px dashed rgba(255,75,0,.25);
}

.ntd-software-process-card {

    position:
        relative;

    z-index:
        2;

    text-align:
        center;

    padding:
        20px;
}

.ntd-process-number {

    position:
        absolute;

    right:
        20px;

    top:
        0;

    color:
        rgba(255,75,0,.08);

    font-size:
        60px;

    font-weight:
        900;

    line-height:
        1;
}

.ntd-process-icon {

    position:
        relative;

    width:
        74px;

    height:
        74px;

    margin:
        0 auto 25px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #fff;

    background:
        var(--ntd-navy);

    border:
        7px solid #fff;

    outline:
        1px solid rgba(255,75,0,.18);

    border-radius:
        50%;

    font-size:
        25px;

    box-shadow:
        0 10px 25px rgba(7,21,37,.13);

    transition:
        all .35s ease;
}

.ntd-software-process-card:hover
.ntd-process-icon {

    background:
        var(--ntd-orange);

    transform:
        translateY(-5px);
}

.ntd-software-process-card h3 {

    color:
        var(--ntd-navy);

    font-size:
        20px;

    font-weight:
        800;

    margin-bottom:
        10px;
}

.ntd-software-process-card p {

    color:
        var(--ntd-muted);

    font-size:
        13px;

    line-height:
        1.75;
}


/* =========================================================
   WHY US
========================================================= */

.ntd-software-why {

    background:

        radial-gradient(
            circle at 90% 10%,
            rgba(255,75,0,.06),
            transparent 25%
        ),

        #f7f9fc;
}

.ntd-software-benefit {

    height:
        100%;

    padding:
        27px;

    background:
        #fff;

    border:
        1px solid var(--ntd-border);

    border-radius:
        18px;

    transition:
        all .35s ease;
}

.ntd-software-benefit:hover {

    transform:
        translateY(-6px);

    border-color:
        rgba(255,75,0,.16);

    box-shadow:
        var(--ntd-shadow);
}

.ntd-software-benefit > span {

    width:
        53px;

    height:
        53px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        var(--ntd-orange);

    background:
        rgba(255,75,0,.08);

    border-radius:
        14px;

    font-size:
        23px;

    margin-bottom:
        20px;
}

.ntd-software-benefit h3 {

    color:
        var(--ntd-navy);

    font-size:
        19px;

    font-weight:
        800;

    margin-bottom:
        9px;
}

.ntd-software-benefit p {

    color:
        var(--ntd-muted);

    font-size:
        13px;

    line-height:
        1.75;

    margin:
        0;
}


/* =========================================================
   PATNA SEO
========================================================= */

.ntd-software-location {

    background:
        #fff;
}

.ntd-software-location-box {

    position:
        relative;

    padding:
        55px;

    border-radius:
        26px;

    background:

        radial-gradient(
            circle at 100% 0%,
            rgba(255,75,0,.13),
            transparent 30%
        ),

        linear-gradient(
            135deg,
            #f8fafc,
            #eef2f6
        );

    border:
        1px solid rgba(7,21,37,.06);

    overflow:
        hidden;
}

.ntd-software-location-box::after {

    content:
        "";

    position:
        absolute;

    right:
        -70px;

    bottom:
        -100px;

    width:
        250px;

    height:
        250px;

    border:
        35px solid rgba(255,75,0,.07);

    border-radius:
        50%;
}

.ntd-software-location-box h2 {

    color:
        var(--ntd-navy);

    font-size:
        clamp(30px,4vw,45px);

    font-weight:
        800;

    margin-bottom:
        20px;
}

.ntd-software-location-box h2 span {

    color:
        var(--ntd-orange);
}

.ntd-software-location-box p {

    max-width:
        760px;

    color:
        var(--ntd-muted);

    font-size:
        14px;

    line-height:
        1.85;
}

.ntd-software-location-card {

    position:
        relative;

    z-index:
        2;

    display:
        flex;

    flex-direction:
        column;

    align-items:
        center;

    text-align:
        center;

    padding:
        35px 20px;

    border-radius:
        18px;

    background:
        var(--ntd-navy);
}

.ntd-location-icon {

    width:
        65px;

    height:
        65px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #fff;

    background:
        var(--ntd-orange);

    border-radius:
        50%;

    font-size:
        28px;

    margin-bottom:
        16px;
}

.ntd-software-location-card strong {

    color:
        #fff;

    font-size:
        21px;
}

.ntd-software-location-card > span {

    color:
        rgba(255,255,255,.58);

    font-size:
        11px;

    margin-top:
        5px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ntd-software-final-cta {

    position:
        relative;

    padding:
        110px 0;

    background:

        radial-gradient(
            circle at 20% 20%,
            rgba(255,75,0,.25),
            transparent 28%
        ),

        radial-gradient(
            circle at 80% 80%,
            rgba(255,75,0,.16),
            transparent 30%
        ),

        var(--ntd-navy);

    overflow:
        hidden;
}

.ntd-software-final-cta::before {

    content:
        "";

    position:
        absolute;

    inset:
        0;

    background-image:

        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );

    background-size:
        45px 45px;
}

.ntd-software-cta-circle {

    position:
        absolute;

    border:
        1px solid rgba(255,75,0,.18);

    border-radius:
        50%;
}

.software-cta-one {

    width:
        500px;

    height:
        500px;

    right:
        -220px;

    top:
        -220px;
}

.software-cta-two {

    width:
        320px;

    height:
        320px;

    left:
        -160px;

    bottom:
        -160px;
}

.ntd-software-cta-content {

    position:
        relative;

    z-index:
        3;

    max-width:
        850px;

    margin:
        0 auto;
}

.ntd-software-cta-label {

    display:
        inline-block;

    color:
        var(--ntd-orange);

    font-size:
        11px;

    font-weight:
        900;

    letter-spacing:
        2px;

    margin-bottom:
        17px;
}

.ntd-software-cta-content h2 {

    color:
        #fff;

    font-size:
        clamp(38px,5vw,61px);

    font-weight:
        900;

    line-height:
        1.08;

    margin-bottom:
        20px;
}

.ntd-software-cta-content h2 span {

    color:
        var(--ntd-orange);
}

.ntd-software-cta-content p {

    max-width:
        650px;

    margin:
        0 auto 30px;

    color:
        rgba(255,255,255,.64);

    font-size:
        16px;

    line-height:
        1.8;
}

.ntd-software-cta-buttons {

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    flex-wrap:
        wrap;

    gap:
        12px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1199px) {

    .ntd-software-hero-content h1 {
        font-size:
            58px;
    }

    .ntd-software-visual {
        min-height:
            530px;
    }

    .software-orbit-one {
        width:
            430px;
        height:
            430px;
    }

    .software-orbit-two {
        width:
            350px;
        height:
            350px;
    }

}


@media (max-width:991px) {

    .ntd-software-section {
        padding:
            80px 0;
    }

    .ntd-software-hero {
        min-height:
            auto;
    }

    .ntd-software-hero-content {

        padding:
            75px 0 30px;

        text-align:
            center;
    }

    .ntd-software-hero-content h1,
    .ntd-software-hero-description {

        margin-left:
            auto;

        margin-right:
            auto;
    }

    .ntd-software-buttons,
    .ntd-software-trust {

        justify-content:
            center;
    }

    .ntd-software-visual {
        min-height:
            570px;
    }

    .ntd-software-stats-grid {

        grid-template-columns:
            repeat(2,1fr);
    }

    .ntd-software-stat:nth-child(2) {
        border-right:
            none;
    }

    .ntd-software-stat:nth-child(-n+2) {
        border-bottom:
            1px solid rgba(255,255,255,.22);
    }

    .ntd-software-process-grid {

        grid-template-columns:
            repeat(2,1fr);
    }

    .ntd-software-process-grid::before {
        display:
            none;
    }

}


@media (max-width:767px) {

    .ntd-software-section {
        padding:
            65px 0;
    }

    .ntd-software-hero-content {
        padding-top:
            55px;
    }

    .ntd-software-hero-content h1 {

        font-size:
            43px;

        letter-spacing:
            -1.3px;
    }

    .ntd-software-hero-description {
        font-size:
            15px;
    }

    .ntd-software-buttons {

        flex-direction:
            column;

        align-items:
            stretch;
    }

    .ntd-software-btn {
        width:
            100%;
    }

    .ntd-software-trust {
        gap:
            13px;
    }

    .ntd-software-trust strong {
        font-size:
            16px;
    }

    .ntd-software-trust span {
        font-size:
            9px;
    }

    .ntd-software-visual {
        min-height:
            470px;
    }

    .ntd-dashboard-card {
        width:
            94%;
    }

    .software-orbit-one {
        width:
            350px;
        height:
            350px;
    }

    .software-orbit-two {
        width:
            290px;
        height:
            290px;
    }

    .ntd-software-floating {
        padding:
            10px 12px;
    }

    .software-float-one {
        left:
            -3px;
        top:
            65px;
    }

    .software-float-two {
        right:
            -3px;
        bottom:
            60px;
    }

    .ntd-floating-icon {
        width:
            33px;
        height:
            33px;
        font-size:
            15px;
    }

    .ntd-software-main-image {
        height:
            350px;
    }

    .ntd-software-image-badge {
        right:
            0;
        bottom:
            20px;
    }

    .ntd-software-centered-heading h2,
    .ntd-software-heading h2 {
        font-size:
            34px;
    }

    .ntd-software-feature-grid {
        grid-template-columns:
            1fr;
    }

    .ntd-tech-card-header {
        flex-direction:
            column;
        gap:
            15px;
    }

    .ntd-software-process-grid {
        grid-template-columns:
            1fr;
    }

    .ntd-software-location-box {
        padding:
            30px 22px;
    }

    .ntd-software-location-card {
        margin-top:
            25px;
    }

    .ntd-software-final-cta {
        padding:
            75px 0;
    }

    .ntd-software-cta-content h2 {
        font-size:
            39px;
    }

}


@media (max-width:480px) {

    .ntd-software-hero-content h1 {
        font-size:
            37px;
    }

    .ntd-software-eyebrow {
        font-size:
            10px;
    }

    .ntd-software-trust {
        gap:
            8px;
    }

    .ntd-software-divider {
        height:
            30px;
    }

    .ntd-software-visual {
        min-height:
            410px;
    }

    .ntd-dashboard-card {
        width:
            96%;
    }

    .ntd-dashboard-main {
        padding:
            12px;
    }

    .ntd-dashboard-sidebar {
        width:
            40px;
    }

    .ntd-dashboard-stats strong {
        font-size:
            12px;
    }

    .ntd-dashboard-stats {
        gap:
            5px;
    }

    .ntd-software-floating {
        transform:
            scale(.82);
    }

    .software-float-one {
        left:
            -18px;
    }

    .software-float-two {
        right:
            -18px;
    }

    .ntd-software-main-image {
        height:
            290px;
    }

    .ntd-software-image-wrap {
        padding:
            8px;
    }

    .ntd-software-image-badge {
        right:
            -5px;
        bottom:
            10px;
    }

    .ntd-software-stats-grid {
        grid-template-columns:
            1fr;
    }

    .ntd-software-stat {

        border-right:
            none !important;

        border-bottom:
            1px solid rgba(255,255,255,.20);
    }

    .ntd-software-stat:last-child {
        border-bottom:
            none;
    }

    .ntd-software-tech-card {
        padding:
            22px;
    }

    .ntd-tech-card-header h3 {
        font-size:
            22px;
    }

    .ntd-tech-bottom strong {
        font-size:
            13px;
    }

    .ntd-software-cta-content h2 {
        font-size:
            34px;
    }

}