
@font-face{
	font-family: inter-Black;
    src: url("../font/Inter_24pt-Black.ttf");
}
@font-face{
	font-family: inter-bold;
    src: url("../font/Inter_24pt-Bold.ttf");
}
@font-face{
	font-family: ExtraLight;
    src: url("../font/Inter_24pt-ExtraLight.ttf");
}

@font-face{
	font-family: inter-Regular;
    src: url("../font/Inter_24pt-Regular.ttf");
}
@font-face{
	font-family: inter-Medium;
    src: url("../font/Inter_24pt-Medium.ttf");
}
@font-face{
	font-family: inter-SemiBold;
    src: url("../font/Inter_24pt-SemiBold.ttf");
}
@font-face{
	font-family: inter-Light;
    src: url("../font/Inter_24pt-Light.ttf");
}
body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: inter-Regular;
	overflow-x: hidden;
}
p{
	color: #4F555A;
	font-size: 14px;
	font-family: inter-Regular;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
}
h1{
	font-size: 50px;
	font-family: inter-Black;
	
}
h2{
	font-size: 40PX;
	font-family: inter-Medium;
	color: #232F4B;
}
h4{
	font-size:25px;
	font-family: inter-Medium;
	color: #232F4B;
}
h5{
	font-size:18px;
	font-family: inter-Medium;
}
a{
	color: #101010;
	font-size: 18px;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.header{
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #777777;
}
.navbar .navbar-brand img{
	max-width: 130px;
}
.header .nav-item .nav-link{
	color: #010101;
	font-size: 15px;
	margin-left: 20px;
	margin-top: 8px;
	transition: 0.5s;
}
.header .nav-item  .active{
	color: #00A512;
}
.header .nav-item .nav-link:hover{
	color: #00A512;
}
.header .nav-btn{
	margin-left: 30px;
}
.btn-gradient {
	  background-image: linear-gradient(to right, #00A512 , #8BC53F);
	  outline: none;
	  border:none;
	  padding: 12px 20px 12px 20px;
	  border-radius: 5px;
	  color: #ffffff;
	  text-transform: uppercase;
	  font-size: 15px;

}
.btn-gradient:hover{
	 background-image: linear-gradient(to right, #8BC53F , #00A512);
	  color: #ffffff;
}
.banner-area{
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner-img{
	position: relative;
}
.banner-img img{
	max-width: 100%;
}
.client-group{
	position: absolute;
	bottom: 50px;
}
.client-group img{
	max-width: 250px;
}
.banner-text span{
	color: #00A512;
	font-size: 14px;
}
.banner-text h1{
  display: block;
  line-height: 50px;
  color: #232F4B;
}
.banner-text h2{
	font-size: 28px;
	color: #676767;
	font-family: inter-Regular;
	margin-top: 30px;
}
.section-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.flex-row-process{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 50px;
	flex-wrap: wrap;
}
.flex-row-process .process{
	max-width: 350px;
}
.process .ic-box{
	width: 80px;
	height: 80px;
	background-color: #F3F6FE;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: 5px;
	border-radius: 5px;
	transition: 0.5s;
}
.process .ic-box img{
	max-width: 100%;
	max-height: 100%;
}
.process-text h4{
	font-size: 25px;
	color: #232F4B;
	margin-bottom: 15px;
}
.process:hover .ic-box{
background-color: #232F4B;
}
.process:hover .ic-box img {
    filter: brightness(0) invert(1);
}
.about-row-flex{
	display: flex;
	justify-content: flex-start;
	align-self: center;
	flex-wrap: nowrap;
	column-gap: 80px;
}
.about-img{
	position: relative;
}
.about-img .abt-img img{
    width: 480px;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 11px #c2c2c2);

}
.about-img .abt-img{
   z-index: 100;
   position: relative;
}
.top-left-shape{
	position: absolute;
	top: -50px;
	left: -50px;
	
}
.bottomp-right-shape{
	position: absolute;
	bottom: -50px;
	right: -50px;
	
}
.top-left-shape img{
	max-width: 150px; 
	border-radius: 0px;
	z-index: 1;
	animation: float 3s ease-in-out infinite;

}
.bottomp-right-shape img{
	max-width: 150px; 
	border-radius: 0px;
	z-index: 1;
	animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.about-text-tiles .about-ic{
	width: 60px;
	height: 60px;
	background-color: #F3F6FE;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
	transition: 0.5s;
}
.about-text-tiles .about-ic img{
	max-width: 100%;
	max-height: 100%;
}
.about-text-tiles h2{
	color: #232F4B;
	font-family: inter-Medium;
	margin-top: 30px;
}
.we-do-area{
	background-color: #F4F8FC;
}
.section-title h2{
	font-family: inter-Medium;
}
.section-title p{
	color: #868686;
}
.wedo-tiles{
	background-color: #ffffff;
	margin-top: 25px;
	height: 300px;
}
.wedo-tiles:hover .wedo-ic{
	background-color: #232F4B;
}
.wedo-tiles .wedo-ic {
	width: 70px;
	height: 70px;
	background-color: #F3F6FE;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
	transition: 0.5s;
	margin-bottom: 20px;
}
.wedo-tiles .wedo-ic img{
	max-width: 100%;
	max-height: 100%;
}
.wedo-tiles h4{
	margin-bottom: 20px;
}
.wedo-tiles p{
  font-size: 16px;
  color: #4F555A;
}
.flex_title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.section_title .title h2{
      font-family: inter-Medium;
      margin-top: 15px;
}
.section_title .title span{
	text-transform: uppercase;
	font-size: 16px;
    background-image: linear-gradient(to right, #00A512, #8BC53F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.project-tiles{
	margin-top: 30px;
	position: relative;
}
.project-tiles img{
	width: 100%;
	transition: 0.5s;
	border-radius: 10px;
	border-radius: 8px;
	height: 320px;
	object-position: center;
	object-fit: cover;
}
.project-tiles .project-overly {
    position: absolute;
    inset: 0;  /* Shorter way to set top, left, right, bottom to 0 */
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 8px;
}
.project-tiles:hover .project-overly{
	opacity: 1;
}
.project-tiles .project-overly a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: auto;
	color: #ffffff;
	font-size: 25px;
}
.shadow-counter-box {
	border-radius: 10px;
}
.count-box h2 {
    font-size: 50px;
    font-weight: medium; /* Ensures strong stroke */
    -webkit-text-fill-color: transparent; /* No fill inside the text */
    text-transform: uppercase; /* Optional: makes text uppercase */
}
.count-box h4{
	color: #232F4B;
}
.green h2{
	    -webkit-text-stroke: 1px #00A512; /* Green stroke */

}
.pink h2{
	    -webkit-text-stroke: 1px #FF334E; /* Green stroke */

}
.light-green h2{
	-webkit-text-stroke: 1px #8BC53F; /* Green stroke */
}
.blue h2{
	-webkit-text-stroke: 1px #3757F7; /* Green stroke */
}
.clone-ic{
	width: 60px;
	height: 60px;
	background-color: #00A512;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.clone-ic img{
	max-width: 100%;
	max-height: 100%;
}
.testimonial-tiles {
	padding: 30px;
	border-radius: 8px;
	border:1px solid #d2d2d2;
	margin-top: 30px;
	position: relative;
}
.testimonial-tiles .testimonial-img img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.testimonial-tiles h4{
	color: #8BC53F;
	font-size: 22px;
}
.testimonial-tiles .semi-clone{
	position: absolute;
	top: 0px;
	right: 10px;
}
.testimonial-slider .owl-nav{
	position: absolute;
	top: -50px;
	right: 0px;
}
.testimonial-slider .owl-nav .owl-prev{
	margin-right: 40px;
}
.gradient-bg{
	 background-image: linear-gradient(to right, #00A512, #8BC53F);
	 padding: 30px;
	 border-radius: 8px;
}
.gradient-bg h2{
	color: #ffffff;
	font-family: ExtraLight;
}
.btn-solid-white{
	background:#ffffff;
	  outline: none;
	  border:none;
	  padding: 12px 20px 12px 20px;
	  border-radius: 5px;
	  color: #101010;
	  text-transform: uppercase;
	  font-size: 15px;
}

.work-area{
	background-color: #F4F8FC;
}
.work-tiles-flex {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Ensures all tiles have equal height */
  column-gap: 10px;
  flex-wrap: wrap;
}

.work-tiles {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  border-bottom: 2px solid #1BAB1B;
  margin-top: 30px;
  text-align: center;
  min-height: 200px; /* Optional: ensures visual consistency */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Responsive - Stack tiles on smaller screens */
@media screen and (max-width: 1024px) {
  .work-tiles {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .work-tiles {
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .work-tiles {
    width: 100%;
  }
}
.work-tiles span{
	width: 40px;
	height: 40px;
	background-color: #00a512;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	color: #ffffff;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.work-tiles h4{
	font-size: 20px;
	color: #1BAB1B;
}
.work-tiles a{
	font-weight: 100;
	color: #000000;
	transition: 0.5s;
	text-decoration-line: underline;
	  /* Break long words (URLs) */
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    white-space: normal;
    display: block; /* Ensures it takes full width */
}
.work-tiles a:hover{
	color: #000000;
}
footer{
	background-color: #E9E9E9;
}
.footer-logo-area{
	width: 250px;
	padding: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #ffffff;
	text-align: center;
	margin: -50px auto; 
}
.footer-logo-area img{
	width: 100%;
}
.footer-tiles h4{
	font-family: inter-SemiBold;
	color: #323232;
	font-size: 20px;
	text-transform: uppercase;
}
.footer-tiles ul{
	margin-top: 20px;
}
.footer-tiles ul li{
	display: block;
	line-height: 30px;
}
.footer-tiles ul li a{
	color: #8D8987;
	font-size: 15px;
}
.copywright-area {
	border-top: 2px solid #1BAB1B;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
.copywright-text p{
	font-size: 14px;
}
.copywright-text p a{
	color: #00A512;
	font-family: inter-Medium;
	text-decoration-line: underline;
}
.social-footer ul li{
	display: inline-block;
	margin-left: 10px;
}

.social-footer ul li a{
	color: #6A6A6A;

}

.bread-cum-banner{
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
}
.bread-cum-banner::before{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	background-image: url(../images/image-1.png);

}
.bread-cum-title{
	position: relative;
	z-index: 1;
}
.bread-cum-title h1{
	color: #ffffff;
}
.about-text-tiles h4{
	font-size: 16px;
	font-family: inter-Regular;
	color: #00A512;
	margin-top: 15px;
}
.abt-img {
    position: relative;
}

.about-title-text {
    position: absolute;
    bottom: 0; /* Stick to the bottom */
    left: 50%;
    width: 220px;
    padding: 15px;
    background-color: #05A614;
    text-align: center;
    transform: translateX(-50%); /* Only move it horizontally */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.about-title-text h4{
	color: #ffffff;
	font-family: inter-bold;
	font-size: 18px;
}
.about-title-text span{
	color: #ffffff;
	font-family: inter-Light;
}
.section-padding-lg{
	padding-top: 120px;
	padding-bottom: 120px;
}
.border-bottom-tiles{
	border-bottom: 2px solid #00A512;
}
.price-tiles{
	border-radius: 8px;
}
.price-tiles .price-amount-box{
	width: 200px;
	height: 200px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: auto;
	background: #8BC53F;
	margin-top: 30px;
}
.price-amount-box h2{
	color: #ffffff;
	font-size: 70px;
	font-family: inter-Medium;

}
.price-tiles ul li{
	display: block;
	margin-top: 25px;
	color: #101010;
	font-size: 18px;
	font-family: inter-Light;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
}
.price-tiles ul li:last-child{
	border-bottom: none;
}
.points {
	margin-top: 30px;
}
.points .point{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.points .point span{
	color: #000000;
	font-size: 16px;
	font-family: inter-Light;
	margin-top: -5px;
}
.team-img img{
	max-width: 100%;
	border-radius: 10px;
}
.profilfio-tab .active{
	  background-image: linear-gradient(to right, #00A512 , #8BC53F);
	  color: #ffffff!important;
	  font-size: 18px;
	  font-family: inter-bold!important;
	  border-radius: 5px;
	  padding: 12px;
}
.profilfio-tab {
	border-bottom: none;
	border:1px solid #d2d2d2;
	border-radius: 5px;

}
.profilfio-tab .nav-link {
    color: #101010;
    font-family: inter-Regular;
    font-size: 18px;
    padding: 12px;
    position: relative;
}

.profilfio-tab .nav-item {
    position: relative;
}

.profilfio-tab .nav-item:not(:first-child):not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background-color: #000;
    opacity: 0.3;
}

.contact-tiles-box{
	border-radius: 10px;
	border:1px solid #d2d2d2;
}
.contact-tiles-box .contact-ic{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: 5px;
}
.contact-tiles-box .contact-ic img{
	max-width: 100%;
	max-height: 100%;
}
.contact-tiles-box  p{
	 font-family: inter-bold;
	 font-size: 16px;
}
.bg-lime-green{
	background-color: #F4F8FC;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{
	width: 100%;
	padding: 15px 20px 15px 20px;
	background-color: #ffffff;
	border-radius: 5px;
	border:1px solid #d2d2d2;

}
.about-detaild ul{
	list-style-type: none;
	padding-left: 0px;
}

.about-detaild ul li{
  color: #777;	
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
  margin: 10px 0px 10px 0px;

}
.about-detaild ul :before{
	content: ' \2713'; 
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  font-weight: bold;
  color: #00a512;
  top: 2px;
}
.brand_slider img{
	width: 100%;
}
.brand_slider .brand {
	border:1px solid #d2d2d2;
	padding: 10px;
	margin-top: 30px;
}

.logo-box {
    text-align: center;
    font-size:30px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
.logo-box img{
    max-width: 150px;
}
