.swiper-pagination-bullet-active {
	width: 50px !important;
	height: 12px !important;
	border-radius: 999px !important;
}

.text-overflow { overflow-wrap: break-word; }
/* Programme template listing */
a.view-programme {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	column-gap: 6px !important;
	flex-direction: row !important;
}

#filter-dropdown .e-filter-item {
  	display: none !important;
}

#filter-dropdown .e-filter-select {
	width: 100%;
	padding: 10px 16px;
	border: 1px solid #E5E5E5;
	border-radius: 100px;
	background: white;
	font-size: 14px;
	cursor: pointer;
	padding-right: 200px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.e-filter-select-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.e-filter-select-wrapper .e-filter-select {
	padding: 10px 16px;
	border: 0 solid #E5E5E5;
	border-radius: 100px;
	background: white;
	font-size: 14px;
	padding-right: 249px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.e-filter-select-wrapper::after {
  content: url('../images/red-arrow-down.svg');
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#filter-dropdown .e-filter-item,
.e-filter.is-dropdown .e-filter-item {
    display: none !important;
}

.elementor-loop-container .e-loop-item:has(.program-banner) {
    grid-column: 1 / -1;
}

@media screen and (max-width: 880px) {
	.filter-block {
		flex-direction: column !important;
		row-gap: 10px !important;
	}
	
	.category-filter {
		flex-direction: column !important;
		row-gap: 6px !important;
		align-items: start !important;
	}
	
	.delivery-mode-filter {
		align-self: flex-start !important;
	}
}

@media screen and (max-width: 480px) {
	#filter-dropdown, .category-filter, .delivery-mode-filter {
		width: 100% !important;
	}
	
	#filter-dropdown .e-filter-select, .e-filter-select-wrapper .e-filter-select {
		padding-right: 16px !important;
	}
}

.divider {
	width: 1px !important;
}


/* ----------Programmes Listing Page ---------- */
@media (max-width: 767px) and (min-width: 480px) {
    .programme-content-container > .e-con-inner {
        padding-top: 260px !important;
    }
}

@media (max-width: 479px) and (min-width: 406px) {
    .programme-content-container > .e-con-inner {
        padding-top: 220px !important;
    }
}

@media (max-width: 405px) {
    .programme-content-container > .e-con-inner {
        padding-top: 200px !important;
    }
	   .programme-content-container .page-hero-title .elementor-heading-title {
        font-size: 28px !important;
    }
	
	.hero-main-container {
		max-height:520px !important
	}
}

.hero-badges {
  flex-wrap: nowrap !important;
  width: fit-content !important;
}
.hero-badges > .elementor-element {
  width: auto !important;
  flex-grow: 0 !important;
}

/* Banner content row */
.banner-content-row > .elementor-element {
  width: auto !important;
  flex-grow: 0 !important;
}

.banner-inner-container {
  padding-left: clamp(80px, calc(100vw - 1100px), 220px) !important;
  padding-right: clamp(80px, calc(100vw - 1100px), 220px) !important;
}

.programme-banner-info {
  display: flex !important;
  align-items: center !important;
  row-gap: 6px !important;
  column-gap:24px !important; 
  flex-wrap: wrap !important;
}

.programme-banner-btn-wrap {
  flex-shrink: 0 !important;
  width: fit-content !important;
}

.programme-banner-btn {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 24px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  color: #F31F46 !important;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}

.programme-banner-btn:hover {
  background: #F31F46 !important;
  color: #ffffff !important;
}

.nlh-banner-intake {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}

.nlh-banner-divider {
  color: #ffffff !important;
  font-size: 20px !important;
}

.nlh-banner-desc {
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .banner-inner-container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .nlh-banner-intake {
    font-size: 20px !important;
  }
  .programme-banner-btn-wrap {
    margin-left: 0 !important;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .banner-inner-container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .banner-inner-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}


/* -------- Courses Listing Section (Filter Section) ---------*/
/*  AJAX Filter — Smooth Fade Transition  */
/* Cards/content area smoothly fades during AJAX */
#nlh-ajax-container {
    transition: opacity 0.45s ease;
}

#nlh-ajax-container.is-loading {
    opacity: 0.4;
    pointer-events: none;
}

/* Keep filter bar always visible (don't fade it out) */
#nlh-ajax-container.is-loading .course-filter-bar {
    opacity: 1;
}

/* Filter Bar */
.course-filter-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
}
.course-filter-left {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.course-filter-label {
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* Dropdown */
.course-filter-dropdown,
.course-mode-dropdown-mobile {
  position: relative !important;
}

.course-dropdown-toggle {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  line-height: 1 !important;
  padding: 14px 20px !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #112349 !important;
  cursor: pointer !important;
  min-width: 380px !important;
  justify-content: space-between !important;
}

.course-dropdown-arrow {
  transition: transform 0.25s ease !important;
  flex-shrink: 0 !important;
}

.course-dropdown-toggle[aria-expanded="true"] .course-dropdown-arrow {
  transform: rotate(180deg) !important;
}

.course-dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  min-width: 100% !important;
  background: #ffffff !important;
  border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
  z-index: 100 !important;
  overflow: hidden !important;
}

.course-dropdown-menu.open {
  display: block !important;
}
.course-dropdown-item {
  display: block !important;
  width: 100% !important;
  line-height: 1 !important;
  padding: 14px 20px !important;
  border: none !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #112349 !important;
  cursor: pointer !important;
  text-align: left !important;
  border-radius: 0 !important;
}

.course-dropdown-item:hover {
  background: #F31F46 !important;
  color: #ffffff !important;
}
.course-dropdown-item.active {
  color: #F31F46 !important;
  font-weight: 400 !important;
}

.course-dropdown-item.active:hover {
  color: #ffffff !important;
}

/* Mode Tabs (Desktop) */
.course-mode-tabs {
  display: flex !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.course-mode-tab {
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  padding: 10px 24px !important;
  border: none !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #112349 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}

.course-mode-tab.active {
  background: #F31F46 !important;
  color: #ffffff !important;
}

.course-mode-tab:hover:not(.active) {
  background: #f5f5f5 !important;
}

/* ============ Filter loading transitions ============ */

/* Modern browsers: native cross-page fade. Older browsers safely ignore. */
@view-transition {
    navigation: auto;
}

/* Loading overlay — only applies to .nlh-programme-loop with .course-loop-loading */
.nlh-programme-loop.course-loop-loading {
    position: relative !important;
    pointer-events: none !important;
}

.nlh-programme-loop.course-loop-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    z-index: 10;
    animation: nlh-pulse 1s ease-in-out infinite;
}

@keyframes nlh-pulse {
    0%, 100% { opacity: 0.65; }
    50%      { opacity: 0.9; }
}

/* Mobile dropdown hidden on desktop */
.course-mode-dropdown-mobile {
  display: none !important;
}

/* Filter Count */
.course-filter-count {
  font-size: 14px !important;
  color: #707B92 !important;
  margin-bottom: 24px !important;
}

.course-filter-count strong {
  color: #112349 !important;
}

.course-count-filtered {
    color: #9CA3AF; 
    font-size: 0.9em;
    margin-left: 4px;
}

.course-count-filtered strong {
    color: #707B92; 
}


@media (max-width: 1024px) {
  .course-dropdown-toggle {
    min-width: 210px !important;
  }
   .course-mode-tab {
    padding: 10px 20px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .course-filter-bar {
    flex-direction: column !important;
    align-items: stretch !important;
      gap: 6px !important;
  }
  .course-filter-left {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .course-filter-label {
    margin-bottom: 4px !important;
  }
  .course-dropdown-toggle {
    width: 100% !important;
    min-width: unset !important;
  }
  .course-mode-tabs {
    display: none !important;
  }
  .course-mode-dropdown-mobile {
    display: block !important;
  }
  .course-filter-right {
    width: 100% !important;
  }
}


/* -------- Courses Listing Section (Card Section) ---------*/
/* Featured Badge */
.featured-badge-wrap {
  position: absolute !important;
  bottom: 10 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
}

.featured-badge {
  background: #F31F46 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  padding: 9px 16px 7px 16px !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
}

.mode-badge-wrap {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
}

/* Mode Badge */
.course-mode-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #ffffff !important;
  border-radius: 999px !important;
  padding: 4px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #F31F46 !important;
  margin: 10px 10px 0 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;

}

.mode-f2f {
  color: #F31F46 !important;
}

.mode-online {
  color: #1258CC !important;
}
.course-mode-icon {
  display: flex !important;
  align-items: center !important;
}

/* Course Tag Badge */
.course-tag-badge {
  display: inline-block !important;
  padding: 4px 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  background: rgba(18, 88, 204, 0.1) !important;
  color: #112349 !important;
  margin-right: 8px !important;
}

.course-card-title .elementor-heading-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-height: 2.4em !important;
}

.course-card-desc,
.course-card-desc .elementor-widget-container,
.course-card-desc .elementor-widget-container p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}


.course-meta-item-wrap .elementor-widget-text-editor {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #707B92 !important;
  padding-top: 5px !important;
}


/* View Programme Link */
.view-programme-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #F31F46 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* View Programme */
.view-programme-wrap .elementor-shortcode {
  display: flex !important;
  justify-content: center !important;
}

.view-programme-link .view-programme-text {
  position: relative;
  display: inline-block !important; 
  width: auto !important;           
  text-decoration: none !important; 
  border: none !important;
}

.view-programme-link .view-programme-text::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -4px !important;        
  height: 2px !important;         
  width: 100% !important;
  background: #F31F46 !important; 
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s ease !important;
}

.view-programme-link:hover .view-programme-text::after {
  transform: scaleX(1) !important;
}

.view-programme-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  background: #F31F46 !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
}

.view-programme-arrow svg {
  width: 16px !important;
  height: 16px !important;
  transition: transform 0.25s ease !important;
}

.view-programme-link:hover .view-programme-arrow svg {
  transform: translateX(2px) !important;
}

.course-meta-item-wrap,
.course-meta-item-wrap.e-con {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}
.course-meta-item-wrap > .elementor-element {
  flex-direction: row !important;
}

.programme-listing-card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.3s ease-in-out !important;
}
.programme-listing-card .course-card-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.programme-listing-card .course-card-content .view-programme-link,
.programme-listing-card .course-card-content .view-programme {
  margin-top: auto !important;
}
/* 
.programme-listing-card .course-card-content .elementor-heading-title:hover {
  color: #F31F46 !important;
} */

@media (max-width: 767px) {
  .course-card-title .elementor-heading-title {
    min-height: auto !important; 
  }
}

/* -------- Search Result Page --------*/
.nlh-result-card .find-out-more-btn svg {
  font-size: 18px;
  display: inline-block !important;
	margin-left: 4px !important;
  transition: transform 0.3s ease-in-out !important;
}

.nlh-result-card:hover .find-out-more-btn svg {
  transform: translateX(4px) !important; 
}
/* -------- Admissions & Registration --------*/
.AR-PoliciesProcedures .find-out-more-btn svg {
  font-size: 20px;
  display: inline-block !important;
  transition: transform 0.3s ease-in-out !important;
}

.AR-PoliciesProcedures:hover .find-out-more-btn svg {
  transform: translateX(2px) !important; 
}

/* -------- Program Detail Page ----------*/
.nlh-breadcrumb {
  font-size: 14px !important;
  color: #112349 !important;
}
.nlh-breadcrumb a {
  color: #112349 !important;
  text-decoration: none !important;
}
.nlh-breadcrumb a:hover {
  color: #F31F46 !important;
}
.nlh-breadcrumb span {
  color: #112349 !important;
}

.nlh-breadcrumb-current {
    color: #112349 !important;
}

.cpe-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #F31F46 !important;
}

.cpe-badge .cpe-heading{
    padding-top: 2px !important;
}

.cpe-badge svg {
  flex-shrink: 0 !important;
}


.course-detail-buttons {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}
.course-btn {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 24px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}

.course-btn-primary {
  background: #F31F46 !important;
  color: #ffffff !important;
  border: none !important;
}

.course-btn-primary:hover {
  background: #d91a3e !important;
  color: #ffffff !important;
}
.course-btn-secondary {
  background: transparent !important;
  color: #F31F46 !important;
  border: 1.5px solid #F31F46 !important;
}
.course-btn-secondary:hover {
  background: #F31F46 !important;
  color: #ffffff !important;
}
/* Course Banner Info*/
.course-info-bar-inner {
    display: grid !important;
    grid-template-columns: repeat(var(--items-per-row, 4), minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 26px 0 !important;
    width: 100% !important;
}

.course-info-item {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 70px !important;                              
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 0 24px 0 clamp(32px, 3vw, 48px) !important;      
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-sizing: border-box !important;
}

.course-info-item.row-start {
    padding-left: 0 !important;
}

.course-info-item > .elementor-widget,
.course-info-item > .elementor-element,
.course-info-item > div {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.course-info-item .elementor-widget-text-editor,
.course-info-item .elementor-widget-heading,
.course-info-item p,
.course-info-item h1,
.course-info-item h2,
.course-info-item h3,
.course-info-item h4,
.course-info-item h5,
.course-info-item .elementor-heading-title {
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    max-width: 100% !important;
}

.course-info-item .elementor-widget-image {
    margin-top: -3px !important;
    flex-shrink: 0 !important;
}

.course-info-item.no-border-right {
    border-right: none !important;
}

 .course-info-item:last-child {
	border-right: none !important;
}

/* Mobile */
@media (max-width: 767px) {
	course-info-item {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
    }
    
    /* Icon - fixed width, don't shrink */
    .course-info-item .elementor-widget-image {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 24px !important;
    }
    
    /* Text content - take remaining space */
    .course-info-item > *:not(.elementor-widget-image) {
        flex: 1 1 0% !important;
        min-width: 0 !important;
    }
	
    .course-info-bar-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
    }
    
    .course-info-item,
    .course-info-item.row-start,
    .course-info-item.no-border-right {
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        padding: 14px 0 !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    
    .course-info-item:last-child {
        border-bottom: none !important;
    }
}

/* Course Banner Info*/
/* .course-info-bar-inner {
/*     display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 24px 0 !important;
    width: 100% !important;
}

.course-info-item {
    flex: 0 0 calc(100% / var(--items-per-row, 6)) !important;
    max-width: calc(100% / var(--items-per-row, 6)) !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: center !important;
    column-gap:12px !important;
    padding: 0 clamp(12px, 2vw, 16px) !important;
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-sizing: border-box !important;
}

.course-info-item > .elementor-widget,
.course-info-item > .elementor-element,
.course-info-item > div {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
} */

.course-info-item .elementor-widget-text-editor,
.course-info-item .elementor-widget-heading,
.course-info-item p,
.course-info-item h1,
.course-info-item h2,
.course-info-item h3,
.course-info-item h4,
.course-info-item h5,
.course-info-item .elementor-heading-title {
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    max-width: 100% !important;
}

.course-info-item .elementor-widget-image {
    margin-top: -3px !important;
    flex-shrink: 0 !important;
}

.course-info-item.no-border-right,
.course-info-item:last-child {
    border-right: none !important;
} */

/* When all rows are full (e.g. 3+3): col 1 flex-start, col 3 stays center */
/* .course-info-item.col-first, .course-info-bar-inner .course-info-item.col-last {
    justify-content: flex-start !important;
} */

/* Last item - no border-right AND no padding-right */
/* .course-info-item.no-border-right,
.course-info-item:last-child {
    border-right: none !important;
    padding-right: 0 !important;
} */

/* .course-info-bar-inner .course-info-item.col-last {
    justify-content: flex-start !important;
    padding-left: clamp(40px, 3vw, 50px) !important;   
} */

/* Mobile */
/* @media (max-width: 767px) {
    .course-info-bar-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
    }
	
	.course-info-item {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
    }
    
    .course-info-item,
    .course-info-item.no-border-right,
    .course-info-item:last-child {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 14px 0 !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    
    .course-info-item:last-child {
        border-bottom: none !important;
    }
} */

/* .course-info-item {
    flex: 0 1 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 0 !important;
    border: none !important;
	max-width: 250px !important;
}

.course-info-item .elementor-widget-image {
    margin-top: -3px !important;
}

.course-info-divider {
    flex: 0 0 1px !important;
    width: 1px !important;
    min-height: 100% !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    margin: 0 clamp(6px, 2.5vw, 20px) !important;
    padding: 0 !important;
    align-self: stretch !important;
}


@media (max-width: 1024px) {
    .course-info-bar-inner {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    .course-info-divider {
        display: none !important;
    }

   
    .course-info-divider:nth-child(6) {
        display: block !important;
        flex: 0 0 100% !important;
        height: 1px !important;
        width: 100% !important;
        background-color: rgba(255, 255, 255, 0.3) !important;
        margin: 16px 0 !important;
        min-height: 0 !important;
    }

    .course-info-item {
        flex: 0 0 auto !important;
        padding: 0 clamp(16px, 3vw, 40px) !important;
        border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
        box-sizing: border-box !important;
    }

  
    .course-info-item:nth-child(5) {
        border-right: none !important;
    }

  
    .course-info-item:nth-child(9) {
        border-right: none !important;
    }

 
    .course-info-item:nth-child(1) {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 810px) {    .course-info-item {
        gap: 8px !important;
    }

    .course-info-item:nth-child(1),
    .course-info-item:nth-child(3),
    .course-info-item:nth-child(5) {
        padding-right: 12px !important;
    }

    .course-info-item:nth-child(3) {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .course-info-item:nth-child(5) {
        padding-left: 12px !important;
    }

    .course-info-item:nth-child(7) {
        padding-right: 12px !important;
    }

    .course-info-item:nth-child(9) {
        padding-left: 12px !important;
    }
}

@media (max-width: 767px) {
    .course-info-bar-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .course-info-divider {
        display: none !important;
    }

    .course-info-divider:nth-child(6) {
        display: none !important;
    }

    .course-info-item {
        width: 100% !important;
        padding: 14px 0 !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .course-info-item:last-child {
        border-bottom: none !important;
    }
} */

/* ============================================
   Course Detail Gallery Slider
   ============================================ */

/* Outer slider container — matches original featured image style */
.course-gallery-slider {
    position: relative;
    width: 100%;
    border-radius: 20px;
	max-height: 550px !important;
    overflow: hidden;
}

/* Each slide image — 4:3 aspect ratio, fills container */
.course-gallery-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* ---- Pagination dots ---- */
.course-gallery-slider .swiper-pagination {
    bottom: 16px !important;
}

.course-gallery-slider .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.6;
    width: 12px !important;
    height: 12px !important;
    transition: opacity 0.25s ease, background 0.25s ease;
}

.course-gallery-slider .swiper-pagination-bullet-active {
    background: #F31F46;
    opacity: 1;
    width: 50px !important;
    height: 12px !important;
}

/* ---- Navigation arrows ---- */
.course-gallery-slider .swiper-button-next,
.course-gallery-slider .swiper-button-prev {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.25s ease;
}

.course-gallery-slider .swiper-button-next:hover,
.course-gallery-slider .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.55);
}

.course-gallery-slider .swiper-button-next:after,
.course-gallery-slider .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

/* ---- Single image fallback (no slider needed) ---- */
.course-gallery-single {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.course-gallery-single img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
}


/* ---- Responsive: smaller nav arrows on tablet/mobile ---- */
@media (max-width: 1024px) {
	.course-gallery-single {
        max-height: 550px;
        overflow: hidden;
    }
    
    .course-gallery-single img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 550px;
    }
	
    .course-gallery-slider .swiper-button-next,
    .course-gallery-slider .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    
    .course-gallery-slider .swiper-button-next:after,
    .course-gallery-slider .swiper-button-prev:after {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
	 .course-gallery-single {
        max-height: 400px;
        overflow: hidden;
    }
    
    .course-gallery-single img {
        max-height: 400px;
    }
	
    .course-gallery-slider .swiper-button-next,
    .course-gallery-slider .swiper-button-prev {
        width: 32px;
        height: 32px;
    }
    
    .course-gallery-slider .swiper-button-next:after,
    .course-gallery-slider .swiper-button-prev:after {
        font-size: 13px;
    }
    
    .course-gallery-slider .swiper-pagination {
        bottom: 12px !important;
    }
    
    .course-gallery-slider .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .course-gallery-slider .swiper-pagination-bullet-active {
    width: 50px !important;
    height: 10px !important;
   }
}


/* ===== Modules Accordion ===== */
.modules-accordion {
    border-top: 1px solid #E5E5E5 !important;
}

.accordion-item {
    border-bottom: 1px solid #E5E5E5 !important;
}

.accordion-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 12px 0 !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    text-align: left !important;
    gap: 16px !important;
}

.accordion-title {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #112349 !important;
    line-height: 1.4 !important;
    white-space: normal !important;
}


.accordion-icon {
    flex-shrink: 0 !important;
    color: #112349 !important;
    transition: transform 0.35s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.accordion-body {
    max-height: 0;
    overflow: hidden !important;
    transition: max-height 0.35s ease !important;
}

.accordion-open .accordion-icon {
    transform: rotate(180deg) !important;
}

.accordion-body p {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
     font-weight: 400 !important;
    color: #112349 !important;
    margin-bottom: 12px !important;
}

.accordion-body p:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}

.accordion-body ul:last-child,
.accordion-body ol:last-child {
    padding-bottom: 20px !important;
}

.accordion-body li {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #112349 !important;
     font-weight: 400 !important;
}

.elementor-location-single ul,
.elementor-location-single ol {
    padding-left: 24px !important;
    margin-left: 0 !important;
}

/* ============================================================
   Modules - Simple List Style
   ============================================================ */
/* Module headings (just show as styled headings, no accordion) */
.modules-simple-list h1,
.modules-simple-list h2,
.modules-simple-list h3,
.modules-simple-list h4,
.modules-simple-list h5,
.modules-simple-list h6 {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #1a2855 !important;
}

.course-details-section ul li,
.course-details-section ol li {
    line-height: 1.8 !important; 
}


.course-btn-full {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}

.course-sidebar {
    position: sticky !important;
    top: 80px !important;
}

.course-sidebar > .elementor-widget:last-child {
    margin-top: auto !important;
}

/* News Listing Page */
.news-year-filter .news-dropdown-toggle {
    color: rgb(17, 35, 73);
    background-color: white;
    border-radius: 100px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    font-family: 'Nunito Sans';
    font-size: 16px;
	font-weight: 400;
    padding: 8px 120px 8px 24px;
    display: flex;
    align-items: center;
	position: relative;
    gap: 8px;
}

.news-year-filter .news-filter-dropdown {
    position: relative;
}

.news-year-filter .news-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: white;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    min-width: 100%;
    padding: 8px 0;
    display: none;
}

.news-year-filter .news-dropdown-menu.is-open {
    display: block;
}

.news-year-filter .news-dropdown-arrow {
    transition: transform 0.2s ease;
	transform-origin: center;
	position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}

.news-year-filter .news-dropdown-toggle[aria-expanded="true"] .news-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.news-year-filter .news-dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 16px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: 'Nunito Sans';
    font-size: 16px;
	font-weight: 400;
    color: rgb(17, 35, 73);
}

.news-year-filter .news-dropdown-item:hover,
.news-year-filter .news-dropdown-item.active {
    color: #F31F46;
    background-color: white;
}

.news-year-filter .news-filter-dropdown button:hover,
.news-year-filter .news-filter-dropdown button:focus {
	background-color: white;
}

/* News Detail Page */
/* @media screen and (max-width: 570px) {
	.news-location {
		column-gap: 12px !important;
	}
} */

.news-label p {
	margin-bottom: 0 !important;
}

/* Facility Listing */
.facility-desc { 
	-webkit-line-clamp: none;
	height: 120px;
}

#facility-filter {
	border: 1px solid #E5E5E5;
	border-radius: 100px;
	padding: 2px;
}

.booking-text {
  position: relative;
/*   display: inline-block; */
}

.booking-text::after {
  
content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: #F31F46;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;

}

.room-booking svg {
	height: 16px !important;
	width: 16px !important;
}

.room-booking:hover .booking-text::after {
	transform: scaleX(1);
}


.room-booking:hover .find-out-more-btn svg {
  	transform: translateX(2px);
}

/* Facility Filter Dropdown */
.facility-type-filter { display: none !important; }

.facility-type-filter .news-dropdown-toggle {
    color: rgb(17, 35, 73);
    background-color: white;
    border-radius: 100px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 400;
    padding: 8px 120px 8px 24px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 8px;
}
.facility-type-filter .news-filter-dropdown {
    position: relative;
}
.facility-type-filter .news-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: white;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    min-width: 100%;
    padding: 8px 0;
    display: none;
}
.facility-type-filter .news-dropdown-menu.is-open {
    display: block;
}
.facility-type-filter .news-dropdown-arrow {
    transition: transform 0.2s ease;
    transform-origin: center;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}
.facility-type-filter .news-dropdown-toggle[aria-expanded="true"] .news-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}
.facility-type-filter .news-dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 16px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 400;
    color: rgb(17, 35, 73);
}
.facility-type-filter .news-dropdown-item:hover,
.facility-type-filter .news-dropdown-item.active {
    color: #F31F46;
    background-color: white;
}
.facility-type-filter .news-filter-dropdown button:hover,
.facility-type-filter .news-filter-dropdown button:focus {
    background-color: white;
}

/* Breakpoint visibility */
.facility-type-filter {
    display: none;
}

@media (max-width: 767px) {
    .facility-type-filter {
        display: inline-block;
    }
    #facility-filter {
        display: none !important;
    }
}

@media and screen(max-width: 410px) {
	#collab { max-height: 700px !important; }
}

/* ── Profile Popup Overlay ──*/
#nlh-overlay {
	display         : none;
	position        : fixed;
	inset           : 0;
	background      : rgba(10, 18, 30, 0.72);
	backdrop-filter : blur(4px);
	z-index         : 99999;
	align-items     : center;
	justify-content : center;
	padding         : 20px;
	animation       : nlhFadeIn .2s ease;
}
#nlh-overlay.active { display: flex; }

@keyframes nlhFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Card */
#nlh-card {
	background    : #fff;
	border-radius : 12px;
	max-width     : 560px;
	width         : 100%;
	max-height    : 88vh;
	overflow-y    : auto;
	box-shadow    : 0 24px 64px rgba(0, 0, 0, .22);
	animation     : nlhUp .28s cubic-bezier(.22, 1, .36, 1);
}

@keyframes nlhUp {
	from { transform: translateY(28px); opacity: 0; }
	to   { transform: translateY(0);    opacity: 1; }
}

/* Card Header */
.nlh-hd {
	background    : #112349;
	padding       : 32px 36px 28px;
	border-radius : 12px 12px 0 0;
	position      : relative;
}

.nlh-name {
	font-family : "Nunito Sans";
	font-size   : 1.55rem;
	font-weight : 600;
	color       : #fff;
	margin      : 0 0 4px;
	line-height : 1.2;
}

.nlh-job {
	font-family 	: "Nunito Sans";
	font-size   	: 14px;
	color       	: rgba(255, 255, 255, .78);
	margin      	: 0;
	display			: flex;
	flex-direction	: column;
}

.nlh-x {
	position      : absolute;
	top           : 14px;
	right         : 16px;
	background    : transparent !important;
	border        : none;
	color         : #fff;
	width         : 28px;
	height        : 28px;
	border-radius : 50%;
	cursor        : pointer;
	font-size     : 1.1rem;
	line-height   : 28px;
	text-align    : center;
	transition    : opacity .15s;
}
.nlh-x:hover { color: #F31F46; }

.nlh-btn {
    display         : inline-block;
    background      : #fff;
    color           : #F31F46;
    border-radius   : 24px;
    padding         : 8px 20px;
    font-family     : "Nunito Sans", sans-serif;
    font-size       : 16px;
    font-weight     : 700;
    text-decoration : none;
    transition      : transform 0.3s ease-in-out;
	box-shadow		: 0px 2px 26px 0px rgba(0, 0, 0, 0.16);
}
.nlh-btn:hover {
    transform		: scale(1.1);
	color           : #F31F46;
}

.nlh-btn-icon {
    width        : 30px;
    height       : 30px;
    margin-left  : 10px;
    vertical-align: middle;
}

/* Card Body */
.nlh-bd { padding: 28px 36px 32px; }
.nlh-sec { margin-bottom: 20px; }
.nlh-sec:last-child { margin-bottom: 0; }

.nlh-lbl {
	font-family    : "Nunito Sans";
	font-size      : 16px;
	font-weight    : 600;
	text-transform : uppercase;
	letter-spacing : .1em;
	color          : #112349;
	margin         : 15px 0 10px;
	padding-bottom : 6px;
	border-bottom  : 1px solid #e5ddd6;
}

.nlh-roles {
	list-style : none;
	margin     : 0;
	padding    : 0;
}
.nlh-roles li {
	font-family   : "Nunito Sans";
	font-size     : 16px;
	color         : #112349;
	padding       : 5px 0 5px 14px;
	position      : relative;
	line-height   : 1.45;
	border-bottom : 1px solid #E5E5E5;
}
.nlh-roles li:last-child { border-bottom: none; }
.nlh-roles li::before {
	content   : '▸';
	position  : absolute;
	left      : 0;
	color     : #112349;
	font-size : 16px;
	top       : 5px;
}

.nlh-pills { display: flex; flex-wrap: wrap; gap: 8px; }

.nlh-pill {
	background    : #F31F46;
	color         : #fff;
	border        : 1px solid transparent;
	border-radius : 20px;
	padding       : 4px 14px;
	font-family   : "Nunito Sans";
	font-size     : 16px;
	font-weight   : 500;
}

.nlh-edu {
	list-style : none;
	margin     : 0;
	padding    : 0;
}
.nlh-edu li {
	font-family   : "Nunito Sans";
	font-size     : 16px;
	color         : #112349;
	padding       : 6px 0;
	border-bottom : 1px dashed #E5E5E5;
	line-height   : 1.4;
}
.nlh-edu li:last-child { border-bottom: none; }

.nlh-yr {
	font-size : 16px;
	color     : #112349;
	display   : block;
}

[data-nlh-profile] { cursor: pointer; }
[data-nlh-profile]:hover { color: #F31F46;  }