@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
/* fonts import */
/* 移除字體引入或改用 Web Font */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

/* 語言特定字體設定 */
[lang="en"] {
  font-family: "Univers", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

[lang="zh"] {
  font-family: "PingFang TC", "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

[lang="ja"] {
  font-family: "PingFang TC", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif !important;
}

[lang="ko"] {
  font-family: "PingFang TC", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif !important;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Playfair Display", serif;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
}

/*header section*/
.header_section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section.innerpage_header {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#160e0b),
    to(#160e0b)
  );
  background: linear-gradient(to right, #160e0b, #160e0b);
  padding: 10px 0;
}

.custom_nav-container {
  padding-left: 0;
  padding-right: 0;
}

.custom_menu-btn {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 10000;
}

.custom_menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent /* 先放白底 */
    url("data:image/svg+xml;utf8,<svg viewBox='0 0 88 82' xmlns='http://www.w3.org/2000/svg'><path d='M44,79.4h0c-21-.9-34.4-8.2-41-22.3C1,53,0,48.4,0,43.5v-26.4C0,10.6,3.7,4.7,9.4,2.1c7-3.2,16.1-2.6,22.1,1.4,4,2.7,6.5,7.4,6.5,12.6v5.2c0,1.6.6,3.1,1.7,4.1,1.1,1.1,2.6,1.7,4.2,1.6h.1s.2,0,.2,0c1.6,0,3.1-.5,4.2-1.6,1.1-1.1,1.7-2.6,1.7-4.1v-5.2c0-5.1,2.4-9.8,6.5-12.6,5.9-4,15-4.6,22.1-1.4,5.7,2.6,9.4,8.5,9.4,15v26.4c0,4.9-1,9.5-2.9,13.6-6.6,14-20,21.3-41,22.3h0ZM19.3,2.8c-3,0-6,.6-8.7,1.8-4.7,2.1-7.7,7-7.7,12.5v26.4c0,4.5.9,8.6,2.7,12.4,6.2,13.2,18.4,19.7,38.5,20.6,20.1-.9,32.3-7.5,38.5-20.6,1.8-3.7,2.7-7.9,2.7-12.4v-26.4c0-5.4-3-10.3-7.7-12.5-6.2-2.8-14.1-2.3-19.3,1.2-3.3,2.2-5.2,6-5.2,10.2v5.2c0,2.4-.9,4.5-2.6,6.2-1.7,1.6-3.9,2.5-6.2,2.4h-.1s0,0,0,0c-2.4,0-4.6-.8-6.2-2.4-1.7-1.6-2.6-3.8-2.6-6.2v-5.2c0-4.2-1.9-8-5.2-10.2-2.9-2-6.7-3-10.6-3Z' fill='black'/></svg>")
    no-repeat center / contain;

  /* 保留原先的 box-shadow 與圓角 */

  z-index: 7;
  border-radius: 10%;

  /* 動畫效果 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_menu-btn.menu_btn-style::before {
  width: 100vh;
  height: 100vh;
  background-color: #160e0b;
  -webkit-transform: scale(5);
  transform: scale(5);
  border-radius: 0;
}

.custom_menu-btn button {
  width: 50px;
  height: 60px;
  outline: none;
  border: none;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  z-index: 10001;
  margin: 0;
}

.custom_menu-btn button span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  margin: 2.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu_btn-style button span {
  background-color: #ffffff;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  font-family: "Poppins", sans-serif;
}

.overlay a:hover {
  color: #1a488f;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 10000;
}

.menu_width {
  width: 100%;
}

.menu_width.overlay a {
  opacity: 1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  margin-top: 10px;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

/*end header section*/
/* slider section */
.slider_section {
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slider_section .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 40px 20px 10px;
  background: linear-gradient(to top, rgba(255,255,255,0.9), rgba(255,255,255,0));
}

.slider_section .detail-box {
  position: relative;
  z-index: 4;
  color: #000000;
  margin-bottom: 0;
}

.slider_section .detail-box h1 {
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.slider_section .detail-box p {
  font-size: 1.2em;
  margin: 0;
}

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 45px;
  background-color: transparent;
  color: #1a488f;
  border-radius: 5px;
  border: 1px solid #1a488f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 35px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: #1a488f;
  color: #ffffff;
}

.shop_section .heading_container {
  margin-bottom: 20px;
}

.shop_section .box {
  background-color: #eeeeee;
  position: relative;
  padding: 10px;
  margin-top: 25px;
}

.shop_section .box a {
  color: #000000;
}

.shop_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  height: 245px;
}

.shop_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
}

.shop_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop_section .box .detail-box h6 span {
  color: #1a488f;
}

.shop_section .box .new {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  font-size: 15px;
}

.shop_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.shop_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #1a488f;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #1a488f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.shop_section .btn-box a:hover {
  background-color: transparent;
  color: #1a488f;
}


.offer_section .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.offer_section .box {
  margin: 10px;
  height: 100%;
  position: relative;
  min-height: 175px;
}

.offer_section .box img {
  width: 100%;
  min-height: 100%;
}

.offer_section .box .detail-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.15);
}

.offer_section .box .detail-box h2 {
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: transparent;
  color: #1a488f;
  border-radius: 0;
  border: 1px solid #1a488f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 10px;
}

.offer_section .box .detail-box a:hover {
  background-color: #1a488f;
  color: #ffffff;
}

.offer_section .box.offer-box1 {
  min-height: 225px;
}

.offer_section .box.offer-box1 .detail-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.offer_section .box.offer-box1 .detail-box h2 {
  font-size: 3rem;
}

.offer_section .box.offer-box2 .detail-box h2,
.offer_section .box.offer-box3 .detail-box h2 {
  font-size: 2rem;
}

.offer_section .box.offer-box2 .detail-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.offer_section .box.offer-box3 .detail-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #f1f2f3;
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box .blog_date {
  position: absolute;
  left: 25px;
  bottom: -15px;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #160e0b;
  margin: 0;
  text-align: center;
  border: 3px solid #ffffff;
  color: #ffffff;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  margin-top: 10px;
  padding: 25px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}

.blog_section .box .detail-box p {
  font-size: 15px;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: transparent;
  color: #160e0b;
  border-radius: 0;
  border: 1px solid #160e0b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_section .box .detail-box a:hover {
  background-color: #160e0b;
  color: #ffffff;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 45px;
  padding: 35px 25px;
  border-radius: 15px;
  background-color: #160e0b;
  color: #ffffff;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #1a488f;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #1a488f;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #160e0b;
}

.client_section .carousel-control-next {
  left: initial;
}

.info_section {
  background-color: #1a488f;
  color: #ffffff;
}

.info_section .info_form_social_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.info_section .info_form {
  width: 100%;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.info_section .info_form form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  height: 50px;
  padding-left: 15px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #1a488f;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::placeholder {
  color: #9c9c9c;
}

.info_section .info_form form button {
  background-color: transparent;
  color: #1a488f;
  text-transform: uppercase;
  font-size: 12px;
  outline: none;
  border: none;
  display: inline-block;
  padding: 15.5px 25px;
  background-color: #1a488f;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #1a488f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #1a488f;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #1a488f;
  border-color: #1a488f;
}

.info_section h4 {
  margin-bottom: 15px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
}

.info_section .info_links .info_links_menu a:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

.info_section .info_links .info_links_menu a:hover {
  color: #1a488f;
}

.info_section .info_insta .insta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .info_insta .insta_box .img-box {
  width: 65px;
  min-width: 65px;
  height: 65px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  background-color: #ffffff;
}

.info_section .info_insta .insta_box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.info_section .info_insta .insta_box p {
  margin: 0;
}

.info_section .info_insta .insta_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  margin-right: 5px;
  width: 25px;
}

.info_section .info_contact a:hover:hover {
  color: #1a488f;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/* 響應式設計 */
@media (min-width: 1200px) {
  /* 大螢幕 */
  .slider_section .detail-box h1 { font-size: 4em; }
  .slider_section .detail-box p { font-size: 1.4em; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* 小型筆電 */
  .slider_section .detail-box h1 { font-size: 3.5em; }
  .slider_section .detail-box p { font-size: 1.2em; }
}

@media (max-width: 991px) {
  /* 平板及以下 */
  .slider_section {
    height: 100vh;
    min-height: auto;
  }
  .slider_section .slider_bg_box img {
    content: url("../images/NJZ_Mobile.png");
  }
  .slider_section .text-box {
    padding: 30px 20px 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* 平板 */
  .slider_section .detail-box h1 { font-size: 3em; }
  .slider_section .detail-box p { font-size: 1.1em; }
}

@media (min-width: 576px) and (max-width: 767px) {
  /* 大型手機 */
  .slider_section .detail-box h1 { font-size: 2.5em; }
  .slider_section .detail-box p { font-size: 1em; }
}

@media (min-width: 376px) and (max-width: 575px) {
  /* 中型手機 */
  .slider_section .detail-box h1 { font-size: 2.2em; }
  .slider_section .detail-box p { font-size: 0.95em; }
}

@media (max-width: 375px) {
  /* 小型手機 */
  .slider_section .detail-box h1 { font-size: 1.8em; }
  .slider_section .detail-box p { font-size: 0.85em; }
}

@media (max-width: 575px) {
  .slider_section .text-box {
    padding: 25px 15px 5px;
  }
}

@media (max-width: 768px) {
  .overlay-content {
    top: 15%;
  }
  .overlay-content a span {
    font-size: 18px;
  }
  .language-options a {
    font-size: 16px !important;
  }
}

.language-options {
  display: none;
  position: absolute;
  background: #160e0b;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  padding: 10px 0;
}

.language-options.show {
  display: block;
}

.language-selector {
  position: relative;
  display: inline-block;
}

.language-options a {
  color: #ffffff !important;
  padding: 8px 15px !important;
  margin: 0 !important;
  font-size: 18px !important;
  text-transform: none !important;
  text-align: left;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.language-options a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.language-title {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.language-title:hover,
.language-title:focus,
.language-title:active {
  color: #ffffff !important;
  transform: scale(1.05);
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease !important;
  transform: rotate(0deg);
}

.language-selector.active .arrow,
.language-title.active .arrow {
  transform: rotate(180deg) !important;
}

/* 確保箭頭在語言選單打開時保持旋轉 */
.language-selector.active .language-title .arrow {
  transform: rotate(180deg) !important;
}

/* 確保語言選單中的文字保持白色 */
.language-selector span {
  color: #ffffff !important;
}

.instagram-post {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.instagram-post:hover {
  transform: translateY(-5px);
}

.post-container {
  position: relative;
  aspect-ratio: 1;
}

.post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram-post:hover .post-overlay {
  opacity: 1;
}

.post-type {
  color: white;
  font-size: 2em;
}

.post-caption {
  padding: 10px;
  font-size: 0.9em;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_column {
    padding: 20px;
}

.news_item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news_item:hover {
    padding-left: 10px;
}

.news_date {
    color: #1a488f;
    font-size: 14px;
    margin-bottom: 5px;
}

.news_title {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.view_more {
    display: inline-block;
    margin-top: 20px;
    color: #1a488f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.view_more:hover {
    color: #123366;
}

/* Modal 樣式 */
.news-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    overflow-y: auto;
}

.modal-content {
    position: relative;
    background: #fff;
    margin: 50px auto;
    padding: 30px;
    width: 90%;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.close-modal:hover {
    color: #1a488f;
}

.modal-date {
    color: #1a488f;
    font-size: 16px;
    margin-bottom: 15px;
}

.modal-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    padding-right: 40px;
}

.modal-body {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    white-space: pre-line;
}

.modal-body p {
    margin-bottom: 1em;
}

/* 媒體 modal 特定樣式 */
.modal-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* 演出 modal 特定樣式 */
.modal-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.modal-info p {
    margin-bottom: 10px;
}

.modal-info strong {
    color: #1a488f;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .modal-content {
        margin: 20px;
        width: auto;
        padding: 20px;
    }
}

/*# sourceMappingURL=style.css.map */

/* 修改下拉菜單樣式 */
.nav-dropdown {
    position: relative;
    display: inline-block;
}

.nav-dropdown-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #ffffff !important;
    text-decoration: none;
}

.nav-dropdown-title:hover,
.nav-dropdown-title:focus,
.nav-dropdown-title:active {
    color: #ffffff !important;
    opacity: 0.8;
}

.nav-dropdown-title .arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.nav-dropdown.active .nav-dropdown-title .arrow {
    transform: rotate(180deg);
}

.nav-dropdown-content {
    display: none;
    position: relative;
    min-width: 160px;
    padding: 8px 0;
}

.nav-dropdown.active .nav-dropdown-content {
    display: block;
}

.nav-dropdown-content a {
    padding: 8px 16px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-dropdown-content a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #1a488f;
}

/* 圖片 Modal 樣式 */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
}

.image-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.close-image-modal {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close-image-modal:hover,
.close-image-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 添加圖片懸停效果 */
.img-box-test img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.img-box-test img:hover {
    transform: scale(1.05);
}

/* 支援按鈕樣式 */
.support-btn {
    position: relative;
    overflow: hidden;
    font-weight: bold !important;
    letter-spacing: 1px;
    border-radius: 30px !important;
}

.support-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    opacity: 0;
}

.support-btn:hover::after {
    opacity: 1;
}

/* 添加動畫效果 */
@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(255, 75, 75, 0.3);
    }
    50% {
        box-shadow: 0 4px 25px rgba(255, 75, 75, 0.5);
    }
    100% {
        box-shadow: 0 4px 15px rgba(255, 75, 75, 0.3);
    }
}

.support-btn {
    animation: pulse 2s infinite;
}

/* 應援物品資訊樣式 */
.product-p {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
}

.product-p span {
    display: inline-block;
}

.product-p .info-label {
    font-weight: 600;
    color: #333;
    width: 80px;
    margin-right: 10px;
}

.product-p .info-value {
    color: #ff4b4b;
    font-weight: 500;
}

.product-p .info-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

/* 導航欄捐款按鈕樣式 */
.donate-nav-btn {
    position: fixed;
    right: 100px;
    top: 15px;
    border: none !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    color: #ffffff !important;
    background-color: #1a488f !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    display: inline-block;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(26, 72, 143, 0.3);
}

.donate-nav-btn:hover {
    background-color: #123366 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(26, 72, 143, 0.4);
}

/* 響應式調整 */
@media (max-width: 991px) {
    .donate-nav-btn {
        right: 80px;
        top: 23px;
        padding: 6px 15px !important;
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
    }
}

/* 更小螢幕的調整 */
@media (max-width: 576px) {
    .donate-nav-btn {
        right: 70px;
        padding: 4px 12px !important;
        font-size: 13px;
    }
}

/* Countdown Section */
.countdown_section {
    background: linear-gradient(135deg, #1a488f 0%, #2196F3 100%);
    padding: 30px 0;
    color: white;
}

.countdown_container {
    text-align: center;
}

.countdown_title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.countdown_timer {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.countdown_item {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 10px;
    min-width: 100px;
}

.countdown_number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.countdown_label {
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .countdown_timer {
        gap: 10px;
    }

    .countdown_item {
        padding: 10px;
        min-width: 70px;
    }

    .countdown_number {
        font-size: 24px;
    }

    .countdown_label {
        font-size: 12px;
    }
}

/* index about section styles */
.index_about_section .img-box img {
  width: 50%;
  max-width: 50%;
  height: auto;
  position: relative;
  object-fit: contain;
}

.index_about_section .img-box {
  position: relative;
  padding: 25px 0 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.index_about_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: #1a488f;
  z-index: -1;
}

/* 添加 btn-box 樣式 */
.index_about_section .btn-box {
  margin-top: 25px;
}

.index_about_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1a488f;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #1a488f;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 600;
}

.index_about_section .btn-box a:hover {
  background-color: transparent;
  color: #1a488f;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(26, 72, 143, 0.2);
}

@media (max-width: 768px) {
  .index_about_section .img-box img {
    max-width: 90%;
  }
  .index_about_section .img-box::before {
    width: 180px;
    height: 180px;
  }
  
  .index_about_section .btn-box a {
    padding: 8px 30px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .index_about_section .img-box img {
    max-width: 85%;
  }
  
  .index_about_section .img-box {
    padding: 15px 0 0 15px;
  }
  .index_about_section .img-box::before {
    width: 150px;
    height: 150px;
  }
  
  .index_about_section .btn-box a {
    padding: 6px 25px;
    font-size: 13px;
  }
}
