.elementor-423 .elementor-element.elementor-element-4424d39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-423 .elementor-element.elementor-element-4424d39:not(.elementor-motion-effects-element-type-background), .elementor-423 .elementor-element.elementor-element-4424d39 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.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-9c7fff3 *//* MAIN FOOTER */
.bcg-footer {
    background: #000;
    padding: 80px 0 0;
    color: #d5d5d5;
    font-family: "Inter", sans-serif;
}

/* GRID */
.bcg-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 50px;
}

/* BRAND SECTION */
.bcg-footer-logo {
    width: 140px;
    margin-bottom: 18px;
}
.bcg-footer-name {
    font-size: 26px;
    font-weight: 700;
    color: #fff !important;
}
.bcg-footer-tagline {
    color: #b0b0b0;
    margin: 10px 0 20px;
    line-height: 1.6;
}
.bcg-footer-divider {
    width: 60px;
    height: 3px;
    background: #FFC107;
    border-radius: 5px;
}

/* COLUMNS */
.bcg-footer-col .h4 {
    color: #FFC107;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.bcg-footer-col ul {
    list-style: none;
    padding: 0;
}
.bcg-footer-col ul li {
    margin-bottom: 8px;
}
.bcg-footer-col a {
    color: #d7d7d7;
    text-decoration: none;
    transition: .2s ease;
}
.bcg-footer-col a:hover {
    color: #FFC107;
}

/* BOTTOM BAR */
.bcg-footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #222;
    padding: 18px 0;
}

.bcg-bottom-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ft-item {
    color: #bfbfbf;
    font-size: 14px;
}

.ft-item a {
    color: #FFC107;
    text-decoration: none;
    font-weight: 500;
}

.ft-divider {
    color: #444;
}

@media (max-width: 600px) {
    .bcg-footer-inner {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-auto-flow: row !important;
        gap: 40px;
        text-align: center;
    }

    .bcg-footer-inner > div {
        width: 100%;
    }

    .bcg-footer-logo {
        margin: 0 auto 20px;
    }

    .bcg-social-list li a,
    .bcg-footer-contact p {
        justify-content: center;
    }

    .ft-divider {
        display: none;
    }
    .bcg-footer-divider {
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .bcg-footer-inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    /* BRAND IDE PREKO SVA 3 */
    .bcg-footer-brand {
        grid-column: 1 / -1;
        text-align: center;
    }

    .bcg-footer-logo {
        margin: 0 auto 20px;
    }
     .bcg-footer-divider {
        margin: 0 auto;
    }
}/* End custom CSS */