.news-slider {
	overflow: hidden;
}

.news-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eee;
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-image {
    width: 100%;
    height: 297px;
    object-fit: cover;
    border-radius: 24px 24px 0 0 !important;
}

.news-content {
	margin-top: 12px;
}

.news-date {
	font-family: 'Work Sans';
    font-size: 16px;
	font-weight: 400;
    color: #2A2A2A;
    margin-bottom: 5px;
}

.news-title {
    font-size: 20px;
	color: #2A2A2A;
	font-weight: 700;
}

.swiper-pagination {
	bottom: -30px !important;
}

.swiper-pagination-bullet {
		width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background: #F11108;
	width: 50px;
	height: 10px;
	border-radius: 12px;
}


.cf-heart-wrapper {
	position: relative;
	
}


.cf-heart-wrapper:before {
	content: '' !important;
	background: url('../images/heart-1.webp') no-repeat !important;
	background-size: contain !important;
	width: 330px !important;
	height: 320px !important;
	position: absolute;
	left: -28px;
	top: 35px;
	
}

.cf-heart-wrapper:after {
	content: '' !important;
	background: url('../images/heart-2.webp') no-repeat !important;
	background-size: contain !important;
	width: 330px !important;
	height: 323px !important;
	position: absolute;
	right: -28px;
	bottom: 70px;
	
}

.logged-in:not(.admin-bar) .cf-impact-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 16px !important;
}

.logged-in:not(.admin-bar) .cf-impact-swiper .swiper-wrapper .elementor-element {
	width: 100%;
}

	.cf-impact-swiper {
	  padding: 0 !important;
	}

.cf-impact-swiper .swiper-wrapper {
	padding: 0;
	display: flex;
	flex-direction: row !important;
	gap: 24px !important;
	flex-wrap: nowrap !important; /* prevent stacking */
} 

.cf-impact-swiper .swiper-wrapper > .elementor-element {
	width: calc((100% - (24px * 4))/5);
	overflow: hidden;
} 


.cf-impact-swiper .swiper-wrapper > .elementor-element img {
	width: 100%;
}

.cf-impact-swiper .swiper-wrapper {
	padding: 0;
	display: flex;
	flex-direction: row !important;
	gap: 24px !important;
	flex-wrap: nowrap !important; /* prevent stacking */
} 

.cf-impact-swiper .swiper-wrapper > .elementor-element {
	width: calc((100% - (24px * 3))/4);
	overflow: hidden;
} 


.cf-impact-swiper .swiper-wrapper > .elementor-element img {
	width: 100%;
}

/* --------------------------- Breakpoints For Mobile Devices --------------------------- */
@media (max-width: 1600px) {}

@media (max-width: 1230px) {}

@media (max-width: 1024px) {
	


.cf-impact-slider-arrows {
		position: unset !important;
	}
	
	.cf-impact-swiper {
	  width: 100%;
	  height: fit-content !important;
	  position: relative;
	}
	
  .cf-impact-swiper .swiper-wrapper {
	  display: flex;
		flex-direction: row !important;
	  align-items: center; /* vertical centering for coverflow/scale effect */
		overflow: visible !important;
		gap: 0 !important;
		flex-wrap: nowrap !important; /* Prevents stacking */
		height: fit-content !important;
				padding: 0 !important;
  }

	.cf-impact-swiper .swiper-wrapper > .elementor-element {
	  flex-shrink: 0;     /* prevent shrinking */
	  width: 100%;         /* let Swiper compute */
	  position: relative;  /* for scaling/z-index */
		margin: 0;
		    height: -webkit-fill-available !important;
	}

}

@media (max-width: 768px) {
	

	.news-title {
		font-size: 16px;
	}
	
	.swiper-pagination {
		text-align: left;
	}

	
	.cf-heart-wrapper:before {
		content: '' !important;
		background: url(../images/heart-1.webp) no-repeat !important;
		background-size: contain !important;
		width: 180px !important;
		height: 176px !important;
		position: absolute;
		left: -28px !important;
		top: 10% !important;
	}

	.cf-heart-wrapper:after {
		content: '' !important;
		background: url(../images/heart-1.webp) no-repeat !important;
		background-size: contain !important;
		width: 180px !important;
		height: 176px !important;
		position: absolute;
		right: unset;
		top: 50% !important;
		        left: -28px !important;
		bottom: unset;
	}

	  .cf-impact-swiper .swiper-wrapper {
		  display: flex;
			flex-direction: row !important;
		  align-items: flex-start; /* vertical centering for coverflow/scale effect */
			overflow: visible !important;
			gap: 0 !important;
			flex-wrap: nowrap !important; /* Prevents stacking */
			height: fit-content !important;
					padding: 0 !important;
	  }
	
}

@media (max-width: 480px) {

	
}