/* الإعدادات العامة */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Tajawal', sans-serif;
  color: #2b3a4a;
  background-color: #ffffff;
  line-height: 1.7;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-padding {
  padding: 80px 0;
}

.bg-light {
  background-color: #f4f7f9;
}

.text-center {
  text-align: center;
}

/* الشبكة الهيكلية (Grids) */
.grid-2 {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.grid-2 > * {
  flex: 1;
  min-width: 300px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* البانر الرئيسي */
.about-hero {
  position: relative;
  background: url('https://images.unsplash.com/photo-1513694203232-719a280e022f?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  height: 380px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.about-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 29, 44, 0.75);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-content h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* مقدمة الصفحة */
.badge {
  display: inline-block;
  background-color: #e6f0fa;
  color: #0077cc;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.intro-text h2 {
  font-size: 2rem;
  color: #0f1d2c;
  margin-bottom: 20px;
  line-height: 1.4;
}

.intro-text p {
  margin-bottom: 15px;
  color: #55697a;
}

.intro-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* الرؤية والرسالة */
.card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  border-top: 4px solid #0077cc;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.card .icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 1.5rem;
  color: #0f1d2c;
  margin-bottom: 15px;
}

.card p {
  color: #55697a;
}

/* المميزات */
.section-title h2 {
  font-size: 2rem;
  color: #0f1d2c;
}

.section-title p {
  color: #778ca2;
}

.feature-box {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-8px);
}

.feature-box .img-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.feature-box h4 {
  font-size: 1.1rem;
  color: #0f1d2c;
  padding: 15px 15px 5px 15px;
}

.feature-box p {
  font-size: 0.92rem;
  color: #66788a;
  padding: 0 15px 20px 15px;
}

/* قسم الدعوة للتواصل CTA */
.cta-section {
  background: linear-gradient(135deg, #0f1d2c 0%, #1e3a5f 100%);
  color: #ffffff;
  padding: 70px 0;
}

.cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.btn-cta {
  display: inline-block;
  background-color: #0088ff;
  color: #ffffff;
  padding: 14px 35px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background 0.3s ease;
}

.btn-cta:hover {
  background-color: #0066cc;
}

/* التجاوب مع الجوال */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .intro-text h2 {
    font-size: 1.6rem;
  }
}

/* الجدول */

body {
  font-family: 'Tajawal', sans-serif;
  background-color: #fcfcfc;
  color: #333333;
  direction: rtl;
  padding: 40px 20px;
}

/* قسم العناوين */
.uses-section {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header .subtitle {
  font-size: 0.9rem;
  color: #777777;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.section-header .main-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1e293b;
}

.title-underline {
  width: 60px;
  height: 4px;
  background-color: #0f172a;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

/* تخطيط المحتوى الرئيسي */
.uses-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* القوائم الجانبية */
.use-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
  min-width: 240px;
}

.list-right {
  align-items: flex-end;
}

.list-left {
  align-items: flex-start;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #334155;
  transition: transform 0.2s ease;
}

.list-item:hover {
  transform: translateX(-5px);
}

.list-left .list-item:hover {
  transform: translateX(5px);
}

/* أيقونات علامات الصح */
.check-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #00b4d8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  box-shadow: 0 4px 10px rgba(0, 180, 216, 0.3);
}

.check-icon.dark {
  background: #004b87;
  box-shadow: 0 4px 10px rgba(0, 75, 135, 0.3);
}

/* الدائرة المركزية */
.circle-diagram {
  position: relative;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: conic-gradient(
    #00b4d8 0deg 45deg,
    #0096c7 45deg 90deg,
    #0077b6 90deg 135deg,
    #03045e 135deg 180deg,
    #023e8a 180deg 225deg,
    #0077b6 225deg 270deg,
    #0096c7 270deg 315deg,
    #00b4d8 315deg 360deg
  );
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* توزيع الأيقونات داخل الدائرة */
.sector {
  position: absolute;
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

.sector:hover {
  transform: scale(1.3);
  color: #90e0ef;
}

/* إحداثيات الأيقونات على محيط الدائرة */
.sec-1 { top: 35px; left: 145px; }
.sec-2 { top: 105px; left: 45px; }
.sec-3 { top: 220px; left: 45px; }
.sec-4 { bottom: 35px; left: 145px; }
.sec-5 { bottom: 35px; right: 145px; }
.sec-6 { top: 220px; right: 45px; }
.sec-7 { top: 105px; right: 45px; }
.sec-8 { top: 35px; right: 145px; }

/* المركز الأبيض والأيقونة المنتصفة */
.center-core {
  width: 170px;
  height: 170px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.core-icon {
  width: 120px;
  height: 120px;
  background: linear-gradient(180deg, #00b4d8 0%, #0077b6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 3rem;
  box-shadow: 0 8px 20px rgba(0, 119, 182, 0.4);
}

/* التجاوب مع مختلف الشاشات (Responsive) */
@media (max-width: 992px) {
  .uses-container {
    flex-direction: column;
  }
  
  .list-right, .list-left {
    align-items: center;
    width: 100%;
  }

  .circle-diagram {
    margin: 30px auto;
  }
}

@media (max-width: 480px) {
  .circle-diagram {
    width: 300px;
    height: 300px;
  }
  
  .center-core {
    width: 130px;
    height: 130px;
  }
  
  .core-icon {
    width: 90px;
    height: 90px;
    font-size: 2.2rem;
  }

  .sec-1 { top: 25px; left: 115px; }
  .sec-2 { top: 85px; left: 30px; }
  .sec-3 { top: 175px; left: 30px; }
  .sec-4 { bottom: 25px; left: 115px; }
  .sec-5 { bottom: 25px; right: 115px; }
  .sec-6 { top: 175px; right: 30px; }
  .sec-7 { top: 85px; right: 30px; }
  .sec-8 { top: 25px; right: 115px; }
}

/* جدول المقارنة */

body {
  font-family: 'Tajawal', sans-serif;
  background-color: #ffffff;
  color: #2c3e50;
  direction: rtl;
  padding: 40px 20px;
}

.comparison-section {
  max-width: 1100px;
  margin: 0 auto;
}

/* الترويسة والعنوان */
.comparison-header {
  text-align: center;
  margin-bottom: 40px;
}

.comparison-header .subtitle {
  font-size: 1.8rem;
  font-weight: 800;
  color: #2b2b2b;
  display: block;
}

.comparison-header .main-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin-top: 10px;
}

.comparison-header .underline {
  width: 70px;
  height: 4px;
  background-color: #000000;
  margin: 12px auto 0 auto;
  border-radius: 2px;
}

/* تجاوب الجدول */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

/* تنسيقات الجدول */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background-color: #ffffff;
  font-size: 0.98rem;
}

.comparison-table th, 
.comparison-table td {
  border: 1px solid #dcdcdc;
  padding: 14px 16px;
  line-height: 1.6;
}

/* رأس الجدول */
.comparison-table thead tr {
  background-color: #0072bc;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
}

.comparison-table th.col-aspects {
  width: 20%;
  background-color: #0066ad;
}

.comparison-table th.col-modern {
  width: 40%;
  background-color: #0072bc;
}

.comparison-table th.col-traditional {
  width: 40%;
  background-color: #0072bc;
}

/* خلايا أوجه المقارنة */
.comparison-table td.feature-title {
  font-weight: 800;
  color: #111111;
  background-color: #ffffff;
}

/* التبديل بين صفوف الجدول لمظهر أوضح */
.comparison-table tbody tr:nth-child(even) {
  background-color: #f9fbfd;
}

.comparison-table tbody tr:hover {
  background-color: #f1f5f9;
  transition: background-color 0.2s ease;
}

/* التوافق مع الشاشات الصغيرة */
@media (max-width: 768px) {
  .comparison-header .subtitle {
    font-size: 1.5rem;
  }
  
  .comparison-header .main-title {
    font-size: 1.2rem;
  }
  
  .comparison-table th, 
  .comparison-table td {
    padding: 10px 8px;
    font-size: 0.88rem;
  }
}

/* footer */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.site-footer {
    background-color: #0d121d; /* لون الخلفية الداكن المماثل للصورة */
    color: #ffffff;
    padding: 60px 40px;
    width: 100%;
    direction: ltr; /* محاذاة الاتجاه من اليسار إلى اليمين */
    text-align: left; /* محاذاة النصوص لليسار */
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    gap: 80px; /* مسافة أفقية متناسقة بين الأعمدة */
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

/* العمود الأول */
.about-col {
    flex: 1.8;
}

.about-col h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #ffffff;
}

.about-col p {
    color: #8a99ad;
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 420px;
}

/* العناوين الرئيسية للأعمدة */
.links-col h3, 
.contact-col h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}

/* قائمة الروابط */
.links-col ul {
    list-style: none;
}

.links-col ul li {
    margin-bottom: 14px;
}

.links-col ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: opacity 0.2s;
}

.links-col ul li a:hover {
    opacity: 0.8;
}

/* معلومات الاتصال */
.contact-info {
    list-style: none;
    margin-bottom: 25px;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.4;
}

.contact-info .icon {
    color: #00a8ff;
    font-size: 1rem;
}

/* أزرار مواقع التواصل */
.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    background-color: #1a2332;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.social-icons a:hover {
    background-color: #2a3547;
}

/* الشاشات الصغيرة */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 40px;
    }
}