.section-title .btn-primary {
  background-color: #000366;
  border-color: #001366;
  padding: 0.75rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 1rem;
  transition: background-color 0.3s ease;
}

.section-title .btn-primary:focus,
.section-title .btn-primary:hover {
  background-color: #002244;
  border-color: #002244;
  text-decoration: none;
}


.why-choose-section {
  background-color: #f8f9fa;
  color: #343a40;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.why-choose-section .section-title {
  color: #003366;
  font-weight: 700;
  font-size: 2.3rem;
}

.why-choose-section .subheading {
  color: #003366;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.why-choose-section p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.why-choose-section .btn-primary {
  background-color: #000366;
  border-color: #001366;
  padding: 0.75rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 1rem;
  transition: background-color 0.3s ease;
}

.why-choose-section .btn-primary:hover,
.why-choose-section .btn-primary:focus {
  background-color: #002244;
  border-color: #002244;
  text-decoration: none;
}
