@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//breath-of-joy.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(40,55,111);
	--wd-text-font-size: 18px;
	--wd-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(40,54,111);
	--wd-alternative-color: rgb(181,206,204);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(181,206,204);
	--btn-accented-bgcolor-hover: rgb(41,54,111);
	--btn-accented-color: rgb(40,55,111);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgba(216,211,194,0.2);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(40,54,111);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


#comments,
.comments-area,
.comment-respond {
    display: none !important;
}

/* ===== تحسين عام لصفحة المقال ===== */
.single-post .main-page-wrapper,
.single-post .site-content {
  background: #f7f8fc;
}

.entry-meta-list .modified-date, .entry-meta-list .meta-author {display:none}

/* الصندوق الرئيسي للمقال */
.single-post .article-inner {
  max-width: 980px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(22, 34, 72, 0.08);
  overflow: hidden;
  border: 1px solid rgba(43, 68, 132, 0.08);
}

/* صورة المقال */
.single-post .entry-thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.single-post .entry-thumbnail img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  display: block;
  filter: saturate(1.03) contrast(1.02);
}

/* التاريخ العائم */
.single-post .post-date.wd-post-date {
  top: 22px;
  left: 22px;
  right: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
}

.single-post .post-date .post-date-day {
  font-size: 24px;
  font-weight: 800;
  color: #243b7a;
}

.single-post .post-date .post-date-month {
  font-size: 13px;
  font-weight: 700;
  color: #5e6f9f;
  letter-spacing: 0.5px;
}

/* محتوى الهيدر الداخلي */
.single-post .article-body-container {
  padding: 0;
}

/* الكاتيجوري */
.single-post .meta-post-categories {
  justify-content: center;
  margin: 34px 0 16px;
}

.single-post .wd-post-cat a {
	display:none!important;
  background: #eef2ff !important;
  color: #324b90 !important;
  border-radius: 999px !important;
  padding: 9px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: 1px solid rgba(50, 75, 144, 0.10);
  box-shadow: none !important;
}

/* عنوان المقال */
.single-post .title.post-title,
.single-post h1.wd-entities-title {
  max-width: 760px;
  margin: 26px auto -9px;
  padding: 0 28px;
  text-align: center;
  color: #243b7a;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.3px;
}

/* بيانات المقال */
.single-post .entry-meta.wd-entry-meta {
  margin: 0 auto 28px;
  padding: 0 28px;
}

.single-post .entry-meta-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  padding: 0;
}

.single-post .entry-meta-list li {
  background: #f6f8fd;
  padding: 10px 16px;
  border-radius: 999px;
  color: #5e6f9f;
  font-size: 14px;
  border: 1px solid rgba(43, 68, 132, 0.08);
}

.single-post .entry-meta-list li a,
.single-post .entry-meta-list li span,
.single-post .entry-meta-list li time {
  color: #5e6f9f;
}

.single-post .entry-meta .avatar {
  border-radius: 50%;
  margin-inline: 6px;
}

/* جسم المقال */
.single-post .wd-entry-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 28px 60px;
  direction: rtl;
  text-align: right;
  color: #31446f;
  font-size: 22px;
  line-height: 2.15;
  font-weight: 400;
}

/* الفقرات */
.single-post .wd-entry-content p {
  margin: 0 0 1.35em;
}

/* أول فقرة تحت العنوان بشكل مميز */
.single-post .wd-entry-content > p:first-child {
  font-size: 24px;
  line-height: 2;
  color: #243b7a;
  font-weight: 700;
}

/* العناوين داخل المقال */
.single-post .wd-entry-content h2,
.single-post .wd-entry-content h3,
.single-post .wd-entry-content h4,
.single-post .wd-entry-content p b,
.single-post .wd-entry-content p strong {
  color: #243b7a;
}

.single-post .wd-entry-content h2,
.single-post .wd-entry-content h3 {
  margin: 2.2em 0 0.9em;
  line-height: 1.7;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 34px);
}

/* الروابط */
.single-post .wd-entry-content a {
  color: #3555a8;
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 85, 168, 0.25);
  transition: all 0.25s ease;
}

.single-post .wd-entry-content a:hover {
  color: #243b7a;
  border-bottom-color: #243b7a;
}

/* القوائم */
.single-post .wd-entry-content ol,
.single-post .wd-entry-content ul {
  margin: 1.2em 0 1.8em;
  padding-right: 1.4em;
  padding-left: 0;
}

.single-post .wd-entry-content li {
  margin-bottom: 14px;
  line-height: 2.05;
  padding-right: 4px;
}

.single-post .wd-entry-content ol li::marker,
.single-post .wd-entry-content ul li::marker {
  color: #3555a8;
  font-weight: 700;
}

/* الاقتباسات لو استخدمتها لاحقاً */
.single-post .wd-entry-content blockquote {
  margin: 2em 0;
  padding: 24px 24px 24px 20px;
  border-right: 4px solid #3555a8;
  background: linear-gradient(180deg, #f8faff 0%, #f1f5ff 100%);
  border-radius: 18px;
  color: #2f477e;
  font-size: 21px;
  line-height: 2;
}

/* فاصل ناعم بين الأجزاء */
.single-post .wd-entry-content h2:not(:first-child),
.single-post .wd-entry-content h3:not(:first-child) {
  position: relative;
  padding-top: 20px;
}

.single-post .wd-entry-content h2:not(:first-child)::before,
.single-post .wd-entry-content h3:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #243b7a 0%, rgba(36,59,122,0.08) 100%);
}

/* تحسين المسافات الفارغة الناتجة عن   */
.single-post .wd-entry-content p:empty {
  display: none;
}

/* ملاحظة ختامية */
.single-post .wd-entry-content p strong:last-child {
  display: inline-block;
  background: #fff7e8;
  color: #8c5a00;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #f3dfb1;
}

/* موبايل */
@media (max-width: 767px) {
  .single-post .article-inner {
    margin: 18px 12px;
    border-radius: 20px;
  }

  .single-post .entry-thumbnail img {
    max-height: 300px;
  }

  .single-post .title.post-title,
  .single-post h1.wd-entities-title {
    padding: 0 18px;
    margin-bottom: 14px;
  }

  .single-post .entry-meta.wd-entry-meta,
  .single-post .wd-entry-content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .single-post .wd-entry-content {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 40px;
  }

  .single-post .wd-entry-content > p:first-child {
    font-size: 20px;
  }

  .single-post .entry-meta-list {
    gap: 10px;
  }

  .single-post .entry-meta-list li {
    font-size: 13px;
    padding: 8px 12px;
  }

  .single-post .post-date.wd-post-date {
    top: 14px;
    left: 14px;
  }
}


.wd-post-cat.wd-style-with-bg {display:none}
/*************************************************/


.grecaptcha-badge {display:none !important}

      .whb-general-header .container {
        max-width: 97% !important;
    }
 


.mobanew .woodmart-title-container, .mobanew .list-content{
    color:#c8daed !important;
    
} 

.wd-prev .wd-arrow-inner:after {
    content: "\f113"!important;
}

.wd-next .wd-arrow-inner:after {
    content: "\f114";
}

#wd-6678358e77f0b .woodmart-title-container {
    color: #0e046b;
    direction: ltr;
}

span.list-content {direction:ltr !Important}


/*****************************/
@media screen and (max-width: 1025px) {
    .whb-general-header .container {
        max-width: 97% !important;
    }
}