.swiper-container-wrapper {
	padding: 36px 0 22px 58px;
	@media screen and (max-width:768px){
		padding:0!important;
	}
}
.timeline-image {
	img {
		height: 300px;
		object-fit: cover;
	}
}
.swiper-container-wrapper--timeline .swiper-slide {
	display: block;
	/* background: #fff; */
	/* height: 300px; */
	height: 100%;
	/* align-items: center;
	justify-content: center; */
	/* border-radius: 10px; */
	border-left: 1px solid #888;

	.swiper-year {
		position: relative;
		color: var(--fs-color-primary);
		padding-left: 20px;

		&::before {
			content: "";
			width: 14px;
			height: 2px;
			background: var(--fs-color-primary);
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}
	}

	.swiper-content {
		padding: 20px 40px;
		display:flex;
		gap:20px;
		align-items:top;
		div {
			flex:1;
		}
		@media screen and (max-width:768px){
			flex-direction:column;
		}
	}
}

.swiper-container-wrapper--timeline .swiper-slide .container {
	padding: 0;
	width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
	font-size: 18px;
	opacity: 1;
	transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide-active .title {
	opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
	position: relative;
	/* 	margin-bottom: 70px; */
	background-color: transparent;
	height: 4px;
	border-bottom: 1px solid #888;
	width: 85%!important;
	left: 20px;

	@media screen and (max-width:768px) {
		left: 0;
		width: 75%;
		margin-bottom: 70px;
	}
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
	background-color: transparent !important;
	height: 3px;
	top: 2px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
	position: absolute;
	top: 2px;
	left: -100%;
	/* width: 100%; */
	height: 3px;
	background-color: var(--fs-color-primary);
	content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
	position: absolute;
	top: 3px;
	width: 77.5%;
	height: 1px;
	content: "";

}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
	position: relative;
	list-style: none;
	margin: 1rem 0;
	padding: 0;
	display: flex;
	line-height: 1.66;
	bottom: 0;
	z-index: 11;
	width: 75%;
	display: flex;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	position: absolute;
	font-weight: 400;
	right: 0;
	transform: translateX(50%);
	transition: 0.2s all ease-in-out;
	transition-delay: 0s;
	cursor: pointer;
	z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
	position: absolute;
	top: calc(100% + 30px);
	right: 50%;
	transform: translateX(50%) translateY(-50%);
	width: 12px;
	height: 12px;
	background: var(--fs-color-primary)!important;
	border-radius: 2rem;
	content: "";
	transition: 0.2s all ease-in-out;
	transition-delay: 0s;
	z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	font-weight: 400;
	transition-delay: 0.4s;


}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	background: #888!important;
	width: 25px;
	height: 25px;
	transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
	color: #888;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
	background: var(--fs-color-primary);
}


.swiper-button-prev,.swiper-button-next {
	bottom:2px;
	top:unset!important;
	background: #fff;
	border: 1px solid var(--fs-color-primary);
	width: 40px!important;
	height: 40px!important;
	border-radius: 50%;
	&:hover {
		background:var(--fs-color-primary)!important;
		border:1px solid #fff;
		&::after {

			color:#fff!important;
		}
	}
	&::after {
		font-size:18px!important;
		color:var(--fs-color-primary)!important;
	}

	@media screen and (max-width:768px){
		bottom:-66px;
	}
}
.swiper-button-prev {
	right:116px!important;
	left:unset!important;

	@media screen and (max-width:768px){
		right:unset!important;
		left:35%!important;
	}
}
.swiper-button-next{
	right: 5%!important;

	@media screen and (max-width:768px){
		right:	var(--swiper-navigation-sides-offset, 35%)!important;
	}
}


.take-care-wrap {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 80px;
	align-items: center;
	@media screen and (max-width:768px){
		display:flex!important;
		flex-direction: column;
		gap:24px;
	}
}

.take-care-left{

	img {
		width: 100%;
        border-radius: 20px;
        transition: opacity .4s ease;
        max-height: 80vh;
        object-fit: cover;
		@media screen and (max-width:768px){
			margin-top:15px;
			max-height: 100%!important;
		}
	}
	@media screen and (max-width:768px){
		order:1;
	}
}


.take-care-right {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.take-care-item {
	cursor: pointer;
	opacity: .4;
	transition: opacity .3s ease;
}

.take-care-item.active,
.take-care-item:hover {
	opacity: 1;
}

.take-care-item .step {
	font-size: 12px;
	letter-spacing: 1px;
	color: #888;
	margin-bottom: 8px;
}

.title-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.title {
	font-size: 32px;
	font-weight: 500;
	margin: 0;
}

.icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
}

.content {
	max-height: 0;
	overflow: hidden;
	transition: all .8s ease;
	a {
		color: #fff!important;
	}
}

.take-care-item.active .content,
.take-care-item:hover .content {
	max-height: max-content;
	margin-top: 16px;
}

.content p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}

.btn {
	display: inline-block;
	padding: 12px 28px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
