/* body{
	background-color: #F5F5F7;
} */

.main-header {
    position: fixed;
}
.page-template-blogs-php.breadcrumb_container.white.absolute .breadcrumb .current, .breadcrumb_container .breadcrumb a{
	color: #ffffff !important;
}
.future_learning_box{
	border-bottom: 1px solid #DADADB; 
}
.future_learning_slider {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	padding:40px 0px;
}
.future_learning_images.mySwiper2 {
	width: 60%;
	overflow: hidden;
	height: 100%;
}
.breadcrumb_container {
    padding-top: 80px;
}
.future_learning_images.mySwiper2 img{
	width: 100%;
	height: 350px;
    object-fit: cover;
}
.future_learning_data.mySwiper .swiper-pagination-progressbar{
	height: 2px;
	position: relative;
	width: 75%;
}
.future_learning_data.mySwiper .swiper-pagination-progressbar-fill{
	background: #EC6725 
}
.future_learning_data.mySwiper {
	width: 35%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.news_tag {
	background-color: #fff;
	padding: 5px 20px;
	width: fit-content;
	margin-bottom: 15px;
}

.news_box:after {
	content: '';
	position: absolute;
	background: #F5F5F7;
	width: 22px;
	height: 22px;
	display: block;
	bottom: 0;
	right: 0;
	transform: translate(50%, 50%);
	border-radius: 50%;
	z-index: 1;
}
.news_grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: repeat(3, 1fr);
	/* 	grid-template-rows: repeat(2, 1fr); */
	row-gap: 10px;
	/* 	padding: 0 70px; */
}
.news_box {
	padding: 30px 20px;
	position: relative;
	border-bottom: 1px solid #DADADB;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% / 3 );
}
.news_box div{
	z-index: 2;
}
.news_box .custom_btn{
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	background-color: var(--color_primary);
}
.news_box:hover a.custom_btn{
	background-color: #000;
	color: #fff;
}
.news_box:hover .custom_btn::before {
    height: 100%;
	background-color: #000;
	color: #fff !important;
}
.custom_btn:hover span{
	color: #fff !important;
}
.news_box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color_primary);
	width: 100%;
	height: 0%;
	transition: 0.5s ease;
	z-index: 1;
}
.news_box:hover:before {
	height: 100%;
}
.news_box:hover::after {
	background: transparent;
}
.news_box:nth-child(2), .news_box:nth-child(5), .news_box:nth-child(8){
	border-left: 1px solid #DADADB;
	border-right: 1px solid #DADADB;
}
.news_box a{
	text-decoration: none;
	color: #1D1D1D;
}
.news_box:hover a{
	text-decoration: underline;
	color: #fff;
}
.news_box:hover .news_time{
	color: #fff;
}
.news_time {
/* 	display: flex; */
	align-items: center;
	gap: 10px;
}
span.seperater_box {
	width: 5px;
	height: 5px;
	display: block;
	background: #6F6F6B;
}
.news_box:hover span.seperater_box {
	background: #fff;
}
.flip-card-back a{
	position: relative;
    display: inline-block;
    text-decoration: none;
	border-bottom:1px solid #fff;
    color: #fff;
    padding-bottom: 2px; /* space for underline */
	width: 80px;
}
.flip-card-back a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.flip-card-back a:hover::after {
    width: 100%;
	
}
#news-pagination{
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 60px;
}
#news-pagination a{
	text-decoration: none;
	color: #000;
	padding: 5px 12px;
}
#news-pagination a.pgactive{
	color: #fff;
}
a.news-page-link.pgactive {
	background-color: #EC6725;
}
.news-filter-wrap {
	border-bottom: 1px solid #DADADB;
	border-top: 1px solid #DADADB;
	margin-bottom: 40px;
}
.news-filter-wrap .container{
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: flex-end;		
}
.news-filter-wrap select {
	margin: 0;
	padding: 8px 12px 8px 0;
	border-radius: 4px;
	border: none;
	background-color: transparent;
}
.news-filter-wrap select:focus-visible{
	outline: none;
}
.media_post_image{
	height: 200px;
	margin-bottom: 20px;
}
.page-template-initiatives .media_post_image{
	height: 280px;
}
.media_post_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mySwiper .swiper-controls {
	display: flex;
	align-items: center;
	gap: 20px; 
	margin-top: 15px;
	margin-bottom: 7px; 
}

.mySwiper .swiper-pagination {
	flex: 1; /* let progressbar take remaining space */
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	position: relative; /* override Swiper's absolute positioning */
	top: auto;
	bottom:-6px;
	width: 30px;
	height: 30px;
	background: #eee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.future_learning_data.mySwiper .swiper-button-next:after {
    content: url(/wp-content/uploads/2025/09/new-next.svg) !important;
}
.future_learning_data.mySwiper .swiper-button-prev:after {
    content: url(/wp-content/uploads/2025/09/news-prve.svg) !important;
}
.future_learning_data.mySwiper .swiper-button-next {
   right: -2px;
}
.custom-select {
	display:flex;
	gap: 30px;
	align-items: center;
}

#news-sort-filter {
	-webkit-appearance: none; 
	-moz-appearance: none;    
	appearance: none;         
	background: url("/wp-content/uploads/2025/09/ora-arrow.svg") no-repeat right 10px center;
	background-size: 14px; 
	border-radius: 6px;
	height: 30px;
	color:#1D1D1D;
	border: 1px solid #6f6f6b80;
	padding: 0px 50px 0px 15px;
}
#news-sort-filter option {
	font-size:14px;
	font-family:var(--font_secondary);
}
@media (max-width: 1200px){
	.future_learning_images.mySwiper2 img{
		object-fit: cover;
	}
/* 	.news_grid{
		padding: 0 15px;
	} */
	.news_box{
		width: calc(100% / 3);
	}

}
@media (max-width: 1023px){
	.news_grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.news_box{
		width: calc(100% / 2);
	}
	.future_learning_images.mySwiper2{
		width: 50%;
	}
	.future_learning_data.mySwiper{
		width: 45%;
	}
	.future_learning_slider {
		padding:40px 15px;
	}
	.news_box:nth-child(2){
		border-right:none;
	}
	.news_box:nth-child(4){
		border-left: 1px solid #DADADB;
	}
	.news_box:nth-child(5){
		border-left:none;
	}
	.news_box:nth-child(8){
		border-right:none;
		
	}	
	.news_box:nth-child(10){
		border-left:1px solid #DADADB;
	}
}

@media (max-width: 767px){
	#news-pagination{
		flex-wrap: wrap;
	}
	.news_box{
		width: calc(100%);
	}
	.news_box{
		padding: 20px 0px;
	}
	.news_box:nth-child(8){
		border-left:none;
	}
	.future_learning_images.mySwiper2{
		width: 100%;
	}
	.future_learning_data.mySwiper{
		width: 100%;
	}
	.future_learning_slider{
		gap: 20px;
	}
	.future_learning_data.mySwiper .swiper-wrapper{
		padding-bottom: 20px;
	}
	.news_grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.news_box:nth-child(2), .news_box:nth-child(4){
		border-left:none;
	}
	.news_box:nth-child(5){
		border-right:none;
	}
	.news-filter-wrap .container{
		justify-content: flex-start;
	}
}

/* Initiatives */
.flip-card{
/* 	width:30%; */
	padding: 30px 20px;
    position: relative;
    border-bottom: 1px solid #DADADB;
}
.flip-card:after {
    content: '';
    position: absolute;
    background: #F5F5F7;
    width: 22px;
    height: 22px;
    display: block;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    border-radius: 50%;
    z-index: 1;
}
.page-template-initiatives .news_grid{
	display: grid;
	justify-content: space-between;
}
.flip-card-back {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
    background-color: var(--color_primary);
	transform: rotateY(-180deg);
}
.flip-card:nth-child(2), .flip-card:nth-child(5),  .flip-card:nth-child(8) {
    border-left: 1px solid #DADADB;
    border-right: 1px solid #DADADB;
}
.flip-card {

  height: 400px; 
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
 
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front a{
	text-decoration:none;
	color:var(--black);
}


@media (max-width: 991px){
	.flip-card:nth-child(2), .flip-card:nth-child(8) {
		border-right:none;
	}
	.flip-card:nth-child(3), .flip-card:nth-child(7),  .flip-card:nth-child(9){
		border-right: 1px solid #DADADB;
	}
	.flip-card:nth-child(5), .flip-card:nth-child(8) {
		border-left:none;
	}
}
@media (max-width: 767px){
	.flip-card:nth-child(2), .flip-card:nth-child(5) {
    border-left: none;
    border-right: none;
}
	.flip-card {
		padding: 30px 0px ;
	}
}


