.elementor-348 .elementor-element.elementor-element-b447553{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-067c9e1 *//* ==========================================
   MK WORLD ELECTRIC CORP - FOOTER
========================================== */

.mk-footer {
    width: 100%;
    background: #f6f7f8;
    color: #17191c;
    font-family: inherit;
}

.mk-footer *,
.mk-footer *::before,
.mk-footer *::after {
    box-sizing: border-box;
}

.mk-footer-container {
    width: calc(100% - 48px);
    max-width: 1240px;
    margin: 0 auto;
}


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

.mk-footer-main {
    display: grid;
    grid-template-columns: 1.45fr 1fr .75fr 1.25fr;
    gap: 65px;

    padding: 75px 0 65px;
}


/* ==========================================
   COMPANY
========================================== */

.mk-footer-company {
    max-width: 350px;
}

.mk-footer-logo {
    display: inline-block;
    margin-bottom: 25px;
}

.mk-footer-logo img {
    display: block;
    width: 210px;
    max-width: 100%;
    height: auto;
}

.mk-footer-description {
    max-width: 330px;
    margin: 0 0 28px;

    color: #686d72;

    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================
   CONTACT
========================================== */

.mk-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mk-footer-contact a {
    display: flex;
    flex-direction: column;
    gap: 3px;

    text-decoration: none;
}

.mk-contact-label {
    color: #92969a;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mk-contact-value {
    color: #17191c;

    font-size: 14px;
    font-weight: 600;

    transition: opacity .2s ease;
}

.mk-footer-contact a:hover .mk-contact-value {
    opacity: .6;
}


/* ==========================================
   LINK COLUMNS
========================================== */

.mk-footer-column h3 {
    margin: 5px 0 24px;

    color: #17191c;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: .8px;
    text-transform: uppercase;
}

.mk-footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.mk-footer-column li {
    margin: 0 0 14px;
}

.mk-footer-column a {
    color: #686d72;

    font-size: 14px;
    line-height: 1.55;

    text-decoration: none;

    transition:
        color .2s ease,
        padding-left .2s ease;
}

.mk-footer-column a:hover {
    color: #17191c;
    padding-left: 3px;
}


/* ==========================================
   CTA
========================================== */

.mk-footer-cta {
    padding-left: 35px;
    border-left: 1px solid #dfe1e3;
}

.mk-footer-eyebrow {
    display: block;

    margin: 4px 0 15px;

    color: #92969a;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.mk-footer-cta h3 {
    margin: 0 0 16px;

    color: #17191c;

    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    letter-spacing: -.4px;
}

.mk-footer-cta p {
    max-width: 280px;

    margin: 0 0 23px;

    color: #686d72;

    font-size: 13px;
    line-height: 1.7;
}


/* ==========================================
   BUTTON
========================================== */

.mk-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    min-width: 155px;
    min-height: 46px;

    padding: 0 18px;

    background: #17191c;
    color: #ffffff !important;

    border: 1px solid #17191c;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease;
}

.mk-footer-button span {
    font-size: 17px;
    line-height: 1;

    transition: transform .2s ease;
}

.mk-footer-button:hover {
    background: transparent;
    color: #17191c !important;
}

.mk-footer-button:hover span {
    transform: translateX(3px);
}


/* ==========================================
   BOTTOM BAR
========================================== */

.mk-footer-bottom {
    background: #17191c;
}

.mk-footer-bottom-inner {
    min-height: 66px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.mk-footer-bottom p {
    margin: 0;

    color: rgba(255, 255, 255, .55);

    font-size: 11px;
    line-height: 1.5;
}

.mk-footer-bottom a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;

    transition: opacity .2s ease;
}

.mk-footer-bottom a:hover {
    opacity: .65;
}


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

@media (max-width: 1024px) {

    .mk-footer-main {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 45px;
    }

    .mk-footer-company {
        grid-column: 1 / -1;
        max-width: 500px;
    }

    .mk-footer-cta {
        padding-left: 0;
        border-left: 0;
    }

}


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

@media (max-width: 767px) {

    .mk-footer-container {
        width: calc(100% - 40px);
    }

    .mk-footer-main {
        grid-template-columns: 1fr 1fr;

        gap: 38px 25px;

        padding: 55px 0 45px;
    }

    .mk-footer-company {
        grid-column: 1 / -1;
    }

    .mk-footer-logo img {
        width: 190px;
    }

    .mk-footer-description {
        max-width: 100%;
    }

    .mk-footer-cta {
        grid-column: 1 / -1;

        margin-top: 5px;
        padding-top: 30px;

        border-top: 1px solid #dfe1e3;
    }

    .mk-footer-cta h3 {
        font-size: 22px;
    }

    .mk-footer-bottom-inner {
        min-height: auto;

        flex-direction: column;
        align-items: flex-start;

        gap: 5px;

        padding-top: 20px;
        padding-bottom: 20px;
    }

}


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

@media (max-width: 480px) {

    .mk-footer-main {
        grid-template-columns: 1fr;
    }

    .mk-footer-company,
    .mk-footer-cta {
        grid-column: auto;
    }

}/* End custom CSS */