    .people-tabs-menu {
        list-style: none;
        padding: 0;
        display: flex;
        margin-bottom: 40px;
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 0;
    }
    .people-tabs-menu li {
        cursor: pointer;
        padding-bottom: 12px;
        border-bottom: 2px solid #f11108;
		flex: 1;
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		font-family: 'Work Sans';
		color: #F11108;
		opacity: 0.5;
		transition: all 0.3s;
    }
    .people-tabs-menu li:hover {
		opacity: 1;
    }
    .people-tabs-menu li.active {
		color: #F11108;
		flex: 1;
		opacity: 1;
    }

    .people-tab-content { display: none; }
    .people-tab-content.active { display: block; }
.people-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    grid-auto-flow: row; /* let rest auto-flow */
}



    .people-card {
        transition: 0.3s;
		text-align: center;
    }
    .people-card img {
        width: 180px;
        height: 180px;
        object-fit: contain;
        margin-bottom: 8px;
    }
    .people-name {
        font-size: 16px;
		font-family: 'Work Sans';
		font-weight: bold;
		color: #F11108 !important;
		text-align: center;
        margin: 5px 0;
    }
    .people-title {
        font-size: 20px;
		font-family: 'Work Sans';
		font-weight: 400;
		color: #2A2A2A !important;
		text-align: center;
    }


.cf-timeline-swiper {
    padding: 60px 0;
    position: relative;
	overflow: visible;
}

/* Center line */
.cf-timeline-swiper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FAB2AC;
}




/* Slide */
.swiper-slide {
    width: 300px;
    display: flex;
    justify-content: center;
}

.swiper-slide:nth-child(3) { 
	left: -75px;
}


/* Alternate positioning */
.cf-slide-inner {
    position: relative;
    width: 100%;
}

.cf-slide-inner.top .cf-card {
    margin-bottom: 330px;
	    min-width: 600px;
    min-height: 197px;
}

.cf-slide-inner .cf-card .img-wrapper img {
	border-radius: 12px;
}

.cf-slide-inner.top .cf-card .cf-row-1 div:nth-child(2) {
    max-width: 260px;
}

.cf-slide-inner.bottom .cf-card {
    margin-top: 330px;
	min-width: 775px;
}

.cf-slide-inner.bottom .cf-card .cf-row-2 {
	max-width: 446px;
}


.cf-slide-inner.bottom .cf-card .cf-row-1 div:nth-child(2) {
    max-width: 340px;
}

/* Card */
.cf-card {
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
	
}

.cf-slide-inner.top .cf-card:before {
	content: '';
	background: url('../images/timeline-vertical-line.png') no-repeat;
    background-size: cover;
    width: 2px;
    height: 271px;
	position: absolute;
	left: 0;
	top: 0;
}

.cf-slide-inner.top .cf-card:after {
	content: '';
	background: url('../images/small-heart.webp') no-repeat;
    background-size: contain;
    width: 38px;
    height: 37px;
	position: absolute;
    left: -17px;
    bottom: -92px;
}


.cf-slide-inner.bottom .img-wrapper {
	position: relative;
	    width: 160px;
}

.cf-slide-inner.bottom .img-wrapper:before {
	content: '';
	background: url('../images/timeline-vertical-line.png') no-repeat;
    background-size: cover;
    width: 2px;
    height: 171px;
	position: absolute;
	left: -10px;
	bottom: 0;
}



.cf-slide-inner.bottom .cf-card:after {
	content: '';
	background: url('../images/small-heart.webp') no-repeat;
    background-size: contain;
    width: 38px;
    height: 37px;
	position: absolute;
    left: -17px;
    top: -78px;
}

.cf-timeline-swiper .swiper-slide:nth-child(1) .cf-slide-inner .cf-card:after {
    bottom: -81px;
}


.cf-timeline-swiper .swiper-slide:nth-child(3) .cf-slide-inner .cf-card:after {
    bottom: -91px;
}


/* Row 1 */
.cf-row-1 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cf-row-1 img {
    width: 100% !important;
    height: 106px !important;
    object-fit: cover;
}

/* Row 2 */
.cf-row-2 {
    margin-top: 10px;
    font-size: 14px;
}

.cf-card .cf-year {
    font-family: 'Caveat Brush';
	font-style: italic;
	font-weight: 500;
	font-size: 70px;
	color: #F11108;
	line-height: 100%;
}

.cf-card .cf-title {
    font-family: 'Caveat Brush';
	font-style: italic;
	font-weight: 400;
	font-size: 26px;
	color: #F11108;
	line-height: 140%;
}



.cf-card .cf-row2 p {
    font-family: 'Work Sans';
	font-weight: 400;
	font-size: 16px;
	color: #2A2A2A;
	line-height: 140%;
}


/* Center last card on timeline line */
.cf-slide-inner.center .cf-card {
    margin: 0 auto;
    transform: translateY(140%);
 	left: -17px;
    min-width: 360px;
	position: relative;
	background-color: #FEF7F2;
}

.cf-slide-inner.center .cf-card .cf-title {
    max-width: 200px;
}

.cf-slide-inner.center .cf-card:before {
    content: '';
    display: block;
    position: absolute;
    top: 26px;
    left: -80px;
    width: 80px;
    height: 78px;
    background: url(../images/big-heart.webp) no-repeat;
    background-size: contain;
}

.cf-heart-img-wrapper {
	position: relative !important;
}



.cf-heart-img-wrapper:after {
	content: '' !important;
	background: url('../images/img-red-heart-v2.webp') no-repeat;
	background-size: contain;
	width: 600px;
	height: 600px;
	position: absolute;
	bottom: 0;
	right: -50px;
}


.people-tabs-dropdown {
	display: none;
}



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

@media (max-width: 1540px) {
	
	.cf-heart-img-wrapper:after {
		content: '' !important;
		background: url(../images/img-red-heart-v2.webp) no-repeat;
		background-size: contain;
		width: 400px;
		height: 400px;
		position: absolute;
		bottom: 0;
			right: -50px;
	}
	
}

@media (max-width: 1280px) {
		.cf-heart-img-wrapper:after {
			content: '' !important;
			background: url(../images/img-red-heart-v2.webp) no-repeat;
			background-size: contain;
			width: 300px;
			height: 300px;
			position: absolute;
			bottom: 0;
				right: -50px;
		}
}

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

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


/* Responsive adjustments */
@media (max-width: 1024px) {
    .people-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .people-card:nth-child(1),
    .people-card:nth-child(2),
    .people-card:nth-child(n+3) {
        grid-row: auto;
        grid-column: auto;
    }
}
/* Responsive for smaller screens */
@media (max-width: 1024px) {
    .people-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .people-card:nth-child(1),
    .people-card:nth-child(2) {
        grid-column: auto; /* fallback to normal flow */
    }
}


@media screen and (max-width: 768px) {

    .people-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	
/* Hide dropdown on desktop */
.people-tabs-dropdown {
    display: none;
}

/* Mobile */
@media (max-width: 768px) {
	
	.cf-timeline-swiper {
		padding: 0;
		position: relative;
	}
	
	.cf-timeline-swiper:before {
		content: '';
		background: url(../images/timeline-mobile-line.png) no-repeat;
		background-size: cover;
		width: 2px;
		height: 100vh;
		position: absolute;
		display: block;
		top: 0;
		left: -5px;
		z-index: 2;
		overflow: visible;
	}
	
	
	.cf-timeline-swiper .swiper-wrapper {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	
	.cf-timeline-swiper .swiper-wrapper .swiper-slide {
		width: 100%;
	}
	

	.swiper-slide:nth-child(3) { 
		left: unset;
	}

	
	.cf-slide-inner .cf-card {
		margin: 0 !important;
		width: 100%;
		min-width: unset !important;
	}
	
	.cf-slide-inner.top .cf-card:before {
		display: none !important;
	}
	
	.cf-slide-inner.bottom .cf-card:before {
		display: none !important;
	}
	
	.cf-slide-inner.bottom .img-wrapper:before {
		display: none !important;
}
	

	.cf-slide-inner .cf-card:after {
		left: -22px !important;
		bottom: unset !important;
		top: -15px !important;
	}	
	
	.cf-row-1 {
			display: flex;
		flex-direction: column-reverse;
	}
	
	.cf-row-1 .img-wrapper {
		width: 100% !important;
	}
	
	.cf-row-1 img {
		width: 100% !important;
		height: unset !important;
		object-fit: unset;
	}
	
	
.cf-slide-inner.center .cf-card {
            margin: 0 auto;
            transform: unset;
            left: unset;
            min-width: 100%;
            position: relative;
              padding-left: 10px;
            padding-top: 20px;
            max-width: 300px;
        }
	
        .cf-slide-inner.center .cf-card:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: -21px;
            width: 38px;
            height: 37px;
            background: url(../images/big-heart.webp) no-repeat;
            background-size: contain;
        }
	
	     .cf-slide-inner.center .cf-card .cf-row-1:before {
            content: '';
            display: block;
            position: absolute;
            top: 12px;
            left: -6px;
            width: 50%;
            height: 113%;
            background: #FEF7F2;
            z-index: -1;
        }
	
	
	.cf-card .cf-year {
		font-size: 50px;
	}
	
	
	.cf-card .cf-title {
		font-size: 26px;
	}
	
	.people-tabs-selected {
		position: relative;
	}
	
		.people-tabs-selected:after {
		position: absolute;
		content: '';
		background: url('../images/dropdown-chevron.png') no-repeat;
			background-size: contain;
			width: 16px;
			height: 8px;
			top: calc(50% - 4px);
			right: 16px;
	}
	
	.people-grid {
		margin-top: 24px;	
	}
	
    .people-tabs-menu {
        display: none;
    }

    .people-tabs-dropdown {
        display: block;
        position: relative;
	font-family: 'Work Sans';
		color: #F11108;
		font-size: 16px;
		font-weight: 400;
        cursor: pointer;
    }

    .people-tabs-selected {
        padding: 10px;
        border-bottom: 2px solid #F11108;
		
    }

    .people-tabs-dropdown-list {
        display: none;
        position: absolute;
        width: 100%;
	
        z-index: 10;
    }

    .people-tabs-dropdown.open .people-tabs-dropdown-list {
		display: block;
		list-style: none;
		padding: 0;
		background: #ffffff;
		position: relative;
	}

    .people-tabs-dropdown-list li {
        padding: 10px;
        cursor: pointer;
		transition: all 0.3s;
    }
	
	.people-tabs-dropdown-list li:hover {
        background: #F11108;
		color: #ffffff;
    }
	
	.people-tabs-menu {
		display: none;
	}
	
	.people-card {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
	}
	
	.people-title {
    text-align: left;
}
	
	.people-card img {
		width: 50%;
		
	}
	
	.people-card .people-info {
		            width: 100%;
		display: flex;
		flex-direction: column;            
		align-items: flex-start;
    }

	.cf-heart-img-wrapper:after {
		content: '' !important;
		background: url(../images/img-red-heart-v2.webp) no-repeat;
		background-size: contain;
		width: 500px;
		height: 398px;
		position: absolute;
		top: unset;
		right: -102px;
		bottom: 0;
	}

	.cf-timeline-swiper:before {
		content: '';
		background: unset;
		background-color: #FAB2AC;
		background-size: cover;
		width: 2px;
		height: 100%;
		position: absolute;
		display: block;
		top: 0;
		left: -5px;
		z-index: 1;
		overflow: visible;
	}
	
}

@media (max-width: 480px) {

    .people-grid {
        grid-template-columns: 1fr;
    }
}
