
.vision-mission-section .overlay {
  position: absolute;
  top: 0;
   left: 0;
  width: 100%; height: 100%;
  /* background-color: rgb(36 34 34 / 19%); */
  z-index: 1;
}


.vision-mission-section .container {
  position: relative;
  z-index: 2;
}


.section-title {
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--text-color);
}

.section-title .highlight {
  font-weight: 700;
  color: var(--primary-color);
}


.section-text {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.7;
}


.icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

   .values-section {
      padding: 80px 15px;
    }
.value-card-wrapper:nth-child(even) {
  margin-top: 20px;
}

   .value-card {
  background-color: #fff;
  box-shadow: 0 4px 15px rgb(0 0 0 / 17%);
  padding: 20px;
  border-right: 3px solid var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 160px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border-right: 3px solid var(--hover-color);
}


    .value-badge {
     top: -19px;
    position: absolute;
    width: 37px;
    height: 36px;
    background-color: #9d680542;
    color: #550d0d;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-bottom: 12px;
}


    .value-title {
      font-weight: 700;
      font-size: 20px;
      color: var(--text-color);
      margin-bottom: 10px;
      letter-spacing: 0.2px;
    }

    .main-heading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--text-color);
}

.subheading {
  font-size:30px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.description {
  letter-spacing: 1px;
  font-size:15px;
  color: #323232;
  line-height: 1.6;
}

    @media (max-width: 991.98px) {
      .values-section .row {
        flex-direction: column-reverse;
      }

      .right-text {
        margin-bottom: 40px;
      }
    }


/* Responsive Design */
@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
  }

  .icon-img {
    width: 32px;
    height: 32px;
  }

  .section-text {
    font-size: 0.95rem;
  }

  .vision-mission-section {
    padding: 3rem 1rem;
  }
}
