تبرع بامان

<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>بطاقة معلومات الترخيص - جمعية الحاج والمعتمر</title> <!-- Font Awesome for Icons (لإضافة أيقونات احترافية) --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <style> /* خطوط عربية حديثة */ @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { background: linear-gradient(135deg, #f5f7fa 0%, #e9ecf2 100%); min-height: 100vh; display: flex; justify-content: center; align-items: center; font-family: 'Tajawal', sans-serif; padding: 15px; } /* الإطار الرئيسي - يحيط بكل المحتوى */ .main-frame { max-width: 850px; width: 100%; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(2px); border: 3px solid #cbb27e; /* إطار خارجي بلون ذهبي أنيق */ border-radius: 45px 45px 35px 35px; padding: 20px; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3); } /* الإطار الداخلي للمحتوى */ .inner-frame { background: white; border: 2px dashed #a77b4d; /* إطار داخلي منقط */ border-radius: 30px 30px 25px 25px; padding: 30px 25px; box-shadow: inset 0 2px 8px rgba(165, 125, 70, 0.1); } /* تصميم الهيدر */ .header { text-align: center; margin-bottom: 25px; border-bottom: 2px solid #e0d6c5; padding-bottom: 20px; } .header h1 { font-size: 2.2rem; font-weight: 900; color: #0b4a3f; /* لون أخضر عميق */ letter-spacing: 1px; margin-bottom: 5px; } .header h1 i { color: #b78a5b; /* لون ذهبي */ margin-left: 10px; } .header .sub-title { font-size: 1.3rem; font-weight: 700; color: #a0663b; background: #fcf7f0; display: inline-block; padding: 0 25px; border-radius: 40px; margin-top: 8px; } /* شبكة البطاقات (Cards) */ .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin: 30px 0 20px; } /* تصميم البطاقة الواحدة */ .info-card { background: #ffffff; border: 1px solid #e9dbc9; border-radius: 28px; padding: 22px 15px 18px; text-align: center; box-shadow: 0 12px 22px -10px rgba(100, 70, 40, 0.25); transition: all 0.3s ease; position: relative; backdrop-filter: blur(2px); } .info-card:hover { transform: translateY(-6px); border-color: #b78a5b; box-shadow: 0 22px 28px -12px #7e5e3e; } /* إطار صغير حول كل بطاقة */ .info-card::before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border: 2px dotted #e3d2bb; /* إطار داخلي منقط خفيف */ border-radius: 24px; pointer-events: none; } .card-icon { font-size: 2.8rem; color: #0b6b5b; margin-bottom: 10px; background: #f2ede5; width: 70px; height: 70px; line-height: 70px; border-radius: 50%; margin-left: auto; margin-right: auto; border: 2px solid #b78a5b; } .card-label { font-size: 1.1rem; font-weight: 600; color: #5f4a33; letter-spacing: 0.3px; margin-bottom: 5px; } .card-value { font-size: 1.5rem; font-weight: 900; color: #1b2f2b; word-break: break-word; background: #f9f3ec; padding: 8px 10px; border-radius: 60px; border: 1px solid #e6cfb5; display: inline-block; min-width: 160px; } /* بطاقة مميزة لرابط التحقق */ .verify-card { grid-column: 1 / -1; /* يأخذ الصف كاملاً */ background: linear-gradient(145deg, #faf5ee, #f0e4d5); border: 2px solid #9c7e5c; border-radius: 60px; padding: 18px 25px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; margin-top: 15px; box-shadow: 0 8px 18px -8px #7e613e; } .verify-card .right { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; } .verify-card .right i { font-size: 2.5rem; color: #216b5c; background: white; padding: 12px; border-radius: 50%; box-shadow: 0 4px 8px rgba(0,0,0,0.1); border: 1px solid #dbb58b; } .verify-card .right span { font-weight: 700; font-size: 1.2rem; color: #232323; } .verify-link { background-color: #176b56; color: white; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 1.1rem; letter-spacing: 0.5px; border: 1px solid #b78a5b; border-bottom: 4px solid #b78a5b; transition: 0.2s; display: inline-flex; align-items: center; gap: 10px; } .verify-link:hover { background-color: #0e4f3f; border-bottom-width: 2px; transform: scale(1.02); } .verify-link i { font-size: 1.3rem; } /* توقيع أو ختم سفلي */ .footer-note { text-align: center; margin-top: 30px; color: #846d51; font-weight: 500; border-top: 1px solid #e7d8c4; padding-top: 15px; font-size: 1rem; display: flex; align-items: center; justify-content: center; gap: 8px; } .footer-note i { color: #aa7a4a; } /* تحسين للأجهزة الصغيرة */ @media (max-width: 600px) { .header h1 { font-size: 1.8rem; } .card-value { font-size: 1.3rem; min-width: 120px; } .verify-card { flex-direction: column; text-align: center; } } </style> </head> <body dir="rtl"> <!-- الإطار الرئيسي الكبير الذي يحيط بكل العناصر -->
<!-- الإطار الداخلي الثاني (إطار داخل إطار) -->
<!-- العنوان الرئيسي للبطاقة -->

جمعية الحاج والمعتمر

منطقة حائل
<!-- شبكة البطاقات (كل معلومة في بطاقة منفصلة مع إطارها) -->
<!-- بطاقة اسم الجمعية -->
اسم الجمعية
الحاج والمعتمر
منطقة حائل
<!-- بطاقة رقم الترخيص الرئيسي -->
رقم الترخيص
1000739600
ترخيص الجمعية
<!-- بطاقة ترخيص جمع التبرعات -->
ترخيص جمع التبرعات
17883
رقم الترخيص
<!-- نهاية grid --> <!-- بطاقة خاصة برابط التحقق (تأخذ عرض كامل) مع إطار مميز -->
التحقق من صحة الترخيص عبر المنصة الوطنية:
ncnp.gov.sa/cldc/49778
<!-- تذييل يؤكد البيانات مع أيقونة توثيق --> <!-- إضافة نقش صغير يشير إلى الإطار (اختياري) -->
ترخيص جمع تبرعات: 17883
<!-- نهاية inner-frame -->
<!-- نهاية main-frame --> </body> </html>