/* Timeline - jobseeker */
.timeline {
    position: relative; /* make timeline the relative parent for absolute positioning */
}
.copyright__part{
	padding: 10px 20px;
	background: #000000;
	text-align: center;
	font-weight: 300;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

.copyright__part a{
	font-size: 14px;
	text-decoration: none;
	color: #004066;
}

/*feature css starts*/
.timeline__cover{
    background: #ffffff;
    padding: 60px 0;
    color: #ffffff;
}
.timeline__cover .timeline__title{
    max-width: 840px;
    margin: 10px auto;
    text-align: center;
    padding: 0 16px;
}
.timeline__cover .timeline__title h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.timeline__cover .timeline__title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #959595;
}

.timeline__cover .timeline{
    padding-top: 0px;
    padding-bottom: 0px;
}
.timeline__cover .timeline ul{
    padding-top: 30px;
}
.timeline__cover .timeline ul li {
	background: #9a9a9a;
	position: relative;
	margin: 0 auto;
	width: 2px;
	margin-bottom: 0px;
	list-style-type: none;
}

.timeline__cover .timeline ul li:last-child {
	padding-bottom: 7px;
    width: 0;
    height: 0;
}

.timeline__cover .timeline ul li:before {
	content: '';
	background: #F47A00;
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.timeline__cover .timeline ul li .hidden {
	opacity: 0;
}

.timeline__cover .timeline ul li .content {
    background: linear-gradient(90deg, #004b76 0%, #e97400 50%, #ff9328 100%);
    /* background: linear-gradient(90deg, #ffa64d 0%, #ff8000 100%); */
    position: relative;
    top: 0;
    width: 380px;
    height: 380px;
    display: block;
    padding: 0px 24px 40px 24px;
    display: flex;
    flex-direction: column ;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff1e2;
    border-radius: 50%;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
}
 .tcul-content-block:before {
    position: absolute;
    content: '';
    background: #fff7fa !important;
    border-radius: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 14px;
    top: 14px;
}
.timeline__cover .timeline ul li .content .badge{
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    background: #2dcd71;
    border-radius: 1000px;
}

.timeline__cover .timeline ul li .content h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #004066;
    margin: 16px 0 8px;
}

.timeline__cover .timeline ul li .content p{
	color: #373737;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
	left: 70px;
}

/* .timeline__cover .timeline ul li:nth-child(odd) .content:before {
	left: -38px;
} */

.timeline__cover .timeline ul li:nth-child(even) .content {
	left: calc(-350px - 140px);
}
#plane {
    position: absolute;
    left: 50.3%;
    transform: translateX(-50%);
    font-size: 24px;
    z-index: 10;
    /* margin-top: 40px; */
    transition: top 0.2s ease-out, opacity 0.3s ease-in-out;
    opacity: 0; /* Start hidden */
    pointer-events: none; /* Prevent interaction */
}
#plane img{
    /* transform: rotate(180deg) !important; */
}
/* .timeline__cover .timeline ul li:nth-child(even) .content:before {
	right: -38px;
} */

/* Media Queries */
@media screen and (max-width: 1020px) {
	.timeline__cover .timeline ul li .content {
		width: 41vw;
	}

	.timeline__cover .timeline ul li:nth-child(even) .content {
		left: calc(-41vw - 45px);
	}
}

@media screen and (max-width: 700px) {
    .timeline__cover .timeline ul li .content h3 {
        font-size: 26px;
        font-weight: 600;
        line-height: 32px;
    }
    .timeline__cover {
        padding: 32px 0;
        background: #ffffff;
    }
    .timeline__cover .timeline__title {
        text-align: left;
    }
    .timeline__cover .timeline {
        padding-top: 32px;
    }
    .timeline__cover .timeline ul li {
        margin-left: 30px !important;
    }
    .timeline__cover .timeline__title h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 0.08px;
    }
	.timeline__cover .timeline ul li {
		margin-left: 20px;
	}
    .timeline__cover .timeline ul li .content{
        padding: 20px 32px 40px 32px;
    }
	.timeline__cover .timeline ul li .content {
		width: calc(100vw - 50px);
        transition: .2s;
        margin-bottom: 10px;
	}

    .timeline__cover .timeline ul li .content p {
        min-height: 110px;
    }

	.timeline__cover .timeline ul li:nth-child(even) .content {
		left: 16px;
	}
	.timeline__cover .timeline ul li:nth-child(even) .content:before {
		left: 16px;
	}
    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: 16px;
    }
    .timeline__cover .timeline ul li {
        margin-bottom: 0px;
    }

    #plane {
        position: absolute;
        left: 13% !important;
        transform: translateX(-50%);
        font-size: 24px;
        z-index: 10;
        transition: top 0.2s ease-out, opacity 0.3s ease-in-out;
        opacity: 0; /* Start hidden */
        pointer-events: none; /* Prevent interaction */
    }
    #plane .flight {
        width: 120px !important;
        height: 120px !important;
    }
}


