body {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #002c6e;
}

.btn, .nav-link, .blockquote, .carousel p {
  font-family: 'Inter', sans-serif;
}
  
  
  .dropdown-menu {
    display: none !important;
    width: auto;
    padding: auto;
    margin-top: 0.5rem;
    background-color: #f8f9fa;
    border: none;
    box-shadow: none;
    z-index: 1 !important;
  }

  .dropdown:hover .dropdown-menu {
  display: block !important;
}


@media (max-width: 991.98px) {
  .navbar-collapse {
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 1rem;
    padding: 0.5rem 0;
    text-align: center;
  }

  .dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100%;
    margin-top: 0.5rem;
    background-color: #f8f9fa;
    border: none;
    box-shadow: none;
  }

  .dropdown:hover .dropdown-menu {
  display: block !important;
}

  .dropdown-item {
    color: #000 !important;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    text-align: center;
  }

  .navbar-collapse .d-flex.flex-column {
    width: 100%;
    align-items: center !important;
    margin-top: 1rem;
  }

  .navbar-collapse .d-flex.gap-2 {
    flex-direction: column;
    width: 100%;
    align-items: center !important;
  }

 .navbar-collapse .btn {

  text-align: center !important;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  background-color: transparent !important;
  border: transparent !important;
  margin-right: 100px !important;
}
  .curve-divider {
    display: none !important;
  }
}