/* =========================================================
   ND GLOBAL FOOTER
========================================================= */

:root {
    --nd-font: "Inter", sans-serif;
    --nd-black: #000000;
    --nd-white: #ffffff;
    --nd-orange: #f36f32;
    --nd-blue: #3f50a3;
    --nd-dark: #4f5052;
    --nd-light: #f4f5f6;
    /* Design is based on 1400px screen */
    --nd-container: 1240px;
    --nd-container-wide: 1320px;
    --nd-gutter: clamp(20px, 4vw, 60px);
}

body {
    overflow-x: hidden !important;
}

footer.nd-new-footer {
    --nd-font: "Inter", sans-serif;
    --nd-white: #ffffff;
    --nd-orange: #f36f32;
    --nd-gutter: clamp(20px, 4vw, 60px);
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    background: #57585a;
    color: var(--nd-white);
    font-family: var(--nd-font);
    z-index: 1;
}

footer.nd-new-footer .nd-container {
    width: calc(100% - (var(--nd-gutter) * 2));
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.nd-sec-f-footer {
    position: relative;
    height: 60px;
    overflow: hidden;
}

.nd-footer__curve {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 160vw;
    height: 500px;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    background: #57585a;
    z-index: 1;
    pointer-events: none;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .nd-footer__curve {
        height: 400px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .nd-sec-f-footer {
        height: 42px;
    }
    .nd-footer__curve {
        height: 350px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .nd-sec-f-footer {
        height: 45px;
    }
    .nd-footer__curve {
        height: 370px;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .nd-sec-f-footer {
        height: 45px;
    }
    .nd-footer__curve {
        height: 370px;
    }
}

@media screen and (max-width: 575px) and (min-width: 480px) {
    .nd-sec-f-footer {
        height: 45px;
    }
    .nd-footer__curve {
        height: 370px;
    }
}

@media screen and (max-width: 479px) and (min-width: 380px) {
    .nd-sec-f-footer {
        height: 35px;
    }
    .nd-footer__curve {
        height: 300px;
    }
}

@media screen and (max-width: 379px) {
    .nd-sec-f-footer {
        height: 30px;
    }
    .nd-footer__curve {
        height: 250px;
    }
}


/* .nd-page .nd-sec-f-footer {
    display: none;
} */

.page-template-nd-template .nd-sec-f-footer.ft {
    display: none;
}


/* =========================================================
   ND NEW FOOTER
   Scoped so the legacy footer remains completely untouched.
========================================================= */


/* .page-template-nd-template footer.nd-new-footer {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    background: #57585a;
    color: #ffffff;
    font-family: var(--nd-font);
} */


/* =========================================================
   MAIN
========================================================= */

.nd-new-footer__main {
    padding: clamp(50px, 4vw, 65px) 0 26px;
}

.nd-new-footer__menus {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 0.8fr;
    gap: clamp(60px, 9vw, 150px);
    max-width: 1120px;
    margin: 0 auto;
}

.nd-new-footer__group {
    min-width: 0;
}

.nd-new-footer__utility {
    display: grid;
    gap: 42px;
}


/* =========================================================
   HEADINGS
========================================================= */

footer.nd-new-footer .nd-new-footer__heading {
    margin: 0 0 18px;
    padding: 0;
    color: #ffffff;
    font-family: var(--nd-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

footer.nd-new-footer .nd-new-footer__heading::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 11px;
    background: var(--nd-orange);
    border-radius: 10px;
}


/* =========================================================
   LINKS
========================================================= */

.nd-new-footer__list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.nd-new-footer .nd-new-footer__list li {
    margin: 0;
    padding: 0;
}

footer.nd-new-footer .nd-new-footer__list a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer.nd-new-footer .nd-new-footer__list a:hover,
footer.nd-new-footer .nd-new-footer__list a:focus-visible {
    color: var(--nd-orange);
    text-decoration: none;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.nd-new-footer__bottom {
    display: flex;
    justify-content: center;
    margin-top: clamp(52px, 6vw, 72px);
}

footer.nd-new-footer .nd-new-footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 9px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

footer.nd-new-footer .nd-new-footer__copyright a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

footer.nd-new-footer .nd-new-footer__copyright a:hover,
footer.nd-new-footer .nd-new-footer__copyright a:focus-visible {
    color: var(--nd-orange);
    text-decoration: none;
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.nd-new-footer__list a:focus-visible,
.nd-new-footer__copyright a:focus-visible {
    outline: 3px solid var(--nd-orange);
    outline-offset: 4px;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 991px) {
    .nd-new-footer__menus {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 70px;
        max-width: 760px;
    }
    .nd-new-footer__utility {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 70px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 575px) {
    .nd-new-footer__main {
        padding: 46px 0 24px;
    }
    .nd-new-footer__menus {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .nd-new-footer__utility {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 38px;
    }
    footer.nd-new-footer .nd-new-footer__heading {
        margin-bottom: 16px;
    }
    .nd-new-footer__bottom {
        justify-content: flex-start;
        margin-top: 44px;
    }
    footer.nd-new-footer .nd-new-footer__copyright {
        justify-content: flex-start;
        text-align: left;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .nd-new-footer__list a,
    .nd-new-footer__copyright a {
        transition: none;
    }
}


/* --------------------------------
       ND Sticky Get In Touch CTA
    --------------------------------- */

.nd-sticky-contact-wrap {
    position: fixed;
    right: 0;
    bottom: clamp(120px, 18vh, 210px);
    z-index: 99;
    pointer-events: none;
}

.nd-sticky-contact {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 56px;
    padding: 10px 12px 10px 25px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-right: 0;
    border-radius: 99px 0 0 99px;
    background: var(--nd-white, #ffffff);
    color: var(--nd-black, #000000) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    font-family: var(--nd-font, "Inter", sans-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    white-space: nowrap;
    pointer-events: auto;
    transition: padding 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}


/*
     * Orange reveal layer
     */

.nd-sticky-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--nd-orange);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.nd-sticky-contact__text {
    position: relative;
    z-index: 1;
    color: inherit;
    transition: color 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.nd-sticky-contact__icon {
    position: relative;
    z-index: 1;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--nd-orange);
    color: var(--nd-white, #ffffff);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.nd-sticky-contact__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.35s ease;
}

@media (hover: hover) {
    .nd-sticky-contact:hover {
        padding-left: 32px;
        border-color: var(--nd-orange);
        color: var(--nd-white, #ffffff) !important;
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
        transform: translateX(0);
    }
    .nd-sticky-contact:hover::before {
        transform: scaleX(1);
    }
    .nd-sticky-contact:hover .nd-sticky-contact__text {
        transform: translateX(-3px);
    }
    .nd-sticky-contact:hover .nd-sticky-contact__icon {
        background: var(--nd-black, #000000);
    }
}

.nd-sticky-contact:focus-visible {
    color: var(--nd-white, #ffffff) !important;
    outline: 3px solid rgba(243, 111, 50, 0.35);
    outline-offset: 4px;
}

.nd-sticky-contact:focus-visible::before {
    transform: scaleX(1);
}

.nd-sticky-contact:focus-visible .nd-sticky-contact__icon {
    background: var(--nd-black, #000000);
}


/* Tablet */

@media (max-width: 991px) {
    .nd-sticky-contact-wrap {
        bottom: 100px;
    }
    .nd-sticky-contact {
        min-height: 52px;
        padding: 8px 10px 8px 21px;
        font-size: 14px;
    }
    .nd-sticky-contact__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }
}


/* Mobile */

@media (max-width: 575px) {
    .nd-sticky-contact-wrap {
        right: 14px;
        bottom: 18px;
    }
    .nd-sticky-contact {
        min-height: 48px;
        padding: 7px 8px 7px 18px;
        border: 0;
        border-radius: 99px;
        background: var(--nd-orange);
        color: var(--nd-white, #ffffff) !important;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    }
    .nd-sticky-contact::before {
        display: none;
    }
    .nd-sticky-contact__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        background: var(--nd-black, #000000);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nd-sticky-contact,
    .nd-sticky-contact::before,
    .nd-sticky-contact__text,
    .nd-sticky-contact__icon,
    .nd-sticky-contact__icon svg {
        transition: none;
    }
}