/* تصميم هيدر بلون العلم السعودي */
.ksa-header {
  background-color: #14532d;
  padding: 15px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
}

.ksa-header-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ksa-logo {
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.ksa-nav a {
  margin-left: 20px;
  color: #e8f5e9;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.ksa-nav a:hover {
  color: #c8e6c9;
}
