/*
Theme Name: Nano
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0.65
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* === Nano Dang Nguyen UX Builder === */
body.home {
    --ndn-blue: #064ea8;
    --ndn-blue-dark: #06275f;
    --ndn-teal: #078a95;
    --ndn-line: #d9e5f3;
    --ndn-soft: #f3f9ff;
    --ndn-text: #102a5b;
    --ndn-muted: #55667d;
    --ndn-container: 1320px;
    background: #fff;
}

body.home #header .header-main {
    min-height: 68px;
    border-bottom: 1px solid #e6edf7;
    background: #fff;
}

body.home #header .header-inner {
    max-width: var(--ndn-container);
}

body.home #header .nav > li > a {
    color: #0c275a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

body.home #header .nav > li.active > a,
body.home #header .nav > li > a:hover {
    color: #0a58ba;
}

body.home #header .nav > li.active > a::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -18px;
    left: 10px;
    height: 2px;
    border-radius: 99px;
    background: #0a58ba;
}

#header-contact li a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    background: #075dbb;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    transition: background .2s ease;
}

#header-contact li a:hover {
    background: #06275f;
    color: #fff !important;
}

.ndn-page {
    --ndn-blue: #064ea8;
    --ndn-blue-dark: #06275f;
    --ndn-teal: #078a95;
    --ndn-line: #d9e5f3;
    --ndn-soft: #f3f9ff;
    --ndn-text: #102a5b;
    --ndn-muted: #55667d;
    color: var(--ndn-text);
}

.ndn-page h1,
.ndn-page h2,
.ndn-page h3,
.ndn-page h4,
.ndn-page h5,
.ndn-page p {
    letter-spacing: 0;
}

.ndn-hero {
    overflow: hidden;
    min-height: 430px;
    background: #f4faff;
}

.ndn-hero .section-bg {
    overflow: hidden;
}

.ndn-hero .section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 64% center !important;
}

.ndn-hero .section-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 66%, rgba(255,255,255,.72) 100%),
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 32%, rgba(255,255,255,.46) 53%, rgba(255,255,255,.05) 100%);
}

.ndn-hero > .section-content > .row {
    min-height: 350px;
}

.ndn-hero-copy h1 {
    max-width: 680px;
    margin: 0 0 22px;
    color: #092b66;
    font-size: 44px;
    line-height: 1.12;
    text-transform: none;
}

.ndn-hero-copy p {
    max-width: 650px;
    margin: 0 0 24px;
    color: #253c62;
    font-size: 16px;
    line-height: 1.75;
}

.ndn-hero-copy .button.ndn-primary,
.ndn-hero-copy .button.ndn-outline {
    min-height: 48px;
    margin-right: 14px;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.ndn-primary.button {
    background: #075dbb !important;
    color: #fff !important;
}

.ndn-outline.button {
    border: 1px solid #0b61c5 !important;
    background: #fff !important;
    color: #0b61c5 !important;
}

.ndn-hero-panel > .col-inner {
    max-width: 330px;
    margin-left: auto;
    padding: 22px 22px 10px;
    border: 1px solid rgba(201, 217, 236, .9);
    border-radius: 10px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 40px rgba(9, 43, 102, .14);
}

.ndn-hero-feature.featured-box {
    align-items: center;
    margin-bottom: 13px;
}

.ndn-hero-feature .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px;
    margin-right: 14px;
}

.ndn-hero-feature .icon-box-img img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain;
}

.ndn-hero-feature h5 {
    margin: 0 0 2px;
    color: #0a397d;
    font-size: 15px;
    text-transform: none;
}

.ndn-hero-feature p {
    margin: 0;
    color: #536176;
    font-size: 12px;
    line-height: 1.35;
}

.ndn-proof-section {
    overflow: visible;
    position: relative;
    z-index: 3;
    margin-top: -52px;
}

.ndn-proof-row {
    border: 1px solid #dce6f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 58, 112, .10);
}

.ndn-proof-row > .col {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.ndn-proof-row > .col > .col-inner {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 0 12px;
}

.ndn-proof-row > .col:not(:last-child) {
    border-right: 1px solid #e3ecf7;
}

.ndn-proof-box.featured-box {
    align-items: center;
    flex: 0 0 36px;
    min-height: 0;
    margin: 0 10px 0 0;
}

.ndn-proof-box .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px;
    margin-right: 0;
}

.ndn-proof-box .icon-box-img img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain;
}

.ndn-proof-copy {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.ndn-proof-copy h3 {
    margin: 0 0 3px;
    color: #092f6e;
    font-size: 12px;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
}

.ndn-proof-copy p {
    margin: 0;
    color: #647086;
    font-size: 10.5px;
    line-height: 1.25;
    white-space: nowrap;
}

.ndn-title h2 {
    margin: 0 0 20px;
    color: var(--ndn-blue);
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}

.ndn-services .ndn-title p {
    margin: 0 0 4px;
    color: #075dbb;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.ndn-services .ndn-title h2 {
    position: relative;
    margin-bottom: 26px;
    color: #081f55;
    font-size: 26px;
}

.ndn-services .ndn-title h2::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 99px;
    background: #075dbb;
}

.ndn-services .row {
    align-items: stretch;
}

.ndn-services .row > .ndn-service-card {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 0;
}

.ndn-card > .col-inner,
.ndn-service-card > .col-inner,
.ndn-product-card > .col-inner,
.ndn-project-card > .col-inner {
    height: 100%;
    overflow: hidden;
    border: 1px solid #d6e1ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16, 58, 112, .06);
}

.ndn-card-media {
    margin-bottom: 0;
}

.ndn-card-media img,
.ndn-project-card img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.ndn-service-card .ndn-card-media img {
    height: 165px;
}

.ndn-card-copy {
    padding: 14px 12px 16px;
    text-align: center;
}

.ndn-card-copy h3 {
    margin: 0;
    color: #0a397d;
    font-size: 15px;
    line-height: 1.35;
    text-transform: none;
}

.ndn-card-icon.featured-box {
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: -30px 0 10px;
}

.ndn-card-icon .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 58px !important;
    height: 58px;
    margin: 0 auto !important;
    border: 3px solid #fff;
    border-radius: 12px;
    background: #075dbb;
    box-shadow: 0 9px 18px rgba(6, 78, 168, .26);
}

.ndn-card-icon .icon-box-img img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ndn-service-card .ndn-card-copy {
    min-height: 164px;
    padding: 0 18px 22px;
}

.ndn-service-card .ndn-card-copy h3 {
    font-size: 16px;
    line-height: 1.28;
}

.ndn-service-card .ndn-card-copy p {
    margin: 11px 0 14px;
    color: #445670;
    font-size: 12px;
    line-height: 1.5;
}

.ndn-service-card .ndn-card-copy::after {
    content: "\2192";
    display: block;
    color: #075dbb;
    font-size: 24px;
    line-height: 1;
}

.ndn-products {
    background: #f3faff;
}

.ndn-product-shell > .col-inner {
    padding: 22px 20px 20px;
    border-radius: 8px;
    background: rgba(244, 251, 255, .92);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.75);
}

.ndn-tab-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 10px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0b63df, #07519d);
    color: #fff;
    box-shadow: 0 10px 20px rgba(7,81,157,.20);
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.ndn-tab-title::before {
    content: "";
    display: block;
    width: 28px;
    height: 24px;
    background: url("/wp-content/uploads/smartlife/icons/solution-house.svg") center / contain no-repeat;
    filter: brightness(0) invert(1);
}

.ndn-product-card {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.ndn-product-card > .col-inner {
    position: relative;
    border-color: #c9dced;
    box-shadow: 0 14px 28px rgba(16, 58, 112, .12);
}

.ndn-product-card .ndn-card-media img {
    height: 190px;
}

.ndn-product-card .ndn-card-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 142px;
    padding: 20px 36px 18px 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.94), #fff);
    text-align: left;
}

.ndn-product-card h3 {
    min-height: 0;
    margin: 0 0 7px;
    color: #0a2d65;
    font-size: 12.5px;
    line-height: 1.25;
    text-align: left;
    text-transform: none;
}

.ndn-product-card p {
    margin: 0 0 7px;
    color: #075dbb;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}

.ndn-product-card small {
    display: block;
    max-width: 100%;
    color: #52647e;
    font-size: 11.5px;
    line-height: 1.35;
}

.ndn-product-card .ndn-card-copy::after {
    content: "\2192";
    position: absolute;
    right: 22px;
    bottom: 22px;
    color: #075dbb;
    font-size: 27px;
    line-height: 1;
}

.ndn-product-icon.featured-box {
    position: absolute;
    top: 138px;
    left: 18px;
    z-index: 2;
    width: 60px;
    margin: 0;
}

.ndn-product-icon .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px;
    margin: 0 !important;
    border: 3px solid #fff;
    border-radius: 8px;
    background: #edf8ff;
    box-shadow: 0 10px 20px rgba(16, 58, 112, .16);
}

.ndn-product-icon .icon-box-img img {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(2204%) hue-rotate(202deg) brightness(91%) contrast(98%);
}

.ndn-position-title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: max-content;
    max-width: 100%;
    margin: 8px auto 20px;
    padding: 10px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0b63df, #07519d);
    color: #fff;
    box-shadow: 0 10px 20px rgba(7,81,157,.20);
    font-size: 22px;
    line-height: 1;
}

.ndn-position-title h2::before {
    content: "";
    display: block;
    width: 30px;
    height: 22px;
    background: url("/wp-content/uploads/smartlife/icons/solution-villa.svg") center / contain no-repeat;
    filter: brightness(0) invert(1);
}

.ndn-position-card .ndn-card-media img {
    height: 170px;
}

.ndn-position-card .ndn-card-copy {
    min-height: 112px;
    padding: 20px 34px 18px 28px;
}

.ndn-position-card .ndn-product-icon.featured-box {
    top: 118px;
}

.ndn-position-card h3 {
    min-height: 0;
    padding: 0;
    margin: 0 0 8px;
    color: #0a2d65;
    font-size: 17px;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
}

.ndn-position-card .ndn-product-icon .icon-box-img {
    background: #075dbb;
    box-shadow: 0 10px 20px rgba(7,81,157,.28);
}

.ndn-position-card .ndn-product-icon .icon-box-img img {
    filter: brightness(0) invert(1);
}

.ndn-about-shell.row {
    align-items: stretch;
    padding: 16px 14px;
    border: 1px solid #d8e8f8;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff 0%, #fff 70%, #edf6ff 100%);
    box-shadow: 0 16px 36px rgba(16, 58, 112, .08);
}

@media (min-width: 850px) {
    .ndn-about-shell > .ndn-about-visual {
        flex-basis: 46%;
        max-width: 46%;
    }

    .ndn-about-shell > .ndn-about-content {
        flex-basis: 54%;
        max-width: 54%;
    }
}

.ndn-about-visual > .col-inner,
.ndn-about-content > .col-inner {
    height: 100%;
}

.ndn-about-visual > .col-inner {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(16, 58, 112, .14);
}

.ndn-about-img {
    margin-bottom: 0;
}

.ndn-about-img img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.ndn-about-badge.featured-box {
    position: absolute;
    top: 26px;
    left: 26px;
    z-index: 2;
    align-items: center;
    width: 250px;
    max-width: calc(100% - 52px);
    padding: 13px 18px;
    border-radius: 8px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 24px rgba(16, 58, 112, .10);
}

.ndn-about-badge .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px;
    margin-right: 13px;
}

.ndn-about-badge .icon-box-img img {
    width: 34px !important;
    height: 34px !important;
}

.ndn-about-badge h5,
.ndn-about-badge p {
    margin: 0;
    color: #075dbb;
    font-size: 14px;
    line-height: 1.25;
    text-transform: uppercase;
}

.ndn-about-strip.row {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    min-height: 78px;
    margin: 0 !important;
    padding: 10px 8px;
    background: linear-gradient(90deg, rgba(3,63,143,.96), rgba(5,87,173,.96));
}

.ndn-about-strip > .col {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.ndn-about-strip > .col:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.24);
}

.ndn-about-strip-box.featured-box {
    align-items: center;
    min-height: 50px;
    padding: 0 4px;
}

.ndn-about-strip-box .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px !important;
    height: 24px;
    margin-right: 8px;
}

.ndn-about-strip-box .icon-box-img img {
    width: 22px !important;
    height: 22px !important;
    filter: brightness(0) invert(1);
}

.ndn-about-strip-box .icon-box-text {
    min-width: 0;
}

.ndn-about-strip-box h5 {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    text-transform: none;
}

.ndn-about-content > .col-inner {
    padding: 8px 0 4px 14px;
}

.ndn-about-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 12px !important;
    color: #075dbb !important;
    font-size: 12px !important;
    letter-spacing: .22em;
    line-height: 1 !important;
    text-transform: uppercase;
}

.ndn-about-kicker::after {
    content: "";
    display: block;
    width: 78px;
    height: 1px;
    background: #b8d5f4;
}

.ndn-about-text h2 {
    position: relative;
    margin: 0 0 28px;
    color: #081f55;
    font-size: 34px;
    line-height: 1.15;
    text-transform: none;
}

.ndn-about-text h2 span {
    color: #075dbb;
}

.ndn-about-text h2::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 74px;
    height: 4px;
    border-radius: 99px;
    background: #0b63df;
}

.ndn-about-text p {
    margin: 0 0 13px;
    color: #2f3d50;
    font-size: 14px;
    line-height: 1.65;
}

.ndn-about-benefit {
    padding-right: 6px;
    padding-left: 6px;
}

.ndn-about-benefit > .col-inner {
    height: 100%;
    min-height: 150px;
    padding: 14px 10px 12px;
    border: 1px solid #e1ebf6;
    border-bottom: 4px solid #0b63df;
    border-radius: 8px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 28px rgba(16, 58, 112, .08);
}

.ndn-about-benefit .featured-box {
    display: block;
    text-align: center;
}

.ndn-about-benefit .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px !important;
    height: 46px;
    margin: 0 auto 12px !important;
    border-radius: 50%;
    background: linear-gradient(135deg, #1d7fff, #0751b4);
    box-shadow: 0 10px 20px rgba(7,81,157,.22);
}

.ndn-about-benefit .icon-box-img img {
    width: 28px !important;
    height: 28px !important;
    filter: brightness(0) invert(1);
}

.ndn-about-benefit .icon-box-text {
    min-width: 0;
}

.ndn-about-benefit h5 {
    margin: 0 0 8px;
    color: #0751b4;
    font-size: 17px;
    line-height: 1.25;
    text-align: center;
    text-transform: none;
}

.ndn-about-benefit p {
    margin: 0;
    color: #3f4b5d;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.ndn-stats {
    overflow: hidden;
    background: #fff !important;
}

.ndn-stats > .section-content > .row {
    position: relative;
    overflow: hidden;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 26px max(42px, calc((100vw - 1320px) / 2 + 42px));
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(231,245,255,.90), rgba(255,255,255,.88) 30%, rgba(255,255,255,.88) 70%, rgba(224,243,255,.92)),
        url("/wp-content/uploads/2026/07/nk-project-tower-large.jpg") center / cover no-repeat;
    box-shadow: 0 18px 38px rgba(16, 58, 112, .10);
}

.ndn-stats > .section-content > .row::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(105,181,239,.34), rgba(255,255,255,.92) 18%, rgba(255,255,255,.95) 82%, rgba(117,194,239,.36)),
        radial-gradient(circle at 6% 42%, rgba(255,255,255,.72), rgba(255,255,255,0) 18%),
        radial-gradient(circle at 96% 55%, rgba(255,255,255,.72), rgba(255,255,255,0) 18%);
}

.ndn-stats > .section-content > .row > .col {
    position: relative;
    z-index: 1;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 0;
}

.ndn-stat-box.featured-box {
    align-items: center;
    height: 116px;
    min-height: 116px;
    padding: 16px 18px;
    border: 1px solid #dceaf7;
    border-bottom: 4px solid #14a8ef;
    border-radius: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 28px rgba(16, 58, 112, .10);
}

.ndn-stat-box .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 62px;
    width: 62px !important;
    height: 62px;
    margin-right: 18px;
    border: 1px solid #cfe9fb;
    border-radius: 50%;
    background: #eef9ff;
    box-shadow: inset 0 0 0 4px rgba(255,255,255,.86), 0 10px 20px rgba(16, 58, 112, .10);
}

.ndn-stat-box .icon-box-img img {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(32%) sepia(97%) saturate(1861%) hue-rotate(199deg) brightness(93%) contrast(101%);
}

.ndn-stat-box .icon-box-text {
    min-width: 0;
}

.ndn-stat-box h5 {
    margin: 0 0 8px;
    color: #0b63df;
    font-size: 34px;
    line-height: 1;
    white-space: nowrap;
}

.ndn-stat-box p {
    margin: 0;
    color: #2f4361;
    font-size: 14px;
    line-height: 1.3;
}

.ndn-projects {
    position: relative;
    background:
        linear-gradient(180deg, #fff 0%, #f6fbff 100%),
        radial-gradient(circle at 8% 78%, rgba(12,103,206,.10), rgba(12,103,206,0) 26%),
        radial-gradient(circle at 92% 70%, rgba(12,103,206,.10), rgba(12,103,206,0) 28%);
}

.ndn-projects::before,
.ndn-projects::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(13,105,214,.10), rgba(13,105,214,0));
    transform: skewY(24deg);
}

.ndn-projects::before {
    left: -80px;
    bottom: 22px;
    width: 420px;
    height: 130px;
}

.ndn-projects::after {
    right: -80px;
    bottom: 18px;
    width: 420px;
    height: 130px;
    transform: skewY(-24deg);
}

.ndn-projects .section-content {
    position: relative;
    z-index: 1;
}

.ndn-projects-head .ndn-title h2 {
    position: relative;
    margin-bottom: 14px;
    color: #0a397d;
    font-size: 36px;
}

.ndn-projects-head .ndn-title h2::before {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 0 auto 14px;
    border-radius: 99px;
    background: linear-gradient(90deg, #16b7f2, #0b63df);
}

.ndn-projects-head .ndn-title p {
    max-width: 760px;
    margin: 0 auto 26px;
    color: #6b7485;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
}

.ndn-projects-grid.row {
    display: flex;
    flex-wrap: nowrap;
}

.ndn-projects-grid > .ndn-project-card {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 10px;
    padding-left: 10px;
}

.ndn-project-card > .col-inner {
    overflow: hidden;
    border: 1px solid #d8e5f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(16, 58, 112, .10);
}

.ndn-project-card img {
    height: 190px;
    object-fit: cover;
}

.ndn-project-card .ndn-card-copy {
    min-height: 104px;
    padding: 18px 18px 16px;
    text-align: left;
}

.ndn-project-card h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #0d4ba0;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    text-transform: none;
}

.ndn-project-card h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: linear-gradient(135deg, #0b63df, #064895);
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.ndn-project-card p {
    position: relative;
    margin: 0;
    padding-left: 28px;
    color: #6b7485;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.ndn-project-card p::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/smartlife/icons/phone-home.svg") center / contain no-repeat;
    filter: brightness(0) saturate(100%) invert(54%) sepia(97%) saturate(1036%) hue-rotate(177deg) brightness(93%) contrast(88%);
}

.ndn-projects-action > .col {
    padding-bottom: 0;
    text-align: center;
}

.ndn-projects-button.button {
    min-width: 220px;
    min-height: 46px;
    margin: 18px auto 0;
    border: 1px solid #0b63df !important;
    border-radius: 99px;
    background: #fff !important;
    color: #0d4ba0 !important;
    letter-spacing: 0;
    text-transform: none;
}

.ndn-cta {
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(1,48,130,.96), rgba(4,93,191,.92) 48%, rgba(0,190,202,.92)),
        url("/wp-content/uploads/2019/07/nk-hero-building.jpg") center / cover no-repeat;
}

.ndn-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 7% 8%, rgba(255,255,255,.14) 0 1px, transparent 2px) 0 0 / 20px 20px,
        linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 34%);
    pointer-events: none;
}

.ndn-cta > .section-content {
    position: relative;
    z-index: 1;
}

.ndn-cta > .section-content > .row {
    min-height: 440px;
}

.ndn-cta-copy > .col-inner {
    padding: 8px 38px 8px 0;
}

.ndn-cta-text h2 {
    max-width: 560px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 38px;
    line-height: 1.22;
    text-transform: none;
}

.ndn-cta-text p {
    position: relative;
    margin: 0 0 38px;
    color: #ffc421;
    font-size: 20px;
    line-height: 1.25;
}

.ndn-cta-text p::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 84px;
    height: 2px;
    background: #ffc421;
}

.ndn-cta-text small {
    display: block;
    max-width: 610px;
    color: #eef8ff;
    font-size: 16px;
    line-height: 1.7;
}

.ndn-cta-points.row {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 44px !important;
}

.ndn-cta-points > .col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 0;
}

.ndn-cta-points > .col:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.36);
}

.ndn-cta-check.featured-box {
    display: block;
    min-height: 118px;
    color: #fff;
    text-align: center;
}

.ndn-cta-check .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 58px !important;
    height: 58px;
    margin: 0 auto 14px !important;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: rgba(63,185,255,.22);
    box-shadow: 0 0 18px rgba(58,195,255,.38);
}

.ndn-cta-check .icon-box-img img {
    width: 34px !important;
    height: 34px !important;
    filter: brightness(0) invert(1);
}

.ndn-cta-check .icon-box-text {
    width: 100%;
    min-width: 0;
}

.ndn-cta-check h5 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
    text-align: center;
    text-transform: none;
}

.ndn-cta-check p {
    margin: 0;
    color: #d9efff;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

.ndn-cta-form > .col-inner {
    padding: 40px 52px;
    border: 1px solid rgba(255,255,255,.48);
    border-radius: 20px;
    background: rgba(221,247,255,.58);
    box-shadow: 0 22px 44px rgba(0,43,107,.22);
    backdrop-filter: blur(6px);
}

.ndn-cta-form-head.featured-box {
    align-items: center;
    margin-bottom: 28px;
}

.ndn-cta-form-head .icon-box-img {
    display: inline-flex !important;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 88px !important;
    height: 88px;
    margin-right: 26px;
    border-radius: 50%;
    background: rgba(50,168,219,.45);
}

.ndn-cta-form-head .icon-box-img img {
    opacity: 0;
}

.ndn-cta-form-head .icon-box-img::before {
    content: "";
    position: absolute;
    inset: 17px;
    background: url("/wp-content/uploads/smartlife/icons/feature-control.svg") center / contain no-repeat;
    filter: brightness(0) invert(1);
}

.ndn-cta-form-head h5 {
    margin: 0 0 10px;
    color: #073a86;
    font-size: 24px;
    line-height: 1.2;
    text-transform: none;
}

.ndn-cta-form-head p {
    margin: 0;
    color: #29456c;
    font-size: 17px;
    line-height: 1.35;
}

.ndn-phone-field {
    position: relative;
    min-height: 62px;
    margin: 0 0 20px;
    padding: 19px 26px 19px 86px;
    border-radius: 9px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 10px 22px rgba(0,43,107,.08);
    color: #97a2b2;
    font-size: 17px;
}

.ndn-phone-field::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 28px;
    height: 28px;
    background: url("/wp-content/uploads/smartlife/icons/feature-control.svg") center / contain no-repeat;
    filter: grayscale(1) opacity(.22);
    transform: translateY(-50%);
}

.ndn-cta-button.button {
    width: 100%;
    min-height: 62px;
    border-radius: 9px;
    background: linear-gradient(180deg, #ffd546, #f5a400) !important;
    color: #073a86 !important;
    font-size: 21px;
    letter-spacing: 0;
    text-transform: none;
}

.ndn-cta-note p {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 20px auto 0;
    padding-left: 28px;
    color: #284267;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
}

.ndn-cta-note p::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/smartlife/icons/benefit-security.svg") center / contain no-repeat;
    filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(2204%) hue-rotate(202deg) brightness(91%) contrast(98%);
}

.ndn-footer {
    background: #0057ad;
    color: #dfefff;
}

.ndn-footer h3,
.ndn-footer h5 {
    color: #fff;
    text-transform: none;
}

.ndn-footer h3 {
    margin: 0 0 12px;
    font-size: 15px;
}

.ndn-footer p,
.ndn-footer a,
.ndn-footer li {
    color: #dfefff;
    font-size: 12px;
    line-height: 1.55;
}

.ndn-footer ul {
    margin: 0;
}

.ndn-footer li {
    margin: 0 0 5px;
}

.ndn-footer-brand h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.ndn-footer-socials .social-icons {
    margin-top: 8px;
}

.ndn-footer-contact.featured-box {
    align-items: center;
    margin-bottom: 5px;
}

.ndn-footer-contact .icon-box-img {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px !important;
    height: 22px;
    margin-right: 8px;
}

.ndn-footer-contact .icon-box-img img {
    width: 16px !important;
    height: 16px !important;
    filter: brightness(0) invert(1);
}

.ndn-footer-copy-row {
    border-top: 1px solid rgba(255,255,255,.20);
}

.ndn-footer-copy p {
    margin: 0;
    padding: 10px 0;
    color: #cfe3ff;
}

@media (max-width: 849px) {
    .ndn-services .row > .ndn-service-card {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    .ndn-projects-grid.row {
        flex-wrap: wrap;
    }

    .ndn-projects-grid > .ndn-project-card {
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 14px;
    }

    .ndn-project-card img {
        height: 150px;
    }

    .ndn-cta > .section-content > .row {
        min-height: 0;
    }

    .ndn-cta-copy > .col-inner {
        padding: 0 0 24px;
    }

    .ndn-cta-text h2 {
        font-size: 30px;
    }

    .ndn-cta-text small {
        font-size: 15px;
    }

    .ndn-cta-points > .col {
        padding-bottom: 12px;
    }

    .ndn-cta-form > .col-inner {
        padding: 28px 22px;
    }

    .ndn-cta-form-head .icon-box-img {
        width: 64px !important;
        height: 64px;
        margin-right: 16px;
    }

    .ndn-cta-form-head h5 {
        font-size: 20px;
    }

    .ndn-phone-field,
    .ndn-cta-button.button {
        min-height: 58px;
    }

    .ndn-phone-field {
        padding: 18px 18px 18px 62px;
    }

    .ndn-phone-field::before {
        left: 22px;
    }

    .ndn-stats > .section-content > .row {
        padding: 18px 14px 18px 10px;
    }

    .ndn-stats > .section-content > .row > .col {
        padding-right: 7px;
        padding-left: 7px;
        padding-bottom: 16px;
    }

    .ndn-stat-box.featured-box {
        height: auto;
        min-height: 96px;
        padding: 14px 14px 14px 10px;
    }

    .ndn-stat-box .icon-box-img {
        flex-basis: 56px;
        width: 56px !important;
        height: 56px;
        margin-right: 10px;
    }

    .ndn-stat-box .icon-box-img img {
        width: 34px !important;
        height: 34px !important;
    }

    .ndn-stat-box h5 {
        font-size: 28px;
    }

    .ndn-about-shell > .ndn-about-visual,
    .ndn-about-shell > .ndn-about-content {
        flex-basis: 100%;
        max-width: 100%;
    }

    .ndn-about-content > .col-inner {
        padding: 18px 0 0;
    }

    .ndn-about-strip.row {
        flex-wrap: wrap !important;
    }

    .ndn-about-strip > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .ndn-hero-copy h1 {
        font-size: 32px;
    }

    .ndn-hero-copy p {
        font-size: 14px;
    }

    .ndn-hero-panel > .col-inner {
        margin-top: 18px;
    }

    .ndn-card-media img,
    .ndn-project-card img {
        height: 130px;
    }

    .ndn-product-card .ndn-card-media img {
        height: 150px;
    }

    .ndn-position-card .ndn-card-media img {
        height: 140px;
    }

    .ndn-about-img img {
        height: 230px;
    }

    .ndn-cta h2 {
        font-size: 23px;
    }
}

@media (max-width: 549px) {
    .ndn-stats > .section-content > .row {
        padding: 16px 12px 16px 6px;
    }

    .ndn-stat-box.featured-box {
        min-height: 0;
        padding: 12px 12px 12px 8px;
    }

    .ndn-stat-box .icon-box-img {
        flex-basis: 40px;
        width: 40px !important;
        height: 40px;
        margin-right: 8px;
    }

    .ndn-stat-box .icon-box-img img {
        width: 22px !important;
        height: 22px !important;
    }

    .ndn-stat-box h5 {
        margin-bottom: 4px;
        font-size: 22px;
    }

    .ndn-stat-box p {
        font-size: 12px;
        line-height: 1.25;
    }

    .ndn-projects-grid > .ndn-project-card {
        flex-basis: 100%;
        max-width: 100%;
    }

    body.home #header .nav > li.active > a::after {
        display: none;
    }

    .ndn-hero-copy .button.ndn-primary,
    .ndn-hero-copy .button.ndn-outline {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ndn-proof-row {
        border-radius: 0;
    }

    .ndn-proof-copy h3 {
        white-space: normal;
    }

    .ndn-proof-copy p {
        white-space: normal;
    }

    .ndn-product-shell > .col-inner {
        padding: 16px 10px 8px;
    }

    .ndn-product-card {
        padding-right: 6px;
        padding-left: 6px;
    }

    .ndn-product-card .ndn-card-copy,
    .ndn-position-card .ndn-card-copy {
        min-height: 94px;
        padding: 18px 28px 14px 20px;
    }

    .ndn-product-icon.featured-box,
    .ndn-position-card .ndn-product-icon.featured-box {
        top: 104px;
        left: 12px;
        width: 46px;
    }

    .ndn-position-card .ndn-product-icon.featured-box {
        top: 94px;
    }

    .ndn-product-icon .icon-box-img {
        width: 46px !important;
        height: 46px;
    }

    .ndn-product-icon .icon-box-img img {
        width: 28px !important;
        height: 28px !important;
    }

    .ndn-product-card h3,
    .ndn-position-card h3 {
        font-size: 12px;
    }

    .ndn-product-card p {
        font-size: 16px;
    }

    .ndn-product-card .ndn-card-copy::after {
        right: 12px;
        bottom: 16px;
        font-size: 21px;
    }
}
/* === End Nano Dang Nguyen UX Builder === */
