.elementor-117 .elementor-element.elementor-element-db111a8{--display:flex;}.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-117 .elementor-element.elementor-element-db111a8{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5b73122 */.custom-footer-kit {
    width: 100%;
    background: #ffffff;
    color: #1f1f1f;
    text-align: center;
    padding: 28px 20px;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
}

.footer-kit-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-kit-top {
    margin-bottom: 22px;
}

.footer-kit-finance {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 18px;
    color: #222;
}

.footer-kit-image img {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-kit-links {
    display: grid;
    grid-template-columns: repeat(6, auto);
    justify-content: center;
    gap: 14px 24px;
    margin: 24px 0;
}

.footer-kit-links a {
    color: #1f1f1f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.footer-kit-links a:hover {
    color: #f2c500;
}

.footer-kit-bottom {
    border-top: 1px solid #eaeaea;
    padding-top: 18px;
}

.footer-kit-bottom p {
    margin: 6px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #444;
}

.footer-kit-bottom a {
    color: #1f1f1f;
    font-weight: 600;
    text-decoration: none;
}

.footer-kit-bottom a:hover {
    color: #f2c500;
}

@media (max-width: 991px) {
    .footer-kit-links {
        grid-template-columns: repeat(3, auto);
    }
}

@media (max-width: 576px) {
    .custom-footer-kit {
        padding: 24px 16px;
    }

    .footer-kit-finance {
        font-size: 12px;
    }

    .footer-kit-links {
        grid-template-columns: repeat(2, auto);
        gap: 12px 18px;
    }

    .footer-kit-bottom p {
        font-size: 12px;
    }
}/* End custom CSS */