﻿.pricing-plan__one {
    direction: ltr;
}
.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid #f0f0f0;
}

    .pricing-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }

    .pricing-card.featured {
        border: 2px solid #667eea;
        box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
    }

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 28px;
}

.package-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.price-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 12px;
}

.currency {
    font-size: 24px;
    font-weight: 600;
    color: #4a5568;
    margin-top: 8px;
}

.price {
    font-size: 48px;
    font-weight: 700;
    color: #667eea;
    line-height: 1;
    margin: 0 4px;
}

.period {
    font-size: 16px;
    color: #718096;
    margin-top: 24px;
}

.package-description {
    font-size: 14px;
    color: #718096;
    margin: 0;
    line-height: 1.5;
}

.pricing-features {
    flex: 1;
    margin-bottom: 24px;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: #4a5568;
}

    .feature-item i {
        color: #48bb78;
        margin-right: 12px;
        font-size: 16px;
        flex-shrink: 0;
    }

    .feature-item.more-features i {
        color: #667eea;
    }

.pricing-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-details {
    width: 100%;
    padding: 10px 20px;
    background: transparent;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-details:hover {
        background: #f7fafc;
        border-color: #cbd5e0;
    }

.btn-primary {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(102, 126, 234, 0.3);
        color: white;
    }

    .btn-primary i {
        margin-left: 8px;
        font-size: 12px;
    }

.swal2-popup {
    border-radius: 20px !important;
    padding: 0 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

.swal2-icon {
    width: 60px !important;
    height: 60px !important;
    margin: 25px auto 15px !important;
    border-width: 3px !important;
}

    .swal2-icon.swal2-info {
        border-color: #667eea !important;
        color: #667eea !important;
    }

        .swal2-icon.swal2-info .swal2-icon-content {
            font-size: 2.5em !important;
            font-weight: 600 !important;
        }

.swal2-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    padding: 0 30px 20px !important;
    margin: 0 !important;
}

.swal2-html-container {
    padding: 0 35px 35px !important;
    text-align: left !important;
    margin: 0 !important;
}

.modal-content-wrapper {
    max-height: 480px;
    overflow-y: auto;
    padding-right: 10px;
    direction: ltr;
}

    /* Custom Scrollbar */
    .modal-content-wrapper::-webkit-scrollbar {
        width: 8px;
    }

    .modal-content-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .modal-content-wrapper::-webkit-scrollbar-thumb {
        background: #cbd5e0;
        border-radius: 10px;
    }

        .modal-content-wrapper::-webkit-scrollbar-thumb:hover {
            background: #a0aec0;
        }

.detail-section {
    margin-bottom: 28px;
    background: #f8fafc;
    padding: 18px;
    border-radius: 12px;
    border-left: 4px solid #667eea;
}

    .detail-section:last-child {
        margin-bottom: 0;
    }

    .detail-section h6 {
        font-size: 14px;
        font-weight: 700;
        color: #667eea;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .detail-section h6 i {
            font-size: 16px;
        }

.detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .detail-list li {
        padding: 8px 14px;
        font-size: 13px;
        color: #2d3748;
        background: white;
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        line-height: 1.4;
        transition: all 0.2s ease;
    }

        .detail-list li:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .detail-list li i {
            color: #48bb78;
            font-size: 13px;
            flex-shrink: 0;
        }

.detail-list2 {
    display: block;
}

    .detail-list2 li {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 8px;
    }

        .detail-list2 li:last-child {
            margin-bottom: 0;
        }

        .detail-list2 li i {
            color: #667eea;
            font-size: 14px;
        }

        .detail-list2 li strong {
            color: #1a202c;
            margin-right: 6px;
            min-width: 140px;
            display: inline-block;
        }

.swal2-actions {
    padding: 0 35px 35px !important;
    margin: 0 !important;
    gap: 12px !important;
}

.swal2-confirm {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 10px !important;
    padding: 14px 36px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
    transition: all 0.3s ease !important;
}

    .swal2-confirm:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4) !important;
    }

.swal2-cancel {
    background: #e2e8f0 !important;
    color: #4a5568 !important;
    border-radius: 10px !important;
    padding: 14px 36px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
}

    .swal2-cancel:hover {
        background: #cbd5e0 !important;
    }

@media (max-width: 768px) {
    .price {
        font-size: 40px;
    }

    .pricing-card {
        padding: 24px 20px;
    }

    .swal2-popup {
        width: 95% !important;
    }

    .swal2-title {
        font-size: 20px !important;
        padding: 0 20px 15px !important;
    }

    .swal2-html-container {
        padding: 0 20px 25px !important;
    }

    .modal-content-wrapper {
        max-height: 400px;
    }

    .detail-section {
        padding: 14px;
    }

    .swal2-actions {
        padding: 0 20px 25px !important;
        flex-direction: column !important;
    }

    .swal2-confirm,
    .swal2-cancel {
        width: 100% !important;
        margin: 0 !important;
    }
}