@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('fonts/droid-arabic-kufi/DroidKufi-Regular.eot') format('embedded-opentype'),
         url('fonts/droid-arabic-kufi/DroidKufi-Regular.ttf') format('truetype'),
         url('fonts/droid-arabic-kufi/DroidKufi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.arabic-font
{font-family:Droid Arabic Kufi, Arial !importnat;}
html[lang="ar"] body {
    font-family:Droid Arabic Kufi, Arial !importnat;
}

html[lang="ar"] h1,h2,h3,h4,h5,h6, a {
    font-family:Droid Arabic Kufi, Arial  !important;
}

html[lang="ar"] a { font-family:Droid Arabic Kufi, Arial !importnat;}

li a {
font-family:Droid Arabic Kufi, Arial !important;
}
html[lang="ar"] .sub-heading
{font-family:Droid Arabic Kufi, Arial  !important;}

/* Custom RTL overrides */
html[lang="ar"] .navigation .navbar-nav>li .sub-menu .sub-menu
{right:100%;}


 /* Rajaa to add a style of menu seperator between menu item - english website */

.navbar-nav li {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}

.navbar-nav li:not(:last-child)::after
{ content: "";
  position: absolute;
  right: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ccc; /* Change color if needed */}

/* Rank Math Breadcrumb Style - مشابه لـ WordPress الأصلي */
.rank-math-breadcrumb {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 10px 0;
  padding: 5px 0;
}

.rank-math-breadcrumb a {
  color: #0073aa;
  text-decoration: none;
  transition: color 0.3s ease;
	font-size:12px;
}

.rank-math-breadcrumb a:hover {
  color: #005177;
  text-decoration: underline;
}

.rank-math-breadcrumb span.separator {
  margin: 0 5px;
  color: #999;
}

.rank-math-breadcrumb .last {
  font-weight: 400;
  color: #626262;
	font-size:12px;
}

/* to remove the space under menu  */
.site-content {
    padding-top: 10px !important;
}
/* ACCORDION IMGS OVERLAY */
.thim-ekits-image-accordion__item .overlay
{background:#0000004D !important;}
