@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(15px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.75rem, 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;
  color: #2e2e2e;
  background: #1f2d3d;
}

h2 {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

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

a {
  text-decoration: none;
  color: #1f2d3d;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  background: #1f2d3d;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-brand {
  transition: 0.5s;
  color: white;
}
.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;
  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: #1f2d3d;
  background: #f9a825;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  color: #2e2e2e;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    height: auto;
    margin-top: 54px;
  }
}
#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: 2rem 1rem;
    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(0, 0, 0, 0.293);
    padding: 2rem 1rem;
  }
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
}
#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;
}
#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: #1f2d3d;
  background: #f9a825;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: #f9a825;
  border: 1px solid #f9a825;
}
#hero .cta-box .cta-content .btn-box a:last-child:hover {
  background: #f9a825;
  color: #2e2e2e;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ensure {
  margin-top: -5rem;
  position: relative;
  z-index: 5;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .ensure {
    margin-top: 0;
    margin: 2rem 0;
    padding-bottom: 0;
  }
}
.ensure .ensure-card {
  background: white;
  border-radius: 2rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 0 rgb(138, 138, 138);
}
@media (max-width: 768px) {
  .ensure .ensure-card {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.ensure .ensure-card i {
  font-size: 5rem;
  color: #1f2d3d;
  color: #f9a825;
}
.ensure .ensure-card h3 {
  margin: 1rem 0;
}

#about {
  background: #f4f6f8;
}
#about .img-box {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #about .img-box {
    margin-bottom: 2rem;
  }
}
#about .img-box::after {
  content: "";
  background: #1f2d3d;
  background: #f9a825;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1rem;
  right: 1rem;
}
@media (max-width: 768px) {
  #about .img-box::after {
    top: 0.5rem;
    right: 0.5rem;
  }
}
#about .img-box img {
  width: 100%;
  position: block;
  z-index: 2;
  position: relative;
}
#about p {
  line-height: 2;
  margin-bottom: 2rem;
}

#services {
  background: #f4f6f8;
}
#services .service-card {
  background: #1f2d3d;
  color: white;
  border-radius: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
#services .service-card .icon-box {
  width: 50%;
  aspect-ratio: 1/1;
  background: rgb(238, 238, 238);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #services .service-card .icon-box {
    width: 35%;
  }
}
#services .service-card .icon-box i {
  font-size: 6rem;
  color: #1f2d3d;
}
@media (max-width: 768px) {
  #services .service-card .icon-box i {
    font-size: 4rem;
  }
}
#services .service-card h3 {
  color: #f9a825;
}

#process h2 {
  color: white;
}
#process .col:last-child .arrow {
  background: white;
  padding-bottom: 2rem;
}
#process .arrow {
  background: linear-gradient(-110deg, transparent 70px, #ffffff 70px, #ffffff 100%) top right, linear-gradient(-70deg, transparent 70px, #ffffff 70px, #ffffff 100%) bottom right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  border-radius: 0rem;
  margin: 20px;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1.5rem 4rem 1rem 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  #process .arrow {
    background: linear-gradient(10deg, transparent 70px, #ffffff 70px, #ffffff 100%) bottom left, linear-gradient(-10deg, transparent 70px, #ffffff 70px, #ffffff 100%) bottom right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding-bottom: 7rem;
    height: auto;
    margin-bottom: -3rem;
  }
}
#process .arrow:hover {
  top: -1px;
}
#process .arrow .icon-box {
  flex-shrink: 0;
  width: 25%;
  aspect-ratio: 1/1;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #f9a825;
}
#process .arrow .icon-box i {
  font-size: 3rem;
}
#process .arrow .content h4 {
  margin: 1.5rem 0 0.5rem;
  align-items: center;
  gap: 0.5rem;
  color: #1f2d3d;
  display: inline-flex;
  padding-bottom: 0.3rem;
  border-bottom: 3px solid #1f2d3d;
}
#process .arrow .content p {
  margin: 0;
  padding: 0;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #1f2d3d;
}
#works .nav-pills .nav-link {
  color: #ff6b00;
}

#contact h2 {
  color: white;
}
@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: #1f2d3d;
  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: #1f2d3d;
  color: #f9a825;
  font-weight: 600;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

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