.text-orange {
    color: #f7941d;
}
@media (max-width: 700px) {
  .custom-img-sm {
    max-width: 130px; /* 调整你希望的尺寸 */
  }
}

.imglogo  img{
  max-width: 75%;
  margin-right: 30px;
}


.about_us_img {
  height: 503px;
}
.about_us_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-logo img{
  width: 100px;
  height: 100px;
}
.footer-logo img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.boxheight {
  padding: 20px 0;
}



/* 响应式按钮自适应 */
@media (max-width: 1199.98px) {
    .navbar-collapse .btn {
        width: 100%;
        text-align: center;
    }
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }
}


/* 隐藏 .pc-only 的内容在移动端 */
@media (max-width: 767.98px) {
    .pc-only {
      display: none !important;
    }
  }



.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    min-height: 0px; /* 設定固定高度 */
  }
  .card:hover {
    transform: scale(1.03);
  }
  .highlight-bar {
    padding: 10px 0;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .bg-red {
    background-color: #e74c3c;
  }
  .bg-orange {
    background-color: #f39c12;
  }
  .bg-blue {
    background-color: #2980b9;
  }
  .btn-orange {
    background-color: orange;
    color: white;
}

/* 4 */
.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #003b8b;
    border-bottom: 1px solid #003b8b;
    margin-bottom: 1rem;
  }
  .outline-bg {
    background: repeating-linear-gradient(
      45deg,
      #e44d26,
      #e44d26 10px,
      #f15a29 10px,
      #f15a29 20px
    );
    background-size: cover;
    color: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
  }
  .outline-button {
    background-color: #ff9900;
    border: none;
    padding: 0.5rem 1rem;
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
    margin-top: 1rem;
  }
  .badge-blue {
    background-color: #0d6efd;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
  }
  .orange-text { color: #f7941d; font-weight: bold; }
  .btn-orange { background-color: #f7941d; color: white; }
  .btn-orange:hover { background-color: #e57d00; }

  .btn-orange-lg {
    padding: 0.75rem 2.5rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

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



.download-section {
    border: 2px solid #f7b32b;
    border-radius: 12px;
    padding: 20px;
    max-width: 1100px;
    margin: auto;
    font-size: 23px; /* 字体变大 */
    line-height: 1.8;   /* 行高舒适 */
  }
 
  .download-btn {
    background-color: #f7b32b;
    color: #fff;
    border: none;
  }
  .download-btn:hover {
    background-color: #e5a519;
  }
  .download-title {
    color: #003366;
    font-weight: bold;
    margin-bottom: 30px;
}

.download-section .d-flex {
  flex-wrap: wrap; /* 讓內容在行動裝置時換行 */
  gap: 20px;
}

.download-section span {
  font-size: 1rem;
  flex: 1 1 60%; /* 讓文字占主要空間 */
}

.download-section .download-btn {
  font-size: 0.9rem;
  padding: 8px 16px;
  flex: 1 1 35%; /* 讓按鈕在手機上獨占一行或小一點 */
  white-space: nowrap;
}

@media (max-width: 576px) {
  .download-section .d-flex {
      flex-direction: column;
      align-items: stretch;
  }
  .download-section span, 
  .download-section .download-btn {
      flex: 1 1 100%;
      text-align: center;
  }
 
  .section {
        padding: 4em 1em 4em 1em;
    }
   .p-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
   .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}
.fs-18 {
  font-size: 18px !important;
}
.bg-accent {
  background-color: #fbd0bd;
}
