@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
	body {
		font-family: "Red Hat Display";
		padding: 0 10px;
		background:#fff;
	}
	.navbar {
		border-style: none;
		border-width: 0;
		background:#fff;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.nav-item {
		color: rgba(16, 24, 40, 0.80);
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 28.8px */
		letter-spacing: -0.072px;
	}
	.nav-item a{
		color: rgba(16, 24, 40, 0.80);
	}
	.btn-menu {
		background: #009966;
		color: #fff;
		border-radius: 50px;
		font-family: "Red Hat Display";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%;
		letter-spacing: 0.928px;
		padding: 4px 4px 4px 20px;
		text-transform: capitalize;
	}
	.btn-menu img{
		width: 30px;
		margin-left: 3px;
	}
	.btn-menu:hover{
		color: #fff;
		text-decoration:none;
	}
	.navbar-toggler {
		padding: 0.25rem 0.75rem;
		font-size: 1.09375rem;
		line-height: 1;
		background-color: #932b2b00;
		border-radius: 0.25rem;
		outline: 0px dotted!important;
	}
	
	.navbar-toggler-icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		content: "";
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;

		background-image: linear-gradient(
		to bottom,
		#1d508a 0%,
		#1d508a 15%,
		transparent 15%,
		transparent 42%,
		#1d508a 42%,
		#1d508a 57%,
		transparent 57%,
		transparent 85%,
		#1d508a 85%,
		#1d508a 100%
	  );
	}
	
	
	 
	.textt {
		color: #101828;
		margin:0;
	}

	@media (max-width: 768px) {
	.nav-item {
		font-size: 15px;
		}
		.btn-menu {
			font-size: 15px;
			padding: 7px 7px 9px 10px;
		}
	}
	.Services-button {
		background-color: #00996614;
		color: #009966;
		border: none;
		padding: 10px 40px;
		border-radius: 25px;
		font-size: 18px;
		cursor: pointer;
	}
	.font_48 {
		font-size: 48px;
		line-height: 100px;
		color: #101828;
		font-family:Merriweather;
	}
	.font-p-18{
		font-size: 18px;
		color:#101828B2;
	}
	.Scroll-p{
		color: #101828;
		font-family: "Red Hat Display";
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 60px; 
		letter-spacing: -0.064px;
	}
	.section-1 {
		background: linear-gradient(180deg, #FFF 0%, #F8F8F8 100%);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0px 0px 50px 50px;
		padding: 60px;
	}
	.section-1 .container {
		background: url('../../uploads/2026/01/splash-bg.png');
		background-size: 100% 100%;
		background-position: center;
	}

@media (max-width: 768px) {

	.font_48 {
		font-size: 22px;
		padding-top: 15px;
		line-height: 30px;
	}

	.font-p-18 {
		font-size: 16px;
		text-align: left;
	}

	.Scroll-p {
		font-size: 14px;
		line-height: 32px;
		text-align: left;
	}

	.section-1 {
		padding: 30px 16px;
		border-radius: 0px 0px 30px 30px;
	}
	.section-1 .container {
		background-size: cover;
		padding: 20px 0;
	}
}


.section-2-title{
	color: #101828;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	 padding: 50px 144px 50px 141px;
}
.section1-2-title {
	font-size: 29px;
}
.custom-card {
      border-radius: 24px;
      border: 1px solid rgba(16, 24, 40, 0.08);
      background: #FFF;
    }
    .icon-img {
      width: 32px;
      height: 32px;
    }
	.card-title{
		color: #101828;
		font-size: 22px;
	}
    .text-style {
      color: rgba(16, 24, 40, 0.70);
      font-size: 16px;
      font-style: normal;
    }
	
.custom-card {
  border-radius: 24px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #FFF;
}


.custom-card .card-img-top {
  width: 100%;
  height: 180px;
}

.custom-card .icon-img {
	width: 30px;
	height: 30px;
	margin: 30px 30px 0px;
	background-color: #D4602E0A;
	border-radius: 10px;
	padding: 9px;
	box-sizing: content-box;
}

.custom-card .card-body {
	padding: 30px;
	text-align: center;
}
.custom-card .card-title {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}
.custom-card .card-text {
  color: rgba(16, 24, 40, 0.7);
  font-size: 16px;
  text-align: left;
}


@media (max-width: 768px) {

	.section-2-title {
		font-size: 19px;
		padding: 24px 0px;
		text-align: center;
	}
	.custom-card {
		border-radius: 18px;
	}
	.custom-card .card-img-top {
		height: auto;
	}
	.custom-card .icon-img {
		margin: 20px auto 0;
		display: block;
	}
	.custom-card .card-body {
		padding: 20px;
	}
	.custom-card .card-title {
		font-size: 18px;
		text-align: center;
	}
	.custom-card .card-text {
		font-size: 16px;
		text-align: center;
	}
	 .g-4 .col-md-3{
		margin: 10px;
	 }
}
.section-22{
	margin-bottom: 40px;
}
.section-22-title {
	width: 100%;
	max-width: 797px;
	padding: 32px 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	border-radius: 32px;
	background: rgba(0, 153, 102, 0.04);
	margin: 0 auto;
}
.frame-img {
    max-width: 50px;
    height: auto;
}
.section-33-title {
	width: 100%;
	max-width: 797px;
	padding: 32px 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	border-radius: 32px;
	border: 1px solid #096;
	background: rgba(0, 153, 102, 0.08);
	margin: 0 auto;
	
}
.frame-img {
    max-width: 50px;
    height: auto;
}
.texttt {
    font-size: 16px;
    color: #ffffff;
}
.image9 {
	width: 100%;
	max-width: 611px;
	height: auto;
	z-index: 9;
	position: relative;
}
.image10{
	width: 100%;
	max-width: 611px;
	height: 396px;
	z-index: 9;
	position: relative;
	margin-top: 57px;
	border-radius:32px;
}


.font_488 {
	font-size: 48px;
	color: #fff;
	font-family: "Merriweather", serif;
	line-height: 1.2;
	padding-top: 60px;
}

.font-p{
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	width: 90%;
}


@media (max-width: 768px) {

	.section-22-title {
		flex-direction: column;
		text-align: center;
		padding: 20px 16px;
		border-radius: 20px;
		gap: 10px;
	}

	.frame-img {
		max-width: 40px;
	}

	.textt {
		font-size: 15px;
	}

	.image9 {
		max-width: 100%;
		margin: 0 auto;
	}
	.image10 {
		max-width: 100%;
		margin: 0 auto;
		height: 200px;
	}

	.font_488 {
		font-size: 30px;
		padding-top: 30px;
	}

	.font-p {
		font-size: 16px;
		width: 100%;
		margin: 0 auto;
	}

}



	.section-3 {
		background-color: #1F538D;
		border-radius: 50px;
		padding: 30px 60px;
		margin-bottom: 20px;
	}

	.custom-card2 {
		border-radius: 24px;
		border: 1px solid rgba(16, 24, 40, 0.08);
		background-color: #10182814;
		height: 100%;
	}

	.custom-card2 .icon-img {
		width: 40px;
		height: 40px;
		margin: 30px 30px 0; 
		border-radius: 8px;
	}

	.custom-card2 .card-body {
		padding: 30px;
	}

	.custom-card2 .card-title {
		color: #ffffff;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 8px;
	}

	.custom-card2 .card-text {
		color: rgba(255, 255, 255, 0.70);
	}
	.gg-4{
		padding-bottom: 20px;
	}
	.Works-text2{
		text-align: center;
		max-width: 650px;
		margin: auto;
	}
	.Works-text3{
		text-align: center;
		max-width: 560px;
		margin: auto;
		color: #fff;
		padding: 10px 0px 20px 0px;
	}
 
	@media (max-width: 768px) {
	.Works-text3{
		text-align: center;
	}	
	.Works-text2{
	}
	.section-3 {
		padding: 30px 16px;
		border-radius: 30px;
	}

	.custom-card2 {
		border-radius: 18px;
	}

	.custom-card2 .icon-img {
		width: 36px;
		height: 36px;
		margin: 20px auto 0;
		display: block;
	}

	.custom-card2 .card-body {
		padding: 20px;
		text-align: center;
	}

	.custom-card2 .card-title {
		font-size: 16px;
	}

	.custom-card2 .card-text {
		font-size: 14px;
	}
}





	.footer {
		border-radius: 48px;
		background: #0F172B;
		padding: 80px 0 48px 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 80px;
		align-self: stretch;
	}

	.footer-discuss-project {
		display: flex;
		padding: 20px 15px;
		justify-content: space-between;
		align-items: center;
		background: #192033;
		border-radius: 40px;
		margin-bottom: 30px;
	}

	.footer-discuss-project h1{
		color: #FFF;
		font-family: Merriweather;
		font-size: 48px;
		font-style: normal;
		font-weight: 400;
		line-height: 132%; /* 63.36px */
	}
	.footer-discuss-project p{
		color: rgba(255, 255, 255, 0.70);
		font-family: "Red Hat Display";
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 25.6px */
		letter-spacing: -0.064px;
	}

	.btn-footer {
		background: #009966;
		color: #fff;
		border-radius: 50px;
		font-family: "Red Hat Display";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%;
		letter-spacing: 0.928px;
		padding: 8px 5px 11px 20px;
		text-transform: capitalize;
	}
	.btn-footer img{
		width: 30px;
		margin-left: 3px;
	}
	.btn-footer span {
		position: relative;
		top: 1px;
	}
	.btn-footer:hover{
		color: #fff;
		text-decoration:none;
	}
	.footer-menu-item{
		padding:0;
	}
	.footer-menu-item li {
		padding: 0;
		color: #fff;
		list-style: none;
		font-size: 16px;
		text-transform: uppercase;
		display: inline;
		padding: 0 0 0 25px;
	}
	.footer-menu-item li a{
		color: #fff;
		text-decoration:none;
	}
	.footer-menu-item li span{
		color: #009966;
		margin-right:10px;
	}
	.contact-info a {
		color: #096;
		font-family: "Red Hat Display";
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		letter-spacing: -0.072px;
		text-decoration: none !important;
		padding-left: 20px;
	}

	.location-name{
		color: #FFF;
		font-family: "Red Hat Display";
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 28.8px */
		letter-spacing: -0.072px;
		margin-bottom:6px;
	}

	.location-address {
		color: rgba(255, 255, 255, 0.70);
		font-family: "Red Hat Display";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
		letter-spacing: -0.064px;
	}

	.footer-border{
		height:1px;
		background: rgba(255, 255, 255, 0.16);
	}

	.tandc-text{
		color:#fff!important;
		font-size: 16px;
		text-transform: uppercase;
		margin-right: 15px;
		top: 8px;
		position: relative;
		text-decoration:none!important;
	}
	.copyright-text{
		color:#fff;
		font-size: 16px;
		top: 8px;
		position: relative;
	}
	.social-icon {
		margin-left: 10px;
	}
	.location-icon img{
	 width:100%;
	}
	@media (max-width: 768px) {
	.location-icon img{
		height: 44px;
		margin-left: 18px;
		width: 46px;
	}
}


	.acc-header {
		width: 100%;
		text-align: left;
	}
	.acc-header[aria-expanded="true"] .acc-toggle::after {
	  content: "−";
	}
	.acc-header[aria-expanded="true"] .acc-toggle {
		background:#EBF7F3;
	}
	.acc-toggle::after {
	  content: "+";
	}
	.acc-item {
		padding: 5px 22px;
		border-radius: 15px;
		background: #FAFAFA;
		margin-bottom: 16px;
	}

	.acc-header {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 16px;
		background: transparent;
		border: none;
		padding: 0px 15px;
		text-align: left;
		cursor: pointer;
		outline: 0px dotted!important;

	}

	.acc-item .icon {
		width: 32px;
		height: 32px;
		flex-shrink: 0;
	}

	.acc-title {
		font-size: 17px;
		font-weight: 500;
		color: #111;
		min-width: 290px;
	}
	.acc-title-number{
		font-weight: 700;
		color: #009966;
		font-family: "Red Hat Display";
	}
	.acc-toggle {
		font-size: 22px;
		padding: 2px 12px;
		border-radius: 24px;
		background: #FFFFFF;
		margin-bottom: 10px;
		text-align: right;
		margin-top: 7px;
	}

	.acc-body {
		padding-left: 50px;
		font-size: 16px;
		color: #555;
	}

	.Works-text{
		text-align:center;
	}
	.acc-item.active {
	  background:#fff;
	}

	.acc-toggle {
	  font-size:22px;
	}

	.energy-modelling-bg::after {
		content: '';
		background: #ebf7f3;
		height: 80%;
		width: 80%;
		position: absolute;
		left: 0;
		border-radius: 50px;
		top: 85px;
		left: 85px;
	}
	@media (max-width: 768px) {
		.acc-title {
			font-size: 13px;
			font-weight: 500;
			color: #111;
			min-width: 175px;
		}
		.acc-body {
	  padding-top: 16px;
	  font-size: 13px;
	  color: #555;
	}
	.acc-toggle {
		  padding: 0px 8px;
		}
		.acc-item {
		padding: 5px 0px;
	}
}
	.process-p{
		padding-top: 60px;
	}


	.fs-14px{
		font-size:14px!important;
	}
	.fs-16px{
		font-size:16px!important;
	}
	.fs-18px{
		font-size:18px!important;
	}
	.section-2-title2{
		color: #101828;
		text-align: center;
		font-size: 24px;
	}.font_48{
		  line-height: 60px;
			margin-top: 20px;
	}
	.section-2-title1{
		color: #101828;
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		line-height: 160%;
	}
	.image9{
		margin-top:30px;
		
	}
	.font_488 {
	  font-size: 48px;
	  color: #fff;
	  font-family: "Merriweather", serif;
	  line-height: 1.2;
	  text-align:center;
	}
	.font-p {
	  color: rgba(255, 255, 255, 0.7);
	  font-size: 16px;
	  width: 100%;
	  text-align:center;
	}
	.section-222-title{
		border: 1px solid #096;
		background: rgba(0, 153, 102, 0.08);

	}
	.custom-card22{
		border: 1px solid #096;
		background: rgba(0, 153, 102, 0.08);
	}
	.footer-discuss-project {
		display: flex;
		padding: 20px 15px;
		justify-content: space-between;
		align-items: center;
		background: #192033;
		border-radius: 40px;
		margin-bottom: 30px;
		border: 1px solid #096;
	}
	
	.footer-discuss-project h1 {
		color: #FFF;
		font-family: Merriweather;
		font-size: 43px;
		font-style: normal;
		font-weight: 400;
		line-height: 132%;
	}
	.accc-item{
		padding: 15px 38px;
		border-radius: 4px;
		background: #f5fbf9;
		margin-bottom: 16px;
		border-left: 2px solid #096;
		border-top: none;
		border-right: none;
		border-bottom: none;
		font-weight: 500;
		}
	@media (max-width: 768px) {
	
		.font_48 {
			line-height: 30px;
			margin-top: 20px;
		}
		.font_488 {
			font-size: 36px;
		}
		.row.gg-4 > [class*="col-"] {
		padding: 10px;
		}
	
		.footer-discuss-project {
		margin: 0px;
	}
	.gg-4 {
	padding-bottom: 0px;
	}
	.process-p {
	padding-top: 10px;
	}
	.footer-discuss-project p {
		line-height: 114%;
	}
	.footer-discuss-project h1 {
		font-size: 28px;
	}
	}
	
	
	
 

 
	
/*================Portfolio====================*/
.section-Portfolio {
		background: url("/wp-content/uploads/2026/01/1fb59afe7cae316f3d993bad57d26ca8fd166c3a.png");
		background-size: 100% 100%;
		background-position: center;
		height:100vh;
		border-radius: 20px;
	}
.Portfolio {
	position: absolute;
	bottom: 15px;
	border-radius: 32px;
	box-shadow: 0 45px 27px 0 rgba(0, 0, 0, 0.02), 0 20px 20px 0 rgba(0, 0, 0, 0.02), 0 5px 11px 0 rgba(0, 0, 0, 0.02);
}

.splash-bottom-rebon {
	padding: 20px;
	border-radius: 20px;
	background: #fff;
}
.Portfolio-right{
	text-align:left;
}
.logo-img img{
	  margin-top: 20px;
}
.Portfolio_p {
	color: #096;
	font-weight: 700;
	letter-spacing: -0.08px;
	font-size: 20px;
	margin-top: 10px;
}
.text_p{
	color: rgba(16, 24, 40, 0.70);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.064px;
}
.text_pp{
	color: #101828;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.064px;
}

	.focus-text{
		color: #FFF;
		text-align: center;
		font-family: Merriweather;
		font-size: 48px;
		margin-bottom: 40px;
	}

	.focus-text-p{
		color: #FFF;
		font-family: "Red Hat Display";
		font-size: 20px;
		font-weight: 600;
		max-width: 850px;
		margin: 40px auto;
		padding: 20px 0;         
		border-top: 1px solid #009966;
		border-bottom: 1px solid #009966;
		text-align: center;
	}

	.outcome-text h2{
		font-size: 48px;
		color: #fff;
		font-family: "Merriweather", serif;
		line-height: 1.2;
		margin-bottom: 20px;
		padding-top: 20px;
	}	

	.outcome-text p{
		color: #FFF;
		font-size: 16px;
		margin-bottom: 16px;

	}
	.section-33 {
		background-color: #193E68;
		border-radius: 50px;
		padding: 60px;
		margin-bottom: 20px;
	}


	.new-custom-card {
		border-radius: 24px;
		border: 1px solid rgba(16, 24, 40, 0.08);
		background-color: #1F538D;
		height: 100%;
	}

	.new-custom-card .icon-img {
		width: 40px;
		height: 40px;
		margin: 30px 30px 0;
		background-color: #275180;
		border-radius: 8px;
	}

	.new-custom-card .card-body {
		padding: 30px;
	}

	.new-custom-card .card-title {
		color: #ffffff;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 8px;
	}

	.new-custom-card .card-text {
		color: rgba(255, 255, 255, 0.70);
		font-size: 15px;
	}

	.section-33 .row.g-4{
		margin-bottom: 20px;
	}

	.section-33 img{
		max-width: 100%;
		height: auto;
		border-radius: 32px;
	}
.Outcome-Orientation-bg::after {
		content: '';
		background: rgba(255, 255, 255, 0.08);
		height: 69%;
		width: 80%;
		position: absolute;
		left: 0;
		border-radius: 32px;
		top: 40px;
		left: -16px;
	}
	.Outcome-Orientation-bg img {
		z-index: 9;
		position: relative;
	}
	@media (max-width: 768px) {
		
		.section-Industries {
			min-height: 60vh;
			border-radius: 14px;
		}
		
		.Portfolio-right {
		text-align: center;
		}
		
		.section-33 {
			padding: 30px 0px;
			border-radius: 30px;
		}
		

		.focus-text{
			font-size: 32px;
			margin-bottom: 30px;
		}

		.focus-text-p{
			font-size: 16px;
			margin: 30px auto;
		}
		.outcome-text p {
			  font-size: 14px;
		}
		.outcome-text h2 {
			  font-size: 32px;
		}

		.new-custom-card {
			border-radius: 18px;
		}

		.new-custom-card .icon-img {
			width: 36px;
			height: 36px;
			margin: 20px auto 0;
			display: block;
		}

		.new-custom-card .card-body {
			padding: 20px;
			text-align: center;
		}

		.new-custom-card .card-title {
			font-size: 16px;
		}

		.new-custom-card .card-text {
			font-size: 14px;
		}
		.section-33 .row.g-4 {
		margin-bottom: 0px;
		}

		.outcome-text{
			padding-top: 20px;
		}
		.row.g-4 > [class*="col-"] {
		padding: 10px;
		}
	}
	

	.section-energy-22 h2{
		font-size: 45px;
		color: #101828;
		font-family: "Merriweather", serif;
		line-height: 1.2;
		margin-bottom: 20px;
	}	

	.section-energy-22 p{
		color: #101828;
		font-size: 15px;
		margin-bottom: 16px;
	}
	.section-energy-22{
		padding: 46px 38px;
		justify-content: center;
		align-items: center;
		border-radius: 38px;
		background: #F8F8F8;
	}
	
	.image11 {
  width: 100%;
  height: 500px;
  position: relative;
  border-radius:32px;
}
.image-1 {
  width: 100%;
  height: 600px;
  position: relative;
    border-radius:32px;
}
@media (max-width: 768px) {

  .section-energy-22 {
    padding: 24px 20px;
    border-radius: 24px;
	margin-bottom: 20px;
  }

  .section-energy-22 h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .section-energy-22 p {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .Portfolio_p{
	  margin-left: 0px;
  }
  .image11 {
    height: 220px;
  } 
  .image-1 {
    height: 220px;
  }
}







.first-splash-image{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 49%;
	height: auto;
	border-radius: 32px;
}

.btn-menu1 {
	background: #009966;
	color: #fff;
	border-radius: 50px;
	font-size: 18px;
	padding: 15px 26px;
	border: 1px solid #009966;
	transition: all 0.3s ease;
}


.btn-menu1:hover{
	background: #007a52;
	color: #fff;
}

.btn-menu1 img{
	margin: -3px -24px 0px 5px;
	width: 40px;
}


/* Secondary button */
.btn-menu2 {
	color: #009966;
	font-size: 18px;
	border-radius: 50px;
	border: 1px solid #009966;
	padding: 15px 30px;
	transition: all 0.3s ease;
}

.btn-menu2:hover{
	background: #009966;
	color: #fff;
}

.font-p-16{
	font-size: 15px;
  color: #101828B2;
  max-width: 447px;
}
@media (max-width: 767px){
	.first-splash-image{
		position: static;
		transform: none;
		max-width: 100%;
		margin-top: 25px;
		display: block;
	}
	.btn-menu1 {
	font-size: 15px;
	padding: 10px 24px;
}
.btn-menu2 {
	font-size: 15px;
	padding: 12px 30px;
}

	.hero-buttons .col-md-5{
		margin-bottom: 30px;
	}
	.py-5 {
	padding-top: 0rem !important;
	}
	.hero-buttons{
		text-align: left;
	}

	.hero-buttons a{
		width: 100%;
	}

	.hero-buttons .col-md-5,
	.hero-buttons .col-md-6{
		margin-bottom: 30px;
	}
}


.home_splas11{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	border-radius: 32px;
	background: rgba(16, 24, 40, 0.02);
}

.marquee-container{
	width: 100%;
	overflow: hidden;
}

.marquee-track{
	display: flex;
	width: max-content;
	animation: marquee 40s linear infinite;
}

.marquee-content{
	display: flex;
	align-items: center;
	gap: 60px;
	padding-right: 60px;
}

.marquee-content a{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.marquee-content img{
	max-height: 60px;
	opacity: 0.8;
	transition: all 0.3s ease;
}


@keyframes marquee{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-50%);
	}
}

@media (max-width: 768px){
	.marquee-track{
		animation-duration: 30s;
	}
	.marquee-content{
		gap: 30px;
	}
	.marquee-content img{
		max-height: 40px;
	}
}




.Workss-1 h2{
	color: #101828;
	text-align: center;
	font-family: Merriweather;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	max-width: 550px;
	margin: auto;
}
.Workss-1 p{
	color: rgba(16, 24, 40, 0.60);
	text-align: center;
	font-family: "Red Hat Display";
	font-size: 16px;
	max-width: 700px;
	margin: auto;
}
.Workss-2 h2{
	color: #101828;
	text-align: center;
	font-family: Merriweather;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	max-width: 820px;
	margin: auto;
}
.Workss-2 p{
	color: rgba(16, 24, 40, 0.60);
	text-align: center;
	font-family: "Red Hat Display";
	font-size: 16px;
    max-width: 750px;
	margin: auto;
}

@media (max-width: 768px) {

  .Workss-1 h2,
  .Workss-2 h2 {
    font-size: 28px;
    line-height: 1.3;
    max-width: 100%;
    padding: 0 15px;
  }

  .Workss-1 p,
  .Workss-2 p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
    padding: 0 15px;
  }

}

.home-test-slider{
  padding: 30px 20px;
  border-radius: 24px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #fff;
  height: auto;
  transition: all 0.3s ease;
  height:360px;
}

.swiper{
  padding: 40px 0 100px; 
}

.swiper-slide{
  opacity: 0.4;
  transition: all 0.3s ease;
}

.swiper-slide-active{
  opacity: 1;
  transform: scale(1.05);
}

.swiper-slide-active .home-test-slider{
	border-radius: 24px;
	background: #096;
	box-shadow: 0 4px 42.7px 0 rgba(12, 12, 12, 0.12);
}

.swiper-slide-active h2,
.swiper-slide-active p{
  color: #ffffff!important;
}

.swiper-slide-active img{
  filter: brightness(0) invert(1);
}

.swiper-button-prev,
.swiper-button-next{
  position: absolute;
  bottom: 0;
  top: auto;
  width: 44px;
  height: 44px;
}

.swiper-button-prev::after,
.swiper-button-next::after{
  display: none;
}

.swiper-button-prev{
  left: 50%;
  transform: translateX(-60px);
}

.swiper-button-next{
  left: 50%;
  transform: translateX(20px);
}


@media (max-width: 768px){

  .home-test-slider{
    padding: 20px 15px;
    height: auto; /* fixed height বাদ */
    border-radius: 18px;
  }

  .swiper{
    padding: 20px 0 70px; 
  }

  .swiper-slide{
    opacity: 1; /* মোবাইলে সব স্লাইড readable */
    transform: scale(1);
  }

  .swiper-slide-active{
    transform: scale(1); /* zoom effect বাদ */
  }

  .swiper-slide-active .home-test-slider{
    border-radius: 18px;
    box-shadow: 0 2px 20px rgba(12, 12, 12, 0.12);
  }

  .swiper-button-prev,
  .swiper-button-next{
    width: 36px;
    height: 36px;
  }

  .swiper-button-prev{
    left: 50%;
    transform: translateX(-50px);
  }

  .swiper-button-next{
    left: 50%;
    transform: translateX(14px);
  }

  h2{
    font-size: 18px;
  }

  p{
    font-size: 14px;
    line-height: 1.6;
  }

}







.home-custom-card {
    border: none;
    border-radius: 16px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: left;
}
.home-custom-card .icon-img {
  width: 20px;
  height: 20px;
  margin: 2px 20px 0px;
  background-color: #D4602E0A;
  border-radius: 10px;
  padding: 9px;
  box-sizing: content-box;
}

.home-custom-card .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
}

.home-custom-card .card-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}
.home-custom-card .card-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.home-custom-card .icon-img {
    width: 20px;
    height: 20px;
    background-color: #D4602E0A;
    border-radius: 10px;
    padding: 9px;
    box-sizing: content-box;
}

.home-custom-card .icon-left {
    margin-left: 0;
}

.home-custom-card .icon-right {
    margin-right: 0;
}

@media (max-width: 768px) {
    .col-md-2 {
        display: none;
    }

    .home-custom-card {
        padding: 16px;
    }

    .home-custom-card .card-title {
        font-size: 18px;
    }
}











.outcome-text1{
	display: flex;
  padding: 60px 100px;
  flex-direction: column;
  gap: 4px;
  flex: 1 0 0;
  border-radius: 48px;
  background: rgba(0, 153, 102, 0.04);
}

.outcome-text1 h2 {
	color: #101828;
	font-family: Merriweather;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
}
.outcome-text1 p {
	color: rgba(16, 24, 40, 0.70);
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.border-line1{
	display: flex;
	padding: 4px 0 4px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-left: 2px solid #096;
	color: #101828;
	font-family: "Red Hat Display";
	font-size: 16px;
}
.border-none1{
	color: #101828;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 20px;
}
.border-none2{
	width: 420px;
	height: 1px;
	background: rgba(16, 24, 40, 0.12);
}

.new-button{
	display: flex;
  padding: 5px 0px 5px 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 100px;
  background: #096;
  color: #FFF;
  font-size: 18px;
  width: 220px;
}
@media screen and (max-width: 768px) {
    .outcome-text1 {
        padding: 30px 20px; 
        border-radius: 24px; 
		margin-top: 20px;
    }

    .outcome-text1 h2 {
        font-size: 28px; 
    }

    .outcome-text1 p {
        font-size: 14px;
    }

    .border-line1 {
        padding-left: 12px; 
        font-size: 14px;
        gap: 6px;
    }

    .border-none1 {
        font-size: 14px;
        padding-bottom: 16px;
    }

    .border-none2 {
        width: 100%; 
    }

    .new-button {
		font-size: 15px;
		width: 180px;
		gap: 12px;
		padding: 1px 0px 1px 18px;
	}
}

	.about-row {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.about-img-left {
		flex: 1; 
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
	}

	.about-img-left img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	.about-img-right {
		flex: 1;
		display: flex;
		justify-content: flex-end; 
		align-items: center;
		padding: 15px;
	}

	.about-img-right img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	.border-linenew{
		width: 405.333px;
	height: 1px;
	background: rgba(16, 24, 40, 0.12);
		
	}
	.section-home{
	background: linear-gradient(180deg, #F9F9F9 0%, #FFF 100%);
	padding-top:60px;
	border-radius:48px 48px 0px 0px;
	}
	.home-test {
		padding: 30px 20px;
		border-radius: 24px;
		border: 1px solid rgba(16, 24, 40, 0.08);
		margin-bottom: 20px;
	}
	.home-test-2 {
		padding: 30px 20px;
		border-radius: 24px;
		border: 1px solid rgba(16, 24, 40, 0.08);
		margin-bottom: 20px;
		height:auto;
		  background: #fff;
	}
	.home-test span {
		color: #101828;
		font-family: "Red Hat Display";
		font-size: 22px;
		font-weight: 600;
		margin-left:10px;
	}
	.home-test p {
		color: rgba(16, 24, 40, 0.70);
		font-family: "Red Hat Display";
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		letter-spacing: -0.064px;
		margin:0;
	}
	.home-test h2 {
		color: #101828;
		font-family: "Red Hat Display";
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
	}
	.home-test-2 {
		padding: 30px 20px;
		border-radius: 24px;
		border: 1px solid rgba(16, 24, 40, 0.08);
		margin-bottom: 20px;
		height:auto;
	}
	.home-test-2 span {
		color: #101828;
		font-family: "Red Hat Display";
		font-size: 22px;
		font-weight: 600;
		margin-left:10px;
	}
	.home-test-2 p {
		color: rgba(16, 24, 40, 0.70);
		font-family: "Red Hat Display";
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		letter-spacing: -0.064px;
		margin:0;
	}
	.home-test-2 h2 {
		color: #101828;
		font-family: "Red Hat Display";
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
	} 
	.new-button-auto {
		display: flex;
		padding: 6px 0px 6px 40px;
		justify-content: center;
		align-items: center;
		gap: 20px;
		border-radius: 100px;
		background: #096;
		color: #FFF;
		font-size: 18px;
		width: 220px;
		margin: auto;
		color: #fff;
		text-decoration: none;
	}
	.new-button-auto:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.res-number {
		display: flex;
		padding: 8px 16px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-radius: 16px;
		background: #096;
	}

	.res-number-h2 {
		color: #FFF;
		font-family: "Red Hat Display", sans-serif;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 132%;
		margin: 0;
	}

	.res-number-p {
		color: #FFF;
		font-family: "Red Hat Display", sans-serif;
		font-size: 9px;
		font-style: normal;
		font-weight: 700;
		line-height: 132%;
		margin: 0;
	}
		
	@media (max-width: 768px) {
		.section-home {
			padding: 30px 15px;
			border-radius: 24px;
		}
		
		.home-test, .home-test-2 {
			padding: 20px 15px;
			margin-bottom: 15px;
		}

		.home-test span, .home-test-2 span {
			font-size: 18px;
			margin-left: 5px;
		}

		.home-test p {
			font-size: 14px;
		}

		.home-test-2 p {
			font-size: 12px;
		}

		.home-test h2, .home-test-2 h2 {
			font-size: 18px;
		}

		.new-button-auto {
			font-size: 15px;
			width: 180px;
			padding: 1px 0px 1px 18px;
		}

		.res-number-h2 {
			font-size: 24px;
		}

		.res-number-p {
			font-size: 8px;
		}
		.about-img-right img {
		max-width: 100%;
		height: 40px;
		display: block;
	}
	}
	.slider-img{
		max-width: 100%;
	  height: 48px;
	  width: 48px;
	}

/* =================portfolio page=================*/

.section-portfolio{
		border-radius: 0px 0px 48px 48px;
		background: linear-gradient(180deg, #FFF 0%, #0099660A 100%);
		padding: 60px;
	}
	.tailored-h2{
		color: #101828;
		font-family: Merriweather;
		font-size: 48px;
		max-width: ;
	}
	.tailored-p{
		color: rgba(16, 24, 40, 0.70);
		font-family: "Red Hat Display";
		font-size: 16px;
		margin:0;
		max-width: 350px;
		
	}
	
	@media (max-width: 767px) {

	.section-portfolio{
		padding: 30px 20px;
		border-radius: 24px;
	}

	.tailored-h2{
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 15px;
		text-align: left;
	}

	.tailored-p{
		font-size: 15px;
		max-width: 100%;
	}
}

.section-title {
	text-align: center;
	font-size: 27px;
	position: relative;
	font-family: "Red Hat Display";
}
.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 1px;
  background: rgba(16, 24, 40, 0.12);
}


.section-title::before {
    left: 280px;
}

.section-title::after {
  right: 280px;
}
@media (max-width: 767px) {

	.section-title{
		font-size: 22px;
	}

	.section-title::before,
	.section-title::after{
		width: 40px;       
		height: 1px;
		top: 50%;
	}

	.section-title::before{
		left: 10px;       
	}

	.section-title::after{
		right: 10px;
	}

}

	
.facility-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 15px 20px;
	border-radius: 24px;
	background: rgba(16, 24, 40, 0.02);
	width: 100%;
	height: 100%;
}

.facility-list{
    margin-bottom: 15px;
}

.frame-img {
    width: 40px;
    height: auto;
    flex-shrink: 0;
}


@media (max-width: 767px) {
	
	.facility-list .col-md-4{
		margin-bottom: 12px;
	}
	.facility-list {
	  margin-bottom: 0px;
	}

	.facility-item{
		padding: 14px 16px;
		font-size: 14px;
		border-radius: 18px;
	}

	.frame-img{
		width: 30px;
	}

}

.section-22-title{
	max-width: 870px;
}

.image-hover {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
}

.image-hover img {
	width: 100%;
	display: block;
	border-radius: 0px;
}

.hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	color: #fff;
	display: flex;
	padding:20px;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: .5s ease;
	pointer-events: none; 
	

}

.image-hover:hover .hover-content,
.image-hover.active .hover-content {
	opacity: 1;
	pointer-events: auto;
}

.hover-content .icons {
	margin-bottom: 80px;
	display: flex;
	gap: 100px;
}

.hover-content .icons .logo-image-hover {
	width: 120px; 
	height: 45px; 
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
	
}
.hover-content .icons .arrow-img {
	width: 45px;
	height: 45px;
	cursor: pointer;
	padding: 10px;
	border-radius: 50px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(2px);
}
 
.arrow-img{
		
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

.hover-content .icons img:hover {
}

.hover-content h2 {
	color: #FFF;
	font-family: "Red Hat Display";
	font-size: 32px;
	font-weight: 700;
	text-align: left !important;
}

.hover-content p {
	color: #096;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.hover-content .icons .arrow-img {
	width: 35px;
	height: 35px;
	cursor: pointer;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50px;

}
	.hover-content .icons {
		margin-bottom: 50px;
		flex-wrap: wrap;
	}

	.hover-content .icons .logo-image-hover {
		width: 80px; 
		height: 35px;
		cursor: pointer;
	}

	.hover-content .icons img {
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	.hover-content h2 {
		font-size: 24px;
		margin-right: 0;  
		padding: 0 10px;
	}

	.hover-content p {
		font-size: 14px;
		padding: 0 10px;
	}
}

/* =================portfolio page end =================*/
/* =================about page  =================*/
a:hover {
  color: ;
  text-decoration: none;
}

.section-Portfolio-about {
    position: relative;
    background: url("../../uploads/2026/02/25ab3bb6ad98b65213305a2d017049ff35f4234a.png")center / cover no-repeat;
    min-height: 100vh;
    border-radius: 20px;
    overflow: hidden;
}
.section-Portfolio-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); 
    z-index: 1;
}
.section-Portfolio-about > .container {
    position: relative;
    z-index: 2;
}

.about-section {
    padding: 100px 0;
}

.about-font_48 {
    color: #FFF;
    font-family: Merriweather;
    font-size: 42px;
    font-weight: 400;
    line-height: 148%;
}

.line-border {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.32);
    margin: 50px 0;
}

.about-p-18 {
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 16px;
    max-width: 550px;
}


@media (max-width: 768px) {
    .section-Portfolio-about {
        min-height: 60vh;
        border-radius: 14px;
    }

    .about-font_48 {
        font-size: 32px;
        line-height: 140%;
    }
}




.about-Workss-1 h2{
	color: #101828;
	text-align: center;
	font-family: Merriweather;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
}
.about-Workss-1 p{
	color: rgba(16, 24, 40, 0.60);
	text-align: center;
	font-family: "Red Hat Display";
	font-size: 16px;
	max-width: 750px;
	margin: auto;
}



.about-custom-card {
    border: none;
    border-radius: 16px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: left;
}
.about-custom-card .icon-img {
	width: 40px;
	height: 40px;
	margin: 2px 20px 0px;
	background: rgba(0, 153, 102, 0.04);
	border-radius: 10px;
	padding: 9px;
	box-sizing: content-box;
}

.about-custom-card .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
}

.about-custom-card .card-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

.col-md-2 img.icon-img {
    display: block;
    max-width: 80px;
    margin: auto;
}
.col-md-2 {
    display: flex;
    align-items: center;   
    justify-content: center;  
}

.col-md-2 img.icon-img {
    max-width: 80px;
    height: auto;
}


@media (max-width: 768px) {

    .about-Workss-1 h2{
        font-size: 28px;
        line-height: 1.3;
        padding: 0 15px;
    }

    .about-Workss-1 p{
        font-size: 14px;
        padding: 0 15px;
    }

    .about-custom-card {
        padding: 16px;
        border-radius: 12px;
        text-align: center;
    }

    .about-custom-card .card-title {
        font-size: 18px;
    }

    .about-custom-card .card-text {
        font-size: 14px;
    }

    .about-custom-card .icon-img {
        margin: 0 auto 12px;
        width: 36px;
        height: 36px;
        padding: 8px;
    }
    .col-md-2 {
        margin-bottom: 10px;
    }
}



.outcome-text1-about {
  display: flex;
  padding: 60px 60px;
  flex-direction: column;
  gap: 4px;
  flex: 1 0 0;
  border-radius: 48px;
  background: ;
}

.outcome-text1-about h2 {
	color: #101828;
	font-family: Merriweather;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
}
.outcome-text1-about p {
	color: rgba(16, 24, 40, 0.70);
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.outcome-text2-about {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  border-radius: 48px;
  background: ;
}

.outcome-text2-about h2 {
	color: #101828;
	font-family: Merriweather;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
}
.outcome-text2-about p {
	color: rgba(16, 24, 40, 0.70);
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.border-line1{
	display: flex;
	width: 464px;
	padding: 4px 0 4px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-left: 2px solid #096;
	color: #101828;
	font-family: "Red Hat Display";
	font-size: 16px;
}
.border-none1{
	color: #101828;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 20px;
}
.btn-menu {
	background: #009966;
	color: #fff;
	border-radius: 50px;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.928px;
	padding: 6px 3px 6px 14px;
	text-transform: capitalize;
}


.facility-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 15px 20px;
	border-radius: 24px;
	background: rgba(16, 24, 40, 0.02);
	width: 100%;
	height: 100%;
	color: #101828;
	text-decoration: none;
	transition: all 0.3s ease;
}

.facility-item:hover {
	background: #029a67;
	color: #ffffff;
}

.facility-item:hover .frame-img {
	filter: brightness(0) invert(1);
	transition: 0.3s ease;
}


.facility-list .col-6 {
    margin-bottom: 15px;
}

.frame-img {
    width: 30px;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 768px) {

    .outcome-text1-about,
    .outcome-text2-about {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .outcome-text1-about h2,
    .outcome-text2-about h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .outcome-text1-about p,
    .outcome-text2-about p {
        font-size: 14px;
        line-height: 1.6;
    }

    .border-line1 {
        width: 100%;
        padding: 6px 0 6px 16px;
        font-size: 14px;
        justify-content: flex-start;
    }

    .border-none1 {
        font-size: 14px;
        padding-bottom: 16px;
    }

    .btn-menu {
        font-size: 14px;
        padding: 7px 2px 11px 14px;
        letter-spacing: 0.5px;
    }

     .facility-list .col-6 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .facility-item {
        padding: 12px 14px;
        gap: 12px;
        border-radius: 16px;
        font-size: 14px;
    }

    .frame-img {
        width: 40px;
    }
	.mt-5, .my-5 {
  margin-top: 2rem !important;
}
}


.stat-title{
    color: #101828;
    font-family: "Red Hat Display";
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
	display: flex;
	gap: 16px;
	align-items: center;
}

.stat-value{
    font-weight: 700;
    border-top: 1px solid rgba(16, 24, 40, 0.16);
    border-bottom: 1px solid rgba(16, 24, 40, 0.16);
    padding: 30px 0;
    margin-bottom: 12px; 
    color: #101828;
    font-family: "Red Hat Display";
    font-size: 42px;
    line-height: 1.1;
	margin-top: 24px;
}
.stat-value1{
    font-weight: 700;
    border-top: 1px solid rgba(16, 24, 40, 0.16);
    border-bottom: 1px solid rgba(16, 24, 40, 0.16);
    padding: 30px 0;
    margin-bottom: 12px; 
    color: #101828;
    font-family: "Red Hat Display";
    font-size: 42px;
    line-height: 1.1;
	margin-top: 28px;
}

.stat-value span{
    color: #096;
    font-family: "Red Hat Display";
    font-size: 42px;
    font-weight: 700;
}
.stat-value1 span{
    color: #096;
    font-family: "Red Hat Display";
    font-size: 42px;
    font-weight: 700;
}

.stat-desc{
    color: rgba(16, 24, 40, 0.70);
    font-family: "Red Hat Display";
    font-size: 12px;
	
}

.frame-img1 {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {

    .stat-title{
        font-size: 14px;
        gap: 12px;
		display: flex;
		align-items: center;
    }

    .frame-img1 {
        width: 32px;
        height: 32px;
    }

    .stat-value,
    .stat-value1{
        font-size: 28px;
        padding: 20px 0;
        margin-top: 16px;
    }

    .stat-value span,
    .stat-value1 span{
        font-size: 28px;
    }

    .stat-desc{
        font-size: 13px;
    }
}
/* =================about page end =================*/

/* =================Industries page end =================*/
.section-Industries { 
	background: url("../../uploads/2026/02/2a227af8be4dbb9fe2ef1c5bb6bbbbfef1b3f7d4.png");
	background-size: 100% 100%;
	background-position: center;
	height:100vh;
	border-radius: 20px;
}
	
.industries-p{
	color: rgba(16, 24, 40, 0.70);
	font-family: "Red Hat Display";
	font-size: 14px;
	margin:0;
	max-width: 420px;
}
.industries2 {
	text-align: center;
	max-width: 540px;
	margin: auto;
	color: rgba(16, 24, 40, 0.70);
} 
.industries-h {
	text-align: center;
	max-width: 540px;
	margin: auto;
} 
.industries-hh {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.image12 {
	width: 100%;
	height: 553px;
	position: relative;
	border-radius: 32px;
}
.Industries-h2{
	color: #101828;
  font-family: Merriweather;
  font-size: 40px;
}
.Industries1 h2{
	text-align: center;
	max-width: 540px;
	margin: auto;
	color: #101828;
	font-family: Merriweather;
	font-size: 48px;
	font-weight: 400;
}


.usage-card {
    border-radius: 24px;
    padding: 24px 32px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: #ffffff;
}

.frame-img1 {
    max-width: 48px;
    height: auto;
}

.divider-box {
    width: 100%;
    height: 2px;
    background: rgba(16, 24, 40, 0.08);
}
.usage-h5{
	font-size:20px;
}
.usage-p{
	font-size:16px;
}
@media (max-width: 767px) {
    .divider-box {
        height: 1px;
    }

    .usage-h5{
	font-size:18px;
	}
	.usage-p{
		font-size:14px;
	}
}




@media (max-width: 768px) {
	.mb-3, .my-3 {
  margin-bottom: 0px !important;
}
	.section-Industries {
		height: auto; 
		padding: 40px 20px;
		border-radius: 16px;
	}

	.Industries1 h2 {
		font-size: 32px;
		max-width: 90%;
	}

	.industries-p {
		font-size: 14px;
	}

	.image12 {
		height: 300px;
		border-radius: 16px;
		margin-bottom: 20px;
	}
	.Industries-h2{
	font-size: 35px;
	}
}
.industries-Works p {
  text-align: center;
  max-width: 600px;
  margin: auto;
  color: #fff;
  padding: 20px 0px 20px 0px;
}
.industries-Works h2 {
  font-size: 48px;
  color: #fff;
  font-family: "Merriweather", serif;
  line-height: 1.2;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
@media (max-width: 768px) {
  .industries-Works h2 {
    font-size: 28px;   
    line-height: 1.3;
    padding: 0 15px;
  }

  .industries-Works p {
    font-size: 14px;
    padding: 15px 15px;
  }
}
/* =================Industries page end =================*/

/* ===============================
   CLOSE BUTTON
=================================*/
.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 0px 10px;
    background: #fff;
    color: #111;
    transition: 0.3s ease;
	
}

.close-popup:hover {
    transform: rotate(100deg);
    border-color: #096;
    color: #096;
}


/* ===============================
   POPUP BACKGROUND
=================================*/
.contact-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    padding: 10px;
	
}

.contact-popup.active {
    display: flex;
    animation: fadeInPopup 0.25s ease-in-out;
}


/* ===============================
   POPUP BOX
=================================*/
.contact-popup-content {
    background: #fff;
    backdrop-filter: blur(8px);
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    padding: 20px 40px;
    border-radius: 30px;
    position: relative;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    font-family: 'Arial', sans-serif;
}

.contact-popup-content::-webkit-scrollbar {
    display: none;
}


/* ===============================
   HEADINGS
=================================*/
.contact-popup-content h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 6px;
    color: #111;
    text-align: center;
}

.contact-popup-content h4 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #555;
    text-align: center;
}

.contact-popup-content p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #555;
}


/* ===============================
   FORM FIELDS
=================================*/
.contact-popup-content input,
.contact-popup-content textarea,
.contact-popup-content select {
    padding: 24px 32px;
    font-size: 12px;
    border-radius: 100px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: #FFF;
    margin-bottom: 8px;
	box-shadow: none !important;
}

.contact-popup-content textarea {
    height: 60px;
    resize: vertical;
    overflow-y: auto;
    scrollbar-width: none;
}

.contact-popup-content textarea::-webkit-scrollbar {
    display: none;
}

.contact-popup-content input:focus,
.contact-popup-content textarea:focus,
.contact-popup-content select:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}


/* ===============================
   SUBMIT BUTTON
=================================*/
.contact-popup-content input[type="submit"] {
    background-color: #096;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 55px 14px 24px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: url('https://ste.enroxa.com/wp-content/uploads/2026/01/contact-us-arrow.png');
    background-repeat: no-repeat;
    background-position: right -1px center;
    background-size: 50px;
    display: flex;
    margin: 0 auto;
}

.contact-popup-content input[type="submit"]:hover {
    opacity: 0.9;
}


/* ===============================
   SUCCESS MESSAGE
=================================*/
.success-Message {
    display: none;
    text-align: center;
    padding: 40px 20px;
    animation: fadeInPopup 0.3s ease-in-out;
}

.success-Message h2 {
	font-size: 40px;
	font-weight: 600;
	color: #101828;
	margin-bottom: 20px;
}

.success-Message h5 {
	color: rgba(16, 24, 40, 0.60);
	text-align: center;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; 
	letter-spacing: -0.064px;
}
.wpcf7 textarea.form-control {
  border-radius: 28px !important;
  padding: 18px 24px !important;
  height: auto !important;
}
.char-count {
  font-size: 13px;
  color: #9aa4b2;
  text-align: right;
}

/* ===============================
   ANIMATION
=================================*/
@keyframes fadeInPopup {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}


/* ===============================
   TABLET
=================================*/
@media (max-width: 768px) {
    .contact-popup-content input[type="submit"] {
        font-size: 14px;
        padding: 12px 40px 12px 16px;
        background-size: 30px;
        background-position: right 0 center;
    }
}


/* ===============================
   MOBILE
=================================*/
@media(max-width:480px){
    .contact-popup-content {
        max-width: 90%;
        padding: 15px 12px;
        border-radius: 25px;
    }

    .contact-popup-content h1 {
        font-size: 16px;
    }

    .contact-popup-content p {
        font-size: 11px;
    }

    .contact-popup-content input,
    .contact-popup-content textarea,
    .contact-popup-content select {
		font-size: 11px;
		padding: 24px 16px;
		border-radius: 50px;
    }

}
