/* CSS Document */



.left-right-section .item {
    flex-direction: row;
    background: #FFF;
}

.left-right-section .info {
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 992px) {
.left-right-section .info {
    width: 50%;
}
.left-right-section .bnn {width: 50%;}
}

.left-right-section .item h2 {
   color: #04944F;
  font-family: "lato", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
letter-spacing: 0.6px;
}

.left-right-section .item span {
   color: #626262;
  font-family: "lato", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px; /* 150% */
   letter-spacing: 0.6px;
   padding-bottom: 0px;
}

.left-right-section .item p {
color: var(--color-2, #2C2C34);
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;  
}

.left-right-section .info h2 {font-size: 26px;margin-top: 0;}
.left-right-section .info h2:after { display: none }
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
    .left-right-section .item {flex-direction: column-reverse;}
}

/*==================== TEAM SECTION =====================*/

.team-section {background: var(--color-2, #2C2C34);}

.team-section .section-header {
    text-align: center;
    margin-bottom: 24px;
    padding-top: 80px;
  }
  .team-section .section-header span {
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    

  }
  .team-section .section-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
  }
  
  .team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding-bottom: 80px;

  }
  .team-member {
    background: #fff;
    border-radius: 10px;
    max-width: 500px;
    flex: ;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }
  @media (min-width: 540px) {
   .team-member {
     flex: 1 1 45%;
   } 
  }
  .team-member img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .team-info {
    padding: 25px;
    font-family: "Montserrat", sans-serif;
    color: #333;
  }

  .team-info p{
    color: var(--color-2, #2C2C34);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;  
  }
  .team-info h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
  }
  .team-info .role {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
  }
  .team-info .role span {
    color: #aaa;
  }
  
  /*==================== COMMITMENT SECTION =====================*/
  .commitment-section {
    background: #f3f2ef;
    padding: 80px 0;
  }
  
  .commitment-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
    align-items: flex-start;
  }
  
  .commitment-text {
    flex: 1 1 50%;
    padding: 0 40px 0 80px;
  }
  
  .commitment-text span {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #666;
  }
  
  .commitment-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 24px;
    font-family: "Montserrat", sans-serif;
    color: #000;
  }
  
  .commitment-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 24px;
  }
  
  .commitment-facts {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    align-items: anchor-center;
    align-self: anchor-center;

  }
  
  .commitment-facts .fact {
    flex: 1 1 45%;
    background: #2C2C34;
    padding: 50px 30px;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .commitment-facts .fact i {
    font-size: 32px;
    margin-bottom: 16px;
    color: #ffffff;
  }

  @media (max-width: 768px) {
    .commitment-facts {
      flex-direction: column;
      padding: 0 40px;
    }
  }
  

  /* About 2 collumns */

  .two-columns-text {
  text-align: center;
  padding: 50px 150px;
  max-width: 100%!important;
}

  .two-columns-text h2 {
  color: #626262;
  font-family: "lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
  letter-spacing: 0.6px;
}

 .two-columns-text p {color: #626262;font-family: Lato;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px; /* 133.333% */letter-spacing: 0.6px;}

.two-columns-text .columns {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.two-columns-text .column {
  width: 50%;
  color: #626262;
    font-family: "lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.6px;
  text-align: left;
}

@media (max-width: 991px) {
  .two-columns-text .columns {
    flex-direction: column;
  }

  .two-columns-text {
        padding:50px 30px;

  }

  .two-columns-text .column {
    width: 100%;
  }
}

/* parallaxx */ 
.parallax-featured {
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.6)), var(--background-image) center/cover no-repeat fixed;
  padding: 145px 60px;
  color: white;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 500px; */
}

.parallax-featured .container {
  /* max-width: 1100px; */
  z-index: 2;
  position: relative;
}

.parallax-featured-title {color: #FFF;text-align: center;font-family: Lato;font-size: 30px;font-style: normal;font-weight: 700;line-height: 34px; /* 113.333% */letter-spacing: 0.6px;margin-bottom: 50px;margin-top: 0;}

.featured-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 60px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.featured-list li {
   position: relative;
   padding-left: 20px;
   width: 45%;
   text-align: left;
   color: #FFF;
    font-family: "lato", sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px; /* 133.333% */
   letter-spacing: 0.6px;
}

.featured-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1000px) {
  .parallax-featured {
    padding: 60px 20px;
  }

  .parallax-featured-title {
    font-size: 22px;
    line-height: 32px;
  }

  .featured-list li {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    text-align: center;
  }

  .featured-list li::before {
  position: relative;
   
  margin-right: 0.4em;  
   
  }
}


/*left right featured grid */ 

.left-right-section .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0px;
  justify-content: space-around;
  margin-top: 50px;
}

.left-right-section .feature {
  width: 25%;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #04944F;
  font-family: Lato, sans-serif;
}

.left-right-section .feature i {
  font-size: 32px;
  margin-bottom: 10px;
}

.left-right-section .feature p {
  font-size: 16px;
  color: #2C2C34;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .left-right-section .features-grid {
    justify-content: center;
    gap: 20px;
  }

  .left-right-section .feature {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .left-right-section .feature {
    width: 100%;
  }
}

.sec2 .info {padding: 50px 20px;align-items: center;}


.par-2 .featured-list {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  /* column-gap: 80px; */
  row-gap: 16px;
  place-items: anchor-center;
  /* max-width: 900px; */
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.par-2 .featured-list li {
  padding-left: 20px;
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  width: 100%;
  break-inside: avoid;
}

.par-2 .featured-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1000px) {
  .par-2 .featured-list {
    display: flex;
    /* padding: 0 20px; */
  }

  .par-2 .featured-list li {
    margin-bottom: 12px;
    text-align: center;
    /* max-width: 50%; */
  }

  .par-2 .featured-list li::before {
  position: relative;
   
  margin-right: 0.4em;  
   
  }
}

/* locations */

.location-section {
  text-align: center;
  padding: 80px 150px;
  background: #fff;
}

.location-section .subtitle {
 color: #626262;
text-align: center;
  font-family: "lato", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 100% */
letter-spacing: 0.6px;
}

.location-section .section-title {color: #04944F;text-align: center;font-family: Lato;font-size: 30px;font-style: normal;font-weight: 700;line-height: 24px; /* 80% */margin-top: 10px;margin-bottom: 100px;letter-spacing: 0.6px;}

.location-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 140px;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.location {
  width: 150px;
  text-align: center;
}

.location i {
  color: #04944F;
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

.location h3 {
  color: #626262;
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  letter-spacing: 0.6px;
  margin-bottom: 7px;
}

.location span {
  color: #04944F;
text-align: center;
  font-family: "lato", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
letter-spacing: 0.6px;
}



/* Responsivo */
@media (max-width: 768px) {
  .location-grid {
    gap: 30px 30px;
  }
  .location-section {
      padding: 80px 40px;

  }

  .location {
    /* width: 45%; */
  }
}

@media (max-width: 480px) {
  .location {
    width: 100%;

  }
}

/* Core values */
.core-values-section {
  background: #f8f8f8;
  padding: 80px 280px;
  text-align: center;
  padding-bottom: 50px;
}

.core-values-section .subtitle {
color: #626262;
text-align: center;
  font-family: "lato", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 100% */
letter-spacing: 0.6px;
}

.core-values-section .section-title {
  color: #04944F;
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 80% */
  letter-spacing: 0.6px;
  margin-top: 7px;
  margin-bottom: 80px;
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.value-item {
  max-width: 280px;
  text-align: center;
  flex: 1 1 250px;
}

.value-item i {
  font-size: 32px;
  color: #04944F;
  margin-bottom: 15px;
}

.value-item h3 {
 color: #626262;
 text-align: center;
  font-family: "lato", sans-serif;
 font-size: 24px;
 font-style: normal;
 font-weight: 400;
 line-height: 30px; /* 125% */
 letter-spacing: 0.6px;
 margin-top: 0;
}

.value-item p {
  color: #626262;
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.6px;
  min-height: 120px;
}

.value-item .verse {
  color: #04944F;
text-align: center;
  font-family: "lato", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
letter-spacing: 0.6px;
}

.core-footer {color: #626262;text-align: center;font-family: Lato;font-size: 24px;font-style: normal;font-weight: 700;line-height: 30px; /* 125% */letter-spacing: 0.6px;padding-top: 30px;}


@media (min-width: 1674px) {
  .core-values-section {
    padding: 0;
  }
.core-values-section .container {
  max-width: 100%;
  padding:80px 10px;
}
}


@media (max-width: 1200px) {

.core-values-section {
  padding: 80px 100px;
}
  }

@media (max-width: 591px) {

.core-values-section {
  padding: 80px 40px;
}
  }


/*parallax  3 */

.par-3 p {
  color: #FFF;
text-align: center;
  font-family: "lato", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
letter-spacing: 0.6px;
}

.par-3 span {
  color: #FFF;
  font-family: "lato", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.6px;
}