#top-nav {
  background-color: #000040;
}

.img-text {
  top: 30%;
  left: 15%;
  font-size: 2.5em;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .img-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em; /* Text size for smaller screens */
    font-weight: bold;
  }
}

.nav-info {
  font-size: 12px;
}

.footer-info {
  font-size: 14px;
}

.circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff; /* Circle background color */
  color: white; /* Icon color */
}

@media screen and (max-width: 900px) {
  .circle-icon {
    font-size: 10px; /* Text size for smaller screens */
  }
}

.wesolve-text {
  color: #4d4d4d;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-style: normal;
}

.wesolve-heading {
  color: #000040;
  font-family: "Gotham Black", sans-serif;
}

.wesolve-sub-heading {
  color: #c6247d;
  font-family: "Gotham Black", sans-serif;
}

.wesolve-line {
  background-color: #c6247d;
  width: 50px;
  height: 4px;
}

.wesolve-btn {
  background-color: #d5d5d5;
}

.wesolve-checkmark {
  background-color: #c6247d;
}

.btn.active {
  background-color: #c6247d !important;
  color: #ffffff;
  border-color: #c6247d;
}

.btn:hover {
  background-color: #c6247d;
  color: #ffffff;
}
