@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;
}

h2 {
  margin-bottom: 3rem;
}
@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: #12232b;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-link {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 999;
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .cta-link {
    bottom: 1rem;
    right: 0.5rem;
  }
}
.cta-link .tel {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.cta-link .tel.dropdown-toggle::before {
  display: none;
}
.cta-link .tel .name {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  border: 1.5px solid white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: red;
  font-size: 0.8rem;
  border-radius: 100%;
}
.cta-link svg {
  width: 50px;
}
.cta-link svg.phone #background {
  fill: #12232b;
  fill: #f97316;
}
.cta-link svg.phone #icon {
  fill: white;
  fill: #333;
}
@media (max-width: 768px) {
  .cta-link svg {
    width: 43px;
  }
}
.cta-link .dropdown-menu {
  margin-right: 0.25rem;
  margin-left: 0;
}

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

.navbar.scrolled {
  background: #12232b;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #12232b;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-brand {
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #fafaf9; /* 米白字體 */
  /* 深色底可見的柔光陰影 */
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 0 8px rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.navbar .navbar-brand:hover {
  color: #ffffff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45), 0 0 14px rgba(255, 255, 255, 0.3);
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav {
  gap: 1rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  background: #12232b;
  color: rgb(221, 221, 221);
  padding: 0.5rem 0.8rem;
  border-radius: 2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #12232b;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    margin-top: 56.72px;
  }
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/assets/bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
@media (max-width: 768px) {
  #hero::before {
    background: url("../images/assets/bg-s.jpg") no-repeat;
    background-position: top right;
  }
}
#hero .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5rem 7rem;
  color: white;
}
@media (max-width: 768px) {
  #hero .text {
    padding: 2rem 1.8rem 2rem 0.5rem;
  }
}
#hero .text h1 {
  margin-bottom: 1rem;
  line-height: 1.5;
}
#hero .text p {
  color: rgb(192, 192, 192);
  padding-bottom: 1rem;
}
#hero .text a {
  display: inline-block;
  align-self: start;
  padding: 1rem 2rem;
  background: #f97316;
  border-radius: 2rem;
  color: #1f2937;
}
@media (max-width: 768px) {
  #hero .text a {
    padding: 0.8rem 1.5rem;
  }
}
#hero .swiper {
  width: 100%;
  height: 100vh;
  margin-left: auto; /* 🚀 關鍵：自動推到右邊 */
  overflow: hidden;
  -webkit-clip-path: polygon(100px 0, 100% 0, 100% 100%, 20px 100%);
          clip-path: polygon(100px 0, 100% 0, 100% 100%, 20px 100%);
}
@media (max-width: 768px) {
  #hero .swiper {
    height: 300px;
    -webkit-clip-path: polygon(0 0, calc(100% - 48px) 0, calc(100% - 48px) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 48px) 0, calc(100% - 48px) 100%, 0 100%);
  }
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

#services .service-card {
  width: 100%;
  background: #12232b;
  height: 100%;
  padding: 2rem;
  color: white;
  border-radius: 1rem;
}
#services .service-card .icon-box {
  text-align: center;
  margin-bottom: 2rem;
}
#services .service-card .icon-box svg {
  width: 40%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  stroke: white;
  fill: white;
}
#services .service-card h3 {
  border-bottom: 5px solid #f97316;
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#services .service-card p {
  color: rgb(212, 212, 212);
}

#about {
  position: relative;
  padding: 0;
}
#about::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/about/img-1.avif");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 768px) {
  #about::before {
    background: url("../images/about/img-2.avif");
  }
}
#about .text {
  background: rgba(0, 0, 0, 0.768627451);
  width: 100%;
  height: 100%;
  padding: 5rem;
  color: white;
}
@media (max-width: 768px) {
  #about .text {
    padding: 2rem;
  }
}
#about .text p {
  line-height: 2;
  margin-bottom: 2rem;
}

#process .process-steps {
  position: relative;
}
#process .process-steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 2px;
  background: #f97316;
  opacity: 0.3;
}
#process .process-step {
  position: relative;
  padding-left: 80px;
  margin-bottom: 3rem;
}
#process .process-step:last-child {
  margin-bottom: 0;
}
#process .process-step .step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #12232b;
  background: #f97316;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
#process .process-step .step-content {
  background: #f2f2f2;
  background: #fafaf9;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#process .process-step .step-content h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}
#process .process-step .step-content p {
  color: gray;
}

#works {
  position: relative;
}
#works .bg {
  position: absolute;
  width: 50%;
  height: 60%;
  bottom: 0%;
  right: 0%;
  background: #f97316;
  background: rgba(18, 35, 43, 0.5);
  z-index: -1;
}
@media (max-width: 768px) {
  #works .bg {
    height: 77%;
    width: 80%;
  }
}
#works .swiper img,
#works .swiper video {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #works .swiper img,
  #works .swiper video {
    height: 300px;
  }
}

#contact h2 {
  text-align: center;
}
@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: #12232b;
  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: #12232b;
  font-weight: 600;
  color: #f97316;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
  color: #f97316;
}/*# sourceMappingURL=all.css.map */