/* ========================================
   Nokea – Global Reusable Styles
   ======================================== */

/* Base */
body {
  font-family: "Poppins", sans-serif;
}

/* Navbar */
.navbar-brand img {
  height: 32px;
}

/* Buttons */
.btn-primary {
  background-color: #37517D !important;
  border: none !important;
  color: white !important;
}

.btn-primary:hover {
  background-color: #2b4060 !important;
  color: white !important;
}

/* Icons */
.feature-icon {
  font-size: 3rem;
  color: #37517D;
}

/* Section & Component Styling */
.testimonial {
  background-color: #f8f9fa;
}

.section-title {
  font-weight: bold;
  color: #37517D;
  margin-bottom: 1.5rem;
}

/* FAQ Accordion */
.faq-accordion .accordion-button {
  font-weight: bold;
}

/* Footer Links */
footer.bg-dark a {
  color: white;
  text-decoration: none;
}
footer.bg-dark a:hover {
  text-decoration: underline;
}

/* Card Images – consistent height */
.card-img-top {
  object-fit: cover;
  height: 200px;
}