body {
    font-family: 'Tajawal', sans-serif;
  }
  .scroll-hide::-webkit-scrollbar {
    display: none;
  }
  .glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  @keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
  }
  @keyframes loadingBar {
    from { width: 0%; }
    to { width: 100%; }
  }

  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* ------- hero slider css -------------------------------------- */
  .slide-hidden {
    opacity: 0;
    z-index: 0;
}
.slide-visible {
    opacity: 1;
    z-index: 10;
}

.thumb-active {
    border-color: white;
    transform: scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.thumb-inactive {
    border-color: transparent;
    opacity: 0.6;
    filter: grayscale(100%);
}
.prose-lg p {
    line-height: 2;
}

/* افتراضي: لا تغيير */
.lang-ar,
.lang-en {
  display: inline;
}

/* إذا الصفحة إنجليزي → إخفاء العربي */
html[lang="en"] .lang-ar {
  display: none !important;
}

/* إذا الصفحة عربي → إخفاء الإنجليزي */
html[lang="ar"] .lang-en {
  display: none !important;
}
