/* FC Swiper front styles */
.fc-swiper-wrapper {
	width: 100%;
}
.fc-swiper {
	padding-bottom: 28px;
}
.fc-card {
	position: relative;
	text-align: center;
}

/* Image wrapper for overlay */
.fc-card-img-wrap {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	display: block;
	background: #fff;
}

/* Image style */
.fc-card-img {
	width: 100%;
	height: 360px !important;
	object-fit: cover;
	border-radius: 14px !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .15) !important;
	position: relative;
	z-index: 1;
	display: block;
}

/* Caption */
.fc-card-caption {
	font-style: italic;
	margin-top: 12px;
	color: #333;
	letter-spacing: .5px;
}

h2.heading-zee-title{	
	font-size: 33px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #333333;
}

.fc-swiper .swiper-pagination-bullet{
	background: #039CD5;
	width: 10px;
    height: 10px;
}
.fc-swiper .swiper-pagination{
	bottom: 0px !important;
}

.fc-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #039cd5;
}

/* Adjust image height on small screens */
@media (max-width: 767px) {
	.fc-card-img {
		height: 240px !important;
	}
	h2.heading-zee-title{
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.fc-card-caption {
		margin-top: 8px;
		font-size: 13px;
	}
}
