@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap");

:root {
    --colour-default-text: rgb(255, 255, 255);
    --colour-default-bg: rgb(0, 0, 0);
}

* {
    box-sizing: border-box;
}

.system-warning-msg {
    color: orangered !important;
}

.system-warning-class {
    border: 2px solid orangered !important;
}

body {
    margin: 0;
    padding: 0;
}

html {
    font-family: Tahoma, sans-serif;
}

.landing-page {
    container-type: inline-size;
    background: #2A2A2A;
    color: var(--colour-default-text);
}

.in-page__container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 3px;
    padding: 2em;
}

.modal-pop-up {
    cursor: pointer;
}

.form__input {
    padding: 0.2em;
}

.field-group__login {
    width: 100%;
    margin: 0.2em;
}

.field-group__login > .form__input {
    width: 100%;
    font-size: 1em;
}

.field-group__login.login__checkbox {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}


.password-show, .password-hide {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 2px;
    color: black;
    display: inline-block;
}

div:has(.password-show) {
    position: relative;
}

.form__button {
    margin: 8px 0;
    align-self: center;
}

.in-page__container > a {
    margin: 4px;
    font-size: 0.8em;
}

.main {
    min-width: 400px;
    padding: 2em;
    border-radius: 1em;
}

.main > input {
    padding: 7px 10px;
    border-radius: .3em;
    font-size: 1em;
    width: 90%;
    margin: .5em 0;
    outline: none;
}

.main > input:focus {
    border: 3px solid orange;
}

.main > button {
    width: 90%;
    padding: 10px 7px;
    font-size: 1em;
    background-color: #088D6B;
    border: none;
    color: white;
    border-radius: .3em;
    font-weight: 700;
    cursor: pointer;
    user-select: auto;
}

.remember-me__container {
    width: 90%;
    margin-bottom: 1.2em;
    margin-top: .2em;
}

.remember-me__container > div {
    display: flex;
    align-items: center;
}

.remember-me__container label {
    margin-left: 3px;
    margin-bottom: 0;
}

.landing-page > h1 {
    text-align: center;
    line-height: 2em;
}

section:has(+ .nv-technologies), section:has(+ .nv-industries-two), section:has(+ .nv-industries), section:has(+ .nv-faq) {
    padding-bottom: 6rem;
}

/* HEADER */
.nv-header {
    width: 100%;
    max-width: 1440px;
    height: 5em;
    max-height: 5em;
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr auto; /*logo, nav, contact btn*/
    align-items: center;
    margin: 0 auto;
    padding: 0 2em;
    font-family: "Urbanist", sans-serif;
    background: #ffffff;
    z-index: 10;

    .nv-logo {
        max-width: 70%;
        margin-right: 2em;
        z-index: 11;
    }

    & img {
        max-width: 100%;
        max-height: 2.5em;
        display: block;
        width: auto;
    }

    & nav {
        display: flex;
        justify-content: center;

        & ul {
            margin: 0 2em 0 0;
            padding: 0;
            display: flex;
            gap: 2em;
            list-style: none;

            & li {
                display: flex;
                justify-content: center;
                align-items: center;

                & a {
                    font-weight: 500;
                    line-height: 1;
                    color: #0f0f1b;
                    text-decoration: none;
                }

                & .home {
                    font-weight: 700;
                    color: #0f0f1b;
                }
            }
        }
    }

    & .nv-header-btn {
        height: 3.125em;
        min-width: 8.7em;
        padding: 0.875em 1.56em;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        line-height: 1;
        color: #ffffff;
        background: #7b583d;
        border-radius: 10px;
        text-decoration: none;

        &:hover {
            filter: brightness(1.05);
        }
    }

    .nv-nav-buttons {
        max-height: 5em;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #language-selector {
        border: none;
        font-size: 1em;
        font-family: "Urbanist", sans-serif;
        font-weight: 500;
        line-height: 1;
        color: #0f0f1b;
    }

    /*  Burger menu  */
    .nv-mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        display: none;
        flex-direction: column;
        padding: 0;
        border-top: 1px solid #e5e5e5;

        & .nv-burger {
            align-self: end;
            padding: 11px 11px 11px 0;
            list-style: none;
            border: none;
            background: none;
            font-size: 3em;
            cursor: pointer;
            color: black;
        }

        & a {
            width: 100vw;
            display: block;
            padding: 0;
            text-align: center;
            font-size: 2em;
            font-weight: 500;
            color: #0f0f1b;
            text-decoration: none;
            background: white;
        }

        & .mobile-home {
            font-weight: 700;
            color: #0f0f1b;
        }

        & .nv-mobile-cta {
            /*font-weight: 700;*/
            color: #7b583d;
        }
    }
}

@container (max-width: 1124px) {
    .nv-header {

        & .nv-header-layout {
            & img {
                max-width: 11.25em;
            }

            & .nv-header-btn {
                height: 2.5em;
                margin-left: 0.5em;
                min-width: 7em;
                padding: 0.5em;
            }
        }
    }
}

@container (max-width: 924px) {
    .nv-header {
        & nav, .nv-header-btn {
            display: none;
        }

        .nv-nav-buttons {
            padding-right: 40px;
        }

        #language-selector {
            z-index: 11;
        }

        & .nv-mobile-menu {
            display: flex;
        }
    }
}

/* SECTION 2 */
.nv-hero-banner {
    max-width: 1440px;
    min-height: fit-content;
    margin: 0 auto;
    padding: 7em;
    font-family: "Urbanist", sans-serif;
    background-size: cover;
    background-position: 80% center;

    .nv-hero-content {
        max-width: 38em;
        height: 100%;
        display: flex;
        flex-flow: column;
        gap: 2em;
        position: relative;

        h1 {
            margin: 0;
            font-size: 4em;
            line-height: 1;
            color: #ffffff;
        }

        p {
            margin: 0;
            padding: 0;
            font-size: 1.5em;
            line-height: 2.125em;
            font-weight: 500;
            color: #cccccc;
        }

        a {
            width: fit-content;
            padding: 0.875em 1.56em;
            background-color: #f0d3c1;
            color: #1b2919;
            border: none;
            border-radius: 12px;
            font-family: "Urbanist", sans-serif;
            font-size: 1.125em;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
        }
    }
}

@container (max-width: 1024px) {
    .nv-hero-banner .nv-hero-content h1 {
        font-size: 3.5em;
    }
}

@container (max-width: 670px) {
    .nv-hero-banner {
        padding: 3em;
    }

    .nv-hero-banner .nv-hero-content h1 {
        font-size: 3.2em;
    }

    .nv-hero-banner .nv-hero-content p {
        font-size: 1.25em;
        line-height: 1.75em;
    }

    .nv-hero-banner .nv-hero-content button {
        padding: 0.9em 1.5em;
        font-size: 1em;
    }
}

/* SECTION 3 */
.nv-trusted {
    max-width: 1440px;
    min-height: 40em;
    margin: 0 auto;
    padding: 3em;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    background: #f6f7f5;

    & h2 {
        margin-bottom: 1em;
        font-size: 2.25em;
        font-weight: 500;
        color: #121212;
    }

    .nv-logos {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        align-items: center;
        gap: 2em;

        img {
            height: 2.5em;
            width: auto;
            object-fit: contain;
            opacity: 0.8;
        }
    }

    .nv-divider {
        width: 100%;
        height: 1px;
        margin-top: 2.5em;
        background-color: #d9d9d9;
    }

    .nv-experience {
        margin-top: 5em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2.5em;

        .nv-exp-text {
            max-width: 45.6em;
            text-align: left;

            h3 {
                margin: 0 0 1.3em 0; /* top right bottom left*/
                font-size: 3.75em;
                font-weight: 700;
                line-height: 1;
                color: #121212;
            }

            p {
                font-size: 1.5em;
                font-weight: 500;
                line-height: 1.55em;
                color: #7e7e7e;
                text-align: justify;
            }
        }

        .nv-exp-media {
            max-width: 410px;

            img {
                width: 100%;
                border-radius: 15px;
                display: block;
            }

            .nv-stats {
                margin-top: 1.5em;
                display: flex;
                justify-content: space-between;
                text-align: center;

                .nv-stat-value {
                    font-size: 2.25em;
                    font-weight: 700;
                    line-height: 1;
                    color: #7b583d;
                }

                .nv-stat-label {
                    margin-top: 0.375em;
                    font-weight: 500;
                    color: #7e7e7e;
                }
            }
        }
    }
}

@container (max-width: 1024px) {
    .nv-trusted .nv-experience .nv-exp-text h3 {
        font-size: 3.124em;
    }
}

@container (max-width: 670px) {
    & h2 {
        font-size: 1.75em;
    }

    .nv-logos {
        img {
            height: 1.5em;
        }
    }
    .nv-trusted .nv-experience .nv-exp-text h3 {
        font-size: 2.5em;
    }

    .nv-trusted .nv-experience .nv-exp-text p {
        font-size: 1.25em;
        line-height: 1.75em;
        text-align: left;
    }

    .nv-trusted .nv-experience .nv-exp-media .nv-stats .nv-stat-value {
        font-size: 1.75em;
    }
}

/* SECTION 4*/
.nv-industries {
    max-width: 1440px;
    padding: 2.5em 1.25em;
    margin: -3rem auto 0 auto;
    background: #0b0b0b;
    background: radial-gradient(
            700px 600px at 95% 5%,
            rgba(90, 140, 110, 0.18) 0%,
            rgba(90, 140, 110, 0.1) 28%,
            rgba(0, 0, 0, 0) 55%
    ),
    radial-gradient(
            900px 700px at 0% 100%,
            rgba(76, 140, 98, 0.35) 0%,
            rgba(76, 140, 98, 0.18) 30%,
            rgba(76, 140, 98, 0.08) 45%,
            rgba(0, 0, 0, 0) 65%
    ),
    radial-gradient(
            1200px 800px at 80% 10%,
            rgba(255, 255, 255, 0.04),
            rgba(0, 0, 0, 0) 60%
    ),
    linear-gradient(180deg, #0f0f0f 0%, #141414 100%);
    border-radius: 48px 48px 0 0; /* round top corners */
    overflow: hidden; /* clips everything to not to go over the edge */

    & .nv-container {
        margin: 0 auto;
        text-align: center;
        position: relative;

        & h2 {
            margin-bottom: 0.75em;
            font-size: 3.75em;
            font-weight: 700;
            line-height: 1;
            font-family: "Urbanist", sans-serif;
            color: #ffffff;
        }

        & .nv-subtitle {
            max-width: 48em;
            margin: 0 auto 1.87em;
            font-size: 1.5em;
            font-weight: 400;
            line-height: 2.125em;
            font-family: "Urbanist", sans-serif;
            color: #cccccc;
        }

        & .nv-grid {
            max-width: 70em;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, 35em); /* Width */
            /*     Height  row 1(686) row 2 (436) -> row are auto height based on cards content */
            justify-content: center; /* centers the content inside the grid */
            gap: 1.75em;

            & .nv-card {
                /*      Height controlled mainly by image   */
                padding: 2em;
                display: flex;
                flex-flow: row wrap;
                border: 2px solid #505050;
                border-radius: 40px;
                background: #202020;

                & .nv-card-img {
                    width: 100%; /* Width: fill the card */
                    aspect-ratio: 508 / 356; /* Height: comes from aspect ratio: from Figma */
                    object-fit: cover;
                    object-position: center;
                    border-radius: 24px;
                    display: block;
                }

                & .nv-card-content {
                    /*padding-top: 1.5em;*/
                    text-align: left;
                    display: flex;
                    flex-direction: column;
                    /*gap: 0.75em;*/
                    font-family: "Urbanist", sans-serif;

                    & .nv-card-tag {
                        font-size: 1.125em;
                        font-weight: 400;
                        color: #f0d3c1;
                    }

                    & h3 {
                        margin: 0 0 0.5em 0;
                        font-size: 3em;
                        font-weight: 700;
                        /*line-height: 1.35em;*/
                        color: #ffffff;
                    }

                    & p {
                        margin: 0;
                        font-size: 1.25em;
                        font-weight: 400;
                        line-height: 1.25em;
                        color: rgba(255, 255, 255, 0.7);
                    }
                }
            }

            & .nv-wide {
                display: grid;
                grid-column: span 2; /* Width: stretch across 2 columns (overrides default grid)  */
                grid-template-columns: 1.1fr 0.9fr;
                column-gap: 2em;

                & p {
                    text-align: justify;
                }
            }
        }
    }
}

@container (max-width: 1200px) {
    .nv-industries {
        & .nv-container {
            & .nv-grid {
                max-width: 1004px;
                grid-template-columns: 1fr;
                grid-template-rows: none;

                & .nv-card {
                    min-height: 15em;
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 2em;
                    overflow: hidden;
                }

                & .nv-card-img {
                    height: 100%;
                    aspect-ratio: 508 / 356;
                }

                & .nv-card-content {
                    padding-top: 0;

                    & p {
                        text-align: justify;
                    }
                }

                & .nv-wide {
                    grid-column: auto;
                }
            }
        }
    }
}

@container (max-width: 800px) {
    .nv-industries {
        & .nv-container {
            & h2 {
                margin-top: 0;
                font-size: 2.7em;
            }

            & .nv-subtitle {
                font-size: 1.25em;
            }

            & .nv-grid {
                & .nv-card {
                    min-height: 20em;
                    grid-template-columns: 1fr;

                    & .nv-card-content {
                        & h3 {
                            font-size: 2.5em;
                        }

                        & p {
                            /*font-size: 0.93em;*/
                            /*line-height: 1.5em;*/
                        }
                    }
                }

                & .nv-card-img {
                    height: auto;
                    width: 100%;
                    aspect-ratio: 508 / 356;
                    object-fit: cover;
                }
            }
        }
    }
}

/* SECTION 6 (Why Choose Us)*/
.nv-why-us {
    max-width: 1440px;
    margin: 0 auto;
    padding: 5em 2.38em;
    background: #EDEFEF;
}

.nv-why-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.75em; /* 60px shadow depth */
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.18),
            rgba(0, 0, 0, 0)
    );
    pointer-events: none;
}

.nv-why-us-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.85fr;
    align-items: center; /*centers from all sides */

    .nv-why-us-card {
        padding: 3em;
        z-index: 2;
        background: #FFFFFF;
        border-radius: 1.5em;
        font-family: "Urbanist", sans-serif;

        .nv-why-us-label {
            font-weight: 600;
            text-transform: uppercase;
            color: #7B583D;
        }

        & h2 {
            margin-top: 0;
            font-size: 3em;
            color: #020101;
        }

        .nv-divider {
            width: 3.75em;
            height: 0.18em;
            display: block;
            background: #7B583D;
            border-radius: 50px;
        }

        & p {
            font-size: 1.25em;
            font-weight: 500;
            color: #7E7E7E;
            text-align: justify;
        }
    }

    .nv-why-us-img {
        transform: translateX(-6.25em);
        width: 100%;
        aspect-ratio: 600 / 543;
        object-fit: cover;
        border-radius: 2.5em;
    }
}

@container (max-width: 1280px) {
    .nv-why-us {
        .nv-why-us-layout {
            grid-template-columns: 0.85fr 0.85fr;

            .nv-why-us-img {
                width: 100%;
                max-width: none;
                min-height: 0;
                margin-left: -2.5em;
                transform: none;
            }
        }
    }
}

@container (max-width: 920px) {
    .nv-why-us {
        padding: 2.5em 1.25em 4em;

        .nv-why-us-layout {
            display: flex;
            flex-flow: column nowrap;
            flex-direction: column-reverse;

            .nv-why-us-card {
                width: 80%;
                margin: 0 auto;
            }

            .nv-why-us-img {
                width: 90%;
                aspect-ratio: 600 / 543;
                margin: 0 auto -10em auto;
            }
        }
    }
}

@container (max-width: 560px) {
    .nv-why-us {
        .nv-why-us-layout {

            .nv-why-us-card {
                width: 90%;
                margin: 0 auto;
                padding: 2em;

                & h2 {
                    font-size: 2.5em;
                }
            }

            .nv-why-us-img {
                width: 100%;
                aspect-ratio: 600 / 543;
                margin: 0 auto -5em auto;
            }
        }
    }
}

/* SECTION 5 (Industries we serve - part 2) */

.nv-industries-two {
    max-width: 1440px;
    margin: -3rem auto 0 auto;
    font-family: "Urbanist", sans-serif;
    background: #FFFFFF;
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;

    .nv-industries-two-layout {
        max-width: 90%; /*1220px*/
        margin: 0 auto;
        padding: 5em 3em; /*80px 40px*/

        & h2 {
            margin-top: 0;
            font-size: 3.5em; /*60px*/
            font-weight: 600;
            line-height: 1.2;
            text-align: center;
            color: #121212;
        }

        & > p {
            margin: 0 auto;
            max-width: 56.5em;
            line-height: 1.55em;
            font-weight: 500;
            text-align: center;
            color: #7e7e7e;
        }

        .nv-industries-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2.5em; /*40px*/

            .nv-industry-card {
                &::after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 0.08em; /* thin line */
                    background: #e2e2e2;
                    margin-top: 1.5em;
                }

                & h4 {
                    font-weight: 600;
                    color: #0f0f1b;
                }

                & p {
                    color: #7e7e7e;
                }
            }

            .nv-industry-card-wide {
                grid-column: 1 / -1;
            }
        }
    }
}

@container (max-width: 64em) {
    /*1024px*/
    .nv-industries-two {
        .nv-industries-two-layout {
            padding: 4em 2em;

            .nv-industries-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 2em;
            }
        }
    }
}

@container (max-width: 40em) {
    /* 640px */
    .nv-industries-two {
        .nv-industries-two-layout {
            & h2 {
                font-size: 2.4em;
            }

            .nv-industries-grid {
                grid-template-columns: 1fr;
            }
        }
    }
}

/* SECTION 7 (Technologies) */
.nv-technologies {
    max-width: 1440px;
    margin: -3rem auto 0 auto;
    padding: 6.25em;
    font-family: "Urbanist", sans-serif;
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
    background: radial-gradient(
            700px 600px at 95% 5%,
            rgba(90, 140, 110, 0.18) 0%,
            rgba(90, 140, 110, 0.1) 28%,
            rgba(0, 0, 0, 0) 55%
    ),
    radial-gradient(
            900px 700px at 0% 100%,
            rgba(76, 140, 98, 0.35) 0%,
            rgba(76, 140, 98, 0.18) 30%,
            rgba(76, 140, 98, 0.08) 45%,
            rgba(0, 0, 0, 0) 65%
    ),
    radial-gradient(
            1200px 800px at 80% 10%,
            rgba(255, 255, 255, 0.04),
            rgba(0, 0, 0, 0) 60%
    ),
    linear-gradient(180deg, #0f0f0f 0%, #141414 100%);


    .nv-tech-header {
        max-width: 56.5em;
        margin: 0 auto 3em;
        text-align: center;

        & h2 {
            margin-top: 0;
            font-size: 3em;
            font-weight: 600;
            line-height: 1.2;
            color: #ffffff;
        }

        & p {
            font-size: 1.125em;
            font-weight: 500;
            line-height: 1.55em;
            color: #cccccc;
        }
    }

    .nv-technologies-layout {
        display: grid;
        grid-template-columns: 17.5em 1fr;
        column-gap: 2.5em;
        align-items: start;

        .nv-tech-categories {
            display: flex;
            flex-direction: column;
            gap: 1.18em;
            position: relative;

            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 1px;
                background: rgba(255, 255, 255, 0.12);
            }

            .nv-tech-category {
                all: unset;
                padding: 0.625em 1em;
                text-transform: uppercase;
                font-weight: 600;
                letter-spacing: 0.08em;
                text-align: left;
                color: #9aa39a;
                cursor: pointer;
            }

            .is-active {
                color: #121212;
                background: #f0d3c1;
            }
        }

        .nv-tech-content {
            /* title + gird*/
            display: flex;
            flex-direction: column;
            gap: 2.125em;

            & h3 {
                margin: 0;
                font-size: 1.37em;
                color: #ffffff;
            }

            .nv-tech-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                align-items: stretch;
                gap: 2em 2.5em; /* row column*/

                .nv-tech-card {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    position: relative;

                    .nv-tech-card-header {
                        height: 2em;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        gap: 0.75em;

                        & h4 {
                            font-size: 1.25em;
                            font-weight: 600;
                            color: #ffffff;
                        }
                    }

                    & p {
                        color: #cccccc;
                        font-weight: 400;
                    }

                    &::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 1px;
                        background: rgba(255, 255, 255, 0.12);
                    }
                }
            }
        }
    }
}

@container (max-width: 1048px) {
    .nv-technologies {
        padding: 5em 3em;

        .nv-technologies-layout {
            grid-template-columns: 200px 1fr;
            column-gap: 2em;

            .nv-tech-content {
                gap: 1.125em;

                .nv-tech-grid {
                    grid-template-columns: repeat(2, 1fr);
                    gap: 1.5em;
                }
            }
        }
    }
}

@container (max-width: 670px) {
    .nv-technologies {
        padding: 3.5em 1.5em;

        .nv-tech-header {
            & h2 {
                font-size: 2em;
            }
        }

        .nv-technologies-layout {
            .nv-tech-content {
                & h3 {
                    font-size: 1.125em;
                }

                .nv-tech-grid {
                    grid-template-columns: 1fr;
                    gap: 1em;

                    .nv-tech-card {
                        .nv-tech-card-header {
                            & h4 {
                                font-size: 1em;
                            }
                        }
                    }
                }
            }
        }
    }
}

/* SECTION 7.5 (FAQ) */
.nv-faq {
    max-width: 1440px;
    margin: -3rem auto 0 auto;
    padding: 6.25em 5em;
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
    font-family: "Urbanist", sans-serif;
    background: #FFFFFF;

    .nv-faq-header {
        max-width: 56.5em;
        margin: 0 auto 3em;
        text-align: center;

        & h2 {
            margin-top: 0;
            font-size: 3em;
            font-weight: 600;
            line-height: 1.2;
            color: #121212;
        }

        & p {
            font-size: 1.125em;
            font-weight: 500;
            line-height: 1.55em;
            color: #7e7e7e;
        }
    }

    .nv-faq-list {
        max-width: 75em;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1.5em;

        .nv-faq-item {
            background: #f5f8f7;
            border: 1px solid #e0e0e0;
            border-radius: 16px;
            padding: 0 1.333em;

            & summary {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 1em;
                padding: 1em 0;
                text-align: left;

                font-size: 1.5em;
                font-family: inherit;
                color: #121212;
                background: none;
                border: none;
                cursor: pointer;

                & span {
                    margin: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .nv-faq-icon {
                    width: 1.6em;
                    height: 1.6em;
                    border-radius: 50%;
                    flex-shrink: 0;
                    transition: 500ms all;
                }

                .nv-icon-rotate {
                    transform: rotate(45deg);
                }
            }

            .nv-faq-answer {
                /*padding: 0  1.125em;*/

                & p {
                    color: #7e7e7e;
                }
            }
        }
    }
}

@container (max-width: 670px) {
    .nv-faq {
        padding: 3.5em 1.5em;

        .nv-faq-header {
            & h2 {
                font-size: 2em;
            }
        }

        .nv-faq-list {
            .nv-faq-item {
                & button {
                    font-size: 1.3em;
                }
            }
        }
    }
}

/* SECTION 8 (Get in Touch)  */
.nv-contact {
    max-width: 1440px;
    margin: 0 auto;
    background: #edefef;
    font-family: "Urbanist", sans-serif;
    position: relative;
    color: #121212;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3.75em; /* shadow depth */
        background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.18),
                rgba(0, 0, 0, 0)
        );
        pointer-events: none;
    }

    .nv-contact-layout {
        max-width: 75em;
        margin: 0 auto;
        padding: 4em;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4em;
        position: relative;
        z-index: 2;

        /*  LEFT: Info  */

        .nv-contact-info {
            display: flex;
            flex-direction: column;
            gap: 1em;
            padding-bottom: 1.25em;

            .nv-contact-us {
                font-size: 1.15em;
                font-weight: 600;
                color: #7b583d;
            }

            & h2 {
                margin: 0;
                font-size: 2.5em;
                font-weight: 600;
                color: #121212;
            }

            .nv-divider {
                width: 60px;
                height: 3px;
                background: #7b583d;
                display: block;
            }

            & p {
                line-height: 1.4em;
                color: #7e7e7e;
            }

            /*     Contact items    */

            .nv-contact-items {
                display: flex;
                flex-direction: column;
                gap: 1.25em;

                .nv-contact-item {
                    display: flex;
                    align-items: center;
                    gap: 1.25em;

                    .nv-contact-icon {
                        width: 4.37em;
                        height: 4.37em;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        background: #1B2919;
                        border-radius: 50%;
                        flex-shrink: 0;

                        img {
                            width: 43%;
                        }
                    }

                    .nv-contact-text {
                        display: flex;
                        flex-direction: column;
                        gap: 0.4em;

                        & h4 {
                            margin: 0;
                            font-size: 1.25em;
                            font-weight: 600;
                            line-height: 1.3;
                            color: #121212;
                        }

                        & label {
                            font-weight: 500;
                            line-height: 1.4;
                            color: #7e7e7e;
                        }
                    }
                }
            }
        }

        /*   RIGHT: Form   */

        .nv-contact-form {
            padding: 2.5em;
            display: flex;
            flex-direction: column;
            gap: 0.8em;
            border-radius: 24px;
            background: white;
            z-index: 3;

            & h3 {
                margin: 0;
                font-size: 1.87em;
                font-weight: 500;
                color: #121212;
            }

            .nv-form-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 1.25em;

                .nv-form-field {
                    display: flex;
                    flex-direction: column;
                    gap: 0.5rem;

                    & span {
                        /*font-size: 16px;*/
                        font-weight: 500;
                        color: #121212;
                    }

                    .nv-form-input {
                        width: 100%;
                        height: 3em;
                        font-size: 1.125em;
                        padding: 0 1em;
                        /*color: #7e7e7e;*/
                        outline: none;
                        border: 1px solid #dddddd;
                        border-radius: 8px;
                        font-family: "Urbanist", sans-serif;

                        &::placeholder {
                            color: #7e7e7e;
                        }

                        &:focus {
                            border-color: #bfa38a;
                        }
                    }
                }

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

                    .nv-form-input-large {
                        height: 8.75em;
                        padding: 1em;
                        font-size: 1.125em;
                        resize: none;
                        font-family: "Urbanist", sans-serif;
                    }
                }

                .nv-form-submit {
                    height: 3.25em;
                    color: #ffffff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    grid-column: 1/ span 2;
                    background: #7b583d;
                    border-radius: 0.625em;
                    border: none;
                }
            }


        }
    }

    .nv-map {
        position: relative;
        z-index: 1;

        & img {
            width: 100%;
            /*height: 26em;*/
            max-height: 26em;
            object-fit: cover;
            display: block;
            margin-top: -4rem;
        }
    }
}

@container (max-width: 1224px) {
    .nv-contact {
        .nv-contact-layout {
            padding: 3.75em 2.5em;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 3em;

            .nv-contact-info {
                .nv-contact-items {
                    .nv-contact-item {
                        .nv-contact-icon {
                            width: 3.75em;
                            height: 3.75em;
                        }
                    }
                }
            }

            .nv-contact-form {
                padding: 2em;
            }
        }
    }
}

@container (max-width: 868px) {
    .nv-contact {
        .nv-contact-layout {
            padding: 3em 1.5em;
            grid-template-columns: 1fr;
            gap: 2.5em;
            .nv-contact-form {
                padding: 1.75em;
                .nv-form-grid {

                }
            }
        }

        .nv-map {
            & img {
                max-height: 20em;
            }
        }
    }
}

@container (max-width: 560px) {
    .nv-contact {
        .nv-contact-layout {
            .nv-contact-info {
                & h2 {
                    font-size: 2em;
                }
            }

            .nv-contact-form {
                padding: 1.75em;
                .nv-form-grid {
                    grid-template-columns: 1fr;

                    button.nv-form-submit {
                        grid-column: 1 / span 1;
                    }
                }


            }
        }
    }
}

/* SECTION 9 (Call to Action) */
.nv-cta {
    max-width: 1440px;
    margin: 0 auto;
    padding: 5em;
    background: #f6f7f5;

    .nv-cta-container {
        max-width: 75em;
        margin: 0 auto;
        padding: 2.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        gap: 1em;
        overflow: hidden;
        background: black;
        border-radius: 40px;
        font-family: "Urbanist", sans-serif;

        .nv-cover-filter {
            width: 100%;
            height: 100%;
            position: absolute;
            background: radial-gradient(circle at 50% 80%, rgba(79, 100, 83, 0.7) 0%, rgba(0, 0, 0, 0.45) 20%);
            z-index: 1;
        }

        & h2 {
            margin: 0;
            font-size: 3.37em;
            color: #FFFFFF;
            z-index: 2;
        }

        & p {
            max-width: 38em;
            margin: 0;
            line-height: 1.4em;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            z-index: 2;
        }

        & a {
            margin-top: 0.5em;
            position: relative;
            display: inline-flex;
            gap: 0.65em;
            /*padding: 1.25em 1.87em;*/
            padding: 0.875em 1.56em;
            background: #F0D3C1;
            border: none;
            border-radius: 12px;
            font-size: 1.12em;
            font-weight: 600;
            color: #121212;
            text-decoration: none;
            font-family: "Urbanist", sans-serif;
            cursor: pointer;
            z-index: 1;
        }

        & button:hover {
            filter: brightness(0.95);
        }

        & span {
            font-size: 1.25em;
            line-height: 1;
        }

        img {
            width: 25%;
            position: absolute;
            bottom: -28px;
            z-index: 0;
        }
    }
}

@container (max-width: 670px) {
    .nv-cta {
        padding: 2.5em 1.25em;

        .nv-cta-container {
            min-height: auto;
            gap: 1.25em;

            & h2, p {
                margin: 0;
            }

            & p {
                text-align: left;
            }

            & h2 {
                font-size: 2em;
            }

            & button {
                padding: 0.9em 1.5em;
                font-size: 1em;
            }

            img {
                width: 45%;
                position: absolute;
                bottom: -14px;
                z-index: 0;
            }
        }
    }
}

/* SECTION 10 (footer) */
.nv-footer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 2.5em 5em;
    /* overriding original design
    /*display: grid;*/
    /*grid-template-columns: 1.4fr 1fr 1fr;*/
    /*column-gap: 5em;*/

    display: flex;
    flex-flow: column nowrap;
    background: #f6f7f5;
    font-family: "Urbanist", sans-serif;

    & h4 {
        margin: 0;
        color: #2b2b2b;
    }
    /*   Left & Middle & Right  */
    & .nv-footer-left,
    .nv-footer-middle,
    .nv-footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*align-items: flex-start;*/
        gap: 1em;
        padding: 1em;
        text-align: center;
    }

    /* Left   */
    & .nv-footer-left {
        & img {
            max-width: 250px;
        }

        & p {
            margin: 0;
            font-weight: 500;
            color: #7e7e7e;
        }

        /*& .nv-footer-form {*/
        /*    margin-top: 0.75em;*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    gap: 0.75em;*/

            & input {
                width: 100%;
                min-width: 19.7em;
                height: 3.25em;
                border: 1px solid #c0c0c0;
                border-radius: 48px;
                padding: 0 1.25em;
                font-size: 0.85em;
                font-family: "Urbanist", sans-serif;
                outline: none;
            }

            & button {
                width: 9.625em;
                height: 3.25em;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 0.5em;
                border: none;
                border-radius: 38px;
                background: #7b583d;
                color: #ffffff;
                font-size: 0.87em;
                font-weight: 600;
                font-family: "Urbanist", sans-serif;
                cursor: pointer;
            }

    }

    /*  Middle  */
    & .nv-footer-middle {

        & .nv-links {
            /*display: grid;*/
            /*grid-template-columns: auto auto;*/
            /*column-gap: 3em;*/
            /*row-gap: 0.75em;*/
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            gap: 1em;
            & a {
                font-weight: 500;
                text-decoration: none;
                color: #7e7e7e;
            }
        }
    }

    /*  Right   */
    & .nv-footer-right {
        & a, p {
            margin: 0 0 0.75em 0;
            font-weight: 500;
            color: #7e7e7e;
        }
    }

    & .nv-footer-divider {
        height: 1px;
        grid-column: 1 / -1;
        margin: 1.5em;
        background: #ccc;
    }

    & .nv-bottom-text {
        font-weight: 500;
        grid-column: 1 / -1;
        text-align: center;
        color: #7e7e7e;
    }
}

@container (max-width: 1124px) {
    .nv-footer {

        .nv-footer-left {
            & img {
                max-width: 180px;
            }
        }

        & .nv-footer-right {
            grid-column: span 2;
            align-items: center;
        }
    }
}

@container (max-width: 900px) {

    .nv-footer {
        padding: 2em 1.5em;

        & .nv-footer-left {
            align-items: center;
            text-align: center;
            & img {
                max-width: 150px;
            }

            /*& .nv-footer-form {*/
            /*    width: 100%;*/
            /*    padding: 0 1.12em;*/
            /*    flex-direction: column;*/
            /*    align-items: stretch;*/

                & input {
                    width: 80%;
                    min-width: 0;
                }

        }

        & .nv-footer-middle {
            align-items: center;
            text-align: center;
        }

        & .nv-footer-right {
            grid-column: span 1;
        }
    }
}