@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 6rem;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  background: radial-gradient(circle, #d4af37 0%, #000000 15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/assets/title.png") no-repeat center;
  width: 130px;
  height: 130px;
  background-size: cover;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}

section {
  padding: 8rem 4rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #bfa76a;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.2;
  z-index: -5;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .bg img {
    object-position: right;
  }
}

.navbar.scrolled {
  background: red;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #bfa76a;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-brand {
  transition: 0.5s;
  font-family: "Noto Serif TC", serif;
}
.navbar .navbar-brand img {
  width: 80px;
  transition: 0.5s;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1em;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #bfa76a;
}

#hero {
  width: 100%;
  height: 90vh;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    height: auto;
    margin-top: 56px;
  }
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.438);
}
@media (max-width: 768px) {
  #hero .cta-box {
    padding: 2rem 1rem 2rem;
    position: static;
    background: none;
  }
}
#hero .cta-box .cta-content {
  text-align: center;
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content {
    background: rgba(226, 226, 226, 0.509);
    color: black;
  }
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content h1 {
    font-size: 2rem;
  }
}
#hero .cta-box .cta-content p {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content p {
    font-size: 1rem;
  }
}
#hero .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box {
    flex-direction: column;
  }
}
#hero .cta-box .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 10rem;
  transition: 0.5s;
}
#hero .cta-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .cta-box .cta-content .btn-box a:first-child {
  background: #bfa76a;
  color: black;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: white;
  border: 1px solid white;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box a:last-child {
    color: black;
    border-color: black;
  }
}
#hero .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #bfa76a;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slogan {
  text-align: center;
  position: relative;
  font-family: "Noto Serif TC", serif;
}
#slogan::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f6f6e0 url(../images/assets/about-bg.png) no-repeat center center;
  background-size: cover;
}
#slogan h6 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
#slogan p {
  font-size: 1.3rem;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #bfa76a;
}
#works .nav-pills .nav-link {
  color: #ff6b00;
}
#works img {
  aspect-ratio: 1;
}

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact .contact-box {
    margin-bottom: 1rem;
  }
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box h3 {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
}
#contact .contact-box .icon-box {
  background: #bfa76a;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #bfa76a;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #contact .contact-box a {
    font-size: 1.2rem;
  }
}
#contact .contact-box a.small {
  font-size: 1rem;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
  color: black;
}

#about {
  position: relative;
  padding: 7rem 0;
  font-family: "Noto Serif TC", serif;
}
#about .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#about .about-section {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(45, 58, 74, 0.008);
  min-height: 420px;
}
@media (max-width: 991px) {
  #about .about-section {
    flex-direction: column;
    min-height: unset;
    box-shadow: none;
  }
}
#about .about-img-col {
  flex: 1 1 50%;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  #about .about-img-col {
    min-height: 220px;
    flex: none;
    width: 100%;
    height: 220px;
  }
}
#about .about-img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}
@media (max-width: 991px) {
  #about .about-img {
    min-height: 220px;
  }
}
#about .about-img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(45, 58, 74, 0.38) 60%, rgba(45, 58, 74, 0.18) 100%);
  z-index: 1;
}
#about .about-text-col {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
@media (max-width: 991px) {
  #about .about-text-col {
    width: 100%;
    padding: 0;
  }
}
#about .about-content {
  background: rgba(255, 255, 255, 0.93);
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px rgba(45, 58, 74, 0.015);
  border: 1.5px solid #bfa76a;
  padding: 3.5rem 2.5rem;
  margin: 2.5rem 2.5rem 2.5rem 0;
  max-width: 520px;
  text-align: left;
  position: relative;
  animation: about-fadein 1.2s both;
}
@media (max-width: 991px) {
  #about .about-content {
    margin: 2rem auto;
    padding: 2rem 1.2rem;
    max-width: 98vw;
    text-align: center;
  }
}
@keyframes about-fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
#about .about-lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3a4a;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
#about .about-lead::before {
  content: "✦";
  color: #bfa76a;
  font-size: 1.2em;
  opacity: 0.7;
  margin-right: 0.3em;
}
#about .about-content p:not(:first-child) {
  margin-top: 1.1rem;
}
#about .about-content p {
  line-height: 2.1;
  font-size: 1.13rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  color: #2d3a4a;
}
@media (max-width: 991px) {
  #about .about-content p {
    text-align: center;
  }
}
#about .about-content p:first-child {
  font-weight: 700;
  color: #2d3a4a;
  font-size: 1.18rem;
}
#about .about-content p:first-child::first-letter {
  font-size: 2.1rem;
  font-weight: 900;
  color: #bfa76a;
  float: none;
  margin-right: 0;
}

#services {
  text-align: center;
  background: none;
  font-family: "Noto Serif TC", serif;
}
#services .services-section {
  justify-content: center;
}
#services .service-item {
  background: rgba(255, 255, 255, 0.92);
  background: url("../images/assets/services.jpg");
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(45, 58, 74, 0.08);
  padding: 2.5rem 2rem 2rem 2rem;
  height: 100%;
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}
#services .service-item:hover {
  box-shadow: 0 8px 32px rgba(45, 58, 74, 0.13);
  transform: translateY(-4px) scale(1.02);
}
#services .service-img {
  display: block;
  margin: 0 auto 1.5rem auto;
  width: 300px;
  height: 200px;
  object-fit: contain;
  border-radius: 1rem;
  padding: 0.5rem 0.5rem 0.7rem 0.5rem;
}
#services .service-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3a4a;
  margin-bottom: 0.7rem;
  margin-top: 0.2rem;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Noto Serif TC", serif;
}
#services .service-desc {
  color: #3a2c1a;
  font-size: 1.08rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #services .service-item {
    padding: 1.5rem 0.7rem 1.2rem 0.7rem;
  }
  #services .service-img {
    width: 300px;
    height: 200px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  #services .service-item {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    margin-bottom: 1.2rem;
  }
  #services .service-img {
    width: 300px;
    height: 200px;
    margin-bottom: 0.7rem;
  }
  #services .service-title {
    font-size: 1.08rem;
  }
  #services .service-desc {
    font-size: 0.98rem;
  }
}

.quickly-link {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 1040;
  opacity: 0.8;
}
.quickly-link:hover {
  opacity: 1;
}
.quickly-link .icon-box {
  background: #bfa76a;
  border: 2px solid white;
}
.quickly-link .icon-box i {
  color: black;
}

.icon-box {
  background: #bfa76a;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.icon-box i {
  color: white;
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */