.payment-section{
    width: 60% !important;
    margin: 0 auto !important;
}
.billing-details-card {
    background-color: #ffffff;
    padding: 32px;
    border: 1px solid color-mix(in srgb, #475569, transparent 90%);
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.btn.btn-continue{
    text-decoration: none;
    padding: 14px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
.button-group-billing{
    gap: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.cvc{
    margin-left: 10px;
}
.cvc-text{
    font-size: 10px;
    color: #6b7280;
}
#securityCode{
    width: 20%;
}
.imp{
    color: red;
}
.p-text{
    font-size: 12px;
    color: #475569;
}