.spform ul li svg {
    margin-bottom: 16px;
    height: 56px;
    width: 56px;
}
.desc p{
    font-weight: 400 !important;
    text-align: left;
    font-size: 12px;
}
.spform ul li{
    padding: 24px 13px 18px 13px;
    border: 2px solid #88ceed;
}
.wc-50{
    width: 50%;
}
/* Bootstrap Icons CDN */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css');

/* Modern Order Summary Styles */
.sepright3.modern-order-summary {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    padding: 48px 64px;
}

.sepright3.modern-order-summary .order-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.sepright3.modern-order-summary .order-title {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sepright3.modern-order-summary .order-title i {
    color: #0521C6;
    font-size: 20px;
}

.sepright3.modern-order-summary .order-step-indicator {
    background: #0521C6;
    border-radius: 20px;
    padding: 4px 12px;
}

.sepright3.modern-order-summary .step-badge {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.sepright3.modern-order-summary .order-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    border: 1px solid #f1f5f9;
}

.sepright3.modern-order-summary .order-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.sepright3.modern-order-summary .item-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 60px;
}

.sepright3.modern-order-summary .package-icon {
    width: 48px;
    height: 48px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
}

.sepright3.modern-order-summary .lesson-count-badge {
    background: #0521C6;
    color: white !important;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    min-width: 45px;
}

.sepright3.modern-order-summary .lesson-badge {
    background: #0521C6;
    color: white !important;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.sepright3.modern-order-summary .item-details {
    flex: 1;
}

.sepright3.modern-order-summary .package-name {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.sepright3.modern-order-summary .package-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sepright3.modern-order-summary .lesson-count {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.sepright3.modern-order-summary .package-type {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}

.sepright3.modern-order-summary .item-price {
    text-align: right;
    min-width: 100px;
}

.sepright3.modern-order-summary .price-display {
    margin-bottom: 4px;
}

.sepright3.modern-order-summary .original-price {
    font-size: 14px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.sepright3.modern-order-summary .current-price {
    font-size: 20px;
    font-weight: 700;
    color: #0521C6;
}

.sepright3.modern-order-summary .price-note {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.sepright3.modern-order-summary .order-breakdown {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.sepright3.modern-order-summary .breakdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.sepright3.modern-order-summary .breakdown-label {
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sepright3.modern-order-summary .breakdown-value {
    color: #1e293b;
    font-weight: 600;
}

.sepright3.modern-order-summary .discount-item .breakdown-label {
    color: #16a34a;
}

.sepright3.modern-order-summary .discount-item .breakdown-value {
    color: #16a34a;
}

.sepright3.modern-order-summary .breakdown-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 12px 0;
}

.sepright3.modern-order-summary .total-item {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
    padding-top: 4px;
}

.sepright3.modern-order-summary .total-item .breakdown-value {
    color: #0521C6;
    font-size: 18px;
}

.sepright3.modern-order-summary .order-support {
    background: white;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sepright3.modern-order-summary .support-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.sepright3.modern-order-summary .support-icon {
    width: 40px;
    height: 40px;
    background: #f0f9ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0521C6;
    font-size: 18px;
    flex-shrink: 0;
}

.sepright3.modern-order-summary .support-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.sepright3.modern-order-summary .support-content p {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 12px 0;
}

.sepright3.modern-order-summary .support-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0521C6;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sepright3.modern-order-summary .support-link:hover {
    color: #0416a8;
    text-decoration: none;
}

.sepright3.modern-order-summary .support-link i {
    font-size: 16px;
}


/* Payment Order Summary Styles */
.payment-order-summary {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    margin-top: 24px;
}

.payment-order-summary .order-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.payment-order-summary .order-title i {
    color: #0521C6;
    font-size: 16px;
}

.payment-badge {
    background: #16a34a;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 12px;
}

.payment-order-summary .order-card {
    margin-bottom: 0;
    padding: 16px;
}

.payment-order-summary .order-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.payment-order-summary .package-icon {
    width: 40px;
    height: 40px;
}

.payment-order-summary .package-name {
    font-size: 14px;
    margin: 0 0 6px 0;
}

.payment-order-summary .package-info {
    gap: 2px;
}

.payment-order-summary .lesson-count {
    font-size: 12px;
}

.payment-order-summary .package-type {
    font-size: 11px;
}

.payment-order-summary .breakdown-item {
    font-size: 13px;
    margin-bottom: 6px;
}

.payment-order-summary .total-item {
    font-size: 14px;
}

.payment-order-summary .total-item .breakdown-value {
    font-size: 16px;
}

@media (max-width: 990px) {
    .sepet-bg3 {
        flex-direction: column;
        overflow-y: scroll;
        padding: 24px 16px;
    }
    .sepright3 {
        margin-top: 39px;
        padding: 24px 16px;
    }
    .derstdiger ul li {
        width: 15.333333%;
        margin-right: 18px;
        padding: 12px 9px 14px 9px;
    }
    
    .order-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .item-visual {
        flex-direction: row;
        align-items: center;
        min-width: auto;
    }
    
    .item-price {
        text-align: left;
        min-width: auto;
        width: 100%;
    }
    
    .order-summary-header {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .order-title {
        font-size: 20px;
    }
    
    .support-card {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .support-content h5 {
        font-size: 14px;
    }
    
    .support-content p {
        font-size: 13px;
    }
    
    .payment-order-summary {
        margin-top: 16px;
        padding: 16px;
    }
    
    .payment-order-summary .order-summary-header {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .payment-order-summary .order-title {
        font-size: 16px;
    }
    
    .payment-order-summary .order-card {
        padding: 12px;
    }
    
    .payment-order-summary .order-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .payment-order-summary .item-visual {
        flex-direction: row;
        align-items: center;
        min-width: auto;
    }
    
    .spform .row {
        margin: 0;
    }
    
    .spform .col-md-8,
    .spform .col-md-4 {
        padding: 0;
    }
    
    .spform .col-md-4 {
        margin-top: 20px;
    }
}
.sepleft3 {
    height: auto;
}
