body{
	font-family: 'Neo Sans Pro';
}

ul{
	padding: 0;
	list-style: none;
	margin: 0;
}

p{
	margin: 0;
}

.single-program .page-header{
	display: none;
}

/*.scroll-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
*/

body:not(.page-id-68) h4.elementor-icon-box-title,
body:not(.page-id-68) h3.elementor-icon-box-title{
	color: #333333 !important;
}

#animate-text {
	font-family: "Neo Sans Pro", Sans-serif;
	line-height: 1.6;
}

.line {
  opacity: 0.3;
  transition: color 0.3s, opacity 0.3s;
}

.line.active {
  color: #000000; /* highlight color */
  opacity: 1;
}

#animate-text .char {
  display: inline-block; /* required for stagger to work nicely */
}


/* Evnets */

.filter-box .search-row .searh-box{
	display: flex;
	position: relative;
	gap: 16px;
}

.filter-box .search-row .searh-box input{
	font-family: 'Neo Sans Pro';
	padding: 9px 40px;
	border: 1px solid #0000001A;
	border-radius: 50px;
	outline: none;
	font-size: 14px;
	line-height: 1;
	color: #7C7C7C;
}

.filter-box .search-row .searh-box > img{
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}

.filter-box .search-row .searh-box button{
	padding: 0;
	background: transparent;
	border: 0;
}

.search-row{
	position: relative;
	margin-bottom: 28px;
}

.year-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.year-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  border: 1px solid #F2F4F7;
  border-radius: 6px;
  box-shadow: 0px 4px 6px -2px #10182808,
  			0px 12px 16px -4px #10182814;
  list-style: none;
  width: 160px;
  z-index: 10;
}

.year-dropdown li{
	font-family: 'Neo Sans Pro';
  	padding: 10px 16px;
  	cursor: pointer;
  	transition: background 0.2s;
  	color: #656565;
  	font-size: 13px;
  	font-weight: 400;
  	display: flex;
  	align-items: center;
  	gap: 12px;
}

.year-dropdown li input{
	width: 16px;
    height: 16px;
}

.year-dropdown li:hover {
  background: #f1f1f1;
}

.all-upcoming{
	margin-bottom: 20px;
}

.all-upcoming ul{
	padding: 6px 8px;
	border-radius: 60px;
	background: #F2F2F2;
	list-style: none;
	display: inline-flex;
	min-width: 236px;
}

.all-upcoming ul li{
	font-family: 'Neo Sans Pro';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	padding: 6px 12px;
	cursor: pointer;
}

.all-upcoming ul li input{
	display: none;
}

.all-upcoming ul li.active{
	color: #333333;
	background: #FFFFFF;
	border-radius: 37px;
	font-weight: 500;
}

.category-filter ul{
	list-style: none;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	padding: 0;
	flex-direction: column;
}

.category-filter ul li{
	font-family: 'Neo Sans Pro';
	font-weight: 400;
	font-size: 15px;
	background: #FFFFFF;
	border: 1px solid #0000000D;
	border-radius: 60px;
	line-height: 1.3;
	color: #808080;
	padding: 14px 20px;
	cursor: pointer;
	width: max-content;
}

.category-filter ul li.active{
	background: #CE202B;
	color: #FFFFFF;
	font-weight: 700;
}

.event-hodler{
	background: #FFFFFF;
	box-shadow: 0px 1px 2px 0px #1018280F,
				0px 1px 3px 0px #1018281A;
	border-radius: 16px;
	overflow: hidden;
}

.event-hodler .event-img{
	position: relative;	
}

.event-hodler .event-img > img{
	height: 270px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.resource-holder.event-hodler .event-img > img{
	height: 350px;
	object-fit: contain;
}

.event-hodler .event-img p{
	margin-bottom: 0;
    padding: 8px 10px;
    color: #F6F8FF;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(29, 29, 27, 0.18) 0%, rgba(29, 29, 27, 0.6) 100%);
    backdrop-filter: blur(30px);
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 6px;
}

.resource-holder.event-hodler .event-img p{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.event-hodler .event-details{
	padding: 20px;
}

.event-hodler .event-details .event-timeline{
	display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 5px;
}

.event-hodler .event-details .event-timeline li{
	font-family: 'Neo Sans Pro';
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #86755D;
	display: flex;
	gap: 4px;
	align-items: center;
}

.event-hodler .event-details h4{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #2D2D2D;
	margin-bottom: 16px;
	min-height: 48px;
}

.resource-holder.event-hodler .event-details h4{
	margin-bottom: 0;
	min-height: auto;
}

.resource-holder{
	position: relative;
}

.resource-holder > a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.event-hodler .event-details h4 a{
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;

}

.event-hodler .event-details p{
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #606060;
	margin-bottom: 16px;
}

.event-hodler .event-details > a{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #CE202B;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 70px;
	background: #CE202B1A;
	transition: all .3s;
}

.event-hodler .event-details > a:hover{
	background: #CE202B;
	color: #ffffff;
}

.event-hodler .event-details > a:hover svg path{
	stroke: #ffffff;
}

.no-event{
	border-radius: 16px;
	background: #FFFFFF;
}

/* Evnets End*/

/* Contact Page */

.wpcf7-form .form-row,
.wpcf7-form .form-row>*{
	--bs-gutter-y: 20px;
}

.wpcf7-form .form-row > div:has(.sbmt-grp){
	--bs-gutter-y: 2rem;
}

.wpcf7-form label{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #333333;
}

::placeholder{
	font-size: 1rem !important;
	color: #808080 !important;
}

.wpcf7-form .form-control,
.wpcf7-form .form-select{
	padding: 12px 16px;
	color: #808080;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
	border: 1px solid #D0D5DD;
	border-radius: 8px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	background-color: #FFFFFF;
}

.wpcf7-form .form-select{
	cursor: pointer;
}

.wpcf7-form .form-row .wpcf7-submit{
	width: 100%;
}


/* Contact Page End*/

.journey-slider .slick-list{
	margin: 0 -50px;
	padding-top: 36px;
	position: relative;
}

.journey-slider .slick-list:before{
	content: '';
    position: absolute;
    border-top: 1px dashed #00000033;
    height: 0px;
    width: calc(100% - 100px);
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
}

.journey-slider .slick-slide.elementor-widget.elementor-widget{
	margin: 0 50px 10px;
	margin-block-end: 10px;
}

.journey-arrows .slick-disabled{
	opacity: 0.4;
}

@media (max-width: 1200px) {
	.journey-slider .slick-slide.elementor-widget.elementor-widget {
	    margin: 0 30px 10px;
	    margin-block-end: 10px;
	}
}