/* ------------------------------- Hubspot Form ------------------------------- */
form.hs-form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
}
form.hs-form .hs-form-field,
form.hs-form .hs_submit{
	width: 100%;
}
form.hs-form .hs_full_name,
form.hs-form .hs_email,
form.hs-form .hs_mobilephone,
form.hs-form .hs_changemakers_childs_dob {
/* 	max-width: calc(50% - 12px); */
	max-width:100%;
}
.hbspt-form * {
/* 	font-family: "Manrope" !important; */
/* 	font-family: "ct_font_manrope", Sans-serif !important; */
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 165% !important;
	box-sizing: border-box !important;
}

.hbspt-form p {
	font-weight: 400 !important;
}

.hbspt-form [type="submit"] {
	font-size: 16px !important;
}
.hbspt-form .field {
	margin: 0 0 24px 0;
}
.hbspt-form .field label {
	display: flex;
	gap: 3px;
	margin: 0 0 6px 0;
}
.hbspt-form label span {
	font-weight: 700;
	color:#005BE0;
}

.list-dark-blue li::marker {
	color: #2872fa !important;
}

.find-out-more {
  position: relative;
  display: inline-flex !important; /* CHANGE to inline-flex */
  align-items: center; /* vertically center text and arrow */
  transition: all 0.3s ease;
  margin: 0;
  padding: 0; /* reset padding */
  color: #008c85;
  font-weight: 600;
  text-decoration: none; /* optional: remove underline */
}

.find-out-more::after {
  content: '';
  display: inline-block;
  background-image: url('/afterschool/wp-content/uploads/sites/5/2025/05/hover-arrow-x2.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px; /* adjust size */
  height: 20px;
  margin-left: 8px;
  transform: translate(-10px, -2px);
  opacity: 0;
  transition: all 0.3s ease;
}


.find-out-more:hover::after {
  transform: translate(0, 2px); /* reset x to 0, but keep y up -2px */
  opacity: 1; /* Fade in */
}


.hs-childs_level .hs-form-radio-display>span{color:#000000!important}

.legal-consent-container .hs-form-booleancheckbox-display>span{
	color:#000000
}

.hbspt-form .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
	list-style-type: none;
	display: flex;
    gap: 18px;
	color:#000000;
	flex-wrap: wrap;
}

.hs_submit.hs-submit{
	display: flex;
	float: left;
}

.division-cut {
  background: linear-gradient(to right, #AFE7FD 0%, #AFE7FD 50%, #B9EDB1 50%, #B9EDB1 100%);
/* 	height: 350px; */
}

.blue-image{
	top: 50%;
  transform: translateY(-50%);

}

.our-centre-column-width{
	width: 100% !important;
}


@media (max-width: 1024px) {
  .accordion-column-reverse{
/* 	flex-direction: column-reverse !important; */
}
}

    .dropdown-wrapper {
      position: relative;
      display: block;
      width: 100%;
      z-index: 10;
    }

    .dropdown-toggle {
      background-color: transparent;
      color: #005BE0;
      font-size: 21px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      padding: 10px 0px;
      border: none;
      border-bottom: 2px solid #E7DBDB;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
      gap: 8px;
    }

    .dropdown-toggle:focus {
      outline: none;
    }


    .chevron-icon {
  width: 25px;
  height: auto;
  transition: transform 0.3s ease;
}

.dropdown-wrapper.open .chevron-icon {
  transform: rotate(180deg);
}

    .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: white;
      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
      z-index: 999;
      border-radius: 0;
      font-family: 'Poppins', sans-serif;
    }

    .dropdown-wrapper.open .dropdown-menu {
      display: block;
    }

    .dropdown-menu a {
      display: block;
      padding: 20px 16px;
      text-decoration: none;
      color: #333;
      font-weight: 500;
    }

    .dropdown-menu a:hover {
      background-color: #f2f2f2;
    }

.hbspt-form .hs-input[type=checkbox],
.hbspt-form .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}
.hs-custom-style .hs-input,
.hs-custom-style fieldset {
	border: 1px solid #DBC7BA;
	border-radius: 8px;
}
.hbspt-form .hs-form-required {
	color: red;
}

.hbspt-form .actions {
    position: relative;
    width: auto;
	border-radius: 6px;
	display: inline-flex;
	float: inline-end;
	margin: 0 8px 8px 0;
	transition: all 0.3s cubic-bezier(.45,.05,.55,.95);
}
/* .hbspt-form .actions:before {
	border-radius: inherit;
    content: "";
    height: 100%;
    inset: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
	box-shadow: 8px 8px 0px 0px #008c85;
	transition: all 0.3s cubic-bezier(.45,.05,.55,.95);
}
.hbspt-form .hs-button:hover {
	color: #ffffff;
	background: #008c85;
	right: -8px !important;
    bottom: -8px !important;
	filter: brightness(.9) contrast(1.2);
	transition: all 0.3s cubic-bezier(.45,.05,.55,.95);
}
.hbspt-form .actions:hover:before {
	display: none;
	box-shadow: 0px 0px 0px 0px #ffffff;
	transition: all 0.3s cubic-bezier(.45,.05,.55,.95);
} */
.hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #da3225;
}
/* ------------------------------- Hubspot Form ------------------------------- */
.hero-section .ct-breadcrumbs .last-item span {
	font-weight: 700;
}
.ct-breadcrumbs .first-item,
.ct-breadcrumbs .item-0{
	opacity: 0.7;
}
/* .latest-scoop-hero .breadcrumbs,
.latest-scoop-hero .bc-link,
.latest-scoop-hero .breadcrumbs span.active {
	color: #ffffff !important;
}
 */
.breadcrumbs span.active {
    font-weight: 700;
    color: #434343 !important;
}

.latest-scoop-hero .bc-link {
	font-weight: 400;
}
.latest-scoop-hero .breadcrumbs {
	padding: 30px 0 0 0;
}

/* Privacy policy */
.blocksy-container-link p a,
.blocksy-container-link ul.wp-block-list li a {
/* 	font-family: "Manrope", sans-serif; */
/* 	font-family: "ct_font_manrope", Sans-serif !important; */
	font-size: 16px;
	font-weight: 700;
	color: #008C85;
	text-decoration: unset;
}

.blocksy-container-link ul.wp-block-list li {
/* 	font-family: "Manrope", sans-serif; */
/* 	font-family: "ct_font_manrope", Sans-serif !important; */
	font-size: 16px;
	font-weight: 600;
	text-decoration: unset;
}

/* ------------------------------- About Us ------------------------------- */
.ourteam-carousel .swiper-wrapper,
.changemakers-carousel .swiper-wrapper {
	margin: 0 0 50px 0;
}
.swiper-slide .ourteam-item-wrapper,
.swiper-slide .changemakers-item-wrapper {
	position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.swiper-slide .ourteam-item-wrapper .ourteam-item-left {
	position: relative;
	width: 100%;
	padding: 0 60px 0 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-slide .changemakers-item-wrapper .changemakers-item-right {
	position: relative;
	width: 100%;
	padding: 0 60px;
	display: flex;
    flex-direction: column;
    align-items: start;
}
.swiper-slide .ourteam-item-wrapper .img-wrapper,
.swiper-slide .changemakers-item-wrapper .img-wrapper {
	position: relative;
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: start;
	gap: 8px;
}
.swiper-slide .image-caption {
	position: relative;
	width: 100%;
	text-align: right;
	color: #AAAAAA;
	font-size: 14px;
	line-height: 16px;
}
.swiper-slide .ourteam-item-wrapper .ourteam-item-left .ourteam-item-cnt,
.swiper-slide .ourteam-item-wrapper .ourteam-item-left .ourteam-item-head,
.swiper-slide .changemakers-item-wrapper .changemakers-item-right .changemakers-item-cnt,
.swiper-slide .changemakers-item-wrapper .changemakers-item-right .changemakers-item-head {
	width: 100%;
/* 	max-width: 450px; */
}
.swiper-slide .ourteam-item-wrapper img,
.swiper-slide .changemakers-item-wrapper img {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 9;
    object-fit: cover;
	border-radius: 20px;
}
.swiper-button-prev, 
.swiper-rtl .swiper-button-next {
	aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
}
.swiper-button-next, 
.swiper-rtl .swiper-button-prev {
	aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
}
.ofp-carousel .swiper-button-prev, 
.ofp-carousel .swiper-rtl .swiper-button-next {
	left: 25%;
	top: 30%;
}
.ofp-carousel .swiper-button-next, 
.ofp-carousel .swiper-rtl .swiper-button-prev {
	right: 25%;
	top: 30%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: url('../images/left.svg');
	width: 43px;
    height: 43px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: url('../images/right.svg');
	width: 43px;
    height: 43px;
}
.swiper-button-prev:hover:after, .swiper-rtl .swiper-button-next:hover:after {
	content: url('../images/hover-left.svg');
}
.swiper-button-next:hover:after, .swiper-rtl .swiper-button-prev:hover:after {
	content: url('../images/hover-right.svg');
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #008C8570;
	border-radius: 8px;
	opacity: 1;
	margin: 0 9px !important;
	transition: all .3s ease-in-out;
}
.swiper-pagination-bullet-active {
	width: 40px;
	background: #008C85;	
}
.blocksy-carousel .stk-block-carousel__button__prev,
.blocksy-carousel .stk-block-carousel__button__next {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12) !important;
}
/* ------------------------------- About Us ------------------------------- */
/* ------------------------------- Changemakers ------------------------------- */

/* ------------------------------- Changemakers ------------------------------- */
/* ------------------------------- Our philosophy  ------------------------------- */
.ofp-carousel .swiper-slide .ofp-item-wrapper {
	position: relative;
    width: 100%;
    display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 0 16px 0;
}
.ofp-carousel .swiper-slide .img-wrapper {
	position: relative;
	width: 100%;
	border-radius: 20px;
	overflow: hidden
}
.ofp-carousel .swiper-slide .img-wrapper:after,
.latestScoop-item-wrapper .img-wrapper:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.ofp-carousel .swiper-slide .img-wrapper img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.ofp-carousel .swiper-slide .img-wrapper .ofp-item-head {
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	margin: 28px 48px;
	z-index: 3;
}
.ofp-carousel .swiper-slide .ofp-item-cnt {
	position: relative;
	width: 100%;
	max-width: 85%;
	margin: 0 auto;
}
/* ------------------------------- Our philosophy ------------------------------- */




/* ------------------------------- Changemakers ------------------------------- */

/* ------------------------------- Testimonials ------------------------------- */
.testimonials-swiper {
	overflow: hidden;
}
.testimonials-swiper .swiper-wrapper {

}

.testimonials-swiper .swiper-wrapper .swiper-slide {
	background: #73A56B;
	box-sizing: border-box;
	padding: 20px 30px 50px 30px;
	border-radius: 20px;
}

.testimonials-swiper .swiper-wrapper .swiper-slide * {
	color: #ffffff
}

.testimonials-swiper .swiper-wrapper .swiper-slide .testimonials-item-cnt {
	margin-bottom: 39px;
	line-height: 150%;
}
.testimonials-swiper .swiper-wrapper .swiper-slide .author {
	font-weight: bold;
	margin-bottom: 5px;
	
}
.testimonials-carousel .swiper-button-prev, .testimonials-carousel .swiper-button-next {
	box-shadow: none;
}

.testimonials-carousel .swiper-button-prev {
	left: -70px;
	top: 118px;
}
.testimonials-carousel .swiper-button-next {
	right: -70px;
	top: 118px;
}
.testimonials-carousel .swiper-button-prev:after{
	content: '';
	background: url('../images/slider-left.svg') no-repeat;
	background-size: contain;
	width: 50px;
    height: 16px;
}
.testimonials-carousel .swiper-button-next:after {
	content: '';
	background: url('../images/slider-right.svg') no-repeat;
	background-size: contain;
	width: 50px;
    height: 16px;
}

/* ------------------------------- One-Stop  ------------------------------- */
.changemakers-marquee .swiper-slide .img-wrapper {
	position: relative;
    width: 100%;
    display: flex;
	justify-content: center;
}


/* ------------------------------- One-Stop  ------------------------------- */

/* Tablet */
@media only screen and (max-width: 1023px) {
	.swiper-slide .ourteam-item-wrapper {
		flex-direction: column-reverse;
		gap: 12px;
	}
	.swiper-slide .changemakers-item-wrapper {
		flex-direction: column;
		gap: 12px;
	}
	.swiper-slide .ourteam-item-wrapper .ourteam-item-left,
	.swiper-slide .changemakers-item-wrapper .changemakers-item-right {
		padding: 0;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 8px;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 8px;
	}
	.ourteam-carousel .swiper-button-next, 
	.ourteam-carousel .swiper-button-prev,
	.changemakers-carousel .swiper-button-next, 
	.changemakers-carousel .swiper-button-prev {
		top: 30%;
	}
	.swiper-slide .ourteam-item-wrapper .ourteam-item-left .ourteam-item-cnt,
	.swiper-slide .ourteam-item-wrapper .ourteam-item-left .ourteam-item-head,
	.swiper-slide .changemakers-item-wrapper .changemakers-item-right .changemakers-item-cnt,
	.swiper-slide .changemakers-item-wrapper .changemakers-item-right .changemakers-item-head {
		font-size: 24px;
		line-height: 30px;
		max-width: unset;
		margin: 0 0 12px 0;
	}
	.flex-ver-col .stk-row{
		flex-wrap: wrap !important;
	}
	
}

/* ------------------------------- Enrichment  ------------------------------- */
.seed-bookmark-icon > .stk-row {
	position: relative;
}

.seed-bookmark-icon > .stk-row:before {
	content: '' !important;
	background: url('../images/bookmark.png') no-repeat !important;
	background-size: contain !important;
	width: 55px !important;
	height: 70px !important;
	position: absolute !important;
    left: 50px !important;
    top: -8px;
    z-index: 2;
	display: block !important;
}



/* ------------------------------- FAQ  ------------------------------- */
.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks {
	display: flex;
	justify-content: space-between;
	gap: 80px;
}
.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks .wp-block-stackable-tab-labels {
	position: relative;
	width: 100%;
	max-width: 30%;
}
.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks .wp-block-stackable-tab-content {
	position: relative;
	width: 100%;
	max-width: 70%;
}
.seed-faq-tabs .stk-block-tab-labels__wrapper {
	flex-direction: column !important;
}
/* ------------------------------- FAQ  ------------------------------- */

/* ------------------------------- Latest Scoop  ------------------------------- */
.latestScoop-item-wrapper a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.latestScoop-item-wrapper .img-wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
}
.latestScoop-item-wrapper .img-wrapper img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.latestScoop-item-wrapper .latestScoop-title-wrapper {
	position: absolute;
    bottom: 0;
	text-align: left;
    padding: 0 48px;
}
.latestScoop-title-wrapper .spotlight-item-head {
	color: #ffffff;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(32px * 2);
    line-height: 32px;
	margin-bottom: 26px;
}

.news-container{
	width: 100% !important;
}

.news-wrapper:hover .find-out-more::after {
  transform: translate(0, 2px); /* Reset x, move y slightly */
  opacity: 1;
}

.news-wrapper .img-wrapper {
  overflow: hidden;
	border-radius: 10px !important;
}

.news-wrapper .img-wrapper img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
}

.news-wrapper:hover .img-wrapper img {
  transform: scale(1.05); /* Slight zoom */
}

#latest-scoop-news.listing-wrapper {
	gap: 40px 50px;
}
#latest-scoop-news.listing-wrapper .news-wrapper {
	position: relative;
    width: 100%;
    max-width: calc((100% - 50px) / 2);
    display: flex;
	flex-direction: column;
    align-items: center;
}
#latest-scoop-news.listing-wrapper .news-wrapper .img-wrapper {
	position: relative;
    width: 100%;
}
#latest-scoop-news.listing-wrapper .item-col,
#latest-scoop-events.listing-wrapper .item-col {
	padding: 16px 0 0 0;
}
#latest-scoop-news.listing-wrapper .item-col .item-detail-btn {
	margin: 20px 0 0 0;
}
#latest-scoop-events.listing-wrapper {
	gap: 20px;
}
#latest-scoop-events.listing-wrapper .events-wrapper {
    position: relative;
    width: 100%;
    max-width: calc((100% - 60px) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* ------------------------------- Latest Scoop  ------------------------------- */



/* ------------------------------- Spotlight ------------------------------- */

.event-category-after-school-programmes{
    display: inline-block;
    font-size: 14px;
    color: #AFE7FD;
    padding: 3px 15px;
    background-color: #008C85;
    border-radius: 20px;
    white-space: nowrap;
    max-width: fit-content;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight:600
}

.event-category-enrichment{
    display: inline-block;
    font-size: 14px;
    color: #005BE0;
    padding: 3px 15px;
    background-color: #AFE7FD;
    border-radius: 20px;
    white-space: nowrap;
    max-width: fit-content;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}

.event-category-holiday-programmes{
    display: inline-block;
    font-size: 14px;
    color: #F5007A;
    padding: 3px 15px;
    background-color: #FFD98A;
    border-radius: 20px;
    white-space: nowrap;
    max-width: fit-content;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}

.event-category-events{
    display: inline-block;
    font-size: 14px;
    color: #F5007A;
    padding: 3px 15px;
    background-color: #FFD98A;
    border-radius: 20px;
    white-space: nowrap;
    max-width: fit-content;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}

.event-category-promotions{
    display: inline-block;
    font-size: 14px;
    color: #F5007A;
    padding: 3px 15px;
    background-color: #B9EDB1;
    border-radius: 20px;
    white-space: nowrap;
    max-width: fit-content;
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}

#promotions .swiper-wrapper {
	position: relative;
    width: 100%;
	max-width: calc((100% - 48px)/3);
	align-items: center;
	gap: 24px;
}



.breadcrumbs-column p{
	margin-bottom: 0px;
}

#events.spotlight-carousel {
	position: relative;
    width: 100%;
/* 	padding: 0 20vw; */
}
.spotlight-carousel .swiper-wrapper {
	margin: 0 0 70px 0;
}
.spotlight-carousel .swiper-slide .spotlight-item-wrapper {
	position: relative;
    width: 100%;
    display: flex;
	flex-direction: column;
	gap: 0px;
}
.spotlight-carousel .swiper-slide .spotlight-item-wrapper .spotlight-item-left {
	position: relative;
	width: 100%;
	padding: 0;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.spotlight-carousel .swiper-slide .spotlight-item-wrapper .img-wrapper {
	position: relative;
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: start;
	gap: 8px;
}

.spotlight-item-left .item-head{
	margin-top: 10px;
	margin-bottom: 0px;
}

.spotlight-carousel .swiper-slide .spotlight-item-wrapper .spotlight-item-left .spotlight-item-cnt,
.spotlight-carousel .swiper-slide .spotlight-item-wrapper .spotlight-item-left .spotlight-item-head {
	width: 100%;
}
.spotlight-carousel .swiper-slide .spotlight-item-wrapper .spotlight-item-left .spotlight-item-cnt {	
    font-size: 16px !important;
    font-weight: 400 !important;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin: 0 0 14px 0;
}

.spotlight-carousel .swiper-slide .spotlight-item-wrapper p {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spotlight-carousel .swiper-slide .spotlight-item-wrapper .spotlight-item-left .spotlight-item-head {
	color: #0049E6;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 10px 0 10px 0;
}
.spotlight-carousel .swiper-slide .spotlight-item-wrapper img {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 10;
    object-fit: cover;
	border-radius: 10px;
}
.spotlight-carousel .swiper-button-prev, 
.spotlight-carousel .swiper-rtl .swiper-button-next {
	left: auto;
    right: 100px;	
    top: auto;
    bottom: 0;
    border-radius: 50%;
	box-shadow: none;
	transition: all 0.3s;
}
#latestScoop.spotlight-carousel .swiper-button-prev {
	right: calc(10% + 80px);
}
#latestScoop.spotlight-carousel .swiper-button-next {
	right: 10%;
}
.spotlight-carousel .swiper-button-next, 
.spotlight-carousel .swiper-rtl .swiper-button-prev {
	right: 0;	
    top: auto;
    bottom: 0;
    border-radius: 50%;
	box-shadow: none;
	transition: all 0.3s;
}
.spotlight-carousel .swiper-button-prev:after, 
.spotlight-carousel .swiper-rtl .swiper-button-next:after {
	content: '';
	background: url('../images/slider-left.svg') no-repeat;
    background-size: 50px 16px;	
	width: 50px;
	height: 16px;
	line-height: unset;
	display: inline-flex;
    align-items: center;
}
.spotlight-carousel .swiper-button-prev:hover:after, 
.spotlight-carousel .swiper-rtl .swiper-button-next:hover:after {
	background: url('../images/left-hover-arrow.svg') no-repeat;
}
.spotlight-carousel .swiper-button-next:after, 
.spotlight-carousel .swiper-rtl .swiper-button-prev:after {
	content: '';
	background: url('../images/slider-right.svg') no-repeat;
    background-size: 50px 16px;	
	width: 50px;
	height: 16px;
	line-height: unset;
	display: inline-flex;
    align-items: center;
}
.spotlight-carousel .swiper-button-next:hover:after, 
.spotlight-carousel .swiper-rtl .swiper-button-prev:hover:after {
	background: url('../images/right-hover-arrow.svg') no-repeat;
}
/* .events-tag {
	display: inline-block;
	width: fit-content;
	color: #008C85;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 12px;
	border: 1px solid #008C85;
	border-radius: 20px;
	background-color: #DEF8F7;
}
.news-tag {
	display: inline-block;
	width: fit-content;
	color: #F5007A;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 12px;
	border: 1px solid #F5007A;
	border-radius: 20px;
	background-color: #FEEEF6;
} */
.date-time-wrapper {
	position: relative;
	display: flex;
	gap: 12px;
	margin: 0 0 24px 0;
}
.date-time-wrapper .date-icon img {
	width: 45px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 0 !important;
}
.date-time-wrapper .date-time {
	position: relative;
	display: flex;
	flex-direction: column;
    justify-content: center;
	gap: 5px;
}
/* .date-time-wrapper .date-time .spotlight-item-date,
.date-time-wrapper .date-time .spotlight-item-time {
	font-weight: 500;
}
.date-time-wrapper .date-time .spotlight-item-time {
	color: #999999;
} */

/*------------------------------------ Holiday -----------------------------  */

.holiday-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.holiday-pagination .pagination-link {
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #f2f2f2;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #ddd;
}

.holiday-pagination .pagination-link:hover {
  background-color: #e0e0e0;
}

.holiday-pagination .pagination-link.active {
  background-color: #008C85 ; /* Your preferred green */
  color: white;
  font-weight: bold;
  border-color: #008C85;
}



.holiday-listing-wrapper {
	justify-content: space-around;
}

.holiday-listing-wrapper .item-wrapper {
	position: relative;
	width: 100%;
	max-width: calc((100% - 72px) / 3) !important;
	display: flex;
    flex-direction: column;
	gap: 16px;
}

.holiday-listing-wrapper .item-wrapper .item-col .item-head {
	color: #0049e6;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em !important;
    margin: 0;
	margin-bottom: 15px;
}

.holiday-listing-wrapper .item-col .spotlight-item-cnt {
	font-weight: 400 !important;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em !important;
    max-height: initial !important; /* 1.5em * 7 lines */
    -webkit-line-clamp: 10 !important;
    -webkit-box-orient: vertical;
	margin-bottom: 12px !important;
}

.simulated-line {
  display: block;
  height: 2px;
  background-color: #E7DBDB;
  margin-bottom: 20px; /* This controls the gap from the text */
}

.holiday-listing-wrapper .item-col .spotlight-item-date,
.holiday-listing-wrapper .item-col .spotlight-item-time{
	font-weight: 400;
	color: #0B3571 !important;
}

.holiday-listing-wrapper .item-col .spotlight-item-date{
	margin-bottom: 2px;
}

.holiday-listing-wrapper .item-col{
	padding: 40px 25px;
	background-color: #FCF8F5;
}

.holiday-find-out-more{
	 display: block;
    background: #008C85;
    color: #fff;
    padding: 20px;
    border-radius: 7px;
	text-align: center;
    width: 155px;
}
.holiday-find-out-more:hover {
	color: #fff !important;
	filter: brightness(0.9) contrast(1.2);
}

.holiday-programme-article{
	display: flex;
	align-items: flex-end;
}

.ct-breadcrumbs{
	text-transform: none !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.5em !important;
}

.ct-breadcrumbs > span:nth-of-type(3) span[itemprop="name"] {
  opacity: 1 !important;
}

.ct-breadcrumbs .last-item span[itemprop="name"] {
  opacity: 1 !important;
	font-weight: 700 !important;
	display: none !important;
   
}

.separator {
  color: #6E99D7 !important;       /* Change color */
  font-size: 18px;      /* Adjust size */
  font-weight: 500;    /* Make it bold */
  margin: 0 8px;        /* Add spacing on both sides */
  display: inline-block;
}

.margin-bottom-location p{
	margin-bottom: 0px !important;
}
/* ------------------------------- Spotlight ------------------------------- */
/* ------------------------------- Spotlight ------------------------------- */
.listing-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 42px 24px;
}

.cp-cpt-category {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
	z-index: 1;
}

.listing-wrapper .img-wrapper img {
	aspect-ratio: 16 / 9;
    object-fit: cover;
	border-radius: 10px;
}
.listing-wrapper .item-col {
	position: relative;
	width: 100%;
	display: flex;
    flex-direction: column;
	gap: 8px;
}
/* .listing-wrapper .item-col .item-head {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
.listing-wrapper .item-col .spotlight-item-cnt {
	font-weight: 500;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */



.listing-wrapper .item-col .item-detail-btn {
	font-weight: 600;
	color: #008C85;
}
.listing-wrapper .item-col .item-detail-btn:after {
	content: '';
	background: url(../images/slider-right.svg) no-repeat;
	background-size: contain;
    line-height: unset;
    width: 34px;
    height: 100%;
	aspect-ratio: 63 / 20;
	position: relative;
    display: inline-flex;
    align-items: center;
	margin: 0 0 0 12px;
	transition: transform 0.3s ease-out;
}
.listing-wrapper .item-col .item-detail-btn:hover:after {
	transform: translateX(8px);
}
#load-more-container {
	position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
	padding: 48px 0 24px 0;
}

#news-list.listing-wrapper .item-col {
   margin-top: 20px;
	gap: 0px;
}

#news-list.listing-wrapper .item-col p{
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}




#news-list.listing-wrapper .news-wrapper {
	position: relative;
    width: 100%;
	max-width: calc((100% - 48px)/3);
/* 	display: flex; */
	align-items: center;
	gap: 24px;
}




@media only screen and (max-width: 500px) {
	#news-list.listing-wrapper .news-wrapper {
	max-width: 100%;
	}
}



#news-list.listing-wrapper .item-col .item-head{
	font-size: 20px !important;
	color: #005BE0;
	line-height: 1.5em !important; 
}

#latest-news.listing-wrapper .item-col .item-head{
	font-size: 34px !important;
	color: #005BE0;
	line-height: 44px !important; 
}

#latest-news.listing-wrapper .item-col .find-out-more{
	margin-top: 15px
}

#news-list.listing-wrapper .news-wrapper .img-wrapper {
	position: relative;
    width: 100%;
	max-width: 100%;
}
#news-list.listing-wrapper .news-wrapper .img-wrapper img {
	aspect-ratio: 16 / 10;
	width: 100%;
}
#news-list.listing-wrapper .news-wrapper .item-head {
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 15px 0;
}
#news-list.listing-wrapper .item-col .item-detail-btn:after {
	bottom: 4px;
}

@media only screen and (max-width: 1024px) {
	#news-list.listing-wrapper .news-wrapper {
	max-width: calc((100% - 48px)/2);
	}
	
	#promotions .swiper-wrapper{
		max-width: calc((100% - 48px)/2);
	}
}

@media only screen and (max-width: 767px) {
	
	
	div#latest-news{
		width: 100%;
		margin: 0 ;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	div#latest-news .item-col{
		padding-left: 13px;
		padding-right: 13px;
	}
	
	#latest-news.listing-wrapper .item-col .item-head{
		font-size: 21px !important;
		line-height: 1.5em !important;
	}

	
	#latest-news-image{
		flex-wrap: wrap;
		gap: 20px !important;
	}
	
	.wp-block-stackable-columns.stk-block-columns.stk--hide-desktop.stk-block.stk-c3adc76,
	.wp-block-stackable-columns.stk-block-columns.stk-block.stk-0e7a2a8.p-l-r-33,
	.wp-block-stackable-columns.stk-block-columns.stk-block.stk-4e59f54{
		margin-left:0px !important;
		margin-right: 0px !important;
		width: 100% !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	
	.wp-block-stackable-columns.stk-block-columns.stk-block.stk-0e7a2a8.p-l-r-33 p,
	.wp-block-stackable-columns.stk-block-columns.stk-block.stk-0e7a2a8.p-l-r-33 ul,
	.wp-block-stackable-columns.stk-block-columns.stk-block.stk-0e7a2a8.p-l-r-33 h3,
	.wp-block-stackable-columns.stk-block-columns.stk-block.stk-0e7a2a8.p-l-r-33 div{
		margin-left:0px !important;
		margin-right: 0px !important;
	}
	
	.news-breadcrumbs span.last-item{
		display: none !important;
	}
	
	

}


#load-more-news,#load-more-events{
	border-radius: 3px !important;
    padding: 15px 30px !important;
    border: 1px solid #008c85 !important;
	background: none !important;
	color: #008c85 !important;
}

#load-more-news:hover, #load-more-events:hover{
	color: #ffffff !important;
    background: #008c85 !important;
}

#latest-news-image{
	display: flex !important;
	max-width: 100% !important;
	    gap: 50px;
    align-items: center;
}

#latest-news-image .img-wrapper,
#latest-news-image .img-wrapper img{
	width: 100%  !important
}

#latest-news-image .img-wrapper img{
	    aspect-ratio: 16 / 10;
}


@media only screen and (max-width: 1024px) {
	.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks {
		gap: 4%;
	}
	.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks .wp-block-stackable-tab-labels {
		max-width: 23%;
	}
	.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks .wp-block-stackable-tab-content {
		max-width: 73%;
	}
}


@media only screen and (max-width: 768px) {
	#events.spotlight-carousel {
		padding: 0 10vw;
	}
	.testimonials-carousel {
		margin: 0;
	}
	.testimonials-swiper .swiper-wrapper {
		width: 300px;
	}
    .testimonials-carousel .swiper-button-prev {
        left: 33%;
        bottom: -65px;
        top: unset;
    }
    .testimonials-carousel .swiper-button-next {
        right: 33%;
        bottom: -65px;
        top: unset;
    }
	
	.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks {
		gap: 38px;
		flex-direction: column;
	}
	.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks .wp-block-stackable-tab-labels,
	.seed-faq-tabs.stk-block-tabs>.stk-inner-blocks .wp-block-stackable-tab-content {
		max-width: 100%;
	}
	.seed-faq-tabs .stk-block-tab-labels__wrapper {
		flex-direction: row !important;
	}
	
	#latest-scoop-events.listing-wrapper {
		gap: 40px;
	}
	#latest-scoop-events.listing-wrapper .events-wrapper {
		max-width: calc((100% - 40px) / 2);
	}
	.latestScoop-item-wrapper .latestScoop-title-wrapper {
		padding: 0 24px;
	}
	#events-list.listing-wrapper .item-wrapper {
		max-width: calc((100% - 24px) / 2);
	}
	
	.holiday-listing-wrapper .item-wrapper {
/* 		max-width: calc((100% - 24px) / 2) !important; */

		max-width: 100% !important;
	}
	
	.holiday-find-out-more{
		width: 100%;
	}
}

/* Phone */
@media only screen and (max-width: 480px) {
	
	.holiday-listing-wrapper .item-wrapper {
		max-width: 100% !important;
	
	}
	
	
	#events.spotlight-carousel {
		padding: 0;
	}
	form.hs-form .hs_full_name,
	form.hs-form .hs_email,
	form.hs-form .hs_mobilephone,
	form.hs-form .hs_changemakers_childs_dob {
		max-width: 100%;
	}
	.ourteam-carousel .swiper-button-next, 
	.ourteam-carousel .swiper-button-prev,
	.changemakers-carousel .swiper-button-next, 
	.changemakers-carousel .swiper-button-prev {
		top: 100px;
	}
	.ofp-carousel .swiper-slide .ofp-item-cnt {
		max-width: 100%;
	}
	.ofp-carousel .swiper-slide .img-wrapper .ofp-item-head {
		font-size: 22px;
		line-height: 28px;
		margin: 8px 24px;
	}
	.ofp-carousel .swiper-button-prev, .ofp-carousel .swiper-rtl .swiper-button-next {
		left: 8px;
		top: 90px;
	}
	.ofp-carousel .swiper-button-next, .ofp-carousel .swiper-rtl .swiper-button-prev {
		right: 8px;
		top: 90px;
	}
	
	.seed-bookmark-icon > .stk-row:before {
		left: 16px !important;
	}
	.latest-scoop-hero .breadcrumbs,
	.latest-scoop-hero .wp-block-stackable-heading {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	#latest-scoop-events.listing-wrapper,
	#latest-scoop-news.listing-wrapper,
	#news-list.listing-wrapper,
	#events-list.listing-wrapper {
		gap: 34px;
		flex-direction: column;
	}
	#latest-scoop-events.listing-wrapper .events-wrapper,
	#latest-scoop-news.listing-wrapper .news-wrapper,
	#news-list.listing-wrapper .news-wrapper .img-wrapper,
	#promotions .swiper-wrapper{
		max-width: unset;
	}
	.latestScoop-item-wrapper a {
		padding: 0 25px;
	}
	.latestScoop-item-wrapper .img-wrapper img {
		aspect-ratio: 1 / 1;
	}
	#news-list.listing-wrapper .news-wrapper,
	#events-list.listing-wrapper .item-wrapper {
		max-width: unset;
		flex-direction: column;
		gap: 12px;
	}
	#news-list.listing-wrapper .news-wrapper .img-wrapper img {
		aspect-ratio: 16 / 9;
	}
	
	#main .hero-section {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	#main .hero-section>figure {
		position: relative !important;
	}#main .hero-section>figure img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	#main .hero-section .entry-header {
		width: 100%;
		padding: 0 25px;
		margin: 0;
	}
	#main .hero-section .page-title,
	#main .hero-section .entry-header .ct-breadcrumbs span {
		color: #000000;
	}
	#main .hero-section .entry-header>*:not(:first-child) {
		margin-top: 12px;
	}
}
.d-none { display: none; }

/* ------------------------------- Afterschool ------------------------------- */
.card-afterschool{
  position:relative;          /* lets children be absolutely positioned */
  overflow:hidden;            /* prevents bleed when we slide/scale */
}

/* ----- photo side (shows first) ----- */
.card-front{
  transition:opacity .4s ease;      /* fades away on hover */
}

/* ----- blue side ----- */
.card-back{
  position:absolute; inset:0;       /* covers entire card */
  display:flex; flex-direction:column; justify-content:center;
  background:#0057C9;               /* your blue */
  color:#fff; padding:2rem;

  opacity:0;                        /* hidden by default */
  transform:translateY(12px);       /* optional slide‑up */
  transition:opacity .4s ease,transform .4s ease;
}

/* ----- swap on hover ----- */
.card-afterschool:hover .card-front{opacity:0;}
.card-afterschool:hover .card-back {opacity:1; transform:none;}

/* ----- optional image zoom on hover ----- */
.card-afterschool img{transition:transform .4s ease;}
.card-afterschool:hover img{transform:scale(1.05);}
}

:is(.stk-322c2dd, .stk-268f15f, .stk-1870b4d, .stk-c47d717) .stk-block-heading__text{
	color:#000000;
}

.cm-tab-nav {
    display: flex;
    gap: 0;                          /* distance between tabs   */
/*     justify-content: center; */
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #005BE030;   /* faint underline strip   */
	font-family: "Poppins", sans-serif;
	font-size:21px;
	line-height:31px;
	font-weight:600!important;
}

.cm-tab-nav li {
    position: relative;
    cursor: pointer;
    padding: 1rem 0;
    font-weight:600;
    color: #005BE030;                     /* idle colour             */
    border-bottom: 3px solid transparent;
	text-align:center;
	width:25%;
}

.cm-tab-nav li:hover     { color: #005BE0; }
.cm-tab-nav li.active    { 
    color: #005BE0;
    border-color: #005BE0;              /* active underline        */
}

/* Optional: small underline animation on hover */
.cm-tab-nav li::after {
    content: "";
    position: absolute;
    left: 0; bottom: -3px;
    width: 100%; height: 3px;
    background: #005BE0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .25s;
}
.cm-tab-nav li:hover::after       { transform: scaleX(1); }
.cm-tab-nav li.active::after      { transform: scaleX(1); }

.post-side-nav li.event-nav, .post-side-nav li.promotion-nav{
	padding:10px 0 10px 30px;
}

/* ─────────────────────────  PANELS  ─────────────────────────── */
.cm-panel { display: none; }
.cm-panel.active {
    display: block;
    animation: cmFade .3s ease-in;
}

@keyframes cmFade {
    from { opacity: 0; translate: 0 8px; }
    to   { opacity: 1; translate: 0 0;  }
}

.event-promotion-tabs li.wp-block-navigation-item.menu-item {
				border-left: 5px solid #E3DBD9;
			}

.event-promotion-tabs li.wp-block-navigation-item.menu-item.active {
				border-left-color: #2A8B84;
			}

/* ─────────────────────────  RESPONSIVE TWEAK  ───────────────── */
@media (max-width: 768px) {
    .cm-tab-nav {
        gap: 1.5rem;
        overflow-x: auto!important;
		width:100%;
        scrollbar-width: none;          /* Firefox                 */
    }
    .cm-tab-nav::-webkit-scrollbar { display: none; }
	
	.cm-tab-nav li{width:30%;flex:0 0 auto}
	
	.cm-tab-nav li::after{bottom:0}
}

