@font-face {
  font-family: "HelveticaArabi";
  src: url("fonts/alfont_com_هلفيتيكا-عربي-.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Palestine";
  src: url("fonts/alfont_com_Palestine-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Elgharib-Lifta-Black-Line";
  src: url("fonts/alfont_com_Elgharib-Lifta-Black-Line.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.section-tabs .nav-link {
  color: #0A2C38;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 8px 18px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.text-info-box {
  background-color: #fdfdfc;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  font-family: "HelveticaArabi", sans-serif;
  color: #222;
  max-width: 90%;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);

  /* الإضافات: */
  min-height: 280px;         /* ارتفاع أدنى للصندوق */
  padding-top: 30px;         /* زيادة التباعد الداخلي العلوي */
  padding-bottom: 30px;      /* زيادة التباعد الداخلي السفلي */
}


.text-info-title {
  font-family: "Palestine", sans-serif;
  font-size: 1.25rem;
  color: #0A2C38;
  font-weight: bold;
}

.text-info-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .text-info-title {
    font-size: 1.1rem;
  }

  .text-info-desc {
    font-size: 0.95rem;
  }
}
.map-wrapper iframe {
  border-radius: 12px;
  width: 100%;

  height: 320px; /* يمكنك زيادته حسب الحاجة */
  object-fit: cover;
}

 .stats-section {
  background-color: #ffffff;
}

.stat-box {
  text-align: center;
}

.stat-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.stat-title {
  font-family: 'Cairo', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #0A2C38;
  margin-bottom: 5px;
}

.stat-number {
  font-family: 'Cairo', sans-serif;
  font-size: 1.5rem;
  color: #C49A52; /* اللون الذهبي */
  font-weight: bold;
}

@media (max-width: 768px) {
  .stat-icon {
    width: 40px;
    height: 40px;
  }

  .stat-title {
    font-size: 1rem;
  }

  .stat-number {
    font-size: 1.3rem;
  }
}

.section-tabs .nav-link:hover,
.section-tabs .nav-link.active {
  background-color: #0A2C38;
  color: #fff;
  border-color: #0A2C38;
}

.section-tabs i {
  font-size: 1rem;
}
/* تحكم في حجم صور البطاقات */
/* الحاوية العامة */
.section-grid {
  margin-bottom: 3rem;
}

/* تبويبة صغيرة */
.section-badge {
  background-color: #dbb7eb;
  color: #fff;
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.custom-badge {
  background-color: #ffffff;
  color: #080808;
  font-family: "Palestine", sans-serif;

  border-radius: 20px;
  font-size: 2rem;
  font-weight: 800;
}
.tab-icon {
  width: 30px;   /* تحكّمي هنا */
  height: 30px;
  object-fit: contain;

}
.section-tabs .nav-link {
  font-family: 'Palestine', sans-serif;  /* نوع الخط */
  font-size: 1rem;                   /* حجم الخط */
  font-weight: 500;                  /* سماكة الخط */
  color: #0A2C38;                    /* لون النص */
  border: 1px solid #ccc;
  padding: 8px 18px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.section-tabs .nav-link:hover,
.section-tabs .nav-link.active {
  background-color: #eed2fa;
  color: #070707;
  border-color: transparent; /* 🔹 يلغي الإطار */
  box-shadow: none; /* 🔹 يلغي أي ظل لو موجود */
}


/* حجم الأيقونات */
.section-tabs .tab-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;

}
.btn-custom-color {
  border-color: #0A2C38;      /* لون الإطار */
  color: #0A2C38;             /* لون النص */
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-custom-color:hover {
  background-color: #91C8E4;  /* لون الخلفية عند التحويم */
  color: #000000;                /* لون النص عند التحويم */
}
.custom-badge i {
  font-size: 0.9rem;
}

.badge-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* الصناديق العامة */
.featured-box {
  text-align: right;
}

/* الصور */




/* النص تحت الصورة */
.section-text {
  padding: 0 5px;
}

.section-title {
  font-size: 1.2rem;
    font-family: "Palestine", sans-serif;

  font-weight: bold;
  color: #0A2C38;
  margin-bottom: 5px;
}

.section-desc {
  font-size: 0.9rem;
   font-family: "HelveticaArabi", sans-serif;
  color: #555;
  line-height: 1.6;
}

.section-img-lg {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.section-img-sm {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

/* responsive adjustments */
@media (max-width: 767px) {
  .section-img-lg {
    height: 220px;
  }

  .section-img-sm {
    height: 130px;
  }

  .section-title {
    font-size: 1rem;
  }
}
.section-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}

.card-box {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 320px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}

.card-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.card-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 16px 20px;
  text-align: right;
}

.card-content h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0A2C38;
  font-family: 'Cairo', sans-serif;
  margin-bottom: 8px;
}

.card-content p {
  font-size: 0.95rem;
  color: #444;
  font-family: 'Cairo', sans-serif;
  line-height: 1.6;
}
