.nav-item.active > .nav-link {
  color: #28a745 !important;
  /* Bootstrap green */
  font-weight: 600;
  /* optional: bold */
}

.nav-item.active > .nav-link:hover {
  color: #218838 !important;
  /* darker green on hover */
}

#menu > li.nav-item.active > a.nav-link {
  color: #28a745 !important;
}

/* Hover state (optional, keep your shade) */
#menu > li.nav-item > a.nav-link:hover {
  color: #218838 !important;
}

.section-title p.pre-text {
  color: var(--text-color) !important;
  line-height: 1.5em;
  font-size: 20px;
}

.about-footer-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* two equal columns */
  gap: 15px 40px;
  /* row gap | column gap */
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-footer-list ul li {
  display: flex;
  align-items: flex-start;
  /* align icons to top of text */
  gap: 8px;
  /* space between icon & text */
  line-height: 1.5;
  margin-bottom: 0;
  /* improve readability */
}

.about-footer-list ul li img {
  flex-shrink: 0;
  /* prevent icon from shrinking */
  margin-top: 3px;
  /* nudge icon for better alignment */
}

.about-footer-list {
  width: 100%;
}

.service-item .icon-box {
  margin-bottom: 20px;
}

.service-title-box .service-title h3 {
  color: #000;
}

.service-item {
  border: 0;
}

.service-item.active {
  background: linear-gradient(
    90.15deg,
    var(--accent-color) 1.15%,
    var(--accent-secondary-color) 98.84%
  );
}

.project-content {
  visibility: visible !important;
  opacity: 1;
  transform: translateY(0px);
}

.label-glc {
  display: inline-block;
  background-color: var(--primary-color);
  /* Bootstrap red */
  color: #fff;
  font-size: 0.85em;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  /* pill style */
}

.icon-box i {
  color: #fff;
  font-size: 30px;
}

.hero-content .section-title h3 {
  padding-left: 10px;
}

.company-experience-box {
  background: none;
  padding: 0;
  flex-direction: unset;
}

.company-experience-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* makes the image fill while keeping aspect ratio */
  object-position: center;
  /* center the crop */
  display: block;
  border-radius: 30px;
  transform-origin: right;
  -webkit-transform-origin: right;
}

.cta-box {
  margin-top: 60px;
}

.our-approach {
  background: var(--primary-color);
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}



.mission-vision-content h3 {
  color: var(--bs-heading-color);
}

.mission-vision-item .icon-box i {
  font-size: 60px;
  color: var(--secondary-color);
}

.mission-vision-item:hover .icon-box i {
  transition: all 0.4s ease-in-out;
  color: #fff !important;
}

.what-we-do-body {
  border-bottom: 0;
}

.our-projeect-box {
    margin-bottom: 100px;
  }

  

@media only screen and (max-width: 767px) {
  .hero-content .section-title h3 {
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .company-experience-info .feature-image{
    margin-bottom: 30px;
  }

  .about-footer-list ul {
    grid-template-columns: 1fr;
    /* switch to 1 column */
    gap: 12px;
    /* tighter spacing for mobile */
  }

  .company-experience-box {
    display: none;
  }

  .cta-box {
    margin-top: 30px;
  }

  .mission-vision-item .icon-box i {
    font-size: 30px;
  }

  .section-title p.pre-text {
    line-height: 1.5em;
    font-size: 15px;
  }

  .our-projeect-box {
    margin-bottom: 50px;
  }
}
