@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --primary-color: #070626;
  --secondary-color: #ffffff;
  --text-color: #333;
  --font-family: 'Sinteca', sans-serif;
}

section {
  padding: 48px 96px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
.wordtitle{
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 160% !important;
  color: #7b7b7b !important;
}

.wordd {
   font-size: 38px !important;
  font-weight: 600 !important;
  line-height: 58px !important;
  color: #070626 !important;
}
.card {
  width: 550px;
}
.card img {
    width: 39px;
    height: 38px;
}
.team-photo {
  max-width: 100%;
  margin-top: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .what-we-do-section {
      background-color: #f4f4f6;
      padding: 56px 72px !important;
     
    }
    .what-we-do-section h2 {
      font-weight: 600;
      font-size: 32px;
      line-height: 54px;
      color: #070626;
    }
    .what-we-do-section p {
      color: #686868;
      font-weight: 500;
      line-height: 160%;
      font-size: 16px;
      margin-bottom: 32px !important;
    }

   
    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 28px;
     
    }
    .feature-item img {
      width: 30px;
      height: 30px;
     
      margin-top: 4px;
    }
    .feature-item-text h1{
      font-weight: 500;
      line-height: 160%;

      color: #070626;
      font-size: 18px;
    
    }

     .feature-item-text p{
      color: #686868;
      font-weight: 500;
      line-height: 160%;
      font-size: 16px;
      margin-bottom: 12px !important;
    }


    
.section-cta {
   padding: 40PX;
}
.core-team-section {
  /* padding: 60px 20px; */
  background-color: #fff;
  text-align: center;
  /* margin-top: 48px; */
}

.core-team-section h2 {
  font-size: 32px;
  line-height: 160%;
  font-weight: 600;
  color: #070626; 
  margin-bottom: 64px;
}

.team-card {
  border: none;
  background-color: transparent;
  align-items: center;
}

.imagreso{
      max-width: min(500px, 100%) !important;
    margin: auto !important;
}
.titleab{
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #070626;
}
.titleabd {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 160% !important;
  color: #686868 !important;
}
.team-card img {
  width: 160px !important;
  height: 160px !important;
  object-fit: cover;
  align-items: center;
  margin-bottom: 20px;
}

.team-card .name {
  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  margin-bottom: 8px;
  color: #070626;
}

.team-card .position {
  /* color: #18B15D; Green for emphasis */
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #070626;
  margin-bottom: 24px;
}

.team-card .bio {
  font-size: 15px;
  font-weight: 500;
  color: #3f3f3f;
  line-height: 28px;
}

.our-story-section {
  background-color: #fff;
  /* white background */
  color: #000;
}

.section-title {

  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
  color: #070626;
  margin-bottom: 40px;
  /* dark navy as seen in Figma */
}

.story-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #070626;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-section p {
  font-size: 18px;
}
.section-cta .container{
    max-width: 48% !important;
  }

@media (max-width: 991.98px) {
  .contact-heading {
    width: 80%;
  }

  section {
    padding: 32px 48px;
  }

  .section-cta .container{
    max-width: 80%;
  }
}

@media (max-width: 575.98px) {
  .wordd {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    color: #070626 !important;
}
  .titleab {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #070626;
}
  
  .titlesiprt{
    margin-bottom: 24px !important;
  }

  .section-cta .container{
    max-width: 103% !important;
  }

  .what-we-do-section{
    padding: 32px !important;
  }
  .arrangeabout {
    width: 108% !important;
  }
  .contact-box {
    padding: 32px 24px
  }

  .btn-custom {
    padding: 12px 40px;
  }

  .contact-heading {
    width: 100%;
  }

  .story-text {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 160%;
    color: #070626;
  }

  .our-story-section{
    padding: 30px;
  }
  .about-section p {
    font-size: 16px;
  }

  .team-card .name
 {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 8px;
    color: #070626;
}

.team-card .position

 {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #070626 !important;
    margin-bottom: 24px !important;
}

.team-card .bio {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #3f3f3f !important;
    line-height: 28px !important;
   margin-bottom: 24px !important;
}
  .card {
  width: 350px;
  }

      .hero h1 {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 160% !important;
    }

    .hero p {
        margin-bottom: 40px !important;
       
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 160% !important;
        color: #7b7b7b !important;
    
    }


    .heroabout {
      padding: 72px 32px !important;
    }

    .hero-row {
      gap: 50px !important;
    }

    .features{
      padding-top: 0px !important;
    }

    .card h4 {
        font-size: 20px !important; 
        line-height: 32px !important;
        font-weight: 600 !important;
        color: #070626 !important;
    }

    .card p {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 160% !important;
        color: #686868 !important;
    }

    .what-we-do-section h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 54px;
    color: #070626;
}


.feature-item-text {
    font-weight: 500;
    line-height: 160%;
    color: #070626;
    font-size: 16px;
}
.feature-item img {
    width: 28px;
    height: 28px;
    margin-top: 4px;
}
    .card img {
    width: 32px;
    height: 32px;
}



}

