.history-banner {
	height: 500px;
	position: relative;
	line-height: 1;
}

.history-banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(50%);
}

.history-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin-top: 30px;
	width: 100%;
}

.banner-title-1 {
	font-size: 40px;
	color: #fff;
}

.banner-title-2 {
	font-size: 60px;
	color: #ffffff;
}

.banner-title-3 {
	font-size: 28px;
	color: #fff;
}

.history-timeline {
	position: relative;
	line-height: 1.3;
}

.history-timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100px;
	bottom: 0;
	z-index: 1;
	width: 3px;
	background-color: #2d997a;
	transform: translateX(-50%);
}

.history-start-img {
	width: 220px;
	margin: auto;
	border-radius: 200px;
	padding: 40px;
	background-color: #fff;
	margin-top: -100px;
	position: relative;
	margin-bottom: 100px;
	overflow: hidden;
}

.history-start-img img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 200px;
	transition: ease-in-out 0.5s transform;
	transform: scale(1.4) rotate(270deg);
}

[data-aos-easing] .history-start-img img {
	transform: scale(1) rotate(0deg);
}

.history-row {
	position: relative;
	display: flex;
	width: 0;
	margin: auto;
	z-index: 1;
	transition: ease-in-out 0.25s transform;
}

.history-row:hover {
	transform: translateY(-15px) !important;
}

.history-row-left {
	justify-content: flex-end;
}

.history-row-right {
	justify-content: flex-start;
}

.history-row-img {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	padding: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.history-row-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: ease 0.3s transform;
}

.history-row:hover .history-row-img img {
	transform: scale(1.2);
}

.timeline-icon {
	background-color: #2d997a;
	border-radius: 100px;
	box-shadow: 2px 2px 7px rgb(45 153 122 / 50%);
}

.history-row-content {
	flex: 0 0 360px;
	margin-top: -25px;
}

.history-row-year {
	font-size: 50px;
	font-weight: 500;
	color: #595959;
	position: relative;
	display: inline-block;
	margin-bottom: 0.4em;
	transition: ease 0.3s transform;
	transform: scale(0.9);
}

.history-row:hover .history-row-year {
	transform: scale(1);
}

.history-row-year .line {
	position: absolute;
	bottom: -10%;
	height: 1px;
	left: -8px;
	right: -8px;
	background-color: #d9d9d9;
}

.history-row-year .line::before,
.history-row-year .line::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	background-color: inherit;
	border-radius: 5px;
	transform: translate(-50%, -50%);
}

.history-row-year .line::before {
	left: 0;
}

.history-row-year .line::after {
	left: 100%;
}

.history-row-text {
	font-size: 22px;
}

.history-section {
	position: relative;
	z-index: 2;
	background-color: #fff;
	align-items: center;
}

.history-section-img {
	position: relative;
}

.history-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(50%);
}

.history-section-img-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	text-align: center;
}

.history-section-center img {
	width: auto;
	height: 100%;
}

.history-end-img {
	background-color: #2d997a;
	position: relative;
	z-index: 1;
	border-radius: 100px;
}

.history-end-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: ease-in-out 0.4s transform;
	transform: scale(1.4);
}

.history-end-img.aos-animate img {
	transform: none;
}

@media (min-width: 768px) {

	.history-row {
		margin-bottom: 70px;
	}

	.history-row-left .history-row-content {
		padding-inline-end: 60px;
		text-align: end;
	}

	.history-row-right .history-row-content {
		padding-inline-start: 60px;
		text-align: start;
	}

	.history-section {
		display: flex;
		height: 100vh;
		margin-bottom: 80px;
	}

	.history-section-img {
		width: 50%;
		height: 100%;
	}

	.history-section-img-content {
		margin-top: 50px;
	}

	.history-section-center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 180px;
	}

	.history-section-content {

		width: 50%;
		font-size: 22px;
	}

	.history-section-text {
		width: 300px;
		margin: auto;
		max-width: 50%;
	}

	.history-end-img {
		width: 160px;
		height: 160px;
		margin: auto;
		padding: 30px;
	}

}

@media (max-width: 768px) {
	.history-banner {
		height: 350px;
	}

	.banner-title-1 {
		font-size: 24px;
	}

	.banner-title-2 {
		font-size: 40px;
	}

	.history-row {
		width: auto;
		margin-inline-start: 40px;
		margin-bottom: 45px;

	}

	.history-start-img {
		width: 100px;
		padding: 15px;
		margin-inline-start: 20px;
		margin-top: -50px;
		margin-bottom: 30px;
	}

	.history-timeline::before {
		left: 70px;
		top: 70px;
	}

	[dir="rtl"] .history-timeline::before {
		left: auto;
		right: 70px;
		transform: translateX(50%);
	}

	.history-row-content {
		width: 100%;
		flex: 1 1 auto;
		margin-top: 0;
	}

	.history-row-img {
		position: static;
		transform: none;
		width: 60px;
		height: 60px;
		flex: 0 0 60px;
		margin-top: 10px;
	}

	.history-row-left .history-row-content,
	.history-row-right .history-row-content {
		padding-inline-start: 20px;
		padding-inline-end: 10px;
	}

	.history-row-year {
		font-size: 26px;
	}

	.history-row-text {
		font-size: 16px;
	}

	.history-row-year .line {
		height: 2px;
	}

	.history-section {
		margin-bottom: 40px;
	}

	.history-section-center {
		height: 180px;
		margin-top: -90px;
		position: relative;
		z-index: 1;
	}

	.history-section-center img {
		display: block;
		margin: auto;
	}

	.history-section-text {
		font-size: 18px;
		padding: 0 10px;
		margin-top: 20px;
	}

	.history-end-img {
		width: 100px;
		height: 100px;
		padding: 15px;
		margin-inline-start: 20px;
	}

}






/*New 2025*/


/* Container Styles */
.hist-container, .hist-container1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	/*max-width: 1140px;*/
	margin: auto;
	padding: 20px 10px;
	min-height: 100vh;
}
	.hist-container {
	max-width: 1140px;	
	}
.hist-container1 .frst {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	padding: 20px 10px;
	min-height: 100vh;
}
.hist-container1 {
	background-color: #f2f2f2;
	margin-top: 50px;
	padding: 20px;
}
/* Column Layouts */
.histleft, .histright, .histleft1, .histright1 {
	padding: 20px;
}
.histleft {
	width: 20%;
}
.histright {
	width: 78%;
	background-color: #ffffff;
}
.histleft1, .histright1 {
	width: 50%;
}
/* Headings and Text */
.histleft h2, .histleft1 h2, .scrl8 .row1 h2 {
	color: #ffffff;
	background-color: #074075;
	padding: 10px;
	font-weight: 600;
	font-size: 1.6em;
	text-align: center;
	max-width: 185px;
	border: 1px solid #ffffff;
	margin-left: 10%;
}
.histleft1 p {
	padding-top: 15%;
	font-weight: 400;
	font-size: 1.65em;
	margin-left: 10%;
	line-height: 1.45em;
}
/* Image Styling */
.hist-container img, .hist-container1 img {
	width: 100%;
	height: auto;
}
/* Scroll Section Backgrounds */
.scrl4 {
	background: url("../img/timeline/4-bg.webp") no-repeat left top;
}
.scrl7 {
	background: url("../img/timeline/7.webp") no-repeat right top;
}
.scrl9 {
	background: url("../img/timeline/9.webp") no-repeat left top;
}
.yr20 {
	background: url("../img/timeline/6-a.webp") no-repeat left top;
}
.scrl4 h3, .scrl6 .histleft1 h3, .scrl7 .histleft1 h3, .scrl8 .histleft1 h3, .scrl9 .histleft1 h3 {
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.5em;
	color: #ffffff;
	width: 60%;
	padding-left: 10%;
	padding-top: 50px;
}
/* SCRL6 Right Content Styling */
.scrl6 .histright1 {
	background: #004794;
	padding: 100px 10%;
}
.scrl6 .histright1 h1, .scrl6 .histright1 h2, .scrl6 .histright1 h4, .scrl6 .histright1 h5, .scrl6 .histright1 p {
	color: #ffffff;
}
.scrl6 .histright1 h1 {
	font-size: 1.65em;
	padding-bottom: 25px;
}
.scrl6 .histright1 h2 {
	font-size: 1.35em;
	font-style: italic;
	margin-left: 10%;
	padding-bottom: 25px;
}
.scrl6 .histright1 h3 {
	font-size: 1.65em;
	text-align: center;
	background: #ffffff;
	color: #000000;
	padding: 10px;
	margin-bottom: 25px;
}
.scrl6 .histright1 h4 {
	font-size: 1.15em;
	padding-bottom: 25px;
}
.scrl6 .histright1 h5 {
	font-size: 1em;
	padding-bottom: 25px;
}
.scrl6 .histright1 p {
	font-size: 0.85em;
	line-height: 1rem;
}
/* SCRL8 Specifics */
.scrl8 {
	background: url("../img/timeline/8.webp") no-repeat left top;
}
.scrl8 .row1 h3 {
	background: #183b2e;
	max-width: 350px;
	font-size: 1.65rem;
	padding: 10px;
	text-align: center;
	font-weight: 500;
	color: #ffffff;
}
.scrl8 .row1 p, .scrl8 .row2 p {
	color: #000000;
	font-size: 1.85rem;
	padding-bottom: 50px;
	width: 60%;
	padding-left: 15%;
	line-height: 1.5em;
}
/* Grid Layouts */
.row1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	width: 100%;
}
.row2, .cell {
	color: white;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
	width: 100%;
}

/* Responsive Fixes */
@media (max-width: 992px) {
.histleft, .histright {
	width: 100%;
}
.histleft1, .histright1 {
	width: 100%;
}
.scrl6 .histright1 {
	padding: 40px 20px;
}
.scrl6 .histleft1 h3, .scrl6 .histright1 h3 {
	width: 90%;
}
}

@media (max-width: 768px) {
.row1 {
	grid-template-columns: 1fr;
}
.histleft h2, .histleft1 h2, .scrl8 .row1 h2 {
	margin-left: 0;
	max-width: 100%;
}
.histleft1 p {
	margin-left: 0;
}
}

@media (max-width: 480px) {
.scrl4 h3, .scrl6 .histleft1 h3, .scrl7 .histleft1 h3, .scrl8 .histleft1 h3, .scrl9 .histleft1 h3 {
	font-size: 1.5em;
	width: 90%;
}
.scrl8 .row1 p, .scrl8 .row2 p {
	width: 90%;
	padding-left: 5%;
	font-size: 1.2rem;
}
}
