/*
Theme Name: Eduma Child
Template: eduma
Version: 1.0
*/

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../eduma/fonts/droid-arabic-kufi/DroidKufi-Regular.eot') format('eot'),
				url('../eduma/fonts/droid-arabic-kufi/DroidKufi-Regular.ttf') format('ttf'),				
				url('../eduma/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;}
html[lang="ar"] body {
    font-family:Droid Arabic Kufi, Arial;
}

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;}
/* Hide post meta (author, date, category) */
.post-meta, .entry-meta, .thim-entry-meta {
    display: none !important;
}

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

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

 /* 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;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  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;
}

.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 */
.overlay
{background:#0000004D !important;}



/*********** ***********************/
.searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.searchandfilter ul li {
  flex: 1 1 calc(33.333% - 20px); /* 3 أعمدة */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.searchandfilter ul li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.searchandfilter ul li h2 {
  font-size: 20px;
  font-weight: bold;
  color: #c00; /* أحمر زي اللي عندك */
  margin: 15px;
}

.searchandfilter ul li p {
  font-size: 15px;
  color: #444;
  margin: 0 15px 15px;
}

.searchandfilter ul li a {
  margin: auto 15px 15px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

/**********  ***********************/