body {
  margin: 0;
  font-family: Arial, sans-serif;
  direction: rtl;
  background-color: #f9f9f9;
  color: #222;
  padding: 0;
}

header.hero {
  background: linear-gradient(90deg, #8e44ad, #f39c12);
  color: white;
  text-align: center;
  padding: 60px 20px 40px 20px;
  margin-bottom: 40px;
}

header.hero h1 {
  font-size: 2.2rem;
  margin: 0;
  font-weight: 700;
  color: white;
}

header.hero blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: #fff8e1;
  margin-top: 15px;
}

.back-link {
  display: inline-block;
  margin: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #8e44ad;
  background-color: #f3e5f5;
  padding: 8px 16px;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}

.back-link:hover {
  background-color: #e1bee7;
}

#info-container {
  max-width: 900px;
  margin: 0 auto 60px auto;
  padding: 0 16px;
}

.category-header {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  margin-top: 50px;
  cursor: pointer;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  transition: color 0.3s;
}

.category-section {
  margin-top: 15px;
}

.info-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.info-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2c3e50;
  cursor: pointer;
  margin-bottom: 10px;
  transition: color 0.2s ease;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 6px;
}

.info-title:hover {
  color: #8e44ad;
}

.info-content {
  display: none;
  padding-top: 10px;
  line-height: 1.7;
  font-size: 1.05em;
  color: #444;
}

.info-intro {
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

/* ✅ תמונה ראשית */
.main-image {
  width: 25%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

/* ✅ גלריית תמונות נוספות */
.extra-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.extra-image {
  width: 140px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* ✅ קובץ מצורף */
.file-link {
  display: inline-block;
  margin-top: 15px;
  background-color: #f2f2f2;
  color: #8e44ad;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.file-link:hover {
  background-color: #e0e0e0;
}
