.elementor-11490 .elementor-element.elementor-element-2ef26294{--display:flex;}.elementor-11490 .elementor-element.elementor-element-dd85497{color:#FFF0FA;}/* Start custom CSS for container, class: .elementor-element-2ef26294 *//* 🌸 نصوص وصف الكتاب – إبداع جديد */
.book-description h2 {
  font-size: 36px;
  font-weight: 800;
  font-family: 'Noto Sans Arabic', sans-serif;
  color: #D670A1; /* وردي غامق أنيق */
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  animation: bookTitleFade 1.2s ease forwards;
  animation-delay: 0.2s;
}

.book-description p {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Noto Sans Arabic', sans-serif;
  color: #FFF0FA; /* بيج رمادي فاتح */
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: bookParaFade 1.4s ease forwards;
  animation-delay: 0.4s;
}

.book-description p strong {
  color: #F2A8C0; /* وردي فاتح */
  font-weight: 600;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.05);
}

/* ✨ حركات دخول */
@keyframes bookTitleFade {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bookParaFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 موبايل أول (≤ 480px) */
@media (max-width: 480px) {
  .book-description h2 {
    font-size: 26px;
  }

  .book-description p {
    font-size: 15px;
  }
}

/* 📱 موبايل كبير / تابلت عمودي (481px – 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .book-description h2 {
    font-size: 30px;
  }

  .book-description p {
    font-size: 16px;
  }
}

/* 📱 تابلت أفقي (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .book-description h2 {
    font-size: 34px;
  }

  .book-description p {
    font-size: 17px;
  }
}/* End custom CSS */