
:root {
	--gap50: 50px;
	--gap40: 40px;
	--gap30: 30px;
	--gap25: 25px;
	--gap20: 20px;
	--gap15: 15px;
	--gap10: 10px;
}

@media only screen and (max-width: 768px) {
	:root {
		--gap50: 15px;
		--gap40: 15px;
		--gap30: 15px;
		--gap25: 15px;
		--gap20: 15px;
	}
}

.custom_space_50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.custom_pb_space_50 {
	padding-bottom: 50px;
}
.custom_pt_space_50 {
	padding-top: 50px;
}

@media only screen and (max-width: 768px) {
	.custom_space_50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.custom_pb_space_50 {
		padding-bottom: 30px;
	}
	.custom_pt_space_50 {
		padding-top: 30px;
	}
}

/*==========( Start 1)===========*/


.ppl_hero{
	position: relative;
	z-index: 9;
}

.ppl_hero::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: #3B30AA;
	background: linear-gradient(90deg, rgb(14 79 65 / 82%) 0%, rgb(21 85 65 / 53%) 50%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	z-index: 9;
}

.reintro_con {
	position: relative;
	overflow: hidden;
}

.reintro_con:before {
	content: "";
	position: absolute;
	right: -150px;
	top: -190px;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(213, 233, 91, 0.12);
	border-radius: 50%;
	box-shadow:
	0 0 0 70px rgba(213, 233, 91, 0.025),
	0 0 0 140px rgba(213, 233, 91, 0.02);
	z-index: 9;
}

.re_intro_section {
	background: #ffffff;
}

.reintro_card {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gap30);
	margin-top: var(--gap50);
	display: none;
}

.re_intro_card {
	background: #fff;
	border-radius: var(--gap30);
	padding: var(--gap30);
	height: 100%;
	border: 1px solid #edf2ef;
	transition: 0.4s;
}

.re_intro_card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.re_icon {
	width: 70px;
	height: 70px;
	border-radius: 20px;
	background: #0b6a53;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	margin-bottom: 25px;
}

/*==========( End 1)===========*/

/*==========( Start 2)===========*/

.re_appr_con {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--gap30);
}

.re_approach_image {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.re_approach_image img {
	width: 100%;
}

.re_energy_badge {
	position: absolute;
	bottom: 20px;
	left: 20px;    
	color: #fff;
	padding: 15px;
	border-radius: 20px;
	width: 220px;
	z-index: 9;
}

.re_energy_badge::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #0b6a53;
	top: 0;
	left: 0;
	filter: blur(21px);
	z-index: -1;
	opacity: 0.7;
}

.re_energy_badge span {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	opacity: 1;
}

.re_energy_badge h4 {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}

.re_tech_card {
	transition: 0.4s;
}

.re_tech_card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.re_approch_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gap30);
	margin-top: var(--gap50);
}

.re_number {
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 42px;
	font-weight: 700;
	color: #e8f5ef;
	font-family: Syne, sans-serif, Outfit;
}

/*==========( End 2)===========*/

/*==========( Start 3)===========*/

.re_progress_section {
	margin-bottom: var(--gap50);
}

.re_progress_heading {
	margin-bottom: var(--gap30);
}

.re_progress_wrapper {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: var(--gap50);
	align-items: flex-start;
}

.re_progress_cards {
	display: flex;
	flex-direction: column;
	margin-bottom: var(--gap30);
}

.re_progress_card {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #1369570f;
	transition: 0.4s;
	padding-bottom: 10px;
	margin-bottom: 10px;
	gap: 10px;
}

.re_progress_card:hover {
	transform: translateX(10px);
}

.milestone-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #e8f5ee;
	color: green;
	display: flex;
	align-items: center;
	justify-content: center;
}

.milestone-icon .icon {
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	width: 18px;
	height: 18px;
}

.re_progress_right {
	position: relative;
	margin-bottom: var(--gap30);
}

.re_progress_right img {
	width: 100%;
	border-radius: 30px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
	height: 100%;
	object-fit: cover;
}

.re_progress_badge {
	position: absolute;
	left: -30px;
	bottom: 30px;
	background: #0b6a53;
	color: #fff;
	padding: 15px;
	border-radius: 15px;
	max-width: 260px;
}

.re_progress_badge h4 {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 16px;	
	font-weight: 500;
}

/*==========( End 3)===========*/

/*==========( Start 4)===========*/

.umrei_vision_section {
	margin-bottom: var(--gap50);
}

.umrei_vision_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--gap30);
}

.umrei_vision_card {
	background: #f8fbf9;
	border: 1px solid #e8efeb;
	border-radius: var(--gap30);
	padding: var(--gap30);
	transition: 0.35s;
	position: relative;
	overflow: hidden;
}

.umrei_vision_card:hover {
	background: #0b6a53;
	transform: translateY(-8px);
}

.umrei_vision_card span {
	font-size: 18px;
	font-weight: 700;
	font-family:
	Bruno Ace SC,
	cursive,
	sans-serif;
}

.umrei_vision_card:hover span {
	background: #ffffff;
	color: #0b6a53;
}

.umrei_vision_card h4 {
	font-size: 18px;
}

.umrei_vision_card:hover h4 {
	color: #fff;
}

.umrei_vision_footer {
	max-width: 900px;
	margin: var(--gap30) auto 0;
	text-align: center;
}

.umrei_vision_footer p {
	font-size: 16px;
	line-height: 1.5;
	background: #f8fbf9;
	border: 1px solid #e8efeb;
	border-radius: var(--gap30);
	padding: var(--gap30);
	transition: 0.35s;
	position: relative;
	overflow: hidden;
}

/*==========( End 4)===========*/

/*==========( Start 5)===========*/

.umrei_importance_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--gap50);
	align-items: flex-start;
}

.umrei_importance_image {
	position: relative;
	order: 1;
}

.umrei_importance_image img {
	width: 100%;
	border-radius: 30px;
}

.umrei_country_grid {
	display: grid;
	margin-bottom: var(--gap30);
}

.umrei_country_card {
	background: #fff;
	border-bottom: 1px solid #0b6a5329;
	transition: 0.35s;
	display: flex;
	gap: 10px;
	padding: 10px;
}

.umrei_country_card:hover {
	transform: translateX(-6px);
}

.umrei_country_card span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	color: #0b6a53;
	font-weight: 700;
}

.umrei_country_card h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

.umrei_fut_cont {
	position: relative;
	overflow: hidden;
}

.umrei_fut_cont:before {
	content: "";
	position: absolute;
	left: -150px;
	top: -190px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	box-shadow:
	0 0 0 70px rgb(19 105 87 / 2%),
	0 0 0 140px rgb(19 105 87 / 4%);
}

/*==========( End 5)===========*/

/*==========( Start 6)===========*/

.umrei_future_image {
	position: relative;
}

.umrei_future_image img {
	width: 100%;
	border-radius: 30px;
	box-shadow: 0 35px 70px rgba(0, 0, 0, 0.08);
}

.umrei_future_container {
	width: 100%;
}

.umrei_future_container h4 {
	width: 100%;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	font-size: 22px;
	padding: 15px 0;
	border-top: 1px solid #13695733;
	border-bottom: 1px solid #13695733;
	color: #51a923;
}

.re_intro_section,
.umrei_importance_section,
.umrei_fut_cont {
	margin-bottom: var(--gap50);
}

/*==========( End 6)===========*/

.pipeline_img_div{
	margin-bottom: var(--gap50);
}


/* start */

.pp_nav_link {
	transition: 0.3s;
}

.pp_nav_link.active {
	background: #f3f8f5;
	color: #0b6a53;
	border-color: #d8e8df;
}

.pp_nav_link.active span {
	color: #0b6a53;
}

/* End */



/*============== ( Responsive ) =============*/



@media only screen and (max-width: 1024px){
	.re_appr_con{grid-template-columns: 1fr;}
	.re_approch_grid{grid-template-columns: repeat(1, 1fr);}
	.re_progress_wrapper{grid-template-columns: 1fr;}
	.umrei_importance_wrapper{grid-template-columns: 1fr;}
}

@media only screen and (max-width: 991px){
	.re_progress_wrapper{grid-template-columns:1fr;}
	.umrei_vision_grid{grid-template-columns:1fr;}
	.umrei_importance_wrapper{grid-template-columns:1fr;}
}


@media only screen and (max-width: 768px){
	.umrei_future_container h4{grid-template-columns: repeat(1, 1fr);gap:15px;}
}


@media only screen and (max-width: 576px){
	.re_progress_badge,
	.re_energy_badge{position:relative;left:0;bottom:0;margin-top:20px;max-width:100%;width: 100%;}
	.re_energy_badge::before{opacity: 1;border-radius: 15px;filter: blur(0);}
	.umrei_future_container h4{font-size: 17px;gap: 7px;}    
}

