
html {
    font-family: 'IBM Plex Sans Arabic';
    direction: rtl;
    text-align: right;
    background-color: rgb(242, 244, 251) ;
  }
body{
  background-color: rgb(242, 244, 251) !important;
}
img, video { 
  max-width: 100%; 
  height: auto; 
  display: block; 
}
.row > [class^="col"] { 
  min-width: 0; 
}
.card-text, .card-title, a { 
overflow-wrap: anywhere; 
word-break: break-word; 
}
/* body { min-height: 100%; background-color: aqua;} */
html, body { overflow-x: clip; height: 100%;}
/* * { outline: 1px solid red; } */

/* إبقاء الزر شفاف دائماً وإخفاء السهم الصغير */
.btn-link.dropdown-toggle.no-caret::after { display: none; }

/* فتح القوائم بالتحويم على الشاشات الكبيرة فقط */
@media (hover: hover) and (pointer: fine) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
  }
  /* مزامنة حالة aria-expanded بصرياً عند التحويم */
  .dropdown-hover:hover > .dropdown-toggle {
    color: var(--bs-primary);
  }
}

/* تأكيد شفافية الأزرار عبر الحالات */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.show > .btn-link.dropdown-toggle {
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none;
}
