@charset "UTF-8";
/* ========================================
   Root Colors & Variables
   ======================================== */
.news-s1 {
  padding-top: 96px;
  font-family: "kohinoor-bangla", sans-serif;
}
.news-s1 .news-img {
  width: 623px;
  height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.news-s1 .Title-card {
  padding-bottom: 33px;
}
.news-s1 .Title-card .Title-top {
  font-family: "kohinoor-bangla", sans-serif;
  font-size: 16px;
  color: #303030;
  padding-top: 10px;
}
.news-s1 .Title-card .Title-detail {
  font-family: "ador-hairline", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 3.125rem;
  padding-top: 10px;
}
.news-s1 .Title-card .Title-date {
  font-family: "kohinoor-bangla", sans-serif;
  font-size: 1.25rem;
  line-height: 100%;
  color: #6f4c39;
  padding-top: 10px;
  font-weight: 300;
}
.news-s1 .founder-card {
  width: 694px;
  background-color: #ffffff;
  margin-left: -15%;
  padding: 43px 42px 40px 110px;
}
.news-s1 .founder-card .artical-card {
  font-size: 1.25rem;
  font-weight: 300;
  color: #6f4c39;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* =============== 手機版專用（≤767px） =============== */
@media (max-width: 991.98px) {
  .news-s1 {
    padding-top: 60px; /* 比桌面少一點，避免太高 */
    /* 圖片：滿寬 + 保持比例 + 圓角 */
  }
  .news-s1 .news-img {
    width: 100% !important;
    max-width: 380px;
    height: auto;
    aspect-ratio: 1/1; /* 正方形最穩，你也可以改 4/5 或 3/4 */
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  .news-s1 {
    /* 文字區全部置中 */
  }
  .news-s1 .Title-card {
    padding-bottom: 10px;
  }
  .news-s1 .Title-card .Title-top {
    font-size: 14px;
    padding-top: 8px;
  }
  .news-s1 .Title-card .Title-detail {
    font-size: 28px;
    line-height: 1.35;
    padding-top: 12px;
  }
  .news-s1 .Title-card .Title-date {
    font-size: 16px;
    padding-top: 12px;
  }
  .news-s1 {
    /* 創辦人卡片：變成手機友好的全寬卡片 */
  }
  .news-s1 .founder-card {
    width: 92vw;
    max-width: 380px;
    height: auto;
    min-height: 160px;
    margin: auto 40px auto 0 !important; /* 置中 + 與上面留空 */
    margin-left: auto !important;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
  .news-s1 .founder-card .artical-card {
    font-size: 17px;
    line-height: 1.7;
    padding: 0;
  }
}
/* 超小手機再微調（可選） */
@media (max-width: 480px) {
  .news-s1 {
    padding-top: 50px;
  }
  .news-s1 .Title-detail {
    font-size: 24px;
    line-height: 1.3;
  }
  .news-s1 .founder-card .artical-card {
    font-size: 16px;
  }
}
.News-2 .Title {
  font-family: "ador-hairline", sans-serif;
  font-size: 36px;
  line-height: 50px;
  color: #616161;
  padding-bottom: 12px;
}
.News-2 .caption {
  color: #a58758;
  font-family: "ador-hairline", sans-serif;
  font-size: 18px;
  padding-bottom: 32px;
}
.News-2 {
  /* ==================== 手機版專用（≤991px） ==================== */
}
@media (max-width: 991.98px) {
  .News-2 .company-grid {
    row-gap: 40px !important; /* 原本 g-4 在手機太擠 */
  }
  .News-2 .col:first-child {
    text-align: left;
    margin-bottom: 20px;
    justify-content: center;
  }
  .News-2 .col:first-child .Title {
    font-size: 32px;
    line-height: 1.35;
  }
  .News-2 .col:first-child .caption {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .News-2 .col:nth-child(2),
  .News-2 .col:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .News-2 .col:nth-child(2) .img-wrapper,
  .News-2 .col:nth-child(3) .img-wrapper {
    width: 100%;
    max-width: 420px;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .News-2 .col:nth-child(2) .img-wrapper img,
  .News-2 .col:nth-child(3) .img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }
  .News-2 .col:nth-child(2) .img-wrapper img:hover,
  .News-2 .col:nth-child(3) .img-wrapper img:hover {
    transform: scale(1.05);
  }
  .News-2 .col:nth-child(2) .caption,
  .News-2 .col:nth-child(3) .caption {
    font-size: 16px;
    padding-bottom: 0;
    max-width: 420px;
  }
}
.News-2 {
  /* ==================== 超小手機（≤576px）再優化 ==================== */
}
@media (max-width: 576px) {
  .News-2 .Title {
    font-size: 28px !important;
    line-height: 1.3;
  }
  .News-2 .caption:first-of-type {
    font-size: 16px !important;
  }
  .News-2 .img-wrapper {
    max-width: 340px !important;
    border-radius: 10px;
  }
  .News-2 .caption:not(:first-of-type) {
    font-size: 15px;
  }
}

.News-3 #newsFilter .nav-link {
  color: #303030;
  font-weight: 500;
  padding: 10px 26px;
  transition: all 0.3s;
  font-family: "kohinoor-bangla", sans-serif;
}
.News-3 #newsFilter .nav-link.active {
  color: #6f4c39;
}
.News-3 {
  /* 核心版面 */
}
.News-3 .news-custom-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 32px;
  padding: 20px 0;
}
.News-3 .news-item {
  flex: 0 0 400px;
  max-width: 400px;
  display: none;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.News-3 .news-item.show {
  opacity: 1;
  transform: translateY(0);
}
.News-3 .news-card {
  width: 400px;
  background: #f5f5f5;
  overflow: hidden;
  transition: all 0.4s ease;
}
.News-3 .news-card img {
  width: 400px;
  height: auto;
  display: block;
}
.News-3 .news-card .news-card-body {
  padding: 24px 24px 24px 0px;
}
.News-3 .news-card .news-card-body .text-muted-tag {
  font-size: 16px;
  color: #303030;
  display: block;
  font-family: "kohinoor-bangla", sans-serif;
}
.News-3 .news-card .news-card-body .text-muted-tag:last-child {
  margin-top: 12px;
}
.News-3 .news-card .news-card-body .news-muted-body {
  margin: 10px 0;
  line-height: 25px;
  color: #a58758;
  font-weight: 500;
  font-size: 18px;
  font-family: "ador-hairline", sans-serif;
}
.News-3 .news-card .news-card-body .text-muted-date {
  font-family: "kohinoor-bangla", sans-serif;
  font-size: 20px;
  color: #6f4c39;
  font-weight: 300;
}
.News-3 .load-btn-ctn .load-btn {
  border: unset;
  outline: unset;
  border-radius: 50px;
  padding: 8px 48px;
  background-color: #fff;
  display: flex;
  margin: 64px auto 111px;
}
.News-3 {
  /* RWD */
}
@media (max-width: 1340px) {
  .News-3 .news-custom-grid {
    gap: 24px;
  }
}
@media (max-width: 920px) {
  .News-3 .news-item {
    flex: 0 0 380px;
  }
}
@media (max-width: 820px) {
  .News-3 .news-custom-grid {
    gap: 20px;
  }
  .News-3 .news-item {
    flex: 0 0 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

.News-dt-1 {
  width: 100%;
  padding: 60px 20px;
  background: #f3f4f6;
}
.News-dt-1 .max-width {
  max-width: 1073px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.News-dt-1 .max-width .dt-title {
  font-family: "ador-hairline", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 5vw, 36px);
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.News-dt-1 .max-width .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 60px;
  font-family: "kohinoor-bangla", sans-serif;
  padding: 10px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.News-dt-1 .max-width .row::-webkit-scrollbar {
  display: none;
}
.News-dt-1 .max-width .row .dt-tag {
  font-size: 16px;
  font-weight: 500;
  color: #303030;
  white-space: nowrap;
}
.News-dt-1 .max-width .row .dt-date {
  font-size: 20px;
  font-weight: 300;
  color: #6f4c39;
  white-space: nowrap;
  text-align: center;
  flex: 1;
}
.News-dt-1 .max-width .row .dt-share {
  font-size: 20px;
  font-weight: 500;
  color: #303030;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .News-dt-1 .max-width .row {
    gap: 20px;
    padding: 10px 15px;
    min-height: 50px;
  }
  .News-dt-1 .max-width .row .dt-tag {
    font-size: 15px;
  }
  .News-dt-1 .max-width .row .dt-date {
    font-size: 18px;
  }
  .News-dt-1 .max-width .row .dt-share {
    font-size: 18px;
  }
}
.News-dt-1 .max-width .news-dt-img {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px auto 0px auto;
}
.News-dt-1 .max-width .news-dt-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
.News-dt-1 .max-width .news-dt-img .img-dtl {
  padding-top: 14px;
  color: #6f4c39;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  text-align: left;
}
@media (max-width: 768px) {
  .News-dt-1 .max-width .news-dt-img .img-dtl {
    font-size: 16px;
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .News-dt-1 .max-width .news-dt-img .img-dtl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .News-dt-1 .max-width .news-dt-img {
    margin: 20px auto 0px auto;
  }
}
@media (max-width: 480px) {
  .News-dt-1 .max-width .news-dt-img {
    margin: 10px auto 0px auto;
  }
}
.News-dt-1 .max-width .News-dt-arts .News-dt-art {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
@media (max-width: 768px) {
  .News-dt-1 .max-width .News-dt-arts .News-dt-art {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .News-dt-1 {
    padding: 40px 15px;
  }
  .News-dt-1 .max-width {
    padding: 0 10px;
  }
}

.News-dt-2 {
  background-color: #f3f4f6 !important;
}
.News-dt-2 .News-Title {
  font-weight: 500;
  font-size: 36px;
  font-family: "ador-hairline", sans-serif;
}
@media (max-width: 768px) {
  .News-dt-2 .News-Title {
    font-size: 24px;
  }
}
.News-dt-2 .news-card-body {
  padding: 24px 24px 24px 0px;
}
@media (max-width: 768px) {
  .News-dt-2 .news-card-body {
    padding: 15px 0;
  }
}
.News-dt-2 .news-card-body .text-muted-tag {
  font-size: 16px;
  color: #303030;
  display: block;
  font-family: "kohinoor-bangla", sans-serif;
}
.News-dt-2 .news-card-body .text-muted-tag:last-child {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .News-dt-2 .news-card-body .text-muted-tag {
    font-size: 14px;
  }
}
.News-dt-2 .news-card-body .news-muted-body {
  margin: 10px 0;
  line-height: 25px;
  color: #a58758;
  font-weight: 500;
  font-size: 18px;
  font-family: "ador-hairline", sans-serif;
}
@media (max-width: 768px) {
  .News-dt-2 .news-card-body .news-muted-body {
    font-size: 16px;
    line-height: 22px;
  }
}
.News-dt-2 .news-card-body .text-muted-date {
  font-family: "kohinoor-bangla", sans-serif;
  font-size: 20px;
  color: #6f4c39;
  font-weight: 300;
}
@media (max-width: 768px) {
  .News-dt-2 .news-card-body .text-muted-date {
    font-size: 16px;
  }
}
.News-dt-2 .news-custom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}