* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

body,
html {
  height: 100%;
  width: 100%;

}

.hr-line {
  border-top: 1px solid #666666;
}

.nav-part2 h4 {
  font-size: 0.83vw;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2.6vw;
  padding: 0.5vw;
  color: #000000;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  animation: fadeIn 1s ease-out 1.7s forwards;
  opacity: 0;
}

footer p {

  font-size: 14px;
  /* Adjust font size on mobile */

}

.footer-left h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-right {
  text-align: right;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .footer-right {
    text-align: left;
    color: black;
  }

  .container {
    padding: 30px 20px;
    border-radius: 0;
  }
  #social-section{
      margin-top:20px;
  }
}

@media (max-width: 768px) {

  .ri-map-pin-line,
  .ri-phone-fill,
  .ri-mail-open-line {
    margin-right: 8px;
    /* Adjust margin on smaller screens */
  }

  p {
    font-size: 14px;
    /* Adjust font size on mobile */
  }

  .ri-map-pin-line {
    margin-bottom: 5px;
    /* Add some space for the address */
  }
}

.quick-link {
  color: black;
  text-decoration: none;
}

.quick-link:hover {
  color: #0ba34e;
}

@media (max-width:800px) {
  .results .col-sm-4 .p {
    font-size: 30px !important;
  }
}

@media (max-width:800px) {
  .horizontal-line {
    /*width: 270px;*/
  }
}

@media (max-width:800px) {
  .results .col-sm-8 h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
  }

}


@media (max-width: 300px) {
  .results h2 {
    font-size: 20px !important;
  }
}

@media (max-width: 900px) {
  .results h3 {
    font-size: 16px !important;
  }
  
  .results .p1 {
    font-size: 14px !important;
  }
}


.our-clients svg {
  width: 30px;
}

.our-clients .star {
  width: 80px;
}

.our-clients .svgs {
  display: flex;
  padding: 2vh 2vw;
}

.our-clients .card {
  background: #f5f5f5;
  border-radius: 10px;
  border: none;
  /* margin-right:95px; */
}

.our-clients .para {
  color: gray;
  padding: 2vh 4vw;
}


.our-clients h1 {
  font-size: 70px;
  font-weight: 700;
}

.our-clients p {
  font-size: 18px;
  margin-left: 40px;
}

.our-clients span {
  font-weight: 700;
  margin-left: 35px;
  font-size: 18px;
}

.our-clients .image {
  display: flex;
  align-items: center;
}

.our-clients .image h3 {
  font-size: 20px;
  font-weight: 700;
}


.our-clients .image h4 {
  font-size: 16px;
  color: rgb(62, 61, 61);
  margin-top: 60px;
  margin-left: -110px;
}



.our-clients .image img {
  display: flex;
  width: 60px;
  border-radius: 50%;
  margin-left: 35px;
}

.section-3 {
  background: #111111;
}


.section-3 .funding {
  color: #a3a3a3;
  padding: 9vh 4vw;
}


.section-3 p {
  color: #a3a3a3;
  font-size: 15px;
  align-items: center;
  display: flex;
}


.section-3 h2 {
  color: #fff;
  font-size: 70px;
  margin-top: 50px;
  font-weight: 700;
}



.horizontal-line {
  border-top: 1px solid #666666;
}

.about-us {
  background: #111111;
}

.about-us p {
  color: #a3a3a3;
  padding: 14vh 4vw;
}


.about-us h1 {
  color: white;
  font-size: 60px;
  font-weight: 700;
  /* line-heading:1; */
  padding: 9vh 4vw;
}

.section-cards {
  background: #000000;
  padding: 1vh 4vw;
}


.section-cards .section-card1 {
  color: white;
  border-radius: 10px;
  background: #1f1f1f;
  margin-bottom: 20px;
  padding: 20px;
  height: 100%;
}

.section-cards:nth-child(2n+1){
  padding-top: 100px;
}

@media (max-width: 576px) {
  .section-card1 {
    text-align: center;
    padding: 15px;
    width: 100% !important;
  }


  .section-card1 h1 {
    font-size: 30px;
  }

  .section-card1 h3 {
    font-size: 10px;
  }

  .section-card1 p {
    font-size: 10px;
  }
}

@media (max-width: 2500px) {
  .section-card1 {
    text-align: center;
  }

  .h3,
  h3 {
    font-size: calc(0.5rem + .5vw);
  }

  .section-card1 h1,
  .section-card1 h3,
  .section-card1 p {
    margin-left: 0;

  }
}

.awards {
  background: #000000;
  padding: 16vh 4vw;
}

.awards h2 {
  color: white;
  font-size: 30px;
  padding-top: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.highlight-text {
  font-size: 50px;
}

@media (max-width: 1000px) {
  .awards h2 {
    font-size: 18px;
  }

  .highlight-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .awards {
    padding: 6vh 4vw;
  }
  
.section-cards:nth-child(2n+1){
  padding-top: 25px;
}

  .awards .section-5:first-child {
    padding-bottom: 2rem;
  }

  .awards .section-5:last-child {
    padding-top: 2rem;
  }

}

.awards p {
  color: #a3a3a3;
}

.multicards {
  padding: 4vh 4vw;
  background: #111111;
  color: white;
}



.multicard1 {
  background: #1f1f1f;
  border-radius: 10px;
  padding-bottom: 1vh;
}

.multicard1 p {

  margin-bottom: 30px;
}

.multicard1 svg {
  width: 180px;
}



.outcomes-cards {
  padding: 4vh 2vw;
  border: 1px solid #d3d3d3;
}

.outcomes-cards {
  flex: 1 1 calc(33.333% - 24px);
  max-width: calc(33.333% - 24px);
  min-width: 250px;
}


.outcomes-cards img {
  width: 60px;
  margin-left: 2vh;
}


.highlight {
  font-size: 100px;
  color: red;
}








.outcomes-cards1 {
  border: 1px solid #d3d3d3;
}


.outcomes-cards1 p {
  color: #666666;
  margin-left: 2vh;
}

@media(max-width:900px) {
  .outcomes p {
    font-size: 12px;
  }
}

.outcomes-cards1 h1 {
  font-size: 10px;
  font-weight: 700;
  padding: 1vh 2vw;
}

.outcomes-cards1 h3 {
  font-weight: 700;
  padding: 2vw;
}

.outcomes-cards1 h5 {
  font-size: 16px;
  margin-left: 30px;
}

.outcomes-cards1 p {
  margin-top: 10px;
}

.outcomes {
  padding: 15vh 4vw;
}

.outcomes .h {
  font-size: 50px;
}

@media(max-width:1000px) {
  .outcomes .h {
    font-size: 20px;
  }
}

.outcomes span {
  font-size: 6rem;
  color: red;
}

@media(max-width:1000px) {
  .outcomes span {
    font-size: 80px;
  }
}

.outcomes .p {
  font-size: 50px;
  font-weight: 700;
  color: black;

}

@media(max-width:1000px) {
  .outcomes .p {
    font-size: 20px;
  }

  .imagelogo {
    display: none;
  }
}

.results {
  padding: 10vh 4vw;
}

.results p {
  color: #666666;
}

.results h2 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 60px;
}

.results svg {
  width: 260px;
  margin-top: 30px;
}

.results img {
  width: 260px;
  margin-top: 30px;
}

@media(max-width:1000px) {
  .results .p1 {
    font-size: 60px;
  }

  .results img {
    width: 260px;
    margin-top: 10px;
  }
}


.results h1 {
  font-size: 70px;
  font-weight: 700;
  margin-top: 15px;
}

.results h3 {
  margin-top: 40px;
  font-weight: 700;
}