h4.program-title {
  cursor: pointer;
  margin-top: 20px !important;
  font-family: 'Lora' !important;

    font-size: 52px !important;
    line-height: 1.2;
    margin-bottom: 70px;
    color: #111 !important;
    font-weight: 100;
}

/* إخفاء الشاشات غير النشطة */
.college-programs-screen[hidden]{ display:none!important; }
.college-programs-screen.active{ display:block; }

/* Only when SCREEN 3 is active, anchor the 2nd <li> for the underline */
.college-programs-screen.screen-3.active .ug_left-column .categories li:nth-of-type(2) {
  position: relative; /* required for the ::after to position on this li */
}

/* Golden underline under the 2nd item only, while screen-3 is active */
.college-programs-screen.screen-3.active .ug_left-column .categories li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;       /* adjust as needed */
  width: 80%;
  height: 12px;
  background-color: #c3b12f;
  border-radius: 2px;
  pointer-events: none;
}

/* If some global CSS draws an ::after on the first item, neutralize it here */
.college-programs-screen.screen-3.active .ug_left-column .categories li:first-of-type::after {
  content: none !important;
}


/* شريط ذهبي */
.ug-pagination{ margin-top:24px; }
.ug-track{ height:6px; background:#E6E6E6; border-radius:999px; margin-top:8px; }
.ug-fill{ height:100%; background:#C7A32B; border-radius:999px; width:100%; }


/* الخط الرمادي */
.ug-track{
  position: relative;
  height: 6px;
  background: #E6E6E6;
  border-radius: 999px;
  margin-top: 8px;
}

/* المؤشر الذهبي: كبسولة قصيرة تحت الرقم النشط */
.ug-indicator{
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;             /* طول الكبسولة (ربع المسافة / 2). عدّليه لذوقك */
  background: #C7A32B;
  border-radius: 999px;
  transition: left .25s ease;
}


/* الأرقام قابلة للنقر */
.ug-steps{
  display: flex;
  justify-content: space-between;
  xalign-items: left;
  margin-bottom: 6px;
}

.ug-step{
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: #8E8E8E;           /* رمادي */
  opacity: .9;
}

.ug-step.is-active{
  color: #C7A32B;           /* ذهبي للرقم النشط فقط */
  font-weight: 700;
}

/* إخفاء المجموعات غير النشطة */
.ug-group[hidden]{ display: none !important; }

/* الأسهم (لو تبينها) */
.ug_right-column{ position: relative; }
.ug-nav{
  position: absolute; top: 50%;
  margin-left:-40px;
  background: transparent; border: 0;
  font-size: 28px; line-height: 1;
  cursor: pointer; color: #111;
}
.ug-prev{ left: -24px; }
.ug-next{ right: -24px; }