.elementor-11 .elementor-element.elementor-element-522de9f{--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-04b9b4e */.marreco-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: all 0.3s ease;
}

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

.marreco-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10001;
}

.marreco-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.marreco-logo img {
    height: 70px;
    width: auto;
    transition: all 0.3s ease;
}

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

.marreco-nav-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.marreco-nav {
    display: flex;
    gap: 8px;
    align-items: center;
}

.marreco-nav a {
    text-decoration: none;
    color: #11315b;
    font-weight: 600;
    transition: all 0.2s ease;
    font-size: 15px;
    padding: 10px 18px;
    border-radius: 8px;
    position: relative;
    letter-spacing: 0.3px;
}

.marreco-nav a:not(.marreco-btn-phone):hover {
    color: #d9042c;
    background: #f8f9fa;
}

.marreco-nav a.active:not(.marreco-btn-phone) {
    color: #d9042c;
}

.marreco-nav a.active:not(.marreco-btn-phone)::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: #d9042c;
}

.marreco-nav .marreco-btn-phone {
    background: linear-gradient(135deg, #d9042c, #e8103a);
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(217, 4, 44, 0.35);
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.marreco-nav .marreco-btn-phone:hover {
    background: linear-gradient(135deg, #b80325, #d9042c);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(217, 4, 44, 0.45);
}

.marreco-nav .marreco-btn-phone svg {
    width: 16px;
    height: 16px;
}

.marreco-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.marreco-mobile-toggle:hover {
    background: #f8f9fa;
}

.marreco-mobile-toggle:active {
    background: #e9ecef;
}

.marreco-mobile-toggle span {
    width: 26px;
    height: 3px;
    background: #11315b;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.marreco-mobile-toggle:hover span {
    background: #d9042c;
}

@media (max-width: 1024px) {
    .marreco-header-container {
        padding: 0 40px;
    }
    
    .marreco-nav-wrapper {
        gap: 16px;
    }
    
    .marreco-nav {
        gap: 4px;
    }
    
    .marreco-nav a {
        font-size: 14px;
        padding: 9px 14px;
    }
    
    .marreco-nav .marreco-btn-phone {
        padding: 10px 24px;
        margin-left: 12px;
    }
}

@media (max-width: 768px) {
    .marreco-header {
        position: relative;
        z-index: 9999;
    }
    
    .marreco-header-container {
        padding: 0 24px;
    }
    
    .marreco-header-content {
        padding: 16px 0;
        position: relative;
        z-index: 99999;
    }
    
    .marreco-logo img {
        height: 55px;
    }
    
    .marreco-nav-wrapper {
        gap: 12px;
    }
    
    .marreco-mobile-toggle {
        display: flex;
        position: relative;
        z-index: 99999;
    }
    
    .marreco-nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        padding: 100px 32px 32px 32px;
        overflow-y: auto;
        z-index: 99998;
    }
    
    .marreco-nav.active {
        left: 0;
    }
    
    .marreco-nav a {
        font-size: 17px;
        padding: 18px 24px;
        border-radius: 12px;
        text-align: center;
    }
    
    .marreco-nav a.active:not(.marreco-btn-phone)::after {
        display: none;
    }
    
    .marreco-nav .marreco-btn-phone {
        margin-left: 0;
        margin-top: 12px;
        justify-content: center;
        display: flex;
        font-size: 16px;
        padding: 16px 32px;
    }
    
    .marreco-mobile-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
        background: #d9042c;
    }
    
    .marreco-mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .marreco-mobile-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
        background: #d9042c;
    }
}/* End custom CSS */