body{font-family: 'Poppins', sans-serif;overflow-x: hidden;font-size: 16px;line-height: 22px;color: #000;background: #fff;}
html{font-family: 'Poppins', sans-serif;}

a{color: #B9000E;text-decoration: none;outline: none; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
a:hover {color: #3ea6c2;text-decoration: none;outline: none; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}

/*Slim Scroll*/
/* Works on Firefox */
* {scrollbar-width: thin;scrollbar-color: #333 #d4d4d4;}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {width: 2px;}
*::-webkit-scrollbar-track {background: #d4d4d4;}
*::-webkit-scrollbar-thumb {background-color: #333;border-radius: 6px;}
p{font-size: 16px; line-height: 28px;}
ul li{font-size: 16px; line-height: 28px;}

.btn_blue{background: #EEECF7;border: 0;color: #5535F0;width: 98%;font-weight: 500;border-radius: 20px;height: 40px;transition: all 0.2s ease;}
.btn_blue:hover, .btn_blue:focus{background: #441CFF !important;color: #fff !important;outline: 0;}

/*Navber*/
.navbar.navbar-expand-lg{padding: 0;box-shadow: 0px 4px 8px 1px #dbdbdb;}
.navbar-brand img{max-width: 100%; max-height: 74px;}
.nav-link{font-size: 16px;padding: 7px 12px !important;white-space: nowrap;}
.dropdown-toggle::after {vertical-align: middle;box-sizing: border-box;display: inline-block;height: 8px;width: 8px;border-style: solid;border-color: #424242;border-width: 0 1px 1px 0;transform: rotate(45deg);transition: border-width 150ms ease-in-out;margin: -4px 6px 0;}
.dropdown-menu{border-radius: 0;min-width: 220px;border: solid 1px #fff;-webkit-box-shadow: 0 0 50px 3px rgba(0,0,0,.15) !important;
-moz-box-shadow: 0 0 50px 3px rgba(0,0,0,.15) !important;box-shadow: 0 0 50px 3px rgba(0,0,0,.15) !important;}
.dropdown-menu .dropdown-item{padding: 8px 15px !important;font-size: 15px;color: #555;}
.dropdown-item:focus, .dropdown-item:hover{background: transparent; color: #B9000E;}
.nav-link:focus, .nav-link:hover{color: #B9000E;}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link{color: #B9000E;}
.dropdown:hover .dropdown-menu{ display: block; }


/*Banner*/
.banner .carousel-caption{left: 0;right: 0;margin: auto;transform: translateY(-50%);top: 50%;color: #333;text-align: left;max-width: 1280px;width: 100%;padding-right: 42%;}
.banner h2{color: #B9000E; font-weight: 900; text-transform: uppercase;}

.page_img {
	max-width: 100%;
	max-height: 550px;
	border-bottom-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom: 4px solid #ff0000bd;
	border-top: 4px solid #00ff1bbd;
}
.heading1{position: relative;}
.heading1:before{position: absolute; border-top: solid 6px #B9000E; content: ""; left: 0; top: -15px; width: 100px;}


.list1 {list-style-image: url(../images/list1.png);line-height: 24px;margin-bottom: 15px;list-style-position: outside;text-align: left;font-weight: 400;}
.list1 li{margin-bottom: 15px;}
.list2 {list-style-image: url(../images/list2.png);line-height: 30px;list-style-position: outside;text-align: left;padding-left: 20px;font-weight: 400;padding-left: 35px;}

ol li{line-height: 24px;margin-bottom: 15px;}



.gallery_thum{width: 100%;height: 200px;margin: auto;display: table;border: solid 1px #bfbfbf;border-radius: 2px;padding: 10px;}
.video_thum{width: 100%;height: 220px;margin: auto;display: table;border: solid 1px #bfbfbf;border-radius: 2px;padding: 10px;}

.event_table th, .event_table td{border: 10px solid white;
border-collapse: collapse;
border-radius: 10px;
border-collapse: separate;
font-size-adjust: inherit;
color: #fff !important;
}
.event_table th{background: #B9000E;}
.event_table td{background: #B9000E;}

.staff_bg{background: linear-gradient(to bottom, #84a7ca, #d7eafd);}
.staff_bg .card{border-radius: 4px;box-shadow: none;}
.staff_img{width:120px; height:120px;border-radius: 50%;border: solid 1px #e4e4e4;padding: 6px; overflow: hidden;}


/*Service box*/
.service_box{box-sizing: border-box;-webkit-box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.08);-moz-box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.08);box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.08);border: 1px solid #f0f0f0;border-radius: 0;padding: 0;background: #fff;border-radius: 40px 0;}
.service_box p{color: #969798;font-size: 14px;}
.service_box .icon_circle{display: inline-block;width: 80px;height: 80px;line-height: 75px;font-size: 32px;background: #e8e8e8;border-radius: 50%;}
.service_box .icon_circle .bi{color: #fe5200;margin-top: 20px;}
.service_box:hover .icon_circle{background: #fe5200;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.service_box:hover .icon_circle .bi{color: #fff;}

.service_box .icon_circle.orange .bi{color: #ff5828;margin-top: 20px;}
.service_box:hover .icon_circle.orange{background: #ff5828;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.service_box:hover .icon_circle.orange .bi{color: #fff;}

.service_box .icon_circle.purple .bi{color: #e80368;margin-top: 20px;}
.service_box:hover .icon_circle.purple{background: #e80368;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.service_box:hover .icon_circle.purple .bi{color: #fff;}

.service_box .icon_circle.yellow .bi{color: #ffbb2c;margin-top: 20px;}
.service_box:hover .icon_circle.yellow{background: #ffbb2c;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.service_box:hover .icon_circle.yellow .bi{color: #fff;}

.service_box .icon_circle.green .bi{color: #382788;margin-top: 24px;}
.service_box:hover .icon_circle.green{background: #382788;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.service_box:hover .icon_circle.green .bi{color: #fff;}

.service_box .icon_circle.red .bi{color: #CB0000;margin-top: 20px;}
.service_box:hover .icon_circle.red{background: #CB0000;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.service_box:hover .icon_circle.red .bi{color: #fff;}

.submit_btn {width: 200px;font-size: 16px;font-weight: 600;color: #fff;cursor: pointer;height: 48px;text-align:center;border: none;border-radius: 50px;background-size: 300% 100%;    moz-transition: all .4s ease-in-out;-o-transition: all .4s ase-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.submit_btn.color_hover {background-image: linear-gradient(to right, #ff737d, #b9000e, #d91c2b, #b9000e);}
.submit_btn:hover {background-position: 100% 0;moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-webkit-ransition: all .4s ease-in-out;transition: all .4s ease-in-out;color: #fff !important;}
.submit_btn:focus {outline: none;}

.photo{border: solid 6px #fff;box-shadow: 0 0 0 4px #e1e1e1;max-width: 100%;max-height: 200px;margin: 0 auto 20px;}
.enquiry_button{position: fixed;top: 260px;right: 0px;background: #fff; border: none;font-size: 16px;color: #064787;text-align: center; border-radius: 30px 0 0 30px;box-shadow: 0 1px 15px rgb(32 33 36 / 28%);padding: 10px 20px; border-right: solid 4px #064787; z-index: 99;}



/*Businesses Across 2 */
.galler_cow .heading2::before {border-top: solid 4px #0A1827;}
.galler_cow .img_thum{width: 100%; height: 100%; overflow: hidden; position: relative;margin: auto;}
.galler_cow .img_thum img{height: 100%;aspect-ratio: 16 / 9;width: 100%;object-fit: cover;
    transform: scale(1);-webkit-transform: scale(1);transform: scale(1);-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.galler_cow .img_thum:before{width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: "";background: rgb(10,10,10);background: linear-gradient(0deg, rgba(10,10,10,0.69) 0%, rgba(26,26,26,0) 100%); z-index: 1;}
.galler_cow .img_thum:hover img{transform: scale(1.2);-webkit-transform: scale(1.2);transform: scale(1.2);-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}

.galler_cow .img_thum .title{position: absolute;bottom: 20px;left: 20px; width: calc(100% - 40px); z-index: 2;}
.galler_cow .img_thum .title img{width: 32px; height: 32px;}
.galler_cow .img_thum .title a{color: #fff; text-decoration: none;display: block;-webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
-moz-transition: -moz-transform .6s cubic-bezier(.19, 1, .22, 1);transition: transform .6s cubic-bezier(.19, 1, .22, 1);}
.galler_cow .img_thum .title a img{-webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
-moz-transition: -moz-transform .6s cubic-bezier(.19, 1, .22, 1);transition: transform .6s cubic-bezier(.19, 1, .22, 1);}
.galler_cow .img_thum:hover .title a{opacity: 0.8;transition: all .3s ease-in;}
.galler_cow .img_thum:hover .title a img{color: #fff;opacity: 0.8; text-decoration: none;-webkit-transform: scale(1.15);  -moz-transform: scale(1.15);  transform: scale(1.15)}



/*===== OUR SERVICES =====*/
.our_services{padding:70px 0;position:relative; background: url(../images/bgfkb.png) no-repeat 0 0/cover;background-attachment: scroll;background-attachment: fixed;padding: 100px 0; position: relative; z-index: 2;}
	.our_services:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		display: block; /*background: rgba(0,0,0,0.8);*/
		background: rgb(110 61 1 / 86%);
		left: 0;
		top: 0;
		z-index: -2;
	}
.our_services .box_text_wrap:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}
.our_services p{margin:0px; padding:0; font-size:24px; text-align:left; color:#fff;}
.our_services .img_box{width: 100%; height: 100%; position: relative; overflow: hidden;}
.our_services .img_box:after{
border: solid 1px #ce7a0f;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
position: absolute;
display: block;
top: 15px;
left: 15px;
}
.our_services .img_box img{width: 100%; height: 100%;object-fit: cover;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;}
.our_services .img_box:hover img{-o-object-fit: cover;
	object-fit: cover;
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);}
.mob_none{display:block !important;}
.mob_block{display:none !important;}

.about {
	padding: 50px 0px;
	position: relative;
	background: url(../images/bgkb.png) no-repeat 0 0/cover;background-attachment: scroll;background-attachment: fixed;
  }

  .bg_gray {
	background: url(../images/activity-bg.png) no-repeat 0 0;
  }

  /*Add By Raghuvar for animated boxes*/
:root {
	--radius: 20px;
	--bg: #0b1020;
	--card: #0f162f;
	--card-2: #101a38;
	--text: #eaf1ff;
	--muted: #9fb0d6;
	--shadow: 0 10px 25px rgba(0,0,0,.35);
	/* brand accents for cards */
	--accent-1: #6c5ce7; /* violet */
	--accent-2: #10b981; /* emerald */
	--accent-3: #f59e0b; /* amber */
	--accent-4: #ef4444; /* red */
}

* {
	box-sizing: border-box
}

/*body {
	margin: 0;
	font-family: ui-rounded, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
	background: radial-gradient(1200px 500px at 20% -10%, #1a245a 0%, rgba(10,15,40,0) 60%), radial-gradient(1000px 500px at 120% 10%, #0c6c73 0%, rgba(10,15,40,0) 50%), var(--bg);
	color: var(--text);
	min-height: 100svh;
	display: grid;
	place-items: center;
	padding: 32px;
}*/

.wrap {
	width: min(1100px, 100%);
}

h1 {
	font-weight: 800;
	letter-spacing: .2px;
	margin: 0 0 18px;
	font-size: clamp(20px, 2vw + 10px, 34px);
}

p.lead {
	color: var(--muted);
	margin: 0 0 26px;
}

.grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat( auto-fit, minmax(240px, 1fr) );
	margin-bottom: 6px;
}

/* ----- STAT CARD ----- */
.stat-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: var(--radius);
	/*background: linear-gradient(180deg, var(--card), var(--card-2));*/
	background: linear-gradient(180deg, #ffd070, #03460b);
	padding: 18px 18px 20px 18px;
	padding: 18px 18px 20px 18px;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255,255,255,.06);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

	.stat-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 18px 40px rgba(0,0,0,.45);
		border-color: rgba(255,255,255,.18);
	}

	/* animated gradient border ring */
	.stat-card::before {
		content: "";
		position: absolute;
		inset: -2px;
		z-index: -1;
		border-radius: inherit;
		background: conic-gradient(from 0deg, var(--accent) 0deg, transparent 90deg, var(--accent) 180deg, transparent 270deg, var(--accent) 360deg);
		filter: blur(8px);
		opacity: .65;
		animation: spin 6s linear infinite;
		-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		padding: 1px; /* creates the ring */
	}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

/*.row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}*/

.icon-badge {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: radial-gradient(80% 80% at 30% 20%, rgba(255,255,255,.18), rgba(255,255,255,.04)), linear-gradient(135deg, color-mix(in oklab, var(--accent), white 10%), color-mix(in oklab, var(--accent), black 20%));
	box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--accent), white 35%), 0 8px 14px rgba(0,0,0,.35);
	position: relative;
	overflow: hidden;
}

	/* icon shimmer */
	.icon-badge::after {
		content: "";
		position: absolute;
		inset: 0;
		translate: -120% 0;
		rotate: 12deg;
		background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
		animation: shine 2.2s ease-in-out infinite;
	}

@keyframes shine {
	0% {
		translate: -120% 0
	}

	60% {
		translate: 120% 0
	}

	100% {
		translate: 120% 0
	}
}

.icon-badge svg {
	width: 28px;
	height: 28px;
	color: white;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
	animation: float 3.2s ease-in-out infinite;
	transform-origin: 50% 50%;
}

@keyframes float {
	0%,100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-3px)
	}
}

.meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

	.meta .title {
		font-weight: 700;
		letter-spacing: .3px;
	}

	.meta .caption {
		font-size: .85rem;
		color: var(--muted);
	}

.value {
	/*font-size: clamp(26px, 4.2vw, 42px);
	font-weight: 900;
	letter-spacing: .5px;
	line-height: 1;
	margin-top: 4px;*/
	font-weight: 800;
	letter-spacing: .5px;
	line-height: 1;
	margin-top: 4px;
	font-size: 24px;
}

/* theme helpers */
.violet {
	--accent: var(--accent-1)
}

.emerald {
	--accent: var(--accent-2)
}

.amber {
	--accent: var(--accent-3)
}

.red {
	--accent: var(--accent-4)
}

/* accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
	.stat-card::before, .icon-badge::after, .icon-badge svg {
		animation: none
	}
}
.title{
	color:white;
}
.caption{
	color:white;
}
.value{
	color:white;
}
  /*end*/

.heading23 {
	padding-top: 13px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	background: linear-gradient(90deg, #ff512f, #dd2476, #24c6dc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	animation: glow 3s infinite alternate, slideIn 2s ease-out;
}

/* Glow Animation */
@keyframes glow {
	from {
		text-shadow: 0 0 5px #ff512f, 0 0 10px #dd2476, 0 0 20px #24c6dc;
	}

	to {
		text-shadow: 0 0 20px #ff512f, 0 0 30px #dd2476, 0 0 40px #24c6dc;
	}
}

/* Slide-in Animation */
@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.highlight-box {
	text-align: center;
	padding: 6px;
	padding-top: 16px;
	border-radius: 50px;
	/* background: linear-gradient(135deg, #ff9a9e, #fad0c4, #fad390); */
	background: linear-gradient(135deg, #c4ffc161, #faffbc, #fffefd);
	border-radius: 50px;
	box-shadow: 0 0 20px rgba(255, 0, 100, 0.6);
	animation: pulseBg 6s infinite alternate;
	display: inline-block;
	margin: 8px auto;
}

.heading123 {
	font-size: 32px;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	/*background: linear-gradient(90deg, #ff512f, #ff9966, #ffcc00);*/
	background: linear-gradient(90deg, #000000, #146808, #5c4e12);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 4s linear infinite;
	text-shadow: 0 0 8px rgba(255,255,255,0.6);
}

/* Background pulse animation */
@keyframes pulseBg {
	0% {
		box-shadow: 0 0 15px rgba(255,0,100,0.4), 0 0 30px rgba(255,150,0,0.6);
	}

	100% {
		box-shadow: 0 0 25px rgba(255,50,150,0.8), 0 0 50px rgba(255,200,0,0.9);
	}
}

/* Shiny text animation */
@keyframes shine {
	0% {
		background-position: -200px 0;
	}

	100% {
		background-position: 200px 0;
	}
}
/*Box Body*/
/*.heading {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	background: linear-gradient(45deg, #ff5722, #ff9800);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: glow 2s infinite alternate;
	margin: 20px 0;
}

@keyframes glow {
	from {
		text-shadow: 0 0 5px #ff9800;
	}

	to {
		text-shadow: 0 0 20px #ff5722;
	}
}

.card {
	border-radius: 20px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
	margin: 15px 0;
	transition: transform 0.3s, box-shadow 0.3s;
}

	.card:hover {
		transform: translateY(-8px);
		box-shadow: 0 12px 30px rgba(0,0,0,0.2);
	}

ul li {
	padding: 10px;
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	opacity: 0;
	animation: fadeInUp 1s forwards;
}

	ul li:nth-child(1) {
		animation-delay: 0.2s;
	}

	ul li:nth-child(2) {
		animation-delay: 0.4s;
	}

	ul li:nth-child(3) {
		animation-delay: 0.6s;
	}

	ul li:nth-child(4) {
		animation-delay: 0.8s;
	}

	ul li:nth-child(5) {
		animation-delay: 1s;
	}

	ul li:nth-child(6) {
		animation-delay: 1.2s;
	}

	ul li:nth-child(7) {
		animation-delay: 1.4s;
	}

	ul li:nth-child(8) {
		animation-delay: 1.6s;
	}

@keyframes fadeInUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.highlight {
	background: #ffe082;
	padding: 2px 6px;
	border-radius: 6px;
	font-weight: bold;
}*/
.heading {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 4px;
	background: linear-gradient(45deg, #ff512f, #dd2476);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: glow 2s infinite alternate;
	margin-bottom: 30px;
}

@keyframes glow {
	from {
		text-shadow: 0 0 10px #ff512f;
	}

	to {
		text-shadow: 0 0 25px #dd2476;
	}
}

/* Card/Box Style */
.benefit-box {
	background: linear-gradient(135deg, #ffecd2, #fcb69f);
	border-radius: 18px;
	padding: 18px;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 500;
	box-shadow: 0 6px 15px rgba(0,0,0,0.15);
	opacity: 0;
	transform: scale(0.8);
	animation: zoomIn 0.8s forwards;
}

	.benefit-box:nth-child(1) {
		animation-delay: 0.2s;
	}

	.benefit-box:nth-child(2) {
		animation-delay: 0.4s;
	}

	.benefit-box:nth-child(3) {
		animation-delay: 0.6s;
	}

	.benefit-box:nth-child(4) {
		animation-delay: 0.8s;
	}

	.benefit-box:nth-child(5) {
		animation-delay: 1s;
	}

	.benefit-box:nth-child(6) {
		animation-delay: 1.2s;
	}

	.benefit-box:nth-child(7) {
		animation-delay: 1.4s;
	}

	.benefit-box:nth-child(8) {
		animation-delay: 1.6s;
	}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Hover Effect */
.benefit-box:hover {
	transform: scale(1.05);
	transition: 0.3s;
	box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Highlight important text */
.highlight {
	background: #fff176;
	padding: 3px 8px;
	border-radius: 6px;
	font-weight: bold;
}
/*End*/
/*rooprekha*/
.headingroop {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #1b5e20;
	margin-bottom: 30px;
	position: relative;
	animation: fadeIn 1.5s ease-in-out;
}

	.heading::after {
		content: "";
		width: 80px;
		height: 4px;
		background: linear-gradient(90deg,#43cea2,#185a9d);
		display: block;
		margin: 10px auto 0;
		border-radius: 2px;
	}

/* Vertical timeline container */
.timeline {
	position: relative;
	margin: 0 auto;
	padding-left: 40px;
	border-left: 4px solid #43cea2;
	max-width: 800px;
}

/* Timeline item */
.timeline-item {
	position: relative;
	margin-bottom: 25px;
	opacity: 0;
	transform: scale(0.9);
	animation: zoomFade 0.8s forwards;
}

	.timeline-item:nth-child(1) {
		animation-delay: 0.2s;
	}

	.timeline-item:nth-child(2) {
		animation-delay: 0.4s;
	}

	.timeline-item:nth-child(3) {
		animation-delay: 0.6s;
	}

	.timeline-item:nth-child(4) {
		animation-delay: 0.8s;
	}

	.timeline-item:nth-child(5) {
		animation-delay: 1s;
	}

	.timeline-item:nth-child(6) {
		animation-delay: 1.2s;
	}

	.timeline-item:nth-child(7) {
		animation-delay: 1.4s;
	}

/* Dot with icon */
.timeline-icon {
	position: absolute;
	left: -32px;
	top: 10px;
	width: 32px;
	height: 32px;
	background: #185a9d;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 8px rgba(24,90,157,0.5);
}

/* Content box */
.timeline-content {
	background: #ffffff;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: transform 0.3s;
}

	.timeline-content:hover {
		transform: scale(1.03);
		box-shadow: 0 8px 20px rgba(0,0,0,0.2);
	}

.section-title {
	font-size: 18px;
	font-weight: bold;
	color: #b71c1c;
	margin-bottom: 8px;
}

.timeline-content p,
.timeline-content ul {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.timeline-content ul {
	padding-left: 20px;
}

/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes zoomFade {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}
/*end*/