/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 19, 2026, 5:47:18 PM
    Author     : Fatima
*/
:root {
            --primary-color: #0c3661;  
            --secondary-color: #cbb062; 
            --bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #e4e9f2 100%);
            --text-dark: #222222;
        }


        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Tajawal', sans-serif;
        }

        body {
            background-color: #f0f4f8;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        /* ?????? ?????? */
        header {
            background-color: #002b5c; 
            padding: 15px 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 4px solid #c5a059; 
        }

        /* ????? ?????? ?????? ??????? ??????? (Documents Verifications) */
        .header-title-center {
            color: white;
            font-family: serif;
            font-size: 28px;
            font-weight: normal;
        }

        .logo-container {
            display: flex;
            align-items: center;
            color: white;
            text-align: right;
        }

        .logo-text {
            margin-right: 15px;
        }

        .logo-text h1 {
            font-size: 16px;
            font-weight: 700;
        }

        .logo-text p {
            font-size: 11px;
            color: #d1d5db;
        }

        .logo-icon {
            border: 2px solid #c5a059;
            padding: 5px 10px;
            font-size: 20px;
            color: #c5a059;
            border-radius: 4px;
        }

        /* ??????? ?????? ??????? ?????? */
        main {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 60px; /* ????? ????? ????? ?????? ??? ?????? ???????? */
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }

        /* ?????? ??????: ????? ????????? ????????? */
        .left-side-container {
            flex: 1;
            max-width: 400px;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .computer-center-title {
            text-align: left;
        }

        .computer-center-title h2 {
            color: #002b5c;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .computer-center-title p {
            color: #94a3b8;
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        /* ????? ???? ?????? ??????? ?????? ????????? ???? ???? ???? */
        .how-to-use-section {
            border-top: 1px solid #e2e8f0;
            padding-top: 25px;
        }

        .how-to-use-section h3 {
            color: #002b5c;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 25px;
            letter-spacing: 1px;
        }

        .timeline {
            position: relative;
            padding-left: 25px;
        }

        /* ???? ??????? ?????? ??? ?????? */
        .timeline::before {
            content: '';
            position: absolute;
            left: 5px;
            top: 5px;
            bottom: 5px;
            width: 1px;
            background-color: #cbd5e1;
        }

        .timeline-item {
            position: relative;
            margin-bottom: 30px;
        }

        .timeline-item:last-child {
            margin-bottom: 0;
        }

        /* ?????? ???????? ??????? ??? ???? */
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -24px;
            top: 5px;
            width: 10px;
            height: 10px;
            background-color: #002b5c;
            border-radius: 50%;
            z-index: 2;
        }

        .timeline-content {
            font-size: 14px;
            color: #4a5568;
            line-height: 1.6;
        }

        .timeline-content strong {
            color: #002b5c;
        }


        /* ?????? ??????: ???? ?????? ?????? */
        .right-side-container {
            flex: 1;
            max-width: 480px;
        }

        .verification-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
            border-top: 5px solid #c5a059;
            padding: 35px 30px;
        }

        .card-inner-header {
            text-align: center;
            margin-bottom: 25px;
        }

        .card-inner-header h4 {
            color: #002b5c;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 4px;
        }

        .card-inner-header p {
            color: #94a3b8;
            font-size: 12px;
        }

        /* ????? ?????? ????????? */
        .input-group {
            margin-bottom: 18px;
        }

        .input-group label {
            display: block;
            color: #4a5568;
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 6px;
            text-align: left;
        }

        .input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }

        .input-wrapper input {
            width: 100%;
            padding: 12px 15px 12px 40px; /* ???? ????? ???????? ??? ?????? */
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            font-size: 14px;
            color: #334155;
            background-color: #fafafa;
            transition: all 0.2s;
        }

        .input-wrapper input:focus {
            outline: none;
            border-color: #002b5c;
            background-color: #fff;
            box-shadow: 0 0 0 3px rgba(0, 43, 92, 0.05);
        }

        .input-wrapper i {
            position: absolute;
            left: 15px;
            color: #94a3b8;
            font-size: 16px;
        }

        /* ??? ???????? */
        .captcha-container {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 5px;
        }

        .captcha-box {
            background-color: #1e293b;
            color: #52c41a; 
            font-family: monospace;
            font-size: 18px;
            font-weight: bold;
            padding: 10px 15px;
            border-radius: 6px;
            letter-spacing: 3px;
            user-select: none;
            min-width: 100px;
            text-align: center;
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
        }

        .captcha-input {
            flex: 1;
        }

        /* ????? ?????? ??????? ??????? ???? ??? ??????? */
        .sind-platform-bar {
            background-color: #fefcf6;
            border: 1px dashed #c5a059;
            border-radius: 6px;
            padding: 12px;
            text-align: center;
            font-size: 12px;
            color: #c5a059;
            margin-bottom: 20px;
            font-weight: 500;
        }

        /* ????? ?????? */
        .buttons-container {
            display: flex;
            gap: 12px;
            margin-bottom: 25px;
        }

        .btn {
            flex: 1;
            padding: 12px;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
        }

        .btn-primary {
            background-color: #002b5c;
            color: white;
        }

        .btn-primary:hover {
            background-color: #001f42;
        }

        .btn-secondary {
            background-color: #f1f5f9;
            color: #64748b;
        }

        .btn-secondary:hover {
            background-color: #e2e8f0;
        }

        /* ?????? ??????? ?????? ?????? */
        .footer-links {
            display: flex;
            justify-content: space-between;
            padding-top: 20px;
            border-top: 1px solid #f1f5f9;
        }

        .footer-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            color: #64748b;
            font-size: 11px;
            text-decoration: none;
            text-align: center;
            gap: 4px;
        }

        .footer-item i {
            font-size: 18px;
            color: #002b5c;
        }

        .footer-item:hover {
            color: #002b5c;
        }

        /* ??????? ??????? (????? ??????? ???? ????? ??????) */
        @media (max-width: 850px) {
            main {
                flex-direction: column-reverse; /* ???? ?????? ??????? ????? ?? ???????? */
                gap: 40px;
            }
            header {
                flex-direction: column;
                gap: 15px;
                text-align: center;
                padding: 15px;
            }
            .header-title-center {
                font-size: 22px;
            }
            .left-side-container {
                max-width: 100%;
            }
        }
  /* ?????? ?????? ?????? ??????? */
        .site-footer {
            width: 100%;
            background-color: var(--primary-color);
            border-top: 4px solid var(--secondary-color);
            color: #ffffff;
            padding: 30px 5% 20px 5%;
            margin-top: auto;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 20px;
            margin-bottom: 15px;
        }

        .footer-info {
            flex: 1;
            min-width: 250px;
        }

        .footer-info p {
            font-size: 13px;
            color: #e2e8f0;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer-info p i {
            color: var(--secondary-color);
            width: 16px;
        }

        .footer-social {
            display: flex;
            gap: 12px;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .social-icon:hover {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            transform: translateY(-4px);
            box-shadow: 0 4px 12px rgba(203, 176, 98, 0.3);
        }

        .footer-copyright {
            text-align: center;
            font-size: 12px;
            color: #a0aec0;
        }
   