@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 {
  color: #9D3738;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  margin-bottom: 3rem;
}

section {
  padding: 8rem 0;
}

@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}
a {
  text-decoration: none;
  color: black;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #9D3738;
  z-index: 1049;
}
.navbar .navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  font-family: "Noto Serif TC", serif;
}
.navbar .navbar-brand img {
  height: 80px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: white;
  border-radius: 0.5rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  color: #9D3738;
}

#hero {
  width: 100%;
  height: 100vh;
}
#hero .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#hero .swiper .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);
}
#hero .swiper .cta-box .cta-content {
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
#hero .swiper .cta-box .cta-content .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
#hero .swiper .cta-box .cta-content .logo .logo-inner {
  display: inline-block;
  font-size: 8rem;
  width: 200px;
  height: 200px;
  border: 5px solid white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-family: "Noto Serif TC", serif;
}
#hero .swiper .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif TC", serif;
}
#hero .swiper .cta-box .cta-content p {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
#hero .swiper .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#hero .swiper .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 .swiper .cta-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .swiper .cta-box .cta-content .btn-box a:first-child {
  background: #9D3738;
  color: white;
}
#hero .swiper .cta-box .cta-content .btn-box a:first-child:hover {
  background: #ffffff;
  color: #9D3738;
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child {
  color: white;
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #9D3738;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #hero {
    width: 100%;
    height: 100vh;
  }
  #hero .swiper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #hero .swiper .cta-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 2rem;
    display: flex;
    align-items: center;
  }
  #hero .swiper .cta-box .cta-content {
    background: linear-gradient(140deg, rgba(157, 55, 56, 0.9) 50%, rgba(255, 255, 255, 0.6) 100%);
    color: white;
    padding: 2rem 3rem;
    border-radius: 1rem;
  }
  #hero .swiper .cta-box .cta-content .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  #hero .swiper .cta-box .cta-content .logo .logo-inner {
    display: inline-block;
    font-size: 5rem;
    width: 120px;
    height: 120px;
    border: 3px solid white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-family: "Noto Serif TC", serif;
  }
  #hero .swiper .cta-box .cta-content h1 {
    font-size: 1.4rem;
  }
  #hero .swiper .cta-box .cta-content p {
    margin-bottom: 2rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  #hero .swiper .cta-box .cta-content .btn-box a {
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero .swiper .cta-box .cta-content .btn-box a i {
    padding-left: 0.5rem;
    font-size: 1.3rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box a:first-child {
    background: #ffffff;
    color: #9D3738;
    border-radius: 10rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box a:last-child {
    color: white;
  }
  #hero .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
#about p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  #about img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: bottom;
       object-position: bottom;
  }
  #about p {
    font-size: 1.2rem;
    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: gray;
  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: #9D3738;
  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: rgb(232, 232, 232);
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
#process .process-step .step-content h3 {
  color: #9D3738;
}
#process .process-step .step-content i {
  font-size: 3rem;
  margin-right: 1rem;
  color: #9D3738;
}

@media (max-width: 768px) {
  #process .process-steps {
    position: relative;
  }
  #process .process-steps::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 2px;
    background: gray;
    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: #9D3738;
    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: rgb(232, 232, 232);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  #process .process-step .step-content h3 {
    color: #9D3738;
  }
  #process .process-step .step-content i {
    font-size: 3rem;
    margin-right: 1rem;
    color: #9D3738;
  }
}
#contact {
  background: #f2f2f2;
}
#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;
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box h3 {
  font-size: 1.3rem;
}
#contact .contact-box .icon-box {
  background: #9D3738;
  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: #9D3738;
  font-weight: 600;
  font-size: 1.4rem;
}
#contact .contact-box a.small {
  font-size: 1rem;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  #contact {
    background: #f2f2f2;
  }
  #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: 1rem;
  }
  #contact .contact-box:last-child {
    margin-bottom: 1rem;
  }
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
  #contact .contact-box .icon-box {
    background: #9D3738;
    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: #9D3738;
    font-weight: 600;
    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 {
  background: #f2f2f2;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}

.navbar-toggler-icon {
  filter: invert(1);
}

#services {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
#services .section-title {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
#services .section-title::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0zm0 90c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z' fill='%239d3738' fill-opacity='0.1'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0.5;
  z-index: -1;
}
#services .section-title h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
#services .section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #9d3738, #c44d4e);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(157, 55, 56, 0.3);
}
#services .section-title p {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#services .service-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  border: 1px solid rgba(157, 55, 56, 0.1);
}
#services .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0% 0%, rgba(157, 55, 56, 0.1) 0%, transparent 50%), radial-gradient(circle at 100% 100%, rgba(196, 77, 78, 0.1) 0%, transparent 50%), url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%239d3738' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.8;
  z-index: 0;
}
#services .service-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#services .service-card:hover .service-icon img {
  transform: scale(1.15);
}
#services .service-card:hover .service-content h3::after {
  width: 60px;
}
#services .service-card:hover .service-content .service-btn {
  background: white;
  color: #9d3738;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}
#services .service-card:hover .service-content .service-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}
#services .service-card .service-icon {
  height: 280px;
  overflow: hidden;
  position: relative;
}
#services .service-card .service-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#services .service-card .service-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
#services .service-card .service-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#services .service-card .service-content {
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  overflow: hidden;
}
#services .service-card .service-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/services/bg.png") no-repeat center bottom;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
  transition: all 0.4s ease;
}
#services .service-card .service-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #9d3738, transparent);
  opacity: 0.3;
  transition: all 0.4s ease;
}
#services .service-card .service-content .corner-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at 100% 100%, rgba(157, 55, 56, 0.1) 0%, transparent 70%), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0c16.569 0 30 13.431 30 30 0 16.569-13.431 30-30 30C13.431 60 0 46.569 0 30 0 13.431 13.431 0 30 0zm0 4C15.582 4 4 15.582 4 30c0 14.418 11.582 26 26 26s26-11.582 26-26C56 15.582 44.418 4 30 4z' fill='%239d3738' fill-opacity='0.05'/%3E%3C/svg%3E");
  opacity: 0.3;
  transform: translate(30%, 30%);
  transition: all 0.4s ease;
  z-index: -1;
}
#services .service-card .service-content .corner-decoration-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at 0% 0%, rgba(157, 55, 56, 0.1) 0%, transparent 70%), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0c16.569 0 30 13.431 30 30 0 16.569-13.431 30-30 30C13.431 60 0 46.569 0 30 0 13.431 13.431 0 30 0zm0 4C15.582 4 4 15.582 4 30c0 14.418 11.582 26 26 26s26-11.582 26-26C56 15.582 44.418 4 30 4z' fill='%239d3738' fill-opacity='0.05'/%3E%3C/svg%3E");
  opacity: 0.3;
  transform: translate(-30%, -30%);
  transition: all 0.4s ease;
  z-index: -1;
}
#services .service-card .service-content .center-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(157, 55, 56, 0.1), transparent);
  transform: translateY(-50%);
  z-index: -1;
}
#services .service-card .service-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #9d3738;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  transition: all 0.4s ease;
  text-shadow: 2px 2px 4px rgba(157, 55, 56, 0.1);
}
#services .service-card .service-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #9d3738, transparent);
  transition: all 0.4s ease;
}
#services .service-card .service-content h3::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-top: 2px solid rgba(157, 55, 56, 0.2);
  border-left: 2px solid rgba(157, 55, 56, 0.2);
  transition: all 0.4s ease;
}
#services .service-card .service-content p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1.5rem;
  transition: all 0.4s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
#services .service-card .service-content p::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9d3738;
  font-size: 1.5rem;
  line-height: 1;
}
#services .service-card .service-content:hover::before {
  opacity: 0.7;
  transform: scale(1.1);
}
#services .service-card .service-content:hover::after {
  opacity: 0.5;
  height: 6px;
}
#services .service-card .service-content:hover .corner-decoration {
  opacity: 0.5;
  transform: translate(20%, 20%);
}
#services .service-card .service-content:hover .corner-decoration-top {
  opacity: 0.5;
  transform: translate(-20%, -20%);
}
#services .service-card .service-content:hover h3 {
  transform: translateX(10px);
}
#services .service-card .service-content:hover h3::after {
  width: 100px;
}
#services .service-card .service-content:hover h3::before {
  width: 30px;
  height: 30px;
}
#services .service-card .service-content:hover p {
  transform: translateX(5px);
}
#services .service-card .service-content:hover .features li {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  #services {
    padding: 3rem 0;
  }
  #services .section-title {
    margin-bottom: 2rem;
  }
  #services .section-title h2 {
    font-size: 2.5rem;
  }
  #services .section-title p {
    font-size: 1rem;
    padding: 0.4rem 1.5rem;
  }
  #services .service-card .service-icon {
    height: 220px;
  }
  #services .service-card .service-content {
    padding: 1.8rem;
  }
  #services .service-card .service-content h3 {
    font-size: 2rem;
  }
  #services .service-card .service-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #services .service-card .service-content .service-features {
    margin-bottom: 1.5rem;
  }
  #services .service-card .service-content .service-features li {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    padding-left: 1.8rem;
  }
  #services .service-card .service-content .service-btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */