/*
Theme Name: Hafiz
Theme URI: https://alhafizconsult.com.sa
Author: Al-Hafiz Consult
Description: RTL WordPress theme for Al-Hafiz Consult — menus, header/footer options, and page layouts via Carbon Fields only (no page content editor).
Version: 1.1.8
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hafiz
*/

/* Styles load from assets/css — see functions.php */

/* شاشة التحميل — كلمة عربية واحدة (بدون تقطيع / ::before لكل حرف) */
.preloader .animation-preloader .txt-loading.txt-loading--word {
  direction: rtl;
  unicode-bidi: isolate;
}

.preloader .animation-preloader .txt-loading.txt-loading--word .preloader-brand {
  display: inline-block;
  color: var(--theme);
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: 700;
  font-synthesis: none;
  font-variant-ligatures: common-ligatures contextual;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  animation: hafiz-preloader-brand 2.2s ease-in-out infinite;
}

.preloader .animation-preloader .txt-loading.txt-loading--word .preloader-brand::before {
  content: none;
  display: none;
}

.preloader.color-2 .txt-loading--word .preloader-brand {
  color: var(--theme2);
}
.preloader.color-3 .txt-loading--word .preloader-brand {
  color: var(--theme3);
}
.preloader.color-4 .txt-loading--word .preloader-brand {
  color: var(--theme4);
}
.preloader.color-5 .txt-loading--word .preloader-brand {
  color: var(--theme5);
}

@keyframes hafiz-preloader-brand {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.015);
  }
}

/* سطر «جاري التحميل» — بدون letter-spacing الكبير الذي يفرّغ العربية */
.preloader .animation-preloader > p {
  text-transform: none;
  letter-spacing: 0.06em;
}
