body a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

/* Navbar */
nav {
  background-color: #ffffff !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.navbar-brand {
  color: black;
  font-weight: 700;
}
.nav-link {
  color: #115779;
}
.signUpBtn {
  border-radius: 4px;
  padding: 10px;
  border: 0.5px solid #115779;
  background-color: #ffffff;
}
.loginBtn {
  border-radius: 4px;
  padding: 10px;
  background-color: #115779;
  color: #ffffff;
  border: none;
}
/* End of Navbar */

/* Sign up Modal */
.suffixGroup {
  position: relative;
}
.suffixLabel {
  position: absolute;
  left: 25px;
  font-size: 12px;
}
#suffix {
  padding-top: 12px;
  padding-bottom: 0;
}

.signupSubmit {
  height: 50px;
  width: 150px;
  border-radius: 99px;
  background-color: #115779;
  color: #ffffff;
  font-weight: 700;
  border: none;
}
.signupSubmit:hover {
  background-color: #ffffff;
  border: 2px solid #115779;
  color: #115779;
}
/* End of Sign up Modal */

/* Login dropdown */
.dropdown-menu {
  width: 350px;
}
.logInSubmitBtn {
  background-color: #115779;
  color: #ffffff;
  font-weight: 700;
}
.logInSubmitBtn:hover {
  background-color: transparent;
  color: #115779;
  border: 1px solid #115779;
}
.forgotPassword {
  color: #115779;
  font-size: 14px;
}

.no-arrow::after {
  display: none;
}

.intro {
  margin-top: 50px;
}

.about-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
}

@media (max-width: 768px) {
  .about-img {
    max-width: 100%;
  }
}

#carouselExample {
  width: 100%;
  height: 400px;
}

.carousel-inner {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-controls {
  margin-top: 10px;
  justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icon {
  margin: 0 10px;
  height: 20px;
  width: 20px;
}

.centered-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

h5 {
  color: orange;
}

.quicklink {
  text-decoration: none;
}

.features {
  padding: 2rem 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.feature-icon {
  width: 50px;
  height: auto;
  margin-right: 1rem;
}

.feature-text {
  padding-left: 1rem;
  text-align: justify;
}

.feature-text h5 {
  margin: 0;
  font-size: 1.15rem;
  color: orange;
  text-align: left;
}

.feature-text p {
  margin: 0;
  color: #6c757d;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .features .row {
    display: flex;
    flex-wrap: wrap;
  }

  .feature-item {
    flex: 1;
    min-width: 250px;
    max-width: 30%;
    margin-bottom: 1rem;
  }
}

/* Footer */
.footer {
  margin-top: 100px;
  background-color: #115779;
  color: white;
}
