.elementor-211 .elementor-element.elementor-element-2831823{--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-211 .elementor-element.elementor-element-2831823:not(.elementor-motion-effects-element-type-background), .elementor-211 .elementor-element.elementor-element-2831823 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-211 .elementor-element.elementor-element-d6f95fa{width:100%;max-width:100%;}.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-211 .elementor-element.elementor-element-2831823{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-d6f95fa *//* --- FOOTER STYLES --- */
.sauge-footer {
    direction: ltr;
    background-color: #000000;
    color: #a0a0a0;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 60px 25px 25px 25px;
}
.sauge-footer-container {
    max-width: 1400px;
    margin: 0 auto;
}
.sauge-footer-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}
.footer-column {
    width: 100%;
}
.footer-logo img {
    max-height: 50px;
    filter: brightness(0) invert(1);
}
.footer-column h3 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links a,
.footer-contact a {
    color: #a0a0a0;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-links a:hover,
.footer-contact a:hover {
    color: #FFFFFF;
}
.footer-contact p {
    margin: 0 0 10px 0;
    line-height: 1.6;
}
.footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.footer-social-icons a svg {
    width: 24px;
    height: 24px;
    fill: #a0a0a0;
    transition: fill 0.3s ease, transform 0.3s ease;
}
.footer-social-icons a:hover svg {
    fill: #FFFFFF;
    transform: scale(1.1);
}
.footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid #333333;
    text-align: center;
    font-size: 0.9em;
}
@media screen and (min-width: 992px) {
    .sauge-footer {
        padding: 80px 40px 30px 40px;
    }
    .sauge-footer-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 1.5fr 1fr;
        gap: 50px;
        text-align: left;
        align-items: flex-start;
    }
    .footer-logo img {
        max-width: 200px; 
        max-height: none;
        filter: none;
    }
    .footer-social-icons { 
        justify-content: flex-start; 
    }
}/* End custom CSS */