.elementor-944 .elementor-element.elementor-element-efdffa1{--display:flex;}.elementor-944 .elementor-element.elementor-element-efdffa1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-944 .elementor-element.elementor-element-efdffa1{--width:100.659%;}}/* Start custom CSS for container, class: .elementor-element-efdffa1 *//* =========================
   FOOTER RESPONSIVE FIX
========================= */

.ks-footer {
    width: 100%;
    background: #151515;
    color: #fff;
    overflow: hidden;
}

.ks-footer-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px 30px;
    box-sizing: border-box;
}

/* DESKTOP - 4 COLUMNS */
.ks-footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
    gap: 45px;
    align-items: start;
    padding-bottom: 45px;
}

/* Prevent content from forcing columns wider */
.ks-footer-top > div {
    min-width: 0;
}

/* ABOUT */
.ks-footer-description {
    max-width: 100%;
    margin: 20px 0 25px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.7;
}

/* HEADINGS */
.ks-footer h3 {
    margin: 5px 0 22px;
    font-size: 19px;
    line-height: 1.3;
    color: #fff;
}

/* MENU */
.ks-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ks-footer-menu li {
    margin: 0 0 17px;
}

.ks-footer-menu a {
    display: inline-block;
    color: #eee;
    text-decoration: none;
    font-size: 15px;
    transition: all .25s ease;
}

.ks-footer-menu a:hover {
    color: #ed1c24;
    padding-left: 4px;
}

/* CONTACT */
.ks-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 17px;
    color: #eee;
    font-size: 15px;
    line-height: 1.6;
}

.ks-contact-icon {
    flex: 0 0 20px;
    color: #ed1c24;
    font-size: 18px;
}

.ks-contact-item a {
    color: #eee;
    text-decoration: none;
    word-break: break-word;
}

.ks-contact-item a:hover {
    color: #ed1c24;
}

/* SOCIAL */
.ks-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ks-social a {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* BOTTOM */
.ks-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #aaa;
    font-size: 13px;
}

.ks-footer-bottom a {
    color: #aaa;
    text-decoration: none;
}


/* =========================
   TABLET
   768px - 1024px
========================= */

@media (max-width: 1024px) {

    .ks-footer-container {
        padding: 50px 30px 30px;
    }

    .ks-footer-top {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 40px 30px;
    }

    /* Contact goes to third column / new row naturally */
    .ks-footer-top > div:last-child {
        grid-column: 1 / -1;
    }

    .ks-contact-item {
        display: inline-flex;
        margin-right: 35px;
        vertical-align: top;
    }
}


/* =========================
   MOBILE
   767px AND BELOW
========================= */

@media (max-width: 767px) {

    .ks-footer-container {
        padding: 45px 20px 25px;
    }

    .ks-footer-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 30px;
    }

    .ks-footer-top > div:last-child {
        grid-column: auto;
    }

    /* Logo */
    .ks-footer-logo {
        margin-bottom: 20px;
    }

    .ks-footer-logo-text strong {
        font-size: 22px;
    }

    /* Description */
    .ks-footer-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 20px;
    }

    /* Headings */
    .ks-footer h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    /* Menu */
    .ks-footer-menu li {
        margin-bottom: 13px;
    }

    .ks-footer-menu a {
        font-size: 14px;
    }

    /* Contact */
    .ks-contact-item {
        display: flex;
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 14px;
    }

    /* Social */
    .ks-social {
        gap: 10px;
    }

    .ks-social a {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    /* Bottom */
    .ks-footer-bottom {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
        line-height: 1.5;
    }
}


/* =========================
   SMALL MOBILE
   480px AND BELOW
========================= */

@media (max-width: 480px) {

    .ks-footer-container {
        padding: 40px 16px 22px;
    }

    .ks-footer-top {
        gap: 30px;
    }

    .ks-footer-logo-icon {
        transform: scale(.9);
        transform-origin: left center;
    }

    .ks-footer-description {
        font-size: 13px;
    }

    .ks-footer h3 {
        font-size: 17px;
    }

    .ks-contact-item {
        font-size: 13px;
    }

    .ks-footer-bottom {
        font-size: 12px;
    }
}/* End custom CSS */