.elementor-137 .elementor-element.elementor-element-89e3d3f{--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;--gap:0px 0px;--row-gap:0px;--column-gap: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 container, class: .elementor-element-89e3d3f */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* Reset */
.prop-footer *,
.prop-footer *::before,
.prop-footer *::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

.prop-footer a {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.prop-footer {
    font-family: 'Montserrat', sans-serif;
    background: #0f172a;
    color: #fff;
    padding: 60px 24px 30px;
}

.prop-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}



/* Top section - logo + columns */
.prop-footer-top {
    display: grid;
grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 20ox;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 1024px) {
    .prop-footer-top {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }
    
    .prop-footer-brand {
        grid-column: span 3;
    }
}

/* Logo column */
.prop-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prop-footer-logo {
    display: inline-block;
}

.prop-footer-logo img {
    height: 32px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.prop-footer-logo:hover img {
    opacity: 1;
}

.prop-footer-tagline {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    max-width: 280px;
}

.prop-footer-polish {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
    background: rgba(255,255,255,0.05);
    padding: 8px 14px;
    border-radius: 8px;
    width: fit-content;
}

.prop-footer-polish img {
    width: 20px;
    height: auto;
}

/* Column */
.prop-footer-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prop-footer-heading {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

/* Links */
.prop-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

.prop-footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
    display: inline-block;
}

.prop-footer-links a:hover {
    color: #ffffff;
}

/* Contact info */
.prop-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prop-footer-contact-item {
    font-size: 14px;
    line-height: 1.5;
}

.prop-footer-contact-label {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}

.prop-footer-contact-value {
    color: #e2e8f0;
    font-weight: 600;
}

.prop-footer-contact-value a {
    color: #e2e8f0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.prop-footer-contact-value a:hover {
    color: #fff;
}

.prop-footer-hours {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
}

/* Bottom section */
.prop-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    gap: 24px;
}

.prop-footer-copyright {
    font-size: 13px;
    color: #64748b;
}

.prop-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
}

.prop-footer-bottom-links a {
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

.prop-footer-bottom-links a:hover {
    color: #ffffff;
}

/* Social icons (optional) */
.prop-footer-social {
    display: flex;
    gap: 12px;
}

.prop-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.prop-footer-social a:hover {
    background: #0046FF;
    color: #ffffff;
}

.prop-footer-social svg {
    width: 18px;
    height: 18px;
}

/* Responsive */
@media (max-width: 1024px) {
    .prop-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .prop-footer-brand {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .prop-footer {
        padding: 48px 20px 24px;
    }
    
    .prop-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .prop-footer-brand {
        grid-column: span 1;
    }
    
    .prop-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .prop-footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
}/* End custom CSS */