@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");
:root {
  font-size: clamp(16px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.35rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 1.7vw, 1.2rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
}

p,
a,
span {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

small {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-weight: 400;
}

li {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}

button,
input,
textarea,
select {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #ead7bd;
}

h2 {
  margin-bottom: 3rem;
  color: #294c3a;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

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

a {
  text-decoration: none;
  color: #294c3a;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0.2;
  filter: brightness(0.8);
}
.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar.scrolled {
  background: #294c3a;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler {
  border-color: white;
}
.navbar .navbar-toggler-icon {
  filter: invert(1) brightness(50);
}
.navbar .navbar-brand {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: "Inter", "Noto Sans TC", "PingFang TC", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #ffffff;
  /* 深底清晰的立體度 */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 10px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    font-size: 1.3rem;
  }
}
.navbar .navbar-brand:hover {
  color: #f2f5f3; /* 微暖白 */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 0 14px rgba(0, 0, 0, 0.25);
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
}
@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: #294c3a;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    height: 80vh;
  }
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.438);
}
@media (max-width: 768px) {
  #hero .cta-box {
    padding: 0;
  }
}
#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 {
    padding: 0;
  }
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.5;
}
#hero .cta-box .cta-content p {
  margin-bottom: 2rem;
}
#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;
  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: #294c3a;
  background: #294c3a;
  color: white;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: white;
  background: #f28b30;
}
#hero .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #294c3a;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#services {
  padding-bottom: 0;
}
#services .service-card {
  width: 100%;
  padding: 0rem 1rem;
}
#services .service-card .icon {
  text-align: center;
}
#services .service-card .icon i {
  color: #f28b30;
  font-size: 6rem;
}
#services .service-card h3 {
  text-align: center;
  margin: 2rem 0 1rem;
}
#services .service-card ul {
  color: #4a4a4a;
  list-style-type: circle;
}
#services .service-card ul li {
  margin-bottom: 1rem;
}

#about .about-box {
  background: #eff4e4;
  border-radius: 2rem;
  overflow: hidden;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  #about .about-box {
    padding-right: 0;
  }
}
#about .about-box .text {
  width: 100%;
  height: 100%;
  padding: 2rem;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #f28b30 !important;
  color: white;
}
#works .nav-pills .nav-link {
  color: #294c3a;
  border-radius: 2rem;
}
#works img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #works img {
    height: 200px;
  }
}

@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 .icon-box {
  background: #294c3a;
  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: #294c3a;
  color: #f28b30;
  font-weight: 600;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

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

#process {
  background: #f6f6f6;
  background: #294c3a;
}
#process h2 {
  color: #f28b30;
}
#process .lead {
  color: #4a4a4a;
  color: white;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
#process .step-card {
  background: white;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#process .step-card:hover {
  transform: translateY(-3px);
  box-shadow: rgba(149, 157, 165, 0.28) 0px 12px 28px;
}
#process .step-card .num {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #294c3a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#process .step-card h3 {
  font-size: 1.25rem;
  margin: 1.5rem 0;
  color: #294c3a;
}
#process .step-card p {
  color: #4a4a4a;
  margin: 0;
}
#process .step-card p a {
  color: #f28b30;
  color: #f28b30;
}/*# sourceMappingURL=all.css.map */