
.col-lg-4{
    align-self:flex-start;
}

.subscription-summary-card {
    position: sticky;
    top: 20px;
    background: linear-gradient(145deg,#ffffff,#f8fbff);
    border-radius:24px;
    padding:30px;
    box-shadow:
        0 20px 60px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.06);

    overflow: hidden;

}


/* Internal scrolling */

.card-scroll-content {
    
    padding-right:10px;

}


/* Custom scrollbar */

.card-scroll-content::-webkit-scrollbar {

    width:6px;

}


.card-scroll-content::-webkit-scrollbar-track {

    background:#f1f5f9;

    border-radius:20px;

}


.card-scroll-content::-webkit-scrollbar-thumb {

    background:#cbd5e1;

    border-radius:20px;

}


.card-scroll-content::-webkit-scrollbar-thumb:hover {

    background:#94a3b8;

}


.subscription-summary-card:before {

    content:"";

    position:absolute;

    top:-80px;
    right:-80px;

    width:180px;
    height:180px;

    background:linear-gradient(135deg,#4f46e5,#06b6d4);

    border-radius:50%;

    opacity:.15;

    z-index:-1;

}



.plan-header {

    position:relative;
    z-index:2;

}


.plan-badge {

    display:inline-flex;
    align-items:center;
    gap:6px;

    background:#eef2ff;
    color:#4f46e5;

    padding:8px 16px;

    border-radius:50px;

    font-size:13px;
    font-weight:600;

    margin-bottom:20px;

}


.plan-header h3 {

    font-size:28px;
    font-weight:800;
    margin-bottom:20px;

}



.price-box {

    display:flex;
    align-items:end;
    gap:6px;

}



.currency {

    font-size:24px;
    font-weight:700;
    color:#0556dd;

}


.price {

    font-size:52px;
    line-height:1;
    font-weight:900;

    background:linear-gradient(90deg,#0556dd,#06b6d4);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}



.benefit-title {

    margin-top:35px;
    margin-bottom:20px;

    font-size:18px;
    font-weight:700;

    display:flex;
    gap:10px;
    align-items:center;

}


.benefit-title i {

    color:#22c55e;

}



.benefit-list {

    display:flex;
    flex-direction:column;
    gap:15px;

}



.benefit-item {

    display:flex;
    align-items:center;
    gap:15px;

    padding:15px;

    background:#fff;

    border-radius:16px;

    border:1px solid #edf0f7;

    transition:.3s;

}



.benefit-item:hover {

    transform:translateX(6px);

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}



.benefit-item .icon {

    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#4f46e5,#06b6d4);

    color:white;

    border-radius:14px;

    font-size:22px;

}



.benefit-item h6 {

    margin:0;
    font-weight:700;

}



.benefit-item p {

    margin:3px 0 0;
    color:#6b7280;
    font-size:14px;

}



.secure-box {

    margin-top:25px;

    padding:15px;

    border-radius:14px;

    background:#ecfdf5;

    color:#047857;

    font-size:14px;

    font-weight:600;

    display:flex;
    align-items:center;
    gap:10px;

}

.checkout-form-card {

    background:#ffffff;

    border-radius:28px;

    padding:0px;

    border:1px solid #eef2f7;

    box-shadow:
        0 25px 70px rgba(0,0,0,.08);

}


.checkout-card-header {

    display:flex;

    align-items:center;

    gap:18px;

    padding:25px;

    

    border-radius:28px 28px 0 0;

    background:
    linear-gradient(135deg,#4f46e5,#06b6d4);

    color:white;

}
#checkoutForm{
    padding: 10px;;
}

.header-icon {

    width:60px;

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.2);

    border-radius:18px;

    font-size:30px;

}


.checkout-card-header h3 {

    margin:0;
    color: #fff;
    font-weight:800;

}


.checkout-card-header p {

    margin:5px 0 0;

    opacity:.85;

    font-size:14px;

}



.form-section h5,
.business-section h5 {

    display:flex;

    align-items:center;

    gap:0px;

    font-size:18px;

    font-weight:800;

    margin-bottom:22px;

}


.form-section h5 i,
.business-section h5 i {

    color:#4f46e5;

}



.form-control {

    height:52px;

    border-radius:14px;

    border:1px solid #e5e7eb;

    padding:0 18px;
    margin-bottom: 10px;

    transition:.3s;

}

.form-control:focus {

    border-color:#f05614;

    box-shadow:
    0 0 0 4px rgba(79,70,229,.12);

}


textarea.form-control {

    height:auto;
    padding-top:15px;

}

textarea.form-control:focus{
    border-color:#f05614;
}




.business-section {

    margin-top:30px;

    padding-top:25px;

    border-top:1px dashed #ddd;

}



.checkout-submit-btn {

    width:100%;

    height:58px;
    margin-top: 20px;
    border:none;

    border-radius:18px;

    color:white;

    font-size:17px;

    font-weight:700;

    background:
    linear-gradient(135deg,#0556dd,#f05614);

    box-shadow:
    0 15px 30px rgba(79,70,229,.3);

    transition:.3s;

}



.checkout-submit-btn:hover {

    transform:translateY(-3px);

    box-shadow:
    0 20px 40px rgba(79,70,229,.4);

}