@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600;700;800;900&display=swap');



/* colors 6cc327 26822e 268133 1c852 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Encode Sans', sans-serif;
}


html {
  scroll-behavior: smooth;
}

/* last section page  */

.services-last-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px;
}

.services-last-container .service-card {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  max-width: 500px;
  padding: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.services-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
  object-fit: cover; /* Ensures images fit well */
  border-radius: 8px; /* Adds slight rounding for aesthetics */
}


.services-last-container .designer-curated i,
.services-last-container .project-management i {
  /* color: #ed7d31; */
  color: #268133;
  font-size: 48px;
  margin-bottom: 20px;
}

.services-last-container .service-card h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.services-last-container .service-card p {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5;
}

.service-heading {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
}

.heading-content {
  flex-grow: 1;
  margin-left: 20px;
}


/* .highlighted-words {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #6cc327;
  padding: 4px 8px;
  border-radius: 4px;
}


.service-heading span {
  font-size: 28px;
  color: #fff;
  background-color: #6cc327;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #6cc327;
  margin-right: 20px;
  flex-shrink: 0;
}



@media screen and (max-width: 768px) {
  .services-last-container .services-container {
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
  
  .services-last-container .service-card {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .service-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-heading span {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .services-last-container {
    padding: 30px;
  }
  
  .services-last-container .service-card {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .service-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-heading span {
    margin-bottom: 10px;
  }
} */


.highlighted-words {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #268133;
  padding: 4px 8px;
  border-radius: 4px;
}

.service-heading span {
  font-size: 28px;
  color: #fff;
  background-color: #268133;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #268133;
  margin-right: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .services-last-container {
    padding: 30px;
  }

  .services-last-container .service-card {
    max-width: 100%;
    margin-bottom: 30px;
  }

 .services-last-container .service-card {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
    max-width: 500px;
    padding: 30px;
    margin-bottom: 50px;
    text-align: center;
}
}

@media screen and (max-width: 768px) {

  .service-heading {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .services-last-container .service-card h2,
  .services-last-container .service-card span
  {
    font-size: 20px;
  }
  .service-heading span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    margin-top: 25px;
  }

  .service-heading .heading-content {
    margin-left: 0;
    margin-top: 10px;
  }

  .services-last-container .service-card p {
    font-size: 12px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.5;
  }

  .services-last-container .designer-curated i,
.services-last-container .project-management i {
  /* color: #ed7d31; */
  color: #268133;
  font-size: 44px;
  margin-bottom: 20px;
}

}

@media screen and (max-width: 576px) {
  .services-last-container .service-card h2,
  .services-last-container .service-card span
  {
    font-size: 20px;
  }

  .service-heading {
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
  }

  .services-last-container .designer-curated i,
.services-last-container .project-management i {
  /* color: #ed7d31; */
  color: #268133;
  font-size: 40px;
  margin-bottom: 20px;
}
}

@media screen and (max-width: 425px) {
  .service-heading span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    margin-top: 25px;
  }
}


/* last section page  */


/* Services first page */

.top-heading{
  margin: 15px 0px 15px;
  font-size: 40px;
  font-weight: 600;
  text-align: justify;
  /* margin-bottom: 15px; */
  text-align: center; 
  color:#26822e;
}

/* Header Styles */
.service-1 {
  background-color: #ffffff;
  color: #fff;
  padding: 130px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}


.service-1 h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 25px;
  text-align: center; 
  color:#268133;
}

.service-1 p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  /* margin-bottom: 0px; */
  color: #000000;
  text-align: justify;
}

/* Box Styles */


.first-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  background-color: #ffffff;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

.second-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  background-color: #ffffff;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

.first-box {
  width: 400px;
  margin: 20px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 10px solid #268133;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease-in-out;
}

.first-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.first-heading {
  display: flex;
  justify-content:space-between;
}

.first-heading span {
  font-size: 28px;
  opacity: 0.5;
  color: #268133;
}
.first-box h2 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.first-box h2 i {
  margin-right: 10px;
  color: #268133;
}

.first-box p {
  padding: 6px 0px ;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: justify;
  /* text-align: inherit; */
}

/* list ka css if included */
.procurement {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.procurement li {
  padding: 6px 0px ;
}

/* .first-box p{
  padding: 6px 0px ;
} */

@media screen and (max-width: 991px) {
  .service-1{
    padding: 50px;
  }
  .first-container {
  flex-direction: column;
  padding: 30px;
  }
  .second-container {
  flex-direction: column;
  padding: 30px;
  }
  .first-box {
  width: 100%;
  margin: 20px 0;
  }
  }

@media screen and (max-width: 767px) {
  .service-1{
    padding: 70px;
  }

  
  .first-box {
    width: 100%;
    margin: 20px 0;
  }
}
  
  @media screen and (max-width: 575px) {
    .service-1{
      padding: 50px;
    }
  .service-1 h1 {
  font-size: 36px;
  }
  .service-1 p {
  font-size: 13px;
  }
  .first-box h2 {
  font-size: 20px;
  }
  .first-box p {
  text-align: inherit;
  font-size: 13px;
  }
  }
  
  @media screen and (max-width: 415px) {
    .first-box p {
      text-align: inherit;
      font-size: 13px;
    }
  }

  @media screen and (max-width: 400px) {
  .service-1 h1 {
  font-size: 28px;
  }
  .first-box h2 {
  font-size: 18px;
  }
  .first-box p {
  font-size: 14px;
  }
  }



/* Services second page */

.section-down {
  min-height: 100vh;
  /* top: 120px; */
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-color: white;
}


.ser-rows {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;

}

.ser-rows h1 {
  font-size: 40px;
  font-weight: 600;
  text-align: justify;
  line-height: 2.5;
}

.ser-column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
  text-decoration: none;

}




.ser-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #26822e 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;

}

.ser-card h3 {
  color: #000000;
  text-decoration: none;
}


h3 {
  font-size: 20px;
  font-weight: 600;
  color: #26822e;
  margin: 1em 0;
  font: bolder;
}

p {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.icon-wrapper {
  background-color: #ffffff;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #268133;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}



.ser-column a {
  
  text-decoration: none;
}

.ser-card:hover {
  background-position: 0 100%;
  text-decoration: none;
}
.ser-card:hover h3 {
  color: #ffffff;
  text-decoration: none;
}
.ser-card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #26822e;
  text-decoration: none;
}


.ser-card:hover p {
  color: #f0f0f0;
  text-decoration: none;

}

@media screen and (min-width: 768px) {
  .section-down {
    padding: 0 2em;
  }

  .ser-column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .section-down {
    padding: 1em 3em;
  }

  .ser-column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}



/* services third page */


.about-section{
	position:relative;
	padding:120px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	/* padding-right:100px; */
}

.about-section .content-column .text{
	position:relative;
	color:black;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

/* .about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #6cc327;
} */

.about-section .image-column .inner-column .image{
	position:relative;
}


.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}




.sec-title {
    position: relative;
    padding-bottom: 40px;
    color: #268133;
    font-size: 40px;
  font-weight: 600;
  text-align: justify;
  line-height: 2.5;
}
.sec-title .title {
    position: relative;
    color: #268133;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}


/* heading sizes in responsive  */

@media screen and (max-width: 768px) {
  .top-heading,
  .section-down .section-heading {
    font-size: 30px;
  }
}
.service-1 h1{
  font-size: 30px;
}



/* heading sizes in responsive  */