.elementor-3096 .elementor-element.elementor-element-3dd4153{--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;}/* Start custom CSS for html, class: .elementor-element-302ba6b */.payment-card{
    max-width:650px;
    margin:60px auto;
    background:#fff;
    border-radius:16px;
    padding:45px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    text-align:center;
    font-family:'Poppins',sans-serif;
}

.success-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#22c55e;
    color:#fff;
    font-size:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.payment-card h2{
    color:#111827;
    font-size:32px;
    margin-bottom:10px;
}

.subtitle{
    color:#6b7280;
    margin-bottom:30px;
    font-size:17px;
}

.success-box{
    background:#f0fdf4;
    border:1px solid #bbf7d0;
    border-radius:12px;
    padding:25px;
    color:#166534;
    line-height:1.8;
    margin-bottom:35px;
}

.success-box h3{
    margin-bottom:15px;
    color:#15803d;
}

.back-btn{
    display:inline-block;
    padding:14px 35px;
    background:#2563eb;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.back-btn:hover{
    background:#1d4ed8;
    color:#fff;
}

@media(max-width:768px){

    .payment-card{
        margin:30px 15px;
        padding:30px 25px;
    }

    .payment-card h2{
        font-size:26px;
    }

    .success-icon{
        width:75px;
        height:75px;
        font-size:40px;
    }

} .success-checkmark{
    width:80px;
    height:80px;
    margin:0 auto 30px;
}

.check-icon{
    width:80px;
    height:80px;
    position:relative;
    border-radius:50%;
    box-sizing:content-box;
    border:4px solid #22c55e;
    animation:pop .5s ease-out;
}

.check-icon::before,
.check-icon::after{
    content:'';
    position:absolute;
    background:#fff;
    transform:rotate(-45deg);
}

.check-icon::before{
    top:3px;
    left:-2px;
    width:30px;
    height:100px;
    border-radius:100px 0 0 100px;
    transform-origin:100% 50%;
}

.check-icon::after{
    top:0;
    left:30px;
    width:60px;
    height:100px;
    border-radius:0 100px 100px 0;
    transform-origin:0 50%;
    animation:rotate-circle 4.25s ease-in infinite;
}

.icon-line{
    height:5px;
    background:#22c55e;
    display:block;
    border-radius:2px;
    position:absolute;
    z-index:10;
}

.line-tip{
    top:46px;
    left:14px;
    width:0;
    transform:rotate(45deg);
    animation:icon-line-tip .75s forwards;
}

.line-long{
    top:38px;
    right:8px;
    width:0;
    transform:rotate(-45deg);
    animation:icon-line-long .75s .25s forwards;
}

.icon-circle{
    position:absolute;
    top:-4px;
    left:-4px;
    width:80px;
    height:80px;
    border-radius:50%;
    border:4px solid rgba(34,197,94,.25);
    box-sizing:content-box;
}

.icon-fix{
    position:absolute;
    top:8px;
    left:26px;
    width:6px;
    height:85px;
    background:#fff;
    transform:rotate(-45deg);
    z-index:1;
}

@keyframes icon-line-tip{
    0%{
        width:0;
    }
    100%{
        width:24px;
    }
}

@keyframes icon-line-long{
    0%{
        width:0;
    }
    100%{
        width:42px;
    }
}

@keyframes pop{
    0%{
        transform:scale(.6);
        opacity:0;
    }
    70%{
        transform:scale(1.08);
    }
    100%{
        transform:scale(1);
        opacity:1;
    }
}

@keyframes rotate-circle{
    0%,100%{
        transform:rotate(-45deg);
    }
    12%{
        transform:rotate(-405deg);
    }
}/* End custom CSS */