.elementor-50540 .elementor-element.elementor-element-4ca9bae{--display:flex;}.elementor-50540 .elementor-element.elementor-element-f952496{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-467daa8 *//* =====================================================
   NEXTEDGE FOOTER
===================================================== */

.ne-footer,
.ne-footer * {
    box-sizing: border-box;
}

.ne-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
}

/* Top border */

.ne-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    right: 2%;
    height: 1px;
    background: #111111;
    border-radius: 50px;
}

.ne-footer-container {
    width: calc(100% - 80px);
    max-width: 1360px;
    margin: 0 auto;
    padding: 130px 0 38px;
}


/* =====================================================
   TOP FOOTER
===================================================== */

.ne-footer-top {
    display: grid;
    grid-template-columns: 43% 29% 28%;
    align-items: start;
}

.ne-footer-intro {
    padding-right: 35px;
}

.ne-footer-title {
    max-width: 500px;
    margin: 0;
    color: #111111;
    font-size: clamp(58px, 4.2vw, 78px);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -5px;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.ne-footer-social {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 30px;
}

.ne-footer-social a {
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f1f1;
    color: #111111;
    text-decoration: none;
}

.ne-footer-social svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}


/* =====================================================
   FOOTER COLUMNS
===================================================== */

.ne-footer-column {
    padding-top: 56px;
}

.ne-footer-heading {
    position: relative;
    margin: 0 0 22px;
    padding-left: 20px;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.ne-footer-heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff5b36;
    transform: translateY(-50%);
}


/* =====================================================
   QUICK LINKS
===================================================== */

.ne-footer-links {
    display: flex;
    max-width: 330px;
    flex-wrap: wrap;
    gap: 7px 5px;
}

.ne-footer-links a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 100px;
    background: #f1f1f1;
    color: #171717;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}


/* =====================================================
   CONTACT
===================================================== */

.ne-footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.ne-footer-contact a,
.ne-footer-contact p {
    margin: 0;
    color: #252525;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}


/* =====================================================
   LARGE COMPANY LOGO
===================================================== */

.ne-footer-logo-section {
    display: flex;
    width: 100%;
    min-height: 245px;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    overflow: hidden;
}

.ne-footer-logo-link {
    display: flex;
    width: 100%;
    min-height: 245px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ne-footer-logo {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: min(900px, 82vw) !important;
    max-height: 235px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
}


/* =====================================================
   BOTTOM FOOTER
===================================================== */

.ne-footer-bottom {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    column-gap: 90px;
    margin-top: 5px;
    color: #202020;
    font-size: 14px;
    line-height: 1.4;
}

.ne-footer-bottom p {
    margin: 0;
}

.ne-footer-bottom a {
    color: #202020;
    text-decoration: none;
    white-space: nowrap;
}


/* =====================================================
   LAPTOP
===================================================== */

@media only screen and (max-width: 1200px) {

    .ne-footer-container {
        width: calc(100% - 60px);
        padding-top: 100px;
    }

    .ne-footer-top {
        grid-template-columns: 40% 30% 30%;
    }

    .ne-footer-title {
        font-size: clamp(52px, 5vw, 68px);
    }

    .ne-footer-logo {
        max-width: min(750px, 82vw) !important;
        max-height: 215px !important;
    }

    .ne-footer-bottom {
        column-gap: 45px;
    }
}


/* =====================================================
   TABLET
===================================================== */

@media only screen and (max-width: 991px) {

    .ne-footer-container {
        width: calc(100% - 50px);
        padding: 85px 0 35px;
    }

    .ne-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 55px 45px;
    }

    .ne-footer-intro {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .ne-footer-title {
        max-width: 700px;
        font-size: clamp(56px, 8vw, 74px);
    }

    .ne-footer-column {
        padding-top: 0;
    }

    .ne-footer-logo-section,
    .ne-footer-logo-link {
        min-height: 200px;
    }

    .ne-footer-logo-section {
        margin-top: 60px;
    }

    .ne-footer-logo {
        max-width: min(650px, 86vw) !important;
        max-height: 190px !important;
    }

    .ne-footer-bottom {
        column-gap: 25px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media only screen and (max-width: 767px) {

    .ne-footer-container {
        width: calc(100% - 36px);
        padding: 65px 0 30px;
    }

    .ne-footer-top {
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .ne-footer-title {
        max-width: 100%;
        font-size: clamp(46px, 14vw, 62px);
        line-height: 0.96;
        letter-spacing: -3px;
    }

    .ne-footer-column {
        width: 100%;
    }

    .ne-footer-links {
        max-width: 100%;
    }

    .ne-footer-logo-section,
    .ne-footer-logo-link {
        min-height: 145px;
    }

    .ne-footer-logo-section {
        margin-top: 50px;
    }

    .ne-footer-logo {
        max-width: 96% !important;
        max-height: 140px !important;
    }

    .ne-footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
        margin-top: 20px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media only screen and (max-width: 480px) {

    .ne-footer-title {
        font-size: 44px;
    }

    .ne-footer-links a {
        padding: 9px 14px;
        font-size: 11px;
    }

    .ne-footer-logo-section,
    .ne-footer-logo-link {
        min-height: 125px;
    }

    .ne-footer-logo {
        max-height: 120px !important;
    }
}/* End custom CSS */