@charset "UTF-8";
.title {
  width: 100%;
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  font-size: 2.77rem;
  margin-top: 150px;
  color: #fff;
  font-family: Manrope;
}
.title .div {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  font-weight: 800;
}
.title .home {
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
}
.title .icon {
  width: 12px;
  position: relative;
  height: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.title .breadcrumb {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0.5;
  font-size: 14px;
}

.bg-icon {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 200px;
  left: -75px;
  max-width: 100%;
  overflow: hidden;
  height: 929px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}

.collage-rendering {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-size: 1.77rem;
  margin-top: 150px;
  color: #fff;
  font-family: Inter;
}
.collage-rendering .show-col1-parent {
  width: 71.11rem;
  max-width: 80%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .collage-rendering .show-col1-parent {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
  }
}
.collage-rendering .show-col1-parent .show-col1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  min-width: 250px;
}
.collage-rendering .show-col1-parent .show-col2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 30px;
  min-width: 250px;
}
.collage-rendering .r1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
}
.collage-rendering .r1:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.collage-rendering .r1 .d-image- {
  align-self: stretch;
  position: relative;
  line-height: 48px;
  /* 
    新增：使用 max-height + overflow + transition 
    來實現滑動效果 
  */
}
.collage-rendering .r1 .d-image-.collapse-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  /* 
    也可以視情況加 padding 或 margin 的 transition，
    模擬更柔和的上下滑動 
  */
}
.collage-rendering .r1 .d-image-.show {
  /* 
    max-height 請視字數或預估最高度自行調整，
    例如 80px、200px 或直接使用較大的值 
  */
  max-height: 200px;
}
.collage-rendering .r1 img {
  width: 100%;
  height: 100%;
  min-height: 100px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
}
.collage-rendering .r1.layout1 img {
  height: 345px;
  border-radius: 30px;
}
.collage-rendering .r1.layout2 img, .collage-rendering .r1.layout4 img, .collage-rendering .r1.layout6 img, .collage-rendering .r1.layout8 img {
  height: 255px;
}
.collage-rendering .r1.layout3 img {
  height: 365px;
  border-radius: 30px;
}
.collage-rendering .r1.layout5 img {
  height: 455px;
}
.collage-rendering .r1.layout7 img {
  height: 455px;
  border-radius: 30px;
}
.collage-rendering .r1.layout9 img {
  height: 255px;
  border-radius: 30px;
}
@media (max-width: 1080px) {
  .collage-rendering .r1.layout1 img, .collage-rendering .r1.layout2 img, .collage-rendering .r1.layout3 img, .collage-rendering .r1.layout4 img, .collage-rendering .r1.layout5 img, .collage-rendering .r1.layout6 img, .collage-rendering .r1.layout7 img, .collage-rendering .r1.layout8 img, .collage-rendering .r1.layout9 img {
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .collage-rendering .r1.layout1 img, .collage-rendering .r1.layout2 img, .collage-rendering .r1.layout3 img, .collage-rendering .r1.layout4 img, .collage-rendering .r1.layout5 img, .collage-rendering .r1.layout6 img, .collage-rendering .r1.layout7 img, .collage-rendering .r1.layout8 img, .collage-rendering .r1.layout9 img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
}

.contact-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  margin-top: 8.33rem;
  margin-bottom: 8.33rem;
  color: #161616;
  font-family: Manrope;
  text-decoration: none; /* 移除底線 */
  color: inherit; /* 繼承父層顏色，這樣可以保持原來的顏色 */
}
.contact-btn:hover {
  transition: none; /* 滑鼠移上去時立即變化，無過渡效果 */
  opacity: 0.8;
}
.contact-btn .contact-us {
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
}
.contact-btn .icon {
  width: 18px;
  position: relative;
  height: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}
.contact-btn .contact-btn1 {
  width: 200px;
  border-radius: 12px;
  background-color: #01ed8d;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
}

.image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.image-modal.show {
  display: flex;
}
.image-modal .image-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.image-modal .image-modal-content {
  position: relative;
  z-index: 2;
  background: linear-gradient(57deg, #232323 52.41%, #000 100%);
  border-radius: 30px;
  padding: 2.5rem 2rem 2rem 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  min-width: 320px;
  max-height: 90vh;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .image-modal .image-modal-content {
    width: 90vw;
    min-width: 0;
    padding: 1.2rem 0.5rem 1.5rem 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-modal .image-modal-content .modal-img {
  max-width: 100%;
  max-height: 60vh;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  background: #111;
}
@media (max-width: 768px) {
  .image-modal .image-modal-content .modal-img {
    max-height: 40vh;
  }
}
.image-modal .image-modal-content .modal-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.2rem;
  text-align: center;
  font-family: "Manrope", "Plus Jakarta Sans", "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.image-modal .image-modal-content .modal-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: #232323;
  border: none;
  border-radius: 15px;
  width: 100px;
  height: 40px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.2s, color 0.2s;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}
.image-modal .image-modal-content .modal-close:hover {
  background: #01ed8d;
  color: #232323;
}/*# sourceMappingURL=style_showcase_rendering.css.map */