.elementor-3011 .elementor-element.elementor-element-4cc0d31:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3011 .elementor-element.elementor-element-4cc0d31 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3011 .elementor-element.elementor-element-4cc0d31 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3011 .elementor-element.elementor-element-4cc0d31 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-55a4c81 */.mc-claim-wrapper{
    max-width:1480px;
    margin:0 auto;
    padding:90px 20px;
}

.mc-claim-header{
    text-align:center;
    margin-bottom:60px;
}

.mc-claim-badge{
    display:inline-block;
    background:#fff1ea;
    color:#f26522;
    padding:10px 18px;
    border-radius:100px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.mc-claim-header h1{
    font-size:56px;
    line-height:1.1;
    margin-bottom:22px;
    color:#111827;
    font-weight:800;
}

.mc-claim-header p{
    max-width:820px;
    margin:0 auto;
    color:#6b7280;
    font-size:19px;
    line-height:1.8;
}

.mc-steps-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    gap:24px;
    margin-bottom:70px;
}

.mc-step-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,.06);
    transition:.3s ease;
}

.mc-step-card:hover{
    transform:translateY(-6px);
}

.mc-step-number{
    width:58px;
    height:58px;
    background:#f26522;
    color:#fff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:800;
    margin-bottom:24px;
}

.mc-step-card h3{
    font-size:24px;
    margin-bottom:14px;
    color:#111827;
}

.mc-step-card p{
    color:#6b7280;
    line-height:1.8;
    font-size:16px;
}

.mc-claim-image-box{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    margin-bottom:70px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.mc-claim-image-box img{
    width:100%;
    display:block;
}

.mc-image-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:50px;
    background:linear-gradient(to top, rgba(0,0,0,.85), transparent);
}

.mc-overlay-badge{
    display:inline-block;
    background:#f26522;
    color:#fff;
    padding:8px 16px;
    border-radius:100px;
    font-size:12px;
    font-weight:700;
    margin-bottom:18px;
}

.mc-image-overlay h3{
    color:#fff;
    font-size:40px;
    margin-bottom:14px;
    font-weight:800;
}

.mc-image-overlay p{
    color:#e5e7eb;
    max-width:700px;
    line-height:1.8;
    font-size:17px;
}

.mc-claim-cta{
    background:#111827;
    border-radius:30px;
    padding:70px 30px;
    text-align:center;
}

.mc-claim-cta h3{
    color:#fff;
    font-size:42px;
    margin-bottom:18px;
    font-weight:800;
}

.mc-claim-cta p{
    color:#cbd5e1;
    font-size:18px;
    margin-bottom:34px;
}

.mc-claim-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#f26522;
    color:#fff;
    text-decoration:none;
    padding:18px 38px;
    border-radius:16px;
    font-size:18px;
    font-weight:700;
    transition:.3s ease;
}

.mc-claim-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(242,101,34,.35);
}

@media(max-width:768px){

    .mc-claim-wrapper{
        padding:70px 18px;
    }

    .mc-claim-header h1{
        font-size:38px;
    }

    .mc-claim-header p{
        font-size:17px;
    }

    .mc-step-card{
        padding:28px;
    }

    .mc-image-overlay{
        padding:30px 22px;
    }

    .mc-image-overlay h3{
        font-size:28px;
    }

    .mc-image-overlay p{
        font-size:15px;
    }

    .mc-claim-cta{
        padding:50px 24px;
    }

    .mc-claim-cta h3{
        font-size:30px;
    }

}.mc-steps-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
    margin-bottom:70px;
}/* =========================
MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px){

    .mc-claim-wrapper{
        padding: 0 18px;
        overflow: hidden;
    }

    .mc-claim-header{
        text-align:center;
        margin-bottom:40px;
    }

    .mc-claim-header h1{
        font-size:42px !important;
        line-height:1.1;
        margin-bottom:20px;
    }

    .mc-claim-header p{
        font-size:16px;
        line-height:1.8;
    }

    /* STEPS GRID */
    .mc-steps-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:18px !important;
        margin-top:35px;
    }

    .mc-step-card{
        width:100% !important;
        min-height:auto !important;
        padding:28px 24px !important;
        border-radius:26px !important;
    }

    .mc-step-card h3{
        font-size:28px !important;
        line-height:1.2 !important;
        margin-bottom:14px;
        word-break:break-word;
    }

    .mc-step-card p{
        font-size:16px !important;
        line-height:1.8 !important;
        word-break:break-word;
    }

    .mc-step-number{
        width:56px;
        height:56px;
        font-size:24px;
        margin-bottom:24px;
    }

    /* IMAGE SECTION */
    .mc-claim-image-box{
        margin-top:40px;
        border-radius:28px;
        overflow:hidden;
    }

    .mc-claim-image-box img{
        width:100%;
        height:auto;
        object-fit:cover;
        display:block;
    }

    .mc-image-overlay{
        padding:24px !important;
    }

    .mc-image-overlay h3{
        font-size:28px !important;
        line-height:1.2;
        margin-bottom:14px;
    }

    .mc-image-overlay p{
        font-size:15px !important;
        line-height:1.7;
    }

    /* CTA SECTION */
    .mc-claim-cta{
        padding:45px 25px !important;
        margin-top:45px;
        border-radius:30px;
        text-align:center;
    }

    .mc-claim-cta h3{
        font-size:34px !important;
        line-height:1.2;
        margin-bottom:18px;
    }

    .mc-claim-cta p{
        font-size:16px;
        line-height:1.8;
        margin-bottom:28px;
    }

    .mc-claim-btn{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:18px 20px !important;
        font-size:16px !important;
        border-radius:18px !important;
    }

}/* FIX IMAGE OVERLAY MOBILE */

@media (max-width:768px){

    .mc-claim-image-box{
        position:relative;
        border-radius:28px;
        overflow:hidden;
        min-height:340px;
    }

    .mc-claim-image-box img{
        width:100%;
        height:240px !important;
        object-fit:cover;
        display:block;
    }

    .mc-image-overlay{
        position:absolute;
        inset:0;
        background:linear-gradient(
            to top,
            rgba(0,0,0,.82),
            rgba(0,0,0,.35),
            rgba(0,0,0,.15)
        );

        display:flex;
        flex-direction:column;
        justify-content:flex-end;

        padding:22px !important;
        text-align:left;
    }

    .mc-overlay-badge{
        display:inline-flex;
        width:fit-content;
        margin-bottom:12px;
        font-size:12px;
        padding:7px 12px;
    }

    .mc-image-overlay h3{
        font-size:24px !important;
        line-height:1.15 !important;
        margin-bottom:10px;
        color:#fff !important;
    }

    .mc-image-overlay p{
        font-size:14px !important;
        line-height:1.6 !important;
        color:rgba(255,255,255,.88) !important;
        margin:0;
    }

}/* End custom CSS */