.timeline-image {
	height: 350px;
}

.timeline-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.timeline-content-section {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.timeline-main-section {
	transition: opacity 0.5s ease-in-out; /* Add a smooth opacity transition */
	opacity: 0; /* Initially set opacity to 0 */
}

.timeline-main-section.active {
	opacity: 1; /* Set opacity to 1 for active section */
}
.timeline-content p {
	margin-bottom: 0px !important;
}

.timeline-read-more {
    background-color: #fff;
    font-size: 12px;
    padding: 8px 60px;
    border-radius: 20px;
    font-weight: 700 !important;
}

.loading-bar-bullet.slick-slide {
    width: 104px !important;
} 

.separator {
    background-color: #fff !important;
    width: 3px !important;
    height: 12vh;
    margin-left: 20px;
    margin-right: 20px;
}

.timeline-year {
    font-size: 60px;
    font-weight: 700 !important;
    color: #fff;
	margin-bottom: 0px !important;
}

.timeline-content {
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    border-left: 1px solid;
    margin-left: 20px;
	min-height: 50px;
}

.loading-bar__wrapper {
    /* padding: 10px 40px; */
    z-index: 99;
}

.loading-bar__wrapper label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 12px;
    font-style: italic;
    font-weight: bold;
    color: #00ffa4;
}

.loading-bar {
	display: flex;
    background: #1581be;
    height: 5px;
    border-radius: 100px;
    justify-content: space-around;
}

.loading-bar:before,
.loading-bar:after {
    content: "";
	color: #1581be;
    display: block;
    position: absolute;
	border-radius: 50%;
	font-size: 28px;
    transform: translateY(-50%);
    width: 20px;
    height: 32px;
    cursor: pointer;
    border: none;
    outline: none;
}

.loading-bar:before {
	display: none;
	width: 33px;
	content: "<";
    left: 0;
    background-color: #eaeaea !important;
    border: 5px solid #1581be;
}

.loading-bar:after {
	display: none;
	width: 33px;
	content: ">";
    right: 0;
    background-color: #eaeaea !important;
    border: 5px solid #1581be;
}

.loading-bar-bullet::before {
    content: "";
    display: block;
    background: #ed9322;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    z-index: 999;
    margin-top: -6px;
    border: 5px solid #1581be;
    cursor: pointer;
}

.loading-bar-bullet.active::before {
	width: 21px; 
	height: 21px;
	border: 3px solid #1581be;
    margin-top: -8px;
}

.timeline {
    overflow: hidden;
}

.labels {
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 499px) {
	.loading-bar__wrapper {
		gap: 15px;
	}
	.loading-bar {
		height: 0px;
		gap: 10px;
		margin: auto;
		align-items: center;
	}
	.timeline-image,
	.timeline-image img {
		height: 200px;
	}
	.timeline-content-section {
		align-items: center;
    	padding: 14px;
		flex-direction: column-reverse;
	}
	.timeline-content {
		text-align: center;
		font-size: 15px;
		padding-bottom: 10px;
		padding-left: 0;
		border-left: none;
		border-bottom: 1px solid;
		margin-left: 0;
	}
	.timeline-year {
		font-size: 30px;
    	margin-top: 12px;
	}
	span.tl-year {
		display: none;
	}
	.loading-bar-bullet.active::before {
		margin-top: -6px;
	}
	.labels {
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.loading-bar {
		gap: 0px;
	}
	.tl-year {
		position: relative !important;
    	top: 6px !important;
	}
	.labels {
		margin-top: 50px;
	}
}
}
.slick-current.loading-bar-bullet::before {
    height: 18px;
    width: 18px;
    margin-top: -5px;
    margin-left: -2px;
    border: 3px solid #1581be;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-arrow {
    width: 33px;
    z-index: 1;
    background-color: #eaeaea !important;
    border: 5px solid #1581be;
}

.slick-prev:before,
.slick-next:before {
    font-size: 28px;
    line-height: 0.5;
    opacity: 0.75;
    color: #1581be;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .slick-prev {
left: -40px;
} */

.slick-prev:before {
    content: "<";
}

.slick-next {
    right: 0px;
}

.slick-list {
    overflow: visible !important;
}

.slick-next:before {
    content: ">";
}

.tl-year {
    font-size: 18px;
    font-weight: 700;
    margin-left: -12px;
	position: absolute;
    top: 12px;
}

.qb-button {
    display: inline-block;
    background: #00ffa4;
    border-radius: 100px;
    padding: 5px 15px;
    margin-bottom: 15px;
    color: #445058;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
}

.qb-button:hover {
    color: #000;
}

