.hero-section {
  background-image: url('../images/Planting the seeds of.png');
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 600px) {
    .hero-section {
    background-image: url(../images/Planting the seeds of.png);
    background-size: contain;
    background-position: center;
    height: 143px;
    position: relative;
    color: #fff;
    width: 100%;
}
}

.overlay-text {
  position: relative;
  z-index: 2;
}

.text-teal {
  color: #00d3aa;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
 
  z-index: 1;
}
.mission-section {
  background-color: #000;
  padding: 80px 0;
}

.mission-text {
  max-width: 600px;
  border: 1px solid;
  padding: 20px;
}

.mission-text h2 {
  font-size: 26px;
  color: aqua;
}

.mission-text h5 {
  font-size: 1.25rem;
}

.mission-text p {
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
}

.mission-image img {
  max-width: 400px;
  height: auto;
}
.why-cupule-section {
  background-color: #f9f9f9;
}

.card-item .icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: #00c2a8;
}
.cupule-difference-section {
  background-color: #f9f9f9;
}

.venn-img {
  max-width: 450px;
  margin: 0 auto;
}

.legend-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 3px;
}
.core-values-section {
  background: #fff;
}

.highlighted {
  background-color: #000;
  color: #fff;
  padding: 0 0.4em;
  border-radius: 0.2em;
}

.text-teal {
  color: #00c7b7;
}

.value-tile {
  background: #fdfdfd;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.value-tile:hover {
  box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}

.company-focus {
  background-color: #f9fdfa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.student-values-section {
  background-color: #0a0a0a;
}

.value-card {
  background-color: #151515;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.4);
  height: 100%;
}

.value-card h5 {
  margin-bottom: 0.75rem;
}

.text-warning {
  color: #f4c038; /* warm yellow-orange */
}
.footer a {
      color: #ccc;
      margin-right: 20px;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer {
      font-size: 0.9rem;
      padding: 20px 0;
    }
    .footer .right {
      text-align: right;
    }
    .nav-link
    {
      color: #ffffff !important;
    }
    .badge
    {
      color: #000 !important;
    }