@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');

body {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'PingFang TC', 'Heiti TC',
    'Apple LiGothic Medium', 'PMingLiU', 'SimHei', sans-serif;
  background: #f6f8fb;
  margin: 0;
  padding: 0;
}

header {
  padding-top: 30px;
}

footer {
  padding-top: 10px;
}

nav {
  font-size: 1.2rem;
}

.wrapper {
  width: auto;
  max-width: 1200px;
  margin: 1rem auto;
  padding: 1rem;
  padding-top: 56px;
  box-sizing: border-box;
}

.card-wrapper {
  background: #fff;
  max-width: auto;
  margin: 1rem auto 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 36px #0001;
  padding: 1px 1rem 1.5rem 1rem;
  text-align: left;
}

.separator {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gray-card {
  background: #f0f0ec;
  border-radius: 5px;
  padding: 30px 30px;
  box-shadow: 0 8px 36px #0001;
}

ul {
  list-style-type: none;
}

.why-choose p {
  background: #f0f0ec;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.icon {
  padding-bottom: 15px;
}

.container h2 {
  color: #1f618d;
  line-height: 1.6;
}

.container h3 {
  color: #616a6b;
  line-height: 1.5;
}

.card {
  border-radius: 16px;
  box-shadow: 0 8px 36px #0001;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

nav a {
  text-decoration: none;
}

.nav-link.active {
  font-weight: bold;
  color: #1f618d !important; /* Bootstrap primary color */
  text-decoration: none;
}

.custom-card-bg {
  background-color: #626567 !important;
}
