.InnovationPlatform .section {
  margin-bottom: 3rem;
}

.InnovationPlatform .section .section-heading {
  margin-block-end: 2rem;
  text-align: center;
}

.InnovationPlatform .section .section-heading .section-title {
  font-weight: bold;
  color: #161616;
  text-align: center;
  font-size: 2.5rem;
}

.InnovationPlatform .section .section-heading .section-description {
  color: #384250;
  margin-block-start: 1rem;
  text-align: center;
}

.InnovationPlatform .section .card-body {
  padding: 0;
}

.InnovationPlatform .section .card-btn,
.InnovationPlatform .section .apply-link a {
  margin-top: auto;
  justify-self: start;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #1b8354;
  color: #fff;
  font-size: 1rem;
  font-weight: 500 !important;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}

.InnovationPlatform .section .card-btn:hover,
.InnovationPlatform .section .apply-link a:hover {
  background-color: #166a45;
}

.InnovationPlatform .section .card-btn:active,
.InnovationPlatform .section .apply-link a:active {
  transform: translateY(0);
}

.InnovationPlatform .section .card-btn svg,
.InnovationPlatform .section .apply-link a svg {
  width: 22px;
  height: 22px;
}

.InnovationPlatform .section.hero-custom-inner {
  min-height: calc(100dvh - var(--drupal-displace-offset-top, 0px) - 27dvh);
  display: grid;
  align-items: center;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 2rem;
}

.InnovationPlatform .section.hero-custom-inner .content {
  color: #fff;
}

.InnovationPlatform .section.hero-custom-inner .content h3 {
  color: #fff;
  margin-bottom: 2rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.InnovationPlatform .section.hero-custom-inner .content p {
  font-weight: normal;
}

.InnovationPlatform .section.hero-custom-inner .content .apply-link a {
  font-size: 1rem;
  padding: 12px 28px;
  background-color: #1b8354 !important;
  background: unset;
  border-radius: 4px;
  font-weight: 500;
}

.InnovationPlatform .section.hero-custom-inner .content .apply-link a:hover {
  background-color: #166a45 !important;
}

.InnovationPlatform .section.hero-custom-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.InnovationPlatform .section.hero-custom-inner>* {
  z-index: 1;
}

.InnovationPlatform .section.NationalChallenges {
  margin-top: 3rem;
}

.InnovationPlatform .section.NationalChallenges .section-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 1.5rem;
}

.InnovationPlatform .section.NationalChallenges .section-content .card {
  border: 1px solid #bebebe;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  background: transparent;
  box-shadow: unset;
}

.InnovationPlatform .section.NationalChallenges .section-content .card .card-cover {
  width: 200px;
  height: 250px;
}

.InnovationPlatform .section.NationalChallenges .section-content .card .card-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.InnovationPlatform .section.NationalChallenges .section-content .card .card-content {
  display: grid;
  flex: 1;
}

.InnovationPlatform .section.NationalChallenges .section-content .card .card-content .card-label {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.InnovationPlatform .section.NationalChallenges .section-content .card .card-content .card-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.InnovationPlatform .section.eligibility {
  margin-bottom: 0;
  background: #1b8354;
  padding-block: 4rem;
  min-height: calc(100dvh - var(--drupal-displace-offset-top, 0px) - 27dvh);
}

.InnovationPlatform .section.eligibility .section-heading * {
  color: #fff;
}

.InnovationPlatform .section.eligibility .section-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28%, 1fr));
  gap: 1.5rem;
}

.InnovationPlatform .section.eligibility .section-content .card-objectives {
  background: #fff;
  padding: 1rem;
  border-radius: 18px;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.InnovationPlatform .section.eligibility .section-content .card-objectives .card-title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-block: 2rem;
}

.InnovationPlatform .section.eligibility .section-content .card-objectives .card-icon {
  background: rgba(var(--bs-primary-rgb), 0.05) !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.InnovationPlatform .section.eligibility .section-content .card-objectives .card-icon img {
  border-radius: 50%;
  padding: 0.6rem;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.InnovationPlatform .section.areYouReady {
  padding-block: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(100dvh - var(--drupal-displace-offset-top, 0px) - 27dvh);
}

.InnovationPlatform .section.areYouReady .section-title {
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.InnovationPlatform .section.areYouReady .apply-link {
  display: flex;
  justify-content: center;
}

.InnovationPlatform .section.areYouReady::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.InnovationPlatform .section.areYouReady>* {
  z-index: 1;
}

@media screen and (max-width: 750px) {

  .InnovationPlatform .section .card-btn,
  .InnovationPlatform .section .apply-link a {
    text-align: center;
    font-size: 1rem;
    padding: 10px;
    min-height: 45px;
  }

  .InnovationPlatform .section.eligibility .section-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .InnovationPlatform .section.NationalChallenges .section-content {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
  .InnovationPlatform .section.NationalChallenges .section-content .card {
    flex-direction: column;
    padding: .7rem;
  }

  .InnovationPlatform .section.NationalChallenges .section-content .card .card-cover {
    width: unset;
  }

  .InnovationPlatform .section.NationalChallenges .section-content .card .card-content .card-body {
    overflow: unset;
    display: block;
  }
}

/*# sourceMappingURL=challenges-platform.css.map */