@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");




.hero {
  background-image: url('images/Demo/header-img.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 6rem 0;
  text-align: center;
  margin-top: 70px;
  /* height: 100%; */
}


.card-demo {
  padding: 1px;
}

@media (max-width: 991.98px) {
  .hero h1 {
    padding-top: 100px;
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero p {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero p {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

.aboutus-title {
  color: #010002;
  font-weight: 600;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991.98px) {
  .aboutus-title {
    font-size: 2rem;
  }

  .para {
    font-size: 1.05rem;
  }
}

@media (max-width: 767.98px) {
  .aboutus-title {
    font-size: 1.8rem;
  }

  .para {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .aboutus-title {
    font-size: 1.6rem;
  }

  .para {
    font-size: 0.95rem;
  }
}


.impact .icon-card {
  font-size: 21px;
  font-weight: 600;
}

/* What We Do Section */
.what-we-do-section {
  background-color: #f4f1fa;
}

/* .section-title {
  font-family: 'EB Garamond', serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #4B0082;
} */

/* Icon Card */
.icon-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.icon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.icon {
  font-size: 2.5rem;
  color: #6a0dad;
}

.card-title {
  /* font-family: 'EB Garamond', serif; */
  font-size: 1.25rem;
  font-weight: 600;
  color: #231130;
}

.card-text {
  font-size: 1rem;
  color: #4d4d4d;
  margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }

  .icon {
    font-size: 2rem;
  }

  .card-title {
    font-size: 1.1rem;
  }
}



.bg-dark {
  background-color: #745381 !important;
}



.impact-card {
  background: transparent;
  color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  transition: transform 0.3s ease;
}

.impact-card:hover {
  transform: scale(1.05);
}

.emoji {
  line-height: 1;
}


.icon {
  font-size: 2.5rem;
  color: #6a0dad;
}

.card-title {
  /* font-family: 'EB Garamond', serif; */
  font-size: 1.25rem;
  font-weight: 600;
  color: #231130;
}

.card-text {
  font-size: 1rem;
  color: #4d4d4d;
  margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }

  .icon {
    font-size: 2rem;
  }

  .card-title {
    font-size: 1.1rem;
  }
}

.vision-mission-section .section-title {
  /* font-family: 'EB Garamond', serif; */
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}

.vision-mission-section p {
  /* font-family: 'EB Garamond', serif; */
  color: #333;
  line-height: 1.9;
  font-size: 17px;
}

.image-wrapper img {
  width: auto;
  height: auto;
  max-height: 550px;
  /* object-fit: cover; */
  /* border-radius: 1rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
  .vision-mission-section .section-title {
    font-size: 1.75rem;
  }

  .vision-mission-section p {
    font-size: 1rem;
  }
}


.core-values-section .section-title {
  /* font-family: 'EB Garamond', serif; */
  color: #4B0082;
  font-weight: 700;
  font-size: 2.5rem;
}

.value-pill {
  background: #fff;
  color: #4B0082;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  border: 2px solid #dcd6f7;
  font-weight: 600;
  /* font-family: 'EB Garamond', serif; */
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.value-pill:hover {
  background: #4B0082;
  color: white;
  border-color: #4B0082;
  transform: scale(1.05);
}

/*  */
.demo-btn {
  background-color: #6f42c1;
  color: white;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.demo-btn:hover {
  color: white;
}

.testimonial-card {
  border-bottom: 5px solid #6f42c1;
  font-family: "Roboto", sans-serif;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 1.0rem;
  color: #333;
}

.testimonial-author {
  font-size: 0.95rem;
  color: #4b0082;
}

.footer {
  background: #4B0082;
  color: white;
  padding: 3rem 0;
}

.footer a {
  color: #dcd6f7;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}




.icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(63, 6, 163, 0.1);
  overflow: hidden;
}

.icon-wrapper img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.what-we-do-card {
  transition: all 0.3s ease;
  background: #f9f9ff;
}

.what-we-do-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.font-weight-semi-bold {
  font-weight: 500;
}

.aboutus-title {
  font-weight: 700;
}

.partner-box {
  border: 2px solid #6f42c1;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 600;
  background-color: white;
}