.pro-graphic-lp .hero {
  margin-top: 100px;
  height: 70vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.pro-graphic-lp .hero h1 {
  color: white;
  max-width: 660px;
  margin-bottom: 100px;
  margin-left: 90px;
}
.pro-graphic-lp .hero .logo-img {
  max-width: 400px;
  max-height: 90px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.pro-graphic-lp .nav {
  height: 65px;
  width: 100%;
  background-color: #004676;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 20px;
}
.pro-graphic-lp .nav a {
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .pro-graphic-lp .hero {
    justify-content: center;
    align-items: center;
  }
  .pro-graphic-lp .hero h1 {
    margin: 0;
    width: 70%;
    text-align: center;
    margin-top: 100px;
  }
  .pro-graphic-lp .nav {
    flex-direction: column;
    height: fit-content;
    padding: 10px 0;
  }
  .pro-graphic-lp .nav a {
    padding: 5px 0;
  }
}
/* .pro-graphic-lp .nav a {
  cursor: pointer;
  transition: color 0.3s ease;
}

.pro-graphic-lp .nav a:hover {
  color: #007bff; 
}

.pro-graphic-lp .nav a.active {
  font-weight: bold;
}

.n-feature.highlight {
  animation: highlightFeature 1s ease;
}

@keyframes highlightFeature {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 123, 255, 0.1); 
  }
  100% {
    background-color: transparent;
  }
} */
