.elementor-105 .elementor-element.elementor-element-d722557{--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;}/* Start custom CSS for html, class: .elementor-element-4f20f49 */.marreco-cta {
    background: linear-gradient(135deg, #d9042c 0%, #b80325 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.marreco-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}

.marreco-cta-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 2;
}

.marreco-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.marreco-cta-text {
    flex: 1;
    max-width: 66%;
}

.marreco-cta-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.marreco-cta-text p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.marreco-cta-button {
    flex-shrink: 0;
}

.marreco-cta-button a {
    background: #ffffff;
    color: #d9042c;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
}

.marreco-cta-button a:hover {
    background: #11315b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.marreco-cta-button a svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

.marreco-cta-button a:hover svg {
    transform: translateX(4px);
}

@media (max-width: 968px) {
    .marreco-cta-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .marreco-cta-text {
        max-width: 100%;
    }
    
    .marreco-cta-text h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .marreco-cta {
        padding: 50px 0;
    }
    
    .marreco-cta-container {
        padding: 0 24px;
    }
    
    .marreco-cta-text h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .marreco-cta-text p {
        font-size: 15px;
    }
    
    .marreco-cta-button a {
        width: 100%;
        justify-content: center;
        padding: 14px 32px;
    }
}/* End custom CSS */