.elementor-15 .elementor-element.elementor-element-0922196{--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 html, class: .elementor-element-4384861 */.marreco-footer {
    background: linear-gradient(135deg, #11315b 0%, #0a1f3d 100%);
    color: #ffffff;
    padding: 60px 0 0 0;
    position: relative;
    overflow: hidden;
}

.marreco-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d9042c 0%, #e8103a 50%, #d9042c 100%);
}

.marreco-footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
}

.marreco-footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.marreco-footer-column h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
}

.marreco-footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #d9042c;
    border-radius: 2px;
}

.marreco-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.marreco-footer-logo img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.marreco-footer-logo:hover img {
    transform: scale(1.05);
}

.marreco-footer-description {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.marreco-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.marreco-footer-links li {
    margin-bottom: 12px;
}

.marreco-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.marreco-footer-links a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.marreco-footer-links a::before {
    content: '›';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    color: #d9042c;
    font-weight: bold;
}

.marreco-footer-links a:hover::before {
    opacity: 1;
}

.marreco-footer-contact-text {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.marreco-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.marreco-footer-contact-list li {
    margin-bottom: 16px;
}

.marreco-footer-contact-list a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.marreco-footer-contact-list a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.marreco-footer-contact-list .icon {
    width: 38px;
    height: 38px;
    background: rgba(217, 4, 44, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.marreco-footer-contact-list a:hover .icon {
    background: #d9042c;
    transform: scale(1.1);
}

.marreco-footer-contact-list .icon svg {
    width: 18px;
    height: 18px;
    fill: #d9042c;
    transition: fill 0.3s ease;
}

.marreco-footer-contact-list a:hover .icon svg {
    fill: #ffffff;
}

.marreco-footer-bottom {
    padding: 25px 0;
    text-align: center;
}

.marreco-footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.marreco-footer-bottom a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.marreco-footer-bottom a:hover {
    color: #d9042c;
}

@media (max-width: 1024px) {
    .marreco-footer-container {
        padding: 0 40px;
    }
    
    .marreco-footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .marreco-footer {
        padding: 40px 0 0 0;
    }
    
    .marreco-footer-container {
        padding: 0 24px;
    }
    
    .marreco-footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 35px;
    }
    
    .marreco-footer-column {
        text-align: center;
    }
    
    .marreco-footer-column h4 {
        font-size: 17px;
    }
    
    .marreco-footer-column h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .marreco-footer-logo {
        display: block;
        text-align: center;
    }
    
    .marreco-footer-logo img {
        height: 50px;
    }
    
    .marreco-footer-description {
        text-align: center;
    }
    
    .marreco-footer-links {
        text-align: center;
    }
    
    .marreco-footer-links a:hover {
        padding-left: 0;
    }
    
    .marreco-footer-links a::before {
        display: none;
    }
    
    .marreco-footer-contact-text {
        text-align: center;
    }
    
    .marreco-footer-contact-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .marreco-footer-contact-list a:hover {
        transform: translateX(0);
    }
    
    .marreco-footer-bottom {
        padding: 20px 0;
    }
}/* End custom CSS */