.elementor-156 .elementor-element.elementor-element-9508faa{--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-f2a64b6 */.marreco-services-hero {
    background: linear-gradient(135deg, rgba(17, 49, 91, 0.92) 0%, rgba(10, 31, 61, 0.92) 100%), 
                url('/wp-content/uploads/2026/02/Marreco-Plastering-Contact.webp') center center / cover no-repeat;
    padding: 120px 0 80px 0;
    position: relative;
    overflow: hidden;
}

.marreco-services-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(217, 4, 44, 0.05) 0%, rgba(17, 49, 91, 0.1) 100%);
    pointer-events: none;
}

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

.marreco-services-hero-content {
    text-align: center;
}

.marreco-services-hero h1 {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -1px;
}

.marreco-services-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.marreco-services-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.marreco-services-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.marreco-services-breadcrumb a:hover {
    color: #d9042c;
}

.marreco-services-breadcrumb .separator {
    color: #d9042c;
    font-weight: bold;
    font-size: 18px;
}

.marreco-services-breadcrumb .current {
    color: #d9042c;
    font-weight: 600;
}

.marreco-services-detail {
    background: #ffffff;
    padding: 80px 0;
}

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

.marreco-services-detail-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.marreco-services-detail-text h3 {
    font-size: 38px;
    font-weight: 800;
    color: #11315b;
    margin: 0 0 24px 0;
    line-height: 1.3;
}

.marreco-services-detail-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin: 0 0 20px 0;
}

.marreco-services-detail-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.marreco-services-detail-text ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
}

.marreco-services-detail-text ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #d9042c;
    font-weight: bold;
    font-size: 18px;
}

.marreco-services-detail-text ul li p {
    margin: 0;
}

.marreco-services-detail-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d9042c, #e8103a);
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(217, 4, 44, 0.35);
    letter-spacing: 0.5px;
}

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

.marreco-services-detail-images {
    position: relative;
    padding: 40px;
}

.marreco-services-detail-image-main {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.marreco-services-detail-image-main img {
    width: 100%;
    height: auto;
    display: block;
}

.marreco-services-detail-image-float {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    border: 8px solid #ffffff;
}

.marreco-services-detail-image-float img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 968px) {
    .marreco-services-detail-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .marreco-services-detail-images {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .marreco-services-hero {
        padding: 100px 0 60px 0;
    }
    
    .marreco-services-hero-container,
    .marreco-services-detail-container {
        padding: 0 24px;
    }
    
    .marreco-services-hero h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }
    
    .marreco-services-breadcrumb {
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .marreco-services-breadcrumb li {
        font-size: 14px;
        gap: 8px;
    }
    
    .marreco-services-detail {
        padding: 60px 0;
    }
    
    .marreco-services-detail-text h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .marreco-services-detail-text p {
        font-size: 15px;
    }
    
    .marreco-services-detail-btn {
        width: 100%;
        text-align: center;
        display: block;
    }
    
    .marreco-services-detail-images {
        padding: 0;
    }
    
    .marreco-services-detail-image-float {
        width: 70%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e858d4b */.marreco-services-showcase {
    background: #f8f9fa;
    padding: 80px 0;
}

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

.marreco-services-showcase-intro {
    text-align: center;
    margin-bottom: 60px;
}

.marreco-services-showcase-intro h3 {
    font-size: 38px;
    font-weight: 800;
    color: #11315b;
    margin: 0 0 32px 0;
    line-height: 1.4;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.marreco-services-showcase-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d9042c, #e8103a);
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(217, 4, 44, 0.35);
    letter-spacing: 0.5px;
}

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

.marreco-services-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.marreco-services-showcase-grid-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.marreco-service-showcase-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.marreco-service-showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.marreco-service-showcase-card-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.marreco-service-showcase-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.marreco-service-showcase-card:hover .marreco-service-showcase-card-image img {
    transform: scale(1.1);
}

.marreco-service-showcase-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 49, 91, 0.3) 0%, rgba(17, 49, 91, 0.7) 100%);
}

.marreco-service-showcase-card-content {
    padding: 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.marreco-service-showcase-card-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #11315b;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.marreco-service-showcase-card-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

@media (max-width: 968px) {
    .marreco-services-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .marreco-services-showcase-grid-row2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .marreco-services-showcase {
        padding: 60px 0;
    }
    
    .marreco-services-showcase-container {
        padding: 0 24px;
    }
    
    .marreco-services-showcase-intro {
        margin-bottom: 40px;
    }
    
    .marreco-services-showcase-intro h3 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    
    .marreco-services-showcase-btn {
        width: 100%;
        text-align: center;
    }
    
    .marreco-services-showcase-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .marreco-services-showcase-grid-row2 {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7194588 */.marreco-specialist {
    background: linear-gradient(135deg, #11315b 0%, #0a1f3d 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.marreco-specialist::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(217, 4, 44, 0.05) 0%, rgba(17, 49, 91, 0.1) 100%);
    pointer-events: none;
}

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

.marreco-specialist-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.marreco-specialist-text h2 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 24px 0;
    line-height: 1.3;
}

.marreco-specialist-text h5 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 32px 0;
    line-height: 1.7;
}

.marreco-specialist-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d9042c, #e8103a);
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(217, 4, 44, 0.35);
    letter-spacing: 0.5px;
}

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

.marreco-specialist-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.marreco-specialist-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 968px) {
    .marreco-specialist-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .marreco-specialist {
        padding: 60px 0;
    }
    
    .marreco-specialist-container {
        padding: 0 24px;
    }
    
    .marreco-specialist-text h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .marreco-specialist-text h5 {
        font-size: 16px;
        margin-bottom: 28px;
    }
    
    .marreco-specialist-btn {
        width: 100%;
        text-align: center;
        display: block;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-959d5da */.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 */