@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
  background: #ffffff;
  color: #898989;
  font-family: "Noto Sans TC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  font-family: "Noto Sans TC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #292929;
  font-size: 24px;
  font-weight: 500;
}

h4 {
  font-family: "Noto Sans TC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 500;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover,
a:focus {
  color: #36c9b2;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 6px 0px;
  font-family: "Noto Sans TC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: #6d6d6d;
  line-height: 28px;
}

::-moz-selection {
  background: #25b39d;
  color: #fff;
}

::selection {
  background: #36c9b2;
  color: #fff;
}

.btn {
  background: #28bdbf;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  color: #e3ffce;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 45px;
}

.section-title h2 {
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #398d94;
  font-weight: 700;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 85px;
  padding-bottom: 40px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #25b39d;
}

.mb-30 {
  margin-bottom: 30px;
}

.row-margin-top {
  margin-top: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #ffffff;
  z-index: 1000;
  width: 100%;
  padding: 16px;
  display: none;
  border-top: 5px solid rgba(40, 189, 191, 0.9);
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 16px;
  color: #565656;
  font-family: "Noto Sans TC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #565656;
}

.top-active {
  color: #ffffff;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/top-bg.jpg") repeat scroll center center / cover;
  height: 100vh;
  width: 100%;
}


#header .header-content {
  height: 100vh;
  text-align: center;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-content h1 {
  font-family: "Noto Sans TC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #292929;
}

.header-content p {
  font-size: 22px;
  letter-spacing: 4px;
  /* margin-top: 0; */
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #1aacb3;
  font-weight: 700;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 15px;
}

.card-title {
  background: #36c9b2;
}


/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 190px;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #25b39d;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover,
#portfolio .portfolio-list .nav li.filter-active {
  color: #25b39d;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

.uderLine {
  width: 130px;
  height: 1px;
  background-color: #26848c;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}


/*-----------------------------------------------------------------------------------*/
/*  certified product
/*-----------------------------------------------------------------------------------*/

#journal,
#journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 15px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #25b39d;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}


/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input,
#contact textarea {
  width: 100%;
}


#contact #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show,
#contact #errormessage.show,
#contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #0056b3;
  /* 統一藍色系 */
  padding-top: 50px;
  padding-bottom: 0px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #25b39d;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  margin-top: 0;
  text-transform: uppercase;
}


/* ==========================================================================
   SOLCLEAN Wireframe Styles (Added by Manus AI)
   ========================================================================== */

/* 1. Top Bar */
.top-bar {
  background-color: #0056b3;
  /* 深藍色，專業感 */
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.top-bar a {
  color: #fff;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
}

.top-bar a:hover {
  opacity: 0.8;
}

.top-bar i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

/* 2. Navigation Bar Adjustments */
.navbar-brand img {
  height: 45px;
  /* 調整 Logo 大小 */
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 10px 15px !important;
  color: #333 !important;
}

.navbar-nav .nav-link:hover {
  color: #007bff !important;
}

.navbar-nav .badge {
  font-size: 0.75rem;
  vertical-align: middle;
  margin-left: 5px;
}

.navbar-nav .ml-auto .nav-link {
  font-size: 1.2rem;
  padding: 10px 10px !important;
}

.navbar-nav .ml-auto .badge {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 6px;
  border-radius: 50%;
  font-size: 0.6rem;
}

/* 3. Hero Section */
.hero-section {
  min-height: 70vh;
  background-color: #f8f9fa;
  /* 淺色背景 */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  /* 專業感，使用深色文字 */
  position: relative;
  padding: 100px 0;
}

.hero-content {
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  /* 增加文字可讀性 */
  padding: 30px;
  border-radius: 8px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #007bff;
  /* 品牌藍 */
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: 400;
}

.btn-cta {
  background-color: #ffc107;
  /* 暖色調按鈕 */
  color: #333;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background-color: #ffda6a;
  color: #333;
}

/* 4. Trust Bar */
.trust-bar {
  background-color: #e9ecef;
  /* 淺灰色底 */
  padding: 30px 0;
}

.trust-item {
  text-align: center;
  padding: 15px;
}

.trust-item i {
  font-size: 36px;
  color: #007bff;
  /* 品牌藍 */
  margin-bottom: 10px;
}

.trust-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.trust-item p {
  font-size: 14px;
  margin: 0;
  color: #6c757d;
}

/* 5. Why Solclean? */
.why-solclean-section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.why-solclean-section .card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.why-solclean-section .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 123, 255, 0.1);
}

.why-solclean-section .card-title {
  color: #007bff;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.why-solclean-section ul {
  padding-left: 0;
  list-style: none;
}

.why-solclean-section ul li {
  font-size: 1rem;
  line-height: 2;
  color: #495057;
}

.why-solclean-section ul li .ion-checkmark-circled {
  color: #28a745;
  /* 綠色打勾 */
  margin-right: 5px;
}

.why-solclean-section ul li .ion-close-circled {
  color: #dc3545;
  /* 紅色打叉 */
  margin-right: 5px;
}

/* 6. Shop by Category */
.shop-by-category-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.category-card {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-decoration: none !important;
}

.category-card img {
  width: 100%;
  height: 200px;
  /* 統一高度 */
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-card:hover img {
  transform: scale(1.05);
}

.category-card h4 {
  padding: 15px;
  background-color: #fff;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* 7. Exclusive Bundles */
.exclusive-bundles-section {
  padding: 60px 0;
  background-color: #fff3cd;
  /* 暖色調底色區隔，強調優惠 */
}

.exclusive-bundles-section .card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.exclusive-bundles-section .badge {
  font-size: 0.9rem;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 700;
}

.exclusive-bundles-section .card-title {
  color: #007bff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
}

.exclusive-bundles-section .price-text {
  font-size: 1.8rem;
  font-weight: 800;
  color: #dc3545;
  /* 價格醒目 */
  margin: 15px 0;
}

.exclusive-bundles-section .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  font-weight: 600;
}

/* 8. Social Proof */
.social-proof-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.social-proof-section .card {
  border-left: 5px solid #ffc107;
  /* 暖色調強調 */
  border-radius: 0;
}

.social-proof-section .blockquote-footer {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #6c757d;
}

/* 9. Footer */
.footer-section {
  background-color: #0056b3;
  /* 統一藍色系 */
  color: #f8f9fa;
  padding: 40px 0 20px 0;
}

.footer-section h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-section a {
  color: #f8f9fa;
  /* 提高對比度 */
  line-height: 2;
  text-decoration: none;
}

.footer-section a:hover {
  color: #ffc107;
  text-decoration: underline !important;
}

.footer-section .input-group .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #333;
  font-weight: 600;
}

.footer-section .social-links {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.footer-section .social-links a {
  font-size: 36px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #adb5bd;
}

.footer-section .social-links a img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.footer-section .social-links a.shopee img {
  width: 54px;
  height: 54px;
}

.footer-section .social-links a:hover {
  color: #ffc107;
}

.footer-bottom {
  border-top: 1px solid #495057;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 0.9rem;
}

/* Floating LINE Button */
.floating-line-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #00c300;
  /* LINE 綠色 */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.floating-line-btn:hover {
  transform: scale(1.1);
}

/* Mobile Adjustments (Responsive CSS) */
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .trust-item {
    margin-bottom: 20px;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .navbar-nav .ml-auto {
    margin-top: 10px;
  }

  .navbar-nav .ml-auto .nav-link {
    display: inline-block;
  }

  .navbar-nav .ml-auto .badge {
    position: static;
  }
}