* {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  background: #f5f5f5;
    border-bottom: 1px solid #bebebe;

}

.navbar-nav .nav-link.active {
  color: #004b8a !important;
  font-weight: 700;
}

.nav_cs{
  font-size: 18px;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link.active::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background-color: #004b8a;
    margin: 4px auto 0;
    border-radius: 2px;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link.active {
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 0.375rem;
  }
}

.navbar-nav .nav-link {
  transition: all 0.2s ease-in-out;
}

.text_cs {
  color: #004b8a;
}

.service-icon {
  font-size: 80px !important;
}

.services-full-height {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

section[id] {
  scroll-margin-top: 80px;
}

.section-services .card {
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 2px solid #dee2e6;
}

.section-services .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #004b8a !important;
}

.section-services .card:hover .bi {
  color: #004b8a !important;
}

.section-services .card:hover .card-title {
  color: #004b8a !important;
}

.portfolio-section {
  background-color: #084888;
}

.portfolio-item {
  display: inline-block;
  text-decoration: none;
}

.portfolio-label {
  color: white;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 22px;
}

.portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio-item:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.footer {
  background: #012b5a;
}

.a {
  text-decoration: none;
  color: #ffffff;
}