@font-face {
    font-family: "Palestine";
    src: url("fonts/alfont_com_Palestine-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaArabi";
    src: url("fonts/alfont_com_هلفيتيكا-عربي-.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* إعداد الخط */
body {
  font-family: 'HelveticaArabi', sans-serif;
  background-color: #ffffff;
  color: #0A2C38;
  direction: rtl;
  line-height: 1.7;
}

.section-title {
  font-family: "Palestine", sans-serif; /* غيرها للخط اللي بدك إياه */
  font-weight: 700; /* سمك الخط */
}
.fw-bold {
  font-family: "Palestine", sans-serif; /* غيرها للخط اللي بدك إياه */
  font-weight: 300; /* سمك الخط */
}

/* عنوان الصفحة */
.section-title {
  font-size: 28px;
    font-family: 'Palestine', sans-serif;

  font-weight: 300 !important;
  color: #0A2C38;
}
.card-content1 {
  font-size: 28px;
    font-family: 'Palestine', sans-serif;

  font-weight: 200;
  color: #0A2C38;
}
.card-content2 {
  font-size: 28px;
    font-family: 'HelveticaArabi', sans-serif;

  
  color: #0A2C38;
}
.heading-line {
  width: 60px;
  height: 3px;
  background-color: #836a34;
}

/* كروت الأقسام */
.section-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

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

.section-card img {
  border-radius: 12px;
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 15px;
}

.section-card h5 {
  font-size: 20px;
  font-weight: bold;
  color: #0A2C38;
  margin-bottom: 10px;
}

.section-card p {
  font-size: 15px;
  color: #444;
}
