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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #f4f6f8;
  color: #2c3e50;
  line-height: 1.75;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 2.5rem;
  }
}

.section-title-wrap {
  display: inline-block;
  position: relative;
}
.section-title-wrap .section-fish-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.section-title-wrap .section-fish-deco i {
  color: #e58a2b;
  font-size: 1.1rem;
  opacity: 0.7;
}
.section-title-wrap .section-fish-deco i:nth-child(2) {
  font-size: 1.4rem;
  opacity: 1;
}
.section-title-wrap h2 {
  font-family: "Noto Serif TC", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #0f3d5c;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem;
  position: relative;
}
.section-title-wrap h2::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #e58a2b, #c8a76b);
  margin: 0.4rem auto 0;
  border-radius: 2px;
  transition: width 0.6s ease;
}
@media (max-width: 768px) {
  .section-title-wrap h2 {
    font-size: 1.8rem;
  }
}
.section-title-wrap.light h2 {
  color: #ffffff;
}
.section-title-wrap .section-subtitle {
  font-size: 1.05rem;
  color: #2f6e8f;
  letter-spacing: 0.05em;
  margin: 0.25rem 0 1rem;
}
@media (max-width: 768px) {
  .section-title-wrap .section-subtitle {
    font-size: 0.95rem;
  }
}
.section-title-wrap.light .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.section-divider span {
  display: block;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c8a76b);
}
.section-divider span:last-child {
  background: linear-gradient(90deg, #c8a76b, transparent);
}
.section-divider i {
  color: #c8a76b;
  font-size: 1.1rem;
}
.section-divider.light span {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
}
.section-divider.light span:last-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent);
}
.section-divider.light i {
  color: rgba(255, 255, 255, 0.7);
}

#mainNav {
  background: transparent;
  transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.3s ease;
  padding: 1rem 0;
  z-index: 1050;
}
#mainNav.scrolled {
  background: rgba(15, 61, 92, 0.97);
  box-shadow: 0 2px 24px rgba(31, 45, 58, 0.25);
  padding: 0.5rem 0;
}
#mainNav .navbar-brand .brand-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#mainNav .navbar-brand .brand-text .brand-main {
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  color: #c8a76b;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  #mainNav .navbar-brand .brand-text .brand-main {
    font-size: 0.95rem;
  }
}
#mainNav .navbar-brand .brand-text .brand-sub {
  font-family: "Noto Serif TC", serif;
  font-size: 1.2rem;
  color: #c8a76b;
  color: #eb345a;
  color: white;
  letter-spacing: 0.12em;
  font-weight: 700;
}
#mainNav .navbar-toggler {
  border: 1px solid rgba(200, 167, 107, 0.5);
  padding: 0.25rem 0.5rem;
}
#mainNav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(200,167,107,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mainNav .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  #mainNav .navbar-collapse {
    background: rgba(15, 61, 92, 0.98);
    padding: 1rem 1.5rem;
    border-radius: 0 0 16px 16px;
    margin-top: 0.5rem;
  }
}
#mainNav .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.5rem 1rem !important;
  position: relative;
}
#mainNav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: #c8a76b;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 1px;
}
#mainNav .nav-link:hover {
  color: #c8a76b !important;
}
#mainNav .nav-link:hover::after {
  transform: scaleX(1);
}
#mainNav .nav-cta {
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  #mainNav .nav-cta {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
#mainNav .nav-btn {
  background: linear-gradient(135deg, #e58a2b, rgb(196.8571428571, 112.3571428571, 24.1428571429));
  color: #ffffff !important;
  border-radius: 100px;
  padding: 0.45rem 1.4rem !important;
  font-weight: 600;
  font-size: 0.88rem;
  box-shadow: 0 4px 14px rgba(229, 138, 43, 0.4);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
#mainNav .nav-btn::after {
  display: none;
}
#mainNav .nav-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229, 138, 43, 0.5);
}

#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
  overflow: hidden;
}
#hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#hero .hero-bg .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
#hero .hero-bg .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(15, 61, 92, 0.88) 0%, rgba(15, 61, 92, 0.75) 45%, rgba(47, 110, 143, 0.35) 75%, transparent 100%);
}
#hero .hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 0;
}
#hero .hero-wave svg {
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  #hero .hero-wave svg {
    height: 40px;
  }
}
#hero .hero-content {
  position: relative;
  z-index: 1;
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  #hero .hero-content {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
#hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(200, 167, 107, 0.5);
  color: #c8a76b;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.4rem 1.1rem;
  border-radius: 100px;
  backdrop-filter: blur(6px);
  margin-bottom: 1.5rem;
}
#hero .hero-badge i {
  font-size: 1rem;
}
#hero .hero-title {
  font-family: "Noto Serif TC", serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
}
#hero .hero-title em {
  font-style: normal;
  color: #c8a76b;
  display: block;
}
@media (max-width: 768px) {
  #hero .hero-title {
    font-size: 2.4rem;
  }
}
#hero .hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
#hero .hero-bullets li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.04em;
}
#hero .hero-bullets li i {
  color: #e58a2b;
  font-size: 1.2rem;
  flex-shrink: 0;
}
#hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
#hero .btn-primary-hero {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #e58a2b, rgb(205.9428571429, 117.5428571429, 25.2571428571));
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.85rem 2.2rem;
  border-radius: 100px;
  box-shadow: 0 6px 24px rgba(229, 138, 43, 0.45);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#hero .btn-primary-hero:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(229, 138, 43, 0.55);
}
#hero .btn-ghost-hero {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(200, 167, 107, 0.5);
  padding-bottom: 2px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#hero .btn-ghost-hero:hover {
  color: #c8a76b;
  border-color: #c8a76b;
}
#hero .hero-info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
#hero .hero-info-strip span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
#hero .hero-info-strip span i {
  color: #c8a76b;
  font-size: 1rem;
}
@media (max-width: 576px) {
  #hero .hero-info-strip {
    flex-direction: column;
    gap: 0.6rem;
  }
}

#about {
  background: #f4f6f8;
}
#about .about-swiper-wrap {
  position: relative;
}
#about .about-swiper-wrap .aboutSwiper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15, 61, 92, 0.22);
}
#about .about-swiper-wrap .about-img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #about .about-swiper-wrap .about-img {
    height: 260px;
  }
}
#about .about-swiper-wrap .swiper-pagination {
  bottom: 12px;
}
#about .about-swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.7;
  width: 8px;
  height: 8px;
}
#about .about-swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #c8a76b;
  opacity: 1;
  width: 24px;
  border-radius: 4px;
}
#about .about-swiper-wrap .about-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  z-index: 10;
  background: linear-gradient(135deg, #e58a2b, rgb(205.9428571429, 117.5428571429, 25.2571428571));
  color: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 8px 32px rgba(15, 61, 92, 0.18);
}
#about .about-swiper-wrap .about-badge i {
  font-size: 1.6rem;
}
#about .about-swiper-wrap .about-badge span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #about .about-swiper-wrap .about-badge {
    width: 70px;
    height: 70px;
    right: -8px;
    bottom: -8px;
  }
  #about .about-swiper-wrap .about-badge i {
    font-size: 1.3rem;
  }
  #about .about-swiper-wrap .about-badge span {
    font-size: 0.6rem;
  }
}
#about .about-content {
  padding-left: 1rem;
}
@media (max-width: 991px) {
  #about .about-content {
    padding-left: 0;
    padding-top: 2rem;
  }
}
#about .about-content .about-lead {
  font-family: "Noto Serif TC", serif;
  font-size: 1.1rem;
  color: #0f3d5c;
  font-weight: 500;
  line-height: 1.85;
  border-left: 3px solid #c8a76b;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  #about .about-content .about-lead {
    font-size: 1rem;
  }
}
#about .about-content p {
  color: rgb(57.6460674157, 83.6797752809, 107.8539325843);
  line-height: 1.9;
  margin-bottom: 1rem;
}
#about .about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
#about .about-features .about-feat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  border: 1px solid rgba(47, 110, 143, 0.2);
  border-radius: 100px;
  padding: 0.5rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f3d5c;
  box-shadow: 0 4px 16px rgba(15, 61, 92, 0.12);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .about-features .about-feat-item i {
  color: #e58a2b;
  font-size: 1.1rem;
}
#about .about-features .about-feat-item:hover {
  background: #0f3d5c;
  color: #ffffff;
  transform: translateY(-2px);
}
#about .about-features .about-feat-item:hover i {
  color: #c8a76b;
}

#services {
  background: linear-gradient(135deg, #0f3d5c 0%, #2f6e8f 100%);
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
#services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#services .services-bg-wave-top,
#services .services-bg-wave-bottom {
  line-height: 0;
}
#services .services-bg-wave-top svg,
#services .services-bg-wave-bottom svg {
  width: 100%;
  height: 60px;
  display: block;
}
@media (max-width: 768px) {
  #services .services-bg-wave-top svg,
  #services .services-bg-wave-bottom svg {
    height: 36px;
  }
}
#services .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #services .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#services .service-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
#services .service-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(200, 167, 107, 0.4);
  box-shadow: 0 20px 48px rgba(31, 45, 58, 0.4);
}
#services .service-card:hover .service-card-img img {
  transform: scale(1.07);
}
#services .service-card:hover .service-icon {
  background: #e58a2b;
  transform: scale(1.08);
}
#services .service-card .service-card-img {
  position: relative;
  overflow: hidden;
  height: 180px;
}
#services .service-card .service-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
#services .service-card .service-card-img .service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 61, 92, 0.6), transparent);
}
@media (max-width: 576px) {
  #services .service-card .service-card-img {
    height: 160px;
  }
}
#services .service-card .service-card-body {
  padding: 1.5rem;
}
#services .service-card .service-card-body .service-icon {
  width: 48px;
  height: 48px;
  background: rgba(200, 167, 107, 0.18);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(200, 167, 107, 0.25);
}
#services .service-card .service-card-body .service-icon i {
  color: #c8a76b;
  font-size: 1.3rem;
}
#services .service-card .service-card-body h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
#services .service-card .service-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#services .service-card .service-card-body ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
#services .service-card .service-card-body ul li:last-child {
  border-bottom: none;
}
#services .service-card .service-card-body ul li i {
  color: #e58a2b;
  font-size: 0.85rem;
  flex-shrink: 0;
}

#gallery {
  background: #f4f6f8;
}
#gallery .gallerySwiper {
  padding-bottom: 3rem !important;
  overflow: visible;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}
@media (max-width: 576px) {
  #gallery .gallerySwiper {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
#gallery .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 61, 92, 0.12);
  cursor: zoom-in;
  position: relative;
}
#gallery .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
#gallery .swiper-slide a img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  #gallery .swiper-slide a img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  #gallery .swiper-slide a img {
    height: 220px;
  }
}
#gallery .swiper-slide a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 61, 92, 0.55) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
#gallery .swiper-slide .gallery-slide-label {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
#gallery .swiper-slide .gallery-slide-label i {
  font-size: 0.95rem;
}
#gallery .swiper-slide:hover a img {
  transform: scale(1.07);
}
#gallery .swiper-slide:hover a::after {
  opacity: 1;
}
#gallery .swiper-slide:hover .gallery-slide-label {
  opacity: 1;
  transform: translateY(0);
}
#gallery .gallery-nav {
  color: #ffffff;
  width: 40px;
  height: 40px;
  background: rgba(15, 61, 92, 0.65);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  top: calc(50% - 1.5rem);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#gallery .gallery-nav::after {
  font-size: 0.9rem;
  font-weight: 900;
}
#gallery .gallery-nav:hover {
  background: #e58a2b;
}
@media (max-width: 576px) {
  #gallery .gallery-nav {
    display: none;
  }
}
#gallery .gallery-pagination {
  bottom: 0.25rem;
}
#gallery .gallery-pagination .swiper-pagination-bullet {
  background: rgba(15, 61, 92, 0.3);
  opacity: 1;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#gallery .gallery-pagination .swiper-pagination-bullet-active {
  background: #e58a2b;
  width: 20px;
  border-radius: 4px;
}

#videos {
  background: linear-gradient(to bottom, rgb(11.4252336449, 46.4626168224, 70.0747663551) 0%, #2f6e8f 100%, rgb(11.4252336449, 46.4626168224, 70.0747663551) 0%);
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
#videos::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 138, 43, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
#videos .videos-bg-top,
#videos .videos-bg-bottom {
  line-height: 0;
}
#videos .videos-bg-top svg,
#videos .videos-bg-bottom svg {
  width: 100%;
  height: 60px;
  display: block;
}
@media (max-width: 768px) {
  #videos .videos-bg-top svg,
  #videos .videos-bg-bottom svg {
    height: 36px;
  }
}
#videos .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #videos .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#videos .videosSwiper {
  padding-bottom: 3rem !important;
  overflow: visible;
}
#videos .video-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(6px);
}
#videos .video-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 167, 107, 0.4);
  box-shadow: 0 16px 40px rgba(31, 45, 58, 0.4);
}
#videos .video-card .video-frame-wrap {
  position: relative;
  padding-bottom: 177.78%;
  height: 0;
  overflow: hidden;
  background: #1f2d3a;
}
#videos .video-card .video-frame-wrap iframe,
#videos .video-card .video-frame-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videos .video-card .video-frame-wrap video {
  -o-object-fit: cover;
     object-fit: cover;
}
#videos .video-card .video-card-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#videos .video-card .video-card-label i {
  color: #e58a2b;
  font-size: 1.1rem;
  flex-shrink: 0;
}
#videos .videos-pagination {
  bottom: 0.5rem;
}
#videos .videos-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  width: 8px;
  height: 8px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#videos .videos-pagination .swiper-pagination-bullet-active {
  background: #c8a76b;
  width: 24px;
  border-radius: 4px;
}

#process {
  background: #f4f6f8;
}
#process .process-timeline {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  #process .process-timeline {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
#process .process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 200px;
  position: relative;
}
@media (max-width: 768px) {
  #process .process-step {
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    gap: 1.25rem;
  }
}
#process .process-connector {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #c8a76b, #e58a2b);
  align-self: center;
  min-width: 20px;
  position: relative;
  top: -24px;
}
@media (max-width: 768px) {
  #process .process-connector {
    display: none;
  }
}
#process .process-connector.left-hide {
  background: transparent;
}
@media (max-width: 768px) {
  #process .process-connector.left-hide {
    display: none;
  }
}
#process .process-connector.right-hide {
  background: transparent;
}
#process .process-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
#process .process-bubble .process-num {
  font-family: "Noto Serif TC", serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c8a76b;
  letter-spacing: 0.1em;
}
#process .process-bubble .process-icon-wrap {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #0f3d5c, #2f6e8f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(15, 61, 92, 0.3);
  border: 3px solid #ffffff;
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#process .process-bubble .process-icon-wrap::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px dashed rgba(200, 167, 107, 0.4);
}
#process .process-bubble .process-icon-wrap i {
  color: #ffffff;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #process .process-bubble .process-icon-wrap {
    width: 56px;
    height: 56px;
  }
  #process .process-bubble .process-icon-wrap i {
    font-size: 1.2rem;
  }
}
#process .process-step:hover .process-icon-wrap {
  background: linear-gradient(135deg, #e58a2b, rgb(196.8571428571, 112.3571428571, 24.1428571429));
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(229, 138, 43, 0.4);
}
#process .process-info {
  text-align: center;
  padding: 1rem 0.5rem 0;
}
@media (max-width: 768px) {
  #process .process-info {
    text-align: left;
    padding: 0;
    padding-bottom: 1.5rem;
  }
}
#process .process-info h4 {
  font-family: "Noto Serif TC", serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f3d5c;
  margin-bottom: 0.4rem;
  letter-spacing: 0.04em;
}
#process .process-info p {
  font-size: 0.82rem;
  color: rgb(66.5280898876, 96.5730337079, 124.4719101124);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 768px) {
  #process .process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 120px;
    width: 2px;
    height: calc(100% - 100px);
    background: linear-gradient(180deg, #c8a76b, #e58a2b);
    display: block;
  }
}
#process .process-cta {
  text-align: center;
  margin-top: 3rem;
}
#process .btn-process-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #0f3d5c, #2f6e8f);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  box-shadow: 0 8px 32px rgba(15, 61, 92, 0.18);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#process .btn-process-cta i {
  font-size: 1.2rem;
}
#process .btn-process-cta:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(15, 61, 92, 0.22);
  background: linear-gradient(135deg, #e58a2b, rgb(205.9428571429, 117.5428571429, 25.2571428571));
}
@media (max-width: 768px) {
  #process .btn-process-cta {
    font-size: 0.9rem;
    padding: 0.85rem 1.8rem;
  }
}

#contact {
  background: linear-gradient(175deg, #0f3d5c 0%, rgb(34.3842105263, 80.4736842105, 104.6157894737) 100%);
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
#contact::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 110, 143, 0.3) 0%, transparent 70%);
  pointer-events: none;
}
#contact .contact-bg-top {
  line-height: 0;
}
#contact .contact-bg-top svg {
  width: 100%;
  height: 60px;
}
@media (max-width: 768px) {
  #contact .contact-bg-top svg {
    height: 36px;
  }
}
#contact .container {
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #contact .container {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
#contact .contact-info-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  #contact .contact-info-card {
    padding: 1.75rem 1.25rem;
  }
}
#contact .contact-card-title {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(200, 167, 107, 0.25);
}
#contact .contact-card-title i {
  color: #c8a76b;
}
#contact .contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
#contact .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
#contact .contact-list li:last-child {
  border-bottom: none;
}
#contact .contact-list .contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(200, 167, 107, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#contact .contact-list .contact-icon i {
  color: #c8a76b;
  font-size: 1.1rem;
}
#contact .contact-list .contact-icon svg {
  width: 24px;
  height: 24px;
}
#contact .contact-list .contact-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
#contact .contact-list .contact-text .label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#contact .contact-list .contact-text a,
#contact .contact-list .contact-text span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.6;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#contact .contact-list .contact-text a:hover {
  color: #c8a76b;
}
#contact .contact-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
#contact .contact-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #e58a2b, rgb(205.9428571429, 117.5428571429, 25.2571428571));
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.7rem 1.8rem;
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(229, 138, 43, 0.4);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#contact .contact-btn-call:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(229, 138, 43, 0.5);
}
#contact .contact-map-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  box-shadow: 0 16px 48px rgba(15, 61, 92, 0.22);
}
@media (max-width: 768px) {
  #contact .contact-map-wrap {
    min-height: 280px;
  }
}
#contact .contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
  display: block;
}
@media (max-width: 768px) {
  #contact .contact-map-wrap iframe {
    min-height: 280px;
  }
}
#contact .contact-map-wrap .map-open-link {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #e58a2b;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.5rem 1.1rem;
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(15, 61, 92, 0.12);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.04em;
}
#contact .contact-map-wrap .map-open-link:hover {
  color: #ffffff;
  background: rgb(205.9428571429, 117.5428571429, 25.2571428571);
  transform: translateY(-2px);
}

#footer {
  background: #1f2d3a;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0;
}
#footer .footer-wave {
  line-height: 0;
}
#footer .footer-wave svg {
  width: 100%;
  height: 60px;
}
@media (max-width: 768px) {
  #footer .footer-wave svg {
    height: 36px;
  }
}
#footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
#footer .footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(200, 167, 107, 0.5);
}
#footer .footer-brand-text {
  display: flex;
  flex-direction: column;
}
#footer .footer-brand-text .footer-brand-main {
  font-family: "Noto Serif TC", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
}
#footer .footer-brand-text .footer-brand-sub {
  font-size: 0.72rem;
  color: #c8a76b;
  letter-spacing: 0.1em;
}
#footer .footer-desc {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  max-width: 280px;
  margin: 0;
}
#footer .footer-title {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #c8a76b;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(200, 167, 107, 0.2);
}
#footer .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-contact-list li i {
  color: #c8a76b;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
#footer .footer-contact-list li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footer-contact-list li a:hover {
  color: #c8a76b;
}
#footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-nav-list li {
  margin-bottom: 0.6rem;
}
#footer .footer-nav-list li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
#footer .footer-nav-list li a::before {
  content: "›";
  color: #c8a76b;
}
#footer .footer-nav-list li a:hover {
  color: #c8a76b;
  padding-left: 4px;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
#footer .footer-bottom p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
#footer .footer-bottom .designed-by {
  color: #c8a76b;
  margin-left: 0.75rem;
  font-weight: 500;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footer-bottom .designed-by:hover {
  color: rgb(220.7266009852, 200.1625615764, 162.7733990148);
}

.floating-actions {
  position: fixed;
  top: 50%; /* 將其放置在畫面垂直置中的位置 */
  transform: translateY(-50%);
  right: 0; /* 完全貼在最右側邊邊 */
  z-index: 9999;
  display: flex;
}
.floating-actions .float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5722; /* 按鈕顏色：可自行更改為你的品牌主色 */
  color: #ffffff;
  text-decoration: none;
  padding: 1.5rem 0.6rem;
  writing-mode: vertical-rl; /* 這是直書的關鍵設定 */
  letter-spacing: 0.3rem; /* 增加字距，讓直書閱讀體驗更好 */
  border-radius: 8px 0 0 8px; /* 只保留左側圓角，右側直角貼齊螢幕 */
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.15); /* 增加陰影提升立體感 */
  transition: all 0.3s ease;
}
.floating-actions .float-btn:hover {
  background-color: #e64a19; /* Hover 時的顏色 */
  padding-right: 0.8rem; /* Hover 時會稍微往左邊凸出來一點，增加互動感 */
}
.floating-actions .float-btn {
  /* 手機版微調尺寸 */
}
@media (max-width: 768px) {
  .floating-actions .float-btn {
    padding: 1.25rem 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}/*# sourceMappingURL=all.css.map */