/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/




/* يخفي مؤشر المتصفح الأصلي على كامل الصفحة وعلى كل العناصر */
body, button, a, input, textarea, select, svg {
  cursor: none !important;
}



/* يخفي أي ظل وحواف دائرية على عنصر المؤشر */
div[id^="css-cursor-"] {
   box-shadow: none !important; 
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
}



/* إخفاء الكاستوم كيرسور على الأجهزة التي لا تدعم hover (الجوال) */
@media (hover: none) and (pointer: coarse) {
  /* الكلاس الافتراضي الذي تضيفه مكتبة Cursorjs */
  .cursorjs-wrapper,
  .cursorjs-cursor {
    display: none !important;
  }
}



/* تغيير لون نص "الخيرية التنموية" إلى #e49f24 */
#el1750573819446-c08d2117-76c5 h4 span.slide-in-container:nth-child(3) .pix-sliding-item,
#el1750573819446-c08d2117-76c5 h4 span.slide-in-container:nth-child(4) .pix-sliding-item {
    color: #e49f24 !important;
}


 .cursorjs-wrapper,
  .cursorjs-cursor {
    display: none !important;
  }