.megamenu .content-detail span {
	text-transform: capitalize;
}
.navbar-dark .navbar-nav .nav-link {
	text-transform: capitalize;	
	}
	
.card-img-custom {
  height: 150px;
  object-fit: contain;
  padding: 15px;
  background: #f9f9f9;
}
	
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card {
  transition: all 0.3s ease-in-out;
}

  .text-lime {
    color: #000000; /* Neon green like your image */
  }

 .btn-custom {
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

 .btn-custom:hover {
  background: #28a745;
  color: #fff;
  transform: translateY(-2px);
}

.hero-section {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQyMGBrFfFgupeoNqG2Mk4-fyTEiqBSA8MkdyXcb2MHBcvLufwHbPy0W-a4ZGXd2UNrF8M&usqp=CAU')
}

.feature-img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .feature-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

 .badge-pill-custom {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 600;
  margin: 5px;
}

  .pill-button {
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
  }

  .headingstyle {
    margin-top: 20px;
    font-weight: 600;
  }
   .feature-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
  .feature-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
  .feature-title {
    font-size: 1rem;
  }

  .feature-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  @media (max-width: 576px) {
    .feature-title {
      font-size: 16px;
    }

    .feature-text {
      font-size: 14px;
    }
  }
