@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;
    }
}


/******************************/

/* ==================================================
   تحسين صفحة دورة LearnPress
   ================================================== */

/* تطبيق الاتجاه العربي على صفحة الدورة */
#learn-press-course {
    direction: rtl;
    text-align: right;
}

/* ==================================================
   إخفاء عدد الطلاب نهائياً
   ================================================== */

#learn-press-course .meta-item-student,
#learn-press-course .course-count-student,
#learn-press-course .course-students,
#learn-press-course .students-enrolled,
#learn-press-course .lp-course-students,
#learn-press-course .course-student-number,
.learn-press-courses .meta-item-student,
.learn-press-courses .course-students,
.learn-press-courses .students-enrolled,
.learn-press-courses .lp-course-students,
.lp-archive-courses .meta-item-student,
.lp-archive-courses .course-students,
.lp-archive-courses .students-enrolled,
.course-item .meta-item-student {
    display: none !important;
}

/* ==================================================
   إخفاء الاختبارات
   ================================================== */

#learn-press-course .meta-item-quiz,
#learn-press-course .course-count-quiz,
#learn-press-course .course-quiz-count,
#learn-press-course [data-item-type="lp_quiz"],
.learn-press-courses .meta-item-quiz,
.lp-archive-courses .meta-item-quiz {
    display: none !important;
}

/* ==================================================
   إخفاء التصنيف
   ================================================== */

#learn-press-course .meta-item-categories,
#learn-press-course .course-categories,
#learn-press-course .course-category,
.learn-press-courses .meta-item-categories,
.lp-archive-courses .meta-item-categories {
    display: none !important;
}

/* ==================================================
   إخفاء تقدم درجة النجاح
   وهو آخر سطر داخل قسم التقدم
   ================================================== */

#learn-press-course .course-progress > .course-progress__label:last-child {
    display: none !important;
}

/* إخفاء أيقونة الاستفهام الخاصة بدرجة النجاح */
#learn-press-course .course-progress .lp-icon-question-circle {
    display: none !important;
}

/* ==================================================
   تنسيق الجزء العلوي البنفسجي
   ================================================== */

#learn-press-course .course-detail-info {
    padding: 38px 0 32px !important;
}

#learn-press-course .course-info-left {
    width: 100%;
}

#learn-press-course .course-title {
    margin: 22px 0 28px !important;
    font-size: 36px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

/* بيانات المدرب */
#learn-press-course .course-meta-primary {
    margin-bottom: 10px !important;
}

#learn-press-course .course-meta-primary .course-meta__pull-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

#learn-press-course .meta-item-instructor {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
}

#learn-press-course .meta-item-instructor .meta-item__image {
    margin: 0 !important;
}

#learn-press-course .meta-item-instructor .avatar {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

/* ==================================================
   بيانات مدة الدورة والمستوى والدروس
   ================================================== */

#learn-press-course .course-meta-secondary {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 24px !important;
    margin-top: 8px !important;
}

#learn-press-course .course-meta-secondary .course-meta__pull-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 18px 42px !important;
}

#learn-press-course .course-meta-secondary .meta-item {
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto !important;
}

/* ==================================================
   جسم صفحة الدورة
   ================================================== */

#learn-press-course .lp-entry-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 350px !important;
    gap: 35px !important;
    align-items: start !important;
    padding-top: 42px !important;
    padding-bottom: 60px !important;
}

/* المحتوى الرئيسي */
#learn-press-course .entry-content-left {
    min-width: 0 !important;
    width: 100% !important;
}

/* ==================================================
   القائمة الجانبية
   ================================================== */

#learn-press-course .course-summary-sidebar {
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
    float: none !important;
}

#learn-press-course .course-summary-sidebar__inner {
    position: sticky !important;
    top: 30px !important;
    width: 100% !important;
}

#learn-press-course .course-sidebar-top {
    background: #ffffff !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 35px rgba(26, 32, 44, 0.09) !important;
    border: 1px solid #eeeeee !important;
}

#learn-press-course .course-sidebar-preview .media-preview {
    background: #f5f5f5 !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
}

#learn-press-course .course-sidebar-preview .media-preview img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* زر متابعة */
#learn-press-course .lp-course-buttons {
    padding: 22px 24px 10px !important;
}

#learn-press-course .lp-course-buttons a {
    display: block !important;
    width: 100% !important;
}

#learn-press-course .lp-button.course-btn-continue {
    width: 100% !important;
    min-height: 52px !important;
    border: 0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

/* معلومات تقدم الدورة */
#learn-press-course .info-learning {
    padding: 12px 24px 26px !important;
}

#learn-press-course .course-progress {
    margin-bottom: 18px !important;
}

#learn-press-course .course-progress__label {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
}

#learn-press-course .course-items-completed-progress-bar {
    margin-bottom: 0 !important;
}

#learn-press-course .course-progress__line {
    height: 7px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* التواريخ */
#learn-press-course .start-date,
#learn-press-course .will-end-date {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 10px 0 !important;
    border-top: 1px solid #eeeeee !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* ==================================================
   تبويبات الدورة
   ================================================== */

#learn-press-course .wrapper-course-nav-tabs {
    margin-bottom: 30px !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

#learn-press-course .learn-press-nav-tabs {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px 32px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

#learn-press-course .learn-press-nav-tabs .course-nav {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#learn-press-course .learn-press-nav-tabs .course-nav label {
    display: block !important;
    padding: 16px 4px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

/* ==================================================
   تنسيق المنهاج
   ================================================== */

#learn-press-course .lp-course-curriculum {
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

#learn-press-course .lp-course-curriculum__title {
    margin: 0 !important;
    padding: 22px 24px !important;
    font-size: 23px !important;
    border-bottom: 1px solid #eeeeee !important;
}

#learn-press-course .course-curriculum-info {
    padding: 16px 24px !important;
}

#learn-press-course .course-section-header {
    padding: 20px 24px !important;
}

#learn-press-course .course-section__items .course-item__link {
    padding: 17px 24px !important;
}

#learn-press-course .course-item-title {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* ==================================================
   جدول المواد
   ================================================== */

#learn-press-course .lp-list-material {
    overflow-x: auto !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
}

#learn-press-course .course-material-table {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: collapse !important;
}

#learn-press-course .course-material-table th,
#learn-press-course .course-material-table td {
    padding: 15px 18px !important;
    text-align: right !important;
    vertical-align: middle !important;
}

#learn-press-course .course-material-table th {
    font-weight: 700 !important;
    background: #f7f7f7 !important;
}

/* ==================================================
   الموبايل والتابلت
   ================================================== */

@media (max-width: 991px) {

    #learn-press-course .lp-entry-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        padding-top: 30px !important;
    }

    #learn-press-course .entry-content-left {
        order: 2 !important;
    }

    #learn-press-course .course-summary-sidebar {
        order: 1 !important;
        width: 100% !important;
    }

    #learn-press-course .course-summary-sidebar__inner {
        position: relative !important;
        top: auto !important;
    }

    #learn-press-course .course-sidebar-top {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {

    #learn-press-course .course-detail-info {
        padding: 25px 0 !important;
    }

    #learn-press-course .course-title {
        font-size: 28px !important;
        margin: 18px 0 22px !important;
    }

    #learn-press-course .course-meta-secondary .course-meta__pull-left {
        gap: 14px 22px !important;
    }

    #learn-press-course .learn-press-nav-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 25px !important;
        scrollbar-width: none !important;
    }

    #learn-press-course .learn-press-nav-tabs::-webkit-scrollbar {
        display: none !important;
    }

    #learn-press-course .learn-press-nav-tabs .course-nav {
        flex: 0 0 auto !important;
    }

    #learn-press-course .learn-press-nav-tabs .course-nav label {
        white-space: nowrap !important;
        font-size: 15px !important;
    }

    #learn-press-course .course-material-table {
        min-width: 600px !important;
    }

    #learn-press-course .start-date,
    #learn-press-course .will-end-date {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 3px !important;
    }
}