.elementor-5078 .elementor-element.elementor-element-5f891876{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5078 .elementor-element.elementor-element-629a627{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5078 .elementor-element.elementor-element-3785619{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5078 .elementor-element.elementor-element-255a4d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5078 .elementor-element.elementor-element-8da54b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f99c516 *//* =========================================
   تقييم تطور الطفل
========================================= */

.child-assessment-intro,
.child-assessment-heading,
.child-assessment-cards,
.child-assessment-note{
  direction: rtl;
  width: 100%;
}

.child-assessment-container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* =========================================
   سكشن المقدمة
========================================= */

.child-assessment-intro{
  padding: 48px 0 24px;
}

.child-assessment-badge{
  display: inline-block;
  background: #eef6f4;
  color: #2f6b62;
  border: 1px solid #d8ebe6;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.child-assessment-intro h1{
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.3;
  color: #24342f;
  font-weight: 800;
}

.child-assessment-intro p{
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 2;
  color: #5f6f68;
  max-width: 900px;
}

/* =========================================
   عنوان البطاقات
========================================= */

.child-assessment-heading{
  padding: 10px 0 22px;
}

.child-assessment-heading h2{
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.4;
  color: #24342f;
  font-weight: 800;
}

.child-assessment-heading p{
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #6a7a73;
}

/* =========================================
   شبكة البطاقات
========================================= */

.child-assessment-cards{
  padding: 14px 0 40px;
}

.assessment-cards-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.assessment-card{
  background: #ffffff;
  border: 1px solid #e7eeeb;
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: 0 10px 30px rgba(24, 43, 36, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
  min-height: 270px;
  display: flex;
  flex-direction: column;
}

.assessment-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(24, 43, 36, 0.09);
  border-color: #d8e6e1;
}

.assessment-card h3{
  margin: 14px 0 8px;
  font-size: 24px;
  line-height: 1.5;
  color: #23332e;
  font-weight: 800;
}

.assessment-card h4{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #2f6b62;
  font-weight: 800;
}

.assessment-card p{
  margin: 0 0 20px;
  font-size: 15.5px;
  line-height: 1.95;
  color: #61716a;
  flex-grow: 1;
}

/* =========================================
   شارة البطاقة
========================================= */

.assessment-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #e9f7f0;
  color: #1f7a52;
  border: 1px solid #cfead9;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.soon-tag{
  background: #f7f1e7;
  color: #9a6b16;
  border-color: #eddcbc;
}

/* =========================================
   البطاقة المميزة
========================================= */

.featured-card{
  background: linear-gradient(180deg, #fcfffe 0%, #f7fbfa 100%);
  border: 1px solid #d9ece5;
}

.featured-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #74b7a6 0%, #4c8f7e 100%);
  border-radius: 24px 0 0 24px;
}

/* =========================================
   الأزرار
========================================= */

.assessment-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 150px;
  text-decoration: none !important;
  background: #2f6b62;
  color: #ffffff !important;
  border: 1px solid #2f6b62;
  border-radius: 14px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.25s ease;
}

.assessment-btn:hover{
  background: #26594f;
  border-color: #26594f;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.disabled-btn{
  background: #edf1ef;
  color: #7c8b85 !important;
  border-color: #e1e8e4;
  pointer-events: none;
  cursor: default;
}

.disabled-btn:hover{
  background: #edf1ef;
  color: #7c8b85 !important;
  border-color: #e1e8e4;
  transform: none;
}

/* =========================================
   التنبيه المهم
========================================= */

.child-assessment-note{
  padding: 10px 0 60px;
}

.important-note-box{
  background: #fffaf2;
  border: 1px solid #f0e2bf;
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 8px 26px rgba(88, 66, 22, 0.05);
}

.important-note-box h2{
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.4;
  color: #6f5316;
  font-weight: 800;
}

.important-note-box p{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 2;
  color: #73664c;
}

.important-note-box p:last-child{
  margin-bottom: 0;
}

/* =========================================
   روابط داخل الصندوق
========================================= */

.child-assessment-note a,
.child-assessment-cards a,
.child-assessment-intro a,
.child-assessment-heading a{
  text-decoration: none;
}

/* =========================================
   استجابة للشاشات المتوسطة
========================================= */

@media (max-width: 991px){
  .child-assessment-intro{
    padding: 38px 0 20px;
  }

  .child-assessment-intro h1{
    font-size: 32px;
  }

  .child-assessment-heading h2{
    font-size: 24px;
  }

  .assessment-cards-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .assessment-card{
    min-height: auto;
  }

  .important-note-box h2{
    font-size: 23px;
  }
}

/* =========================================
   استجابة للجوال
========================================= */

@media (max-width: 767px){
  .child-assessment-container{
    padding: 0 18px;
  }

  .child-assessment-intro h1{
    font-size: 28px;
  }

  .child-assessment-intro p,
  .child-assessment-heading p,
  .assessment-card p,
  .important-note-box p{
    font-size: 15px;
    line-height: 1.9;
  }

  .child-assessment-heading h2{
    font-size: 22px;
  }

  .assessment-card{
    padding: 22px 20px;
    border-radius: 20px;
  }

  .assessment-card h3{
    font-size: 21px;
  }

  .assessment-card h4{
    font-size: 15px;
  }

  .assessment-btn{
    width: 100%;
    min-width: 100%;
    padding: 13px 18px;
  }

  .important-note-box{
    padding: 24px 20px;
    border-radius: 20px;
  }

  .important-note-box h2{
    font-size: 22px;
  }
}
/* ======================================
   تنبيه طبي رسمي
====================================== */

.assessment-medical-alert{
  padding: 20px 0 60px;
}

.medical-alert-box{
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff7f7;
  border: 1px solid #f0c7c7;
  border-right: 6px solid #d65a5a;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 10px 26px rgba(150, 40, 40, 0.06);
}

.medical-alert-icon{
  font-size: 28px;
  line-height: 1;
  margin-top: 3px;
}

.medical-alert-content h2{
  margin: 0 0 12px;
  font-size: 24px;
  color: #8c2c2c;
  font-weight: 800;
}

.medical-alert-content p{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 2;
  color: #6a4c4c;
}

.medical-alert-content p:last-child{
  margin-bottom: 0;
}/* End custom CSS */