/* =========================================================
   NINE TAILS DIGITAL
   BRANDING AGENCY PAGE
   Premium Orange + Navy Design System
========================================================= */

:root {

    --ntd-brand-orange: #ff4b00;
    --ntd-brand-orange-dark: #e64000;

    --ntd-brand-navy: #071525;
    --ntd-brand-navy-2: #0d1d2e;

    --ntd-brand-text: #263546;
    --ntd-brand-muted: #687789;

    --ntd-brand-light: #f7f9fc;

    --ntd-brand-border:
        rgba(7,21,37,.09);

    --ntd-brand-shadow:
        0 20px 55px rgba(7,21,37,.10);

    --ntd-brand-shadow-hover:
        0 30px 75px rgba(7,21,37,.16);

    --ntd-brand-radius: 22px;
}


/* =========================================================
   COMMON
========================================================= */

.ntd-brand-section {

    position: relative;

    padding: 105px 0;

    overflow: hidden;
}

.ntd-brand-heading h2,
.ntd-brand-centered-heading h2 {

    color: var(--ntd-brand-navy);

    font-weight: 800;

    line-height: 1.12;
}

.ntd-brand-heading h2 span,
.ntd-brand-centered-heading h2 span {

    color: var(--ntd-brand-orange);
}

.ntd-brand-heading p,
.ntd-brand-centered-heading p {

    color: var(--ntd-brand-muted);

    line-height: 1.85;
}

.ntd-brand-section-tag {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--ntd-brand-orange);

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    margin-bottom: 18px;
}

.ntd-brand-section-tag i {

    font-size: 17px;
}

.ntd-brand-centered-heading {

    max-width: 780px;

    margin: 0 auto;

    text-align: center;
}

.ntd-brand-centered-heading h2 {

    font-size: clamp(35px,4vw,52px);

    margin-bottom: 18px;
}

.ntd-brand-centered-heading p {

    max-width: 700px;

    margin: 0 auto;
}


/* =========================================================
   BUTTONS
========================================================= */

.ntd-brand-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-brand-btn i {

    font-size: 18px;

    transition: transform .3s ease;
}

.ntd-brand-btn:hover i {

    transform: translateX(4px);
}

.ntd-brand-btn-primary {

    color: #fff !important;

    background: var(--ntd-brand-orange);

    box-shadow:
        0 12px 30px rgba(255,75,0,.28);
}

.ntd-brand-btn-primary:hover {

    color: #fff !important;

    background: var(--ntd-brand-orange-dark);

    transform: translateY(-3px);

    box-shadow:
        0 18px 38px rgba(255,75,0,.35);
}

.ntd-brand-btn-outline {

    color: var(--ntd-brand-navy) !important;

    background: rgba(255,255,255,.8);

    border: 1px solid rgba(7,21,37,.16);

    backdrop-filter: blur(10px);
}

.ntd-brand-btn-outline:hover {

    color: var(--ntd-brand-orange) !important;

    border-color: var(--ntd-brand-orange);

    transform: translateY(-3px);
}

.ntd-brand-btn-light {

    color: var(--ntd-brand-navy) !important;

    background: #fff;

    box-shadow:
        0 15px 35px rgba(0,0,0,.16);
}

.ntd-brand-btn-light:hover {

    color: var(--ntd-brand-orange) !important;

    transform: translateY(-3px);
}

.ntd-brand-btn-whatsapp {

    color: #fff !important;

    border: 1px solid rgba(255,255,255,.25);

    background: rgba(255,255,255,.07);
}

.ntd-brand-btn-whatsapp:hover {

    color: #fff !important;

    background: rgba(255,255,255,.15);

    transform: translateY(-3px);
}


/* =========================================================
   HERO
========================================================= */

.ntd-brand-hero {

    position: relative;

    min-height: 740px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:

        radial-gradient(
            circle at 80% 20%,
            rgba(255,75,0,.11),
            transparent 28%
        ),

        radial-gradient(
            circle at 15% 85%,
            rgba(7,21,37,.05),
            transparent 28%
        ),

        #f7f9fc;
}

.ntd-brand-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 90%
        );
}

.ntd-brand-glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(90px);

    pointer-events: none;
}

.brand-glow-one {

    width: 300px;

    height: 300px;

    left: 3%;

    bottom: -150px;

    background: rgba(255,75,0,.10);
}

.brand-glow-two {

    width: 250px;

    height: 250px;

    right: 15%;

    top: 5%;

    background: rgba(7,21,37,.07);
}


/* =========================================================
   HERO CONTENT
========================================================= */

.ntd-brand-hero-content {

    position: relative;

    z-index: 4;

    padding: 75px 0;
}

.ntd-brand-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 11px;

    padding: 9px 15px;

    border-radius: 50px;

    color: var(--ntd-brand-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-brand-eyebrow span {

    width: 24px;

    height: 2px;

    background: var(--ntd-brand-orange);
}

.ntd-brand-hero-content h1 {

    max-width: 700px;

    color: var(--ntd-brand-navy);

    font-size: clamp(45px,5vw,70px);

    line-height: 1.02;

    font-weight: 900;

    letter-spacing: -2.3px;

    margin-bottom: 25px;
}

.ntd-brand-hero-content h1 span {

    color: var(--ntd-brand-orange);
}

.ntd-brand-lead {

    max-width: 650px;

    color: var(--ntd-brand-muted);

    font-size: 17px;

    line-height: 1.85;

    margin-bottom: 13px;
}

.ntd-brand-small {

    max-width: 620px;

    color: var(--ntd-brand-muted);

    font-size: 14px;

    line-height: 1.75;

    margin-bottom: 30px;
}

.ntd-brand-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 13px;
}

.ntd-brand-trust {

    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 42px;
}

.ntd-brand-trust div:not(.ntd-brand-divider) {

    display: flex;

    flex-direction: column;
}

.ntd-brand-trust strong {

    color: var(--ntd-brand-navy);

    font-size: 17px;

    line-height: 1;

    margin-bottom: 6px;
}

.ntd-brand-trust span {

    color: var(--ntd-brand-muted);

    font-size: 10px;

    font-weight: 600;
}

.ntd-brand-divider {

    width: 1px;

    height: 38px;

    background: rgba(7,21,37,.12);
}


/* =========================================================
   BRAND BOARD VISUAL
========================================================= */

.ntd-brand-visual {

    position: relative;

    min-height: 620px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.ntd-brand-ring {

    position: absolute;

    border-radius: 50%;

    border: 1px dashed rgba(255,75,0,.22);
}

.brand-ring-one {

    width: 520px;

    height: 520px;

    animation:
        brandRotate 25s linear infinite;
}

.brand-ring-two {

    width: 390px;

    height: 390px;

    border-color: rgba(7,21,37,.10);

    animation:
        brandRotateReverse 19s linear infinite;
}

@keyframes brandRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes brandRotateReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


/* =========================================================
   BRAND BOARD
========================================================= */

.ntd-brand-board {

    position: relative;

    z-index: 5;

    width: 340px;

    padding: 18px;

    border-radius: 22px;

    background: #fff;

    box-shadow:
        0 35px 90px rgba(7,21,37,.18);

    transform: rotate(3deg);

    border: 1px solid rgba(7,21,37,.07);
}

.ntd-brand-board-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 15px;

    border-bottom: 1px solid rgba(7,21,37,.07);
}

.ntd-brand-board-top span {

    color: var(--ntd-brand-muted);

    font-size: 8px;

    letter-spacing: 1.5px;

    font-weight: 900;
}

.ntd-brand-board-top i {

    color: #a0aab4;

    font-size: 14px;
}

.ntd-brand-logo-mark {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin: 38px 0 16px;
}

.ntd-brand-logo-circle {

    width: 92px;

    height: 92px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    background: var(--ntd-brand-orange);

    border-radius: 50%;

    font-size: 43px;

    font-weight: 900;

    box-shadow:
        0 15px 35px rgba(255,75,0,.25);
}

.ntd-brand-logo-lines {

    display: flex;

    flex-direction: column;

    gap: 8px;
}

.ntd-brand-logo-lines span {

    width: 45px;

    height: 5px;

    border-radius: 5px;

    background: var(--ntd-brand-navy);
}

.ntd-brand-logo-lines span:nth-child(2) {

    width: 34px;

    opacity: .45;
}

.ntd-brand-logo-lines span:nth-child(3) {

    width: 23px;

    opacity: .22;
}

.ntd-brand-name {

    text-align: center;

    margin-bottom: 27px;
}

.ntd-brand-name strong,
.ntd-brand-name span {

    display: block;
}

.ntd-brand-name strong {

    color: var(--ntd-brand-navy);

    font-size: 20px;

    letter-spacing: 2px;
}

.ntd-brand-name span {

    color: var(--ntd-brand-orange);

    font-size: 7px;

    letter-spacing: 3px;

    margin-top: 5px;

    font-weight: 900;
}


/* Colors */

.ntd-brand-color-row {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 6px;

    margin-bottom: 23px;
}

.brand-color {

    height: 48px;

    border-radius: 8px;
}

.brand-color-one {
    background: var(--ntd-brand-orange);
}

.brand-color-two {
    background: var(--ntd-brand-navy);
}

.brand-color-three {
    background: #d9dee4;
}

.brand-color-four {
    background: #f5f6f8;
}


/* Typography */

.ntd-brand-type-preview {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 12px;

    border-radius: 10px;

    background: #f7f9fc;

    margin-bottom: 17px;
}

.ntd-brand-type-preview > span {

    color: var(--ntd-brand-orange);

    font-size: 30px;

    font-weight: 900;
}

.ntd-brand-type-preview strong,
.ntd-brand-type-preview small {

    display: block;
}

.ntd-brand-type-preview strong {

    color: var(--ntd-brand-navy);

    font-size: 10px;
}

.ntd-brand-type-preview small {

    color: var(--ntd-brand-muted);

    font-size: 7px;

    margin-top: 4px;
}

.ntd-brand-board-footer {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 4px;

    padding-top: 12px;

    border-top: 1px solid rgba(7,21,37,.07);
}

.ntd-brand-board-footer span {

    color: #8b96a0;

    text-align: center;

    font-size: 6px;

    font-weight: 800;
}


/* Floating */

.ntd-brand-floating {

    position: absolute;

    z-index: 7;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 11px 14px;

    border-radius: 13px;

    background: rgba(255,255,255,.96);

    box-shadow:
        0 20px 45px rgba(7,21,37,.15);

    backdrop-filter: blur(12px);
}

.brand-float-logo {

    left: -20px;

    top: 80px;

    animation:
        brandFloat 4s ease-in-out infinite;
}

.brand-float-color {

    right: -20px;

    top: 225px;

    animation:
        brandFloat 4s ease-in-out infinite 1s;
}

.brand-float-type {

    left: -20px;

    bottom: 75px;

    animation:
        brandFloat 4s ease-in-out infinite 1.8s;
}

.ntd-brand-floating-icon {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    background: var(--ntd-brand-orange);

    border-radius: 10px;

    font-size: 17px;
}

.ntd-brand-floating strong,
.ntd-brand-floating span {

    display: block;
}

.ntd-brand-floating strong {

    color: var(--ntd-brand-navy);

    font-size: 10px;
}

.ntd-brand-floating span {

    color: var(--ntd-brand-muted);

    font-size: 8px;

    margin-top: 3px;
}

@keyframes brandFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


/* =========================================================
   INTRO
========================================================= */

.ntd-brand-intro {

    background: #fff;
}

.ntd-brand-image-wrap {

    position: relative;

    padding: 15px;
}

.ntd-brand-image-pattern {

    position: absolute;

    width: 75%;

    height: 75%;

    top: 0;

    left: 0;

    border: 2px solid var(--ntd-brand-orange);

    border-radius: 22px;

    opacity: .4;
}

.ntd-brand-image-wrap::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 150px;

    height: 150px;

    background:

        radial-gradient(
            var(--ntd-brand-orange) 1.2px,
            transparent 1.2px
        );

    background-size: 10px 10px;

    opacity: .22;
}

.ntd-brand-main-image {

    position: relative;

    z-index: 2;

    width: 100%;

    height: 470px;

    object-fit: cover;

    border-radius: 20px;

    box-shadow: var(--ntd-brand-shadow);
}

.ntd-brand-image-card {

    position: absolute;

    z-index: 4;

    right: -5px;

    bottom: 35px;

    padding: 17px 21px;

    border-radius: 14px;

    background: var(--ntd-brand-navy);

    box-shadow:
        0 20px 45px rgba(7,21,37,.20);
}

.ntd-brand-mini-icons {

    display: flex;

    gap: 5px;

    margin-bottom: 10px;
}

.ntd-brand-mini-icons span {

    width: 27px;

    height: 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    background: var(--ntd-brand-orange);

    border-radius: 7px;

    font-size: 13px;
}

.ntd-brand-image-card strong,
.ntd-brand-image-card small {

    display: block;
}

.ntd-brand-image-card strong {

    color: #fff;

    font-size: 15px;
}

.ntd-brand-image-card small {

    color: rgba(255,255,255,.52);

    font-size: 8px;

    margin-top: 4px;
}


/* =========================================================
   CHECK LIST
========================================================= */

.ntd-brand-check-list {

    margin-top: 30px;
}

.ntd-brand-check {

    display: flex;

    gap: 14px;

    margin-bottom: 20px;
}

.ntd-brand-check > span {

    flex: 0 0 35px;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    background: var(--ntd-brand-orange);

    border-radius: 50%;

    box-shadow:
        0 8px 18px rgba(255,75,0,.20);
}

.ntd-brand-check strong {

    display: block;

    color: var(--ntd-brand-navy);

    margin-bottom: 3px;
}

.ntd-brand-check p {

    color: var(--ntd-brand-muted);

    font-size: 13px;

    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   SERVICES
========================================================= */

.ntd-brand-services {

    background:

        radial-gradient(
            circle at 10% 20%,
            rgba(255,75,0,.05),
            transparent 25%
        ),

        #f7f9fc;
}

.ntd-brand-service-card {

    position: relative;

    height: 100%;

    padding: 30px;

    border-radius: var(--ntd-brand-radius);

    background: #fff;

    border: 1px solid var(--ntd-brand-border);

    box-shadow:
        0 10px 35px rgba(7,21,37,.045);

    overflow: hidden;

    transition: all .4s ease;
}

.ntd-brand-service-card::before {

    content: "";

    position: absolute;

    width: 140px;

    height: 140px;

    right: -70px;

    top: -70px;

    border-radius: 50%;

    background: rgba(255,75,0,.06);

    transition: all .4s ease;
}

.ntd-brand-service-card:hover {

    transform: translateY(-9px);

    border-color: rgba(255,75,0,.18);

    box-shadow: var(--ntd-brand-shadow-hover);
}

.ntd-brand-service-card:hover::before {

    transform: scale(2);
}

.ntd-brand-service-top {

    position: relative;

    z-index: 2;

    display: flex;

    justify-content: space-between;

    align-items: flex-start;
}

.ntd-brand-service-number {

    color: rgba(7,21,37,.12);

    font-size: 38px;

    line-height: 1;

    font-weight: 900;
}

.ntd-brand-service-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--ntd-brand-orange);

    background: rgba(255,75,0,.08);

    border-radius: 15px;

    font-size: 27px;

    transition: all .35s ease;
}

.ntd-brand-service-card:hover
.ntd-brand-service-icon {

    color: #fff;

    background: var(--ntd-brand-orange);

    transform: rotate(-5deg);
}

.ntd-brand-service-card h3 {

    position: relative;

    z-index: 2;

    color: var(--ntd-brand-navy);

    font-size: 21px;

    font-weight: 800;

    margin: 27px 0 12px;
}

.ntd-brand-service-card p {

    position: relative;

    z-index: 2;

    color: var(--ntd-brand-muted);

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 20px;
}

.ntd-brand-service-link {

    position: relative;

    z-index: 2;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: var(--ntd-brand-orange);

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;
}

.ntd-brand-service-link i {

    transition: transform .3s ease;
}

.ntd-brand-service-link:hover i {

    transform: translateX(4px);
}


/* =========================================================
   BRAND SYSTEM
========================================================= */

.ntd-brand-system {

    background: #fff;
}

.ntd-brand-system-visual {

    position: relative;

    min-height: 490px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.ntd-brand-system-card {

    width: min(450px,95%);

    padding: 27px;

    border-radius: 22px;

    background: #fff;

    border: 1px solid var(--ntd-brand-border);

    box-shadow: var(--ntd-brand-shadow);
}

.ntd-brand-system-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 17px;

    border-bottom: 1px solid rgba(7,21,37,.07);
}

.ntd-brand-system-header strong {

    color: var(--ntd-brand-navy);

    font-size: 15px;
}

.ntd-brand-system-header span {

    padding: 5px 8px;

    color: #4ca86e;

    background: rgba(76,168,110,.08);

    border-radius: 6px;

    font-size: 7px;

    font-weight: 900;
}

.ntd-brand-system-logo {

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 25px 0;
}

.ntd-brand-system-logo > div {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    background: var(--ntd-brand-orange);

    border-radius: 15px;

    font-size: 30px;

    font-weight: 900;
}

.ntd-brand-system-logo span {

    color: var(--ntd-brand-navy);

    font-size: 15px;

    font-weight: 900;

    letter-spacing: 1.2px;
}

.ntd-brand-system-row {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 8px;

    margin-bottom: 20px;
}

.ntd-brand-system-row > div {

    padding: 11px;

    border-radius: 10px;

    background: #f7f9fc;
}

.ntd-brand-system-row small {

    display: block;

    color: var(--ntd-brand-muted);

    font-size: 7px;

    font-weight: 800;

    margin-bottom: 8px;
}

.system-color {

    display: block;

    width: 100%;

    height: 42px;

    border-radius: 7px;
}

.system-orange {
    background: var(--ntd-brand-orange);
}

.system-navy {
    background: var(--ntd-brand-navy);
}

.system-light {
    background: #e8ecf0;
}

.ntd-brand-font-box {

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 13px;

    border-radius: 10px;

    background: #f7f9fc;

    margin-bottom: 18px;
}

.ntd-brand-font-box > span {

    color: var(--ntd-brand-orange);

    font-size: 28px;

    font-weight: 900;
}

.ntd-brand-font-box strong,
.ntd-brand-font-box small {

    display: block;
}

.ntd-brand-font-box strong {

    color: var(--ntd-brand-navy);

    font-size: 10px;
}

.ntd-brand-font-box small {

    color: var(--ntd-brand-muted);

    font-size: 7px;

    margin-top: 4px;
}

.ntd-brand-rules {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 8px;
}

.ntd-brand-rules div {

    color: var(--ntd-brand-muted);

    font-size: 8px;

    font-weight: 700;
}

.ntd-brand-rules i {

    color: var(--ntd-brand-orange);

    margin-right: 4px;
}

.ntd-brand-system-float {

    position: absolute;

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 12px 15px;

    border-radius: 12px;

    color: var(--ntd-brand-navy);

    background: #fff;

    box-shadow:
        0 15px 35px rgba(7,21,37,.12);

    font-size: 10px;

    font-weight: 700;
}

.ntd-brand-system-float i {

    color: var(--ntd-brand-orange);

    font-size: 17px;
}

.system-float-one {

    left: 0;

    top: 55px;

    animation:
        brandFloat 4s ease-in-out infinite;
}

.system-float-two {

    right: 0;

    bottom: 55px;

    animation:
        brandFloat 4s ease-in-out infinite 1s;
}


/* =========================================================
   SYSTEM POINTS
========================================================= */

.ntd-brand-system-points {

    margin-top: 30px;
}

.ntd-brand-system-points > div {

    display: flex;

    gap: 13px;

    margin-bottom: 19px;
}

.ntd-brand-system-points > div > span {

    flex: 0 0 35px;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--ntd-brand-orange);

    background: rgba(255,75,0,.08);

    border-radius: 9px;

    font-size: 10px;

    font-weight: 900;
}

.ntd-brand-system-points strong {

    display: block;

    color: var(--ntd-brand-navy);

    font-size: 14px;

    margin-bottom: 4px;
}

.ntd-brand-system-points p {

    color: var(--ntd-brand-muted);

    font-size: 12px;

    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   PROCESS
========================================================= */

.ntd-brand-process {

    background: #f7f9fc;
}

.ntd-brand-process-grid {

    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 20px;

    margin-top: 65px;
}

.ntd-brand-process-grid::before {

    content: "";

    position: absolute;

    left: 12%;

    right: 12%;

    top: 55px;

    border-top: 1px dashed rgba(255,75,0,.25);
}

.ntd-brand-process-card {

    position: relative;

    z-index: 2;

    text-align: center;

    padding: 20px;
}

.ntd-brand-process-number {

    position: absolute;

    right: 20px;

    top: 0;

    color: rgba(255,75,0,.08);

    font-size: 60px;

    font-weight: 900;

    line-height: 1;
}

.ntd-brand-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-brand-navy);

    border: 7px solid #f7f9fc;

    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-brand-process-card:hover
.ntd-brand-process-icon {

    background: var(--ntd-brand-orange);

    transform: translateY(-5px);
}

.ntd-brand-process-card h3 {

    color: var(--ntd-brand-navy);

    font-size: 20px;

    font-weight: 800;

    margin-bottom: 10px;
}

.ntd-brand-process-card p {

    color: var(--ntd-brand-muted);

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================================
   DELIVERABLES
========================================================= */

.ntd-brand-deliverables {

    background: #fff;
}

.ntd-brand-deliverable-grid {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 13px;
}

.ntd-brand-deliverable {

    padding: 22px;

    border: 1px solid var(--ntd-brand-border);

    border-radius: 16px;

    transition: all .35s ease;
}

.ntd-brand-deliverable:hover {

    transform: translateY(-5px);

    box-shadow: var(--ntd-brand-shadow);

    border-color: rgba(255,75,0,.16);
}

.ntd-brand-deliverable > span {

    width: 47px;

    height: 47px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--ntd-brand-orange);

    background: rgba(255,75,0,.08);

    border-radius: 12px;

    font-size: 21px;

    margin-bottom: 15px;
}

.ntd-brand-deliverable strong,
.ntd-brand-deliverable small {

    display: block;
}

.ntd-brand-deliverable strong {

    color: var(--ntd-brand-navy);

    font-size: 14px;
}

.ntd-brand-deliverable small {

    color: var(--ntd-brand-muted);

    font-size: 9px;

    line-height: 1.5;

    margin-top: 5px;
}


/* =========================================================
   WHY NINE TAILS
========================================================= */

.ntd-brand-why {

    background:

        radial-gradient(
            circle at 90% 10%,
            rgba(255,75,0,.06),
            transparent 25%
        ),

        #f7f9fc;
}

.ntd-brand-benefit {

    height: 100%;

    padding: 27px;

    background: #fff;

    border: 1px solid var(--ntd-brand-border);

    border-radius: 18px;

    transition: all .35s ease;
}

.ntd-brand-benefit:hover {

    transform: translateY(-6px);

    border-color: rgba(255,75,0,.16);

    box-shadow: var(--ntd-brand-shadow);
}

.ntd-brand-benefit > span {

    width: 53px;

    height: 53px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--ntd-brand-orange);

    background: rgba(255,75,0,.08);

    border-radius: 14px;

    font-size: 23px;

    margin-bottom: 20px;
}

.ntd-brand-benefit h3 {

    color: var(--ntd-brand-navy);

    font-size: 19px;

    font-weight: 800;

    margin-bottom: 9px;
}

.ntd-brand-benefit p {

    color: var(--ntd-brand-muted);

    font-size: 13px;

    line-height: 1.75;

    margin: 0;
}


/* =========================================================
   PATNA
========================================================= */

.ntd-brand-location {

    background: #fff;
}

.ntd-brand-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-brand-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-brand-location-box h2 {

    color: var(--ntd-brand-navy);

    font-size: clamp(30px,4vw,45px);

    font-weight: 800;

    margin-bottom: 20px;
}

.ntd-brand-location-box h2 span {

    color: var(--ntd-brand-orange);
}

.ntd-brand-location-box p {

    max-width: 760px;

    color: var(--ntd-brand-muted);

    font-size: 14px;

    line-height: 1.85;
}

.ntd-brand-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-brand-navy);
}

.ntd-brand-location-icon {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    background: var(--ntd-brand-orange);

    border-radius: 50%;

    font-size: 28px;

    margin-bottom: 16px;
}

.ntd-brand-location-card strong {

    color: #fff;

    font-size: 21px;
}

.ntd-brand-location-card span {

    color: rgba(255,255,255,.58);

    font-size: 11px;

    margin-top: 5px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ntd-brand-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-brand-navy);

    overflow: hidden;
}

.ntd-brand-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-brand-cta-circle {

    position: absolute;

    border: 1px solid rgba(255,75,0,.18);

    border-radius: 50%;
}

.brand-cta-one {

    width: 500px;

    height: 500px;

    right: -220px;

    top: -220px;
}

.brand-cta-two {

    width: 320px;

    height: 320px;

    left: -160px;

    bottom: -160px;
}

.ntd-brand-cta-content {

    position: relative;

    z-index: 3;

    max-width: 850px;

    margin: 0 auto;
}

.ntd-brand-cta-label {

    display: inline-block;

    color: var(--ntd-brand-orange);

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 2px;

    margin-bottom: 17px;
}

.ntd-brand-cta-content h2 {

    color: #fff;

    font-size: clamp(38px,5vw,61px);

    font-weight: 900;

    line-height: 1.08;

    margin-bottom: 20px;
}

.ntd-brand-cta-content h2 span {

    color: var(--ntd-brand-orange);
}

.ntd-brand-cta-content p {

    max-width: 650px;

    margin: 0 auto 30px;

    color: rgba(255,255,255,.64);

    font-size: 16px;

    line-height: 1.8;
}

.ntd-brand-cta-buttons {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1199px) {

    .ntd-brand-hero-content h1 {
        font-size: 58px;
    }

    .ntd-brand-visual {
        min-height: 560px;
    }

    .brand-ring-one {
        width: 440px;
        height: 440px;
    }

    .brand-ring-two {
        width: 350px;
        height: 350px;
    }

}


@media (max-width:991px) {

    .ntd-brand-section {
        padding: 80px 0;
    }

    .ntd-brand-hero {
        min-height: auto;
    }

    .ntd-brand-hero-content {

        padding: 75px 0 30px;

        text-align: center;
    }

    .ntd-brand-hero-content h1,
    .ntd-brand-lead {

        margin-left: auto;

        margin-right: auto;
    }

    .ntd-brand-buttons,
    .ntd-brand-trust {

        justify-content: center;
    }

    .ntd-brand-visual {
        min-height: 570px;
    }

    .ntd-brand-process-grid {

        grid-template-columns:
            repeat(2,1fr);
    }

    .ntd-brand-process-grid::before {
        display: none;
    }

}


@media (max-width:767px) {

    .ntd-brand-section {
        padding: 65px 0;
    }

    .ntd-brand-hero-content {
        padding-top: 55px;
    }

    .ntd-brand-hero-content h1 {

        font-size: 43px;

        letter-spacing: -1.3px;
    }

    .ntd-brand-lead {
        font-size: 15px;
    }

    .ntd-brand-buttons {

        flex-direction: column;

        align-items: stretch;
    }

    .ntd-brand-btn {
        width: 100%;
    }

    .ntd-brand-trust {
        gap: 13px;
    }

    .ntd-brand-trust strong {
        font-size: 15px;
    }

    .ntd-brand-trust span {
        font-size: 8px;
    }

    .ntd-brand-visual {
        min-height: 500px;
    }

    .ntd-brand-board {
        width: 310px;
    }

    .brand-ring-one {

        width: 370px;

        height: 370px;
    }

    .brand-ring-two {

        width: 300px;

        height: 300px;
    }

    .ntd-brand-floating {
        padding: 9px 11px;
    }

    .brand-float-logo {
        left: -5px;
        top: 55px;
    }

    .brand-float-color {
        right: -5px;
        top: 190px;
    }

    .brand-float-type {
        left: -5px;
        bottom: 55px;
    }

    .ntd-brand-main-image {
        height: 350px;
    }

    .ntd-brand-image-card {
        right: 0;
        bottom: 20px;
    }

    .ntd-brand-centered-heading h2,
    .ntd-brand-heading h2 {
        font-size: 34px;
    }

    .ntd-brand-process-grid {
        grid-template-columns: 1fr;
    }

    .ntd-brand-deliverable-grid {
        grid-template-columns: 1fr;
    }

    .ntd-brand-location-box {
        padding: 30px 22px;
    }

    .ntd-brand-location-card {
        margin-top: 25px;
    }

    .ntd-brand-system-visual {
        min-height: 410px;
    }

    .ntd-brand-system-card {
        width: 94%;
    }

    .system-float-one {
        left: -5px;
    }

    .system-float-two {
        right: -5px;
    }

    .ntd-brand-final-cta {
        padding: 75px 0;
    }

    .ntd-brand-cta-content h2 {
        font-size: 39px;
    }

}


@media (max-width:480px) {

    .ntd-brand-hero-content h1 {
        font-size: 37px;
    }

    .ntd-brand-eyebrow {
        font-size: 9px;
    }

    .ntd-brand-trust {
        gap: 8px;
    }

    .ntd-brand-divider {
        height: 30px;
    }

    .ntd-brand-visual {
        min-height: 440px;
    }

    .ntd-brand-board {
        width: 285px;
    }

    .ntd-brand-logo-circle {
        width: 78px;
        height: 78px;
        font-size: 35px;
    }

    .ntd-brand-floating {
        transform: scale(.82);
    }

    .brand-float-logo {
        left: -20px;
    }

    .brand-float-color {
        right: -20px;
    }

    .brand-float-type {
        left: -20px;
    }

    .ntd-brand-main-image {
        height: 290px;
    }

    .ntd-brand-image-wrap {
        padding: 8px;
    }

    .ntd-brand-image-card {
        right: -5px;
        bottom: 10px;
    }

    .ntd-brand-system-visual {
        min-height: 350px;
    }

    .ntd-brand-system-card {
        padding: 18px;
    }

    .ntd-brand-system-float {
        transform: scale(.82);
    }

    .ntd-brand-cta-content h2 {
        font-size: 34px;
    }

}