:root {
  --inspiro-footer-color: #c8c8c8;
  --inspiro-footer-link-color: #c8c8c8;
  --inspiro-footer-link-hover-color: #fccc27;
}
:root :where(a:where(:not(.wp-element-button))) {
  color: #000;
  text-decoration: none;
}
/* 文章 移除作者 */
.entry-footer .post-author {
  display: none;
}
.entry-header .entry-meta .entry-author {
  display: none;
}
.entry-header .entry-meta span+span:before {
  display: none;
}
.post.type-post .entry-content .wp-block-image img {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

/* 首頁 移除影片播放按鈕 */
.page-id-263 .wp-custom-header-video-play {
  display: none;
}

/* 全域 */
body {
  position: relative;
  background-color: white;
  color: #333;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, 'Noto Sans TC', 'Raleway', "Oswald", Roboto, 'Microsoft JhengHei', "Microsoft YaHei", "Apple Color Emoji", Helvetica, Arial, sans-serif;
}

body.modal-open {
  padding-right: 0px !important;
}

body.modal-open .mm-slideout {
  z-index: inherit !important;
}

.bodoni {
  color: #FFFFFF;
  font-family: 'Didot', 'Cormorant Unicase', 'Noto Serif TC', Helvetica, Arial, serif;
  font-weight: bold;
}

.neue {
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
  color: var(--inspiro-primary-color);
  text-decoration: none;
  outline: 0;
}

a.primary-link {
  color: var(--inspiro-primary-color);
  text-decoration: underline;
}

a.primary-link:hover,
a.primary-link:focus,
a.primary-link:active,
a.primary-link.active {
  color: var(--inspiro-primary-color);
}
.site-navbar .navbar-brand img {
  max-width: 202px;
}

section.border-top {
  border-color: rgba(108, 117, 125, 0.2) !important;
}

section.spacing-y {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.home-upcoming {
  overflow: hidden;
}

section.section-padding {
  padding: 5rem 0;
}

section hgroup {
  margin-bottom: 3rem;
}

section hgroup h2 {
  font-weight: 600;
  color: #212529;
  font-size: 38px;
  margin-bottom: 0.75rem;
}

section hgroup h3 {
  font-weight: normal !important;
  color: #6c757d;
  font-size: 16px;
  padding-top: 0;
}

section .section-container {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  section.spacing-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  section.section-padding {
    padding: 3rem 0;
  }
  
  section hgroup {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  section hgroup h2 {
    font-size: 42px;
    margin-bottom: 1.5rem;
  }
  
  section hgroup h3 {
    font-size: 20px;
  }
  
  section .section-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 992px) {
  section .section-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}


.site-footer {
  color: #000;
}
.site-footer .footer-below {
  background-color: #151515;
  font-size: 0.875rem;
}

.site-footer .footer-below a {
  color: var(--inspiro-footer-link-color);
}

.site-footer .copyright {
  padding: 1rem 0;
  color: rgba(255,255,255,.5);
  text-align: center;
}

.site-footer .copyright a {
  display: inline-block;
  padding: 2px 10px;
}

.site-footer .footer-above {
  padding: 3rem 0;
  background-color: #1c1c1c;
}
.site-footer .footer-above a {
  color: var(--inspiro-footer-link-color);
}

@media (max-width: 768px) {
  .site-footer .footer-above {
    padding: 2rem 0;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-above {
    padding: 2.8rem 0;
  }
}

.site-footer .footer-above .above-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: var(--inspiro-footer-color);
}

@media (max-width: 576px) {
  .site-footer .footer-above .above-content {
    align-items: center;
  }
}

.site-footer .footer-navi {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}

.site-footer .footer-navi > li:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .site-footer .footer-navi > li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.site-footer .footer-navi h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .site-footer .footer-navi h4 {
    margin-bottom: 0.25rem;
    font-weight: 600;
  }
}

.site-footer .footer-navi ul {
  margin: 0;
  padding: 0;
}

.site-footer .footer-navi ul li {
  padding: .25rem 0;
}

.site-footer .footer-navi a {
  text-decoration: underline;
}

.site-footer .footer-navi a:hover,
.site-footer .footer-navi a:focus,
.site-footer .footer-navi a:active,
.site-footer .footer-navi a.active {
  color: var(--inspiro-footer-link-hover-color);
}

.site-footer .footer-navi b {
  font-weight: 500;
}

.site-footer .brand-area {
  margin-bottom: .5rem;
}

@media (max-width: 768px) {
  .site-footer .brand-area {
    margin-bottom: 1rem;
  }
}

.site-footer .brand-area .brand-img {
  max-width: 96px;
}

@media (max-width: 576px) {
  .site-footer .brand-area .brand-img {
    max-width: 68px;
  }
}

.site-footer .brand-area h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}

.site-footer .company-desc {
  padding-right: 12rem;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .site-footer .company-desc {
    padding-right: 3rem;
  }
}

@media (max-width: 768px) {
  .site-footer .company-desc {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
  }
}

.site-footer .company-desc p {
  font-size: 14px;
  margin-bottom: 10px;
}

.site-footer .company-desc .artist {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
}

.site-footer .company-info {
  font-size: 14px;
  line-height: 1.3;
}

.site-footer .company-info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer .company-info ul li:not(:last-child) {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .site-footer .company-info {
    flex: 0 0 100%;
    width: 100%;
  }
}

.slick-slider .slick-track {
  transform: none;
}

.slick-slider .slick-list {
  transform: none;
}

.slick-slide img {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  text-indent: 999px;
  overflow: hidden;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 0;
  background: #fff;
  z-index: 561;
  border-radius: 50%;
}

.slick-arrow::after {
  content: '';
  display: block;
  border-left: 2px solid #212529;
  border-bottom: 2px solid #212529;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 18px;
}

.slick-arrow:hover {
  outline: 0;
  background: #007cba;
}

.slick-arrow:hover::after {
  border-color: #FFF;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow.slick-disabled {
  opacity: .3;
  cursor: not-allowed;
  background: #FFF;
}

.slick-arrow.slick-disabled::after {
  border-color: #212529;
}

.slick-arrow.slick-prev {
  left: 10px;
}

.slick-arrow.slick-next {
  right: 10px;
}

.slick-arrow.slick-next::after {
  right: 18px;
  left: auto;
  transform: rotate(225deg);
}

.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots > li {
  display: inline-block;
  line-height: 0;
}

.slick-dots > li.slick-active > button {
  background: #212529;
  border-color: #212529;
}

.slick-dots > li > button {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #6c757d;
  border-radius: 50%;
  padding: 0;
  margin: 0 3px;
  text-indent: -9999px;
  overflow: hidden;
}

.slick-dots > li > button:hover,
.slick-dots > li > button:focus {
  margin: 0 3px;
}

.slick-dots > li > button img {
  transition: width .2s cubic-bezier(0, 0, 0.44, 1.18);
}

.slick-dots > li > button:hover,
.slick-dots > li > button:focus,
.slick-dots > li > button:active,
.slick-dots > li > button.active {
  outline: 0 !important;
}

        
/* 合作夥伴 */
.partner-lists {
  padding: 30px 0 0;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.partner-lists .item {
  padding: 12px;
  display: flex;
  flex: 0 0 33.3333%;
  width: 33.3333%;
}

.partner-lists .item a {
  display: block;
  margin: auto;
}

.partner-lists .item img {
  width: 100%;
  max-width: 168px;
  object-fit: contain;
  margin: auto;
}

.partner-lists .item img.w-sm {
  max-width: 136px;
}

.partner-lists .item img.h-sm {
  max-height: 50px;
}

.partner-lists .item img.h-60 {
  max-height: 60px;
}

@media screen and (min-width: 576px) {
  .partner-lists {
    padding: 30px 0;
  }
  
  .partner-lists .item {
    padding: 12px 20px;
  }
  
  .partner-lists .item img.h-sm {
    max-height: 68px;
  }
}

@media screen and (min-width: 768px) {
  .partner-lists {
    margin: 0;
    padding: 50px;
  }
  
  .partner-lists .item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    padding: 12px 15px;
  }
  
  .partner-lists .item img {
    height: 68px;
  }
}

@media screen and (min-width: 992px) {
  .partner-lists .item {
    padding: 12px 25px;
    flex: 0 0 20%;
    width: 20%;
  }
  
  .partner-lists .item img {
    height: 88px;
  }
  
  .partner-lists .item img.h-sm {
    max-height: 82px;
  }
}


/* 整合電商流程 */
.elementor-element-a616014 {
  background-color: #f3f5f5;
}

.sectionWarehouse {
  position: relative;
  min-height: 100vh;
}

.sectionWarehouse .container {
  position: relative;
  z-index: 10;
}

.sectionWarehouse .container .row {
  margin-left: -40px;
  margin-right: -40px;
}

.sectionWarehouse .container .row *[class^='col'] {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .wms-flow {
    display: grid;
    grid-gap: 0px 0px;
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .wms-flow {
    grid-gap: 40px 60px;
  }
}

@media screen and (min-width: 1200px) {
  .sectionWarehouse .wms-flow {
    grid-gap: 100px 60px;
  }
}

.sectionWarehouse .process-item {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item {
    margin-bottom: 0px;
  }
}

.sectionWarehouse .process-item.shop {
  grid-area: shop;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.shop {
    grid-area: 1 / 1 / 2 / 12;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.shop {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.shop .card-content {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.shop .card-content {
    min-height: 235px;
  }
}

.sectionWarehouse .process-item.wms-1 {
  grid-area: wms-1;
  margin-top: 130px;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.wms-1 {
    margin-top: 0px;
    align-self: flex-end;
    grid-area: 2 / 1 / 4 / 6;
  }
  
  .sectionWarehouse .process-item.wms-1 .card-content {
    height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.wms-1 {
    align-self: flex-start;
    grid-area: 1 / 6 / 2 / 9;
  }
  
  .sectionWarehouse .process-item.wms-1 .card-content {
    height: auto;
  }
}

.sectionWarehouse .process-item.wms-2 {
  grid-area: wms-2;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.wms-2 {
    grid-area: 4 / 1 / 5 / 6;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.wms-2 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

.sectionWarehouse .process-item.wms-3 {
  grid-area: wms-3;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.wms-3 {
    grid-area: 5 / 1 / 6 / 6;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.wms-3 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

.sectionWarehouse .process-item.wms-4 {
  grid-area: wms-4;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.wms-4 {
    grid-area: 5 / 7 / 6 / 12;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.wms-4 {
    grid-area: 2 / 5 / 3 / 7;
  }
}

.sectionWarehouse .process-item.wms-5 {
  grid-area: wms-5;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.wms-5 {
    grid-area: 4 / 7 / 5 / 12;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.wms-5 {
    grid-area: 2 / 7 / 3 / 9;
  }
}

.sectionWarehouse .process-item.wms-6 {
  grid-area: wms-6;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.wms-6 {
    display: block;
    grid-area: 2 / 7 / 3 / 12;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.wms-6 {
    grid-area: 1 / 9 / 2 / 11;
  }
}

.sectionWarehouse .process-item.customer {
  grid-area: customer;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item.customer {
    grid-area: 3 / 7 / 4 / 12;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item.customer {
    grid-area: 2 / 9 / 3 / 11;
  }
}

.sectionWarehouse .process-item .ul li {
  line-height: 1.25;
  margin-bottom: 8px;
}

.sectionWarehouse .process-item .card-customer {
  border-radius: 12px;
  background: #FFFFFF;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  position: relative;
}

.sectionWarehouse .process-item .card-customer.return {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item .card-customer.return {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item .card-customer.return {
    margin-bottom: 0;
  }
}



@media screen and (min-width: 768px) {
  .sectionWarehouse .process-item .card-customer.wms {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .sectionWarehouse .process-item .card-customer.wms {
    margin-top: 120px;
    margin-bottom: 0;
  }
  
  .sectionWarehouse .process-item .card-customer.wms:after,
  .sectionWarehouse .process-item .card-customer.wms:before {
    border-color: #007cba; /* Assuming $primary is #007cba */
  }
}

.sectionWarehouse .process-item .card-customer:after,
.sectionWarehouse .process-item .card-customer:before {
  content: '';
  display: block;
  width: 20px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  border: 3px solid #b28754;
  z-index: 0;
}

.sectionWarehouse .process-item .card-customer:after {
  right: 8px;
  border-width: 3px 3px 3px 0;
  border-radius: 0 8px 8px 0;
}

.sectionWarehouse .process-item .card-customer:before {
  left: 8px;
  border-width: 3px 0 3px 3px;
  border-radius: 8px 0 0 8px;
}

.sectionWarehouse .process-item .card-customer h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.sectionWarehouse .process-item .card-customer .card-avatar img {
  width: 66px;
  height: 66px;
  border-radius: 50px;
}

.process-arr .text {
  white-space: nowrap;
}



@media screen and (min-width: 992px) {
  .process-arr .arrow {
    height: 40px;
    background-size: auto 100%;
    flex-grow: 1;
  }
}



@media screen and (min-width: 992px) {
  .process-arr .arrow-r {
    flex-grow: 1;
    background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-r.svg');
    background-position: center right;
  }
}



@media screen and (min-width: 992px) {
  .process-arr .arrow-l {
    background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-l.svg');
  }
}

.arr-1 {
  position: absolute;
  display: flex;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media screen and (min-width: 768px) {
  .arr-1 {
    bottom: -100px;
    transform: initial;
    left: unset;
  }
}

@media screen and (min-width: 992px) {
  .arr-1 {
    top: -53%;
    width: 80%;
    left: calc(100% + 25px);
  }
}

@media screen and (min-width: 1200px) {
  .arr-1 {
    top: -30%;
  }
}

.arr-1 .text {
  padding-right: 15px;
}

.arr-2 {
  display: flex;
  position: absolute;
  flex-direction: row-reverse;
  top: -10px;
  right: 50%;
  transform: translate(50%, -100%);
}

@media screen and (min-width: 768px) {
  .arr-2 {
    top: -45px;
    right: 0;
    transform: translateY(-100%);
  }
}

@media screen and (min-width: 992px) {
  .arr-2 {
    top: 45%;
    width: 90%;
    margin-top: 80px;
    flex-direction: row-reverse;
    right: calc(100% + 20px);
  }
}

@media screen and (min-width: 1200px) {
  .arr-2 {
    width: 80%;
    top: 55%;
    right: calc(100% + 25px);
  }
}

.arr-2 .text {
  padding-left: 15px;
}

.arr-3 {
  display: none;
}

@media screen and (min-width: 992px) {
  .arr-3 {
    display: block;
    position: absolute;
    bottom: -11px;
    left: -185%;
    width: 242%;
    transform: translateY(100%);
  }
}

@media screen and (min-width: 1200px) {
  .arr-3 {
    left: -172%;
    width: 226%;
    bottom: -40px;
  }
}

.arr-4 {
  position: absolute;
  top: 45%;
  right: -5px;
  width: 50px;
  height: 40px;
  background-size: auto 100%;
  background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-r.svg');
  background-position: center right;
  transform: translateX(100%);
}



@media screen and (min-width: 768px) {
  .arr-5 {
    position: absolute;
    top: 150px;
    left: -5px;
    width: 40px;
    height: 40px;
    background-size: auto 100%;
    background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-l.svg');
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 992px) {
  .arr-5 {
    top: 40%;
    left: -5px;
    width: 50px;
    height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .arr-5 {
    top: 45%;
  }
}

.arr-5.return {
  background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-l2.svg');
}



@media screen and (min-width: 768px) {
  .arr-6 {
    position: absolute;
    top: -5px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-t2.svg');
    transform: translateY(-100%);
  }
}

@media screen and (min-width: 992px) {
  .arr-6 {
    top: -20px;
    width: 40px;
    height: 60px;
  }
}

.arr-7 {
  width: 40px;
  height: 50px;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-b.svg');
}

@media screen and (min-width: 768px) {
  .arr-7 {
    width: 30px;
  }
}

@media screen and (min-width: 992px) {
  .arr-7 {
    display: none;
  }
}

.arr-8 {
  width: 40px;
  height: 50px;
  background-size: 100% auto;
  background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-t.svg');
}

@media screen and (min-width: 768px) {
  .arr-8 {
    width: 30px;
  }
}

@media screen and (min-width: 992px) {
  .arr-8 {
    display: none;
  }
}

.arr-9 {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-b.svg');
}

@media screen and (min-width: 768px) {
  .arr-9 {
    bottom: 0px;
  }
}

.arr-10 {
  position: absolute;
  top: -40px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  background-image: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/arrow-t.svg');
}

img {
  width: 100%;
}

.pcard {
  padding-top: 90px;
  position: relative;
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .pcard {
    padding-top: 56px;
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .pcard {
    padding-top: 90px;
  }
}

.card-screen {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: calc(50% - 75px);
}

@media screen and (min-width: 992px) {
  .card-screen {
    width: 120px;
    height: 120px;
    left: calc(50% - 60px);
  }
}

@media screen and (min-width: 1200px) {
  .card-screen {
    width: 150px;
    height: 150px;
    left: calc(50% - 75px);
  }
}

.card-icon {
  width: 120px;
  height: 120px;
  background: #FFF;
  padding: 30px;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18), 0 8px 12px inset rgba(255, 255, 255, 1), 0 1px 18px inset rgba(75, 85, 92, 0.25);
  position: absolute;
  top: 0px;
  left: calc(50% - 60px);
}
.card-icon img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-icon {
    width: 100px;
    height: 100px;
    padding: 20px;
    left: calc(50% - 50px);
    top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .card-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
    left: calc(50% - 40px);
    top: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .card-icon {
    width: 120px;
    height: 120px;
    padding: 30px;
    left: calc(50% - 60px);
  }
}

.card-content {
  border-radius: 12px;
  background: #FFF;
  padding: 40px 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  position: relative;
}

@media screen and (min-width: 768px) {
  .card-content {
    margin-bottom: 50px;
    min-height: auto;
  }
}

@media screen and (min-width: 992px) {
  .card-content {
    margin-bottom: 0;
    min-height: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .card-content {
    min-height: 200px;
  }
}

.card-content:after,
.card-content:before {
  content: '';
  display: block;
  width: 20px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  border: 3px solid #007cba; /* Assuming $primary is #007cba */
  z-index: 0;
}

.card-content.return:after,
.card-content.return:before {
  border-color: #b28754;
}

.card-content:after {
  right: 8px;
  border-width: 3px 3px 3px 0;
  border-radius: 0 8px 8px 0;
}

.card-content:before {
  left: 8px;
  border-width: 3px 0 3px 3px;
  border-radius: 8px 0 0 8px;
}

.card-content.red:after,
.card-content.red:before {
  border-color: #dc3545; /* Assuming $danger is #dc3545 */
}

.card-content .brand {
  width: 120px;
  margin: 5px auto 25px;
}

.card-content .brand.gowarehouse {
  width: 140px;
}

.card-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.card-content ul {
  padding: 0;
  font-size: 14px;
}

.card-content ul li {
  line-height: 1.2;
  margin-bottom: 8px;
}

/* 全面提升倉儲管理效能 */
.homeIntroduction {
  overflow: hidden;
}
.homeIntroduction .card {
  border: 0;
}
.homeIntroduction .card .card-photo {
  max-width: 200px;
  margin: auto;
  color: #6c757d;
  font-size: 16px;
}

.homeIntroduction .card h3 {
  font-size: 28px;
  font-weight: 600;
  color: #212529;
}
.homeIntroduction .card p {
  font-size: 0.875rem;
}


/*分權後台功能操作*/
.elementor-element-ebb449b{
  background-color: #f3f5f5;
}
.homeClient {
  overflow: hidden;
}

.homeClient .features-info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .homeClient .features-info {
    padding-left: 5rem;
  }
}

.homeClient .features-info.left {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .homeClient .features-info.left {
    padding-right: 5rem;
  }
}

.homeClient .features-info .info-item:not(:last-child) {
  margin-bottom: 2rem;
}

.homeClient .features-info h4 {
  font-size: 28px;
  font-weight: 600;
  color: #212529; /* $gray-900 */
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .homeClient .features-info h4 {
    font-size: 32px;
  }
}

.homeClient .features-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .homeClient .features-info ul {
    font-size: 16px;
  }
}

.homeClient .features-info ul li {
  margin-bottom: 0.5rem;
  padding-left: 25px;
  position: relative;
}

.homeClient .features-info ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
  background: url('https://doc.gowarehouse.asia/wp-content/uploads/2025/08/icon-checked.svg') 0 0 no-repeat;
  background-size: 100% 100%;
}

/*完整功能與服務*/
.homeFeatures {
  overflow: hidden;
  position: relative;
}

.homeFeatures .card-feature {
  text-align: center;
  margin: 30px auto;
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .homeFeatures .card-feature {
    margin: 15px auto;
  }
}

.homeFeatures .card-feature .card-photo {
  margin: 0 auto 1.5rem;
}

.homeFeatures .card-feature .card-photo svg {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 768px) {
  .homeFeatures .card-feature .card-photo svg {
    width: 68px;
    height: 68px;
  }
}

.homeFeatures .card-feature h4 {
  font-size: 14px;
  font-weight: 600;
  color: #212529; /* $gray-900 */
}

@media screen and (min-width: 768px) {
  .homeFeatures .card-feature h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .homeFeatures .card-feature h4 {
    font-size: 22px;
  }
}

.homeFeatures .card-feature p {
  font-size: 13px;
  color: #6c757d; /* $gray-500 */
}

@media screen and (min-width: 768px) {
  .homeFeatures .card-feature p {
    font-size: 14px;
  }
}

/* 找倉庫 */
.elementor-element-4acb142{
  background-color: #f3f5f5;
}
.customers-wrapper {
  margin: 60px auto 20px;
}
.warehouse-customers {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .warehouse-customers {
    padding-bottom: 30px;
  }
}

.warehouse-customers .slick-arrow {
  background: transparent;
}

@media (max-width: 768px) {
  .warehouse-customers .slick-arrow {
    margin-top: -50px;
  }
}

.warehouse-customers .slick-arrow:hover::after {
  border-color: #000000;
}

.warehouse-customers .slick-arrow.slick-next {
  right: -50px;
}

@media (max-width: 1200px) {
  .warehouse-customers .slick-arrow.slick-next {
    right: -30px;
  }
}

@media (max-width: 992px) {
  .warehouse-customers .slick-arrow.slick-next {
    right: -10px;
  }
}

@media (max-width: 768px) {
  .warehouse-customers .slick-arrow.slick-next {
    right: 0px;
  }
}

.warehouse-customers .slick-arrow.slick-prev {
  left: -50px;
}

@media (max-width: 1200px) {
  .warehouse-customers .slick-arrow.slick-prev {
    left: -30px;
  }
}

@media (max-width: 992px) {
  .warehouse-customers .slick-arrow.slick-prev {
    left: -10px;
  }
}

@media (max-width: 768px) {
  .warehouse-customers .slick-arrow.slick-prev {
    left: 0px;
  }
}

.warehouse-customers .item {
  text-align: center;
  margin: auto;
  padding: 15px 15px;
  height: 80px;
  transition: 0.5s transform;
  transform: scale(0.8);
}

@media (min-width: 768px) {
  .warehouse-customers .item {
    padding: 0 25px;
    height: 68px;
    transform: scale(1);
    margin: 50px 0;
  }
}

.warehouse-customers .item.nnr {
  transform: scale(1);
}

@media (min-width: 768px) {
  .warehouse-customers .item.nnr {
    height: 120px;
    margin: 20px 0;
  }
}



@media (min-width: 768px) {
  .warehouse-customers .item.yuzhan {
    padding: 0 38px;
  }
}

.warehouse-customers .item.ruizhe {
  transform: scale(1);
}

@media (min-width: 768px) {
  .warehouse-customers .item.ruizhe {
    height: 80px;
    margin: 44px 0;
  }
}

.warehouse-customers .item.bangchuu {
  transform: scale(1);
}

@media (min-width: 768px) {
  .warehouse-customers .item.bangchuu {
    height: 137px;
    margin: 10px 0;
  }
}

.warehouse-customers .item a {
  display: block;
  color: #000;
  height: 100%;
  text-align: center;
}

.warehouse-customers .item p {
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  min-height: 24px;
  position: relative;
}

@media (max-width: 576px) {
  .warehouse-customers .item p {
    margin-top: 5px;
    font-size: 14px;
  }
}

.warehouse-customers .item .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.warehouse-customers .item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .warehouse-customers .item img {
    min-width: 120px;
    min-height: 68px;
  }
}

.elementor-element-31e6b43{
  padding: 0 !important;
}
.contactForm {
  position: relative;
  z-index: 2;
  background: #020c15;
  color: #FFFFFF;
}

.contactForm.sigle-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.contactForm.light {
  background: #f8f9fa;
  color: #000;
}

.contactForm.light h2, .contactForm.light .form-label {
  color: #000;
}

.contactForm.light .btn {
  border-color: #ffc107;
  color: #343a40;
  background: #ffc107;
}

.contactForm.light .form-panel.offset_top {
  background: #FFF;
  margin-top: -14rem;
  margin-bottom: 3rem;
  border-radius: 8px;
  padding: 3rem 2rem;
}

@media (max-width: 767px) {
  .contactForm.light .form-panel.offset_top {
    margin-top: -5rem;
  }
}

.contactForm.light .form-panel.offset_top .form-control,
.contactForm.light .form-panel.offset_top .form-select {
  background: #f8f9fa;
}

.contactForm h2 {
  color: #FFF;
}

.contactForm .mt-5 {
  margin-top: 48px !important;
}

.contactForm .mb-5 {
  margin-bottom: 48px !important;
}

.contactForm .mb-4 {
  margin-bottom: 36px !important;
}

.contactForm .mb-3 {
  margin-bottom: 24px !important;
}

.contactForm hr {
  border-color: #dee2e6;
}

.contactForm .submit_done {
  border-radius: 3px;
  padding: 50px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
  max-width: 480px;
  margin: auto;
}

.contactForm .submit_done h4 {
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.contactForm .contact-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.contactForm .contact-bg small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  padding: 10px 0;
  opacity: 0.8;
}

.contactForm .contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactForm .btn {
  border-radius: 2px;
  padding: 0.75rem 2rem;
  min-width: 180px;
}

@media (max-width: 575px) {
  .contactForm .btn {
    width: 100%;
  }
}

.contactForm .form-control,
.contactForm .form-select {
  border: 0;
  border-radius: 2px;
  min-height: 46px;
  font-size: 0.9125rem;
  margin-bottom: 0.25rem;
}
.contactForm .form-control:focus,
.contactForm .form-select:focus{
  box-shadow: none;
}
.contactForm .form-label{
  color: #FFFFFF;
  font-size: 0.875rem;
}
.contactForm .btn-submit{
  min-height: 46px;
  border: 2px solid #fccc27;
  background-color: #fccc27;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  min-width: 240px;
}
.contactForm .btn-submit:hover, .contactForm .btn-submit:focus, .contactForm .btn-submit:active {
  border: 2px solid #fccc27;
  color: #fccc27;
  background-color: transparent;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.75em 1.25em;
  border: 1px solid #00a0d2;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: #ffb900;
}


.topbanner {
  position: relative;
  background: #000;
}

.topbanner .text-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  color: #fff;
  display: flex;
  align-items: center;
}

.topbanner .text-group > .container {
  position: relative;
  z-index: 12;
}

.topbanner .text-group .breadcrumb {
  color: #FFF;
}

.topbanner .text-group .breadcrumb-item {
  color: #FFF;
  font-size: 28px;
  font-weight: 300;
}

.topbanner .text-group .breadcrumb-item::before {
  color: #FFF;
  font-weight: 300;
}

.topbanner .text-group .breadcrumb-item.active a {
  font-weight: 300;
}

.topbanner .text-group .breadcrumb-item a {
  color: #FFF;
}

.topbanner .text-group:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
}

@media (max-width: 767px) {
  .topbanner .text-group .breadcrumb-item {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .topbanner .text-group .breadcrumb-item {
    font-size: 16px;
  }
}

.contactForm {
  position: relative;
  z-index: 2;
  background: #020c15;
}

.contactForm.sigle-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.contactForm.light {
  background: #f8f9fa;
}

.contactForm.light h2 {
  color: #000;
}

.contactForm.light .btn {
  border-color: #ffc107;
  color: #343a40;
  background: #ffc107;
}

.contactForm.light .form-panel.offset_top {
  background: #FFF;
  margin-top: -14rem;
  margin-bottom: 3rem;
  border-radius: 8px;
  padding: 3rem 2rem;
}

.contactForm.light .form-panel.offset_top .form-floating .form-control,
.contactForm.light .form-panel.offset_top .form-floating .form-select {
  background: #f8f9fa;
}

.contactForm h2 {
  color: #FFF;
}

.contactForm .mt-5 {
  margin-top: 48px !important;
}

.contactForm .mb-5 {
  margin-bottom: 48px !important;
}

.contactForm .mb-4 {
  margin-bottom: 36px !important;
}

.contactForm .mb-3 {
  margin-bottom: 24px !important;
}

.contactForm hr {
  border-color: #dee2e6;
}

.contactForm .submit_done {
  border-radius: 3px;
  padding: 50px 30px;
  text-align: center;
  background: rgba(255,255,255,.9);
  box-shadow: 0 5px 15px rgba(0,0,0,.6);
  max-width: 480px;
  margin: auto;
}

.contactForm .submit_done h4 {
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.contactForm .contact-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.contactForm .contact-bg small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  padding: 10px 0;
  opacity: 0.8;
}

.contactForm .contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactForm .btn {
  border-radius: 2px;
  padding: .75rem 2rem;
  min-width: 180px;
}

.contactForm .form-floating .form-control,
.contactForm .form-floating .form-select {
  border: 0;
  border-radius: 2px;
}

.contactForm .form-floating .form-control.required ~ label:before,
.contactForm .form-floating .form-select.required ~ label:before {
  content: '*';
}

.contactForm .form-floating .form-control:focus,
.contactForm .form-floating .form-control:not(:placeholder-shown),
.contactForm .form-floating .form-control-plaintext,
.contactForm .form-floating .form-select {
  box-shadow: none;
}

.contactForm .form-floating .form-control:focus ~ label,
.contactForm .form-floating .form-control:not(:placeholder-shown) ~ label,
.contactForm .form-floating .form-control-plaintext ~ label,
.contactForm .form-floating .form-select ~ label {
  color: #007bff;
  opacity: 1;
}

@media (max-width: 767px) {
  .contactForm.light .form-panel.offset_top {
    margin-top: -5rem;
  }
}

@media (max-width: 575px) {
  .contactForm .btn {
    width: 100%;
  }
}

.ratio.ratio-banner {
  opacity: 0.5;
}

.ratio.ratio-banner::before {
  --bs-aspect-ratio: 23.6%;
}

.ratio.ratio-banner.contact::before {
  --bs-aspect-ratio: 36%;
}

.ratio.ratio-banner img {
  object-fit: cover;
  height: 100%;
}

@media (max-width: 991px) {
  .ratio.ratio-banner::before {
    --bs-aspect-ratio: 52.6%;
  }
  
  .ratio.ratio-banner.contact::before {
    --bs-aspect-ratio: 76%;
  }
}

@media (max-width: 767px) {
  .ratio.ratio-banner::before {
    --bs-aspect-ratio: 42.6%;
  }
  
  .ratio.ratio-banner.contact::before {
    --bs-aspect-ratio: 40%;
  }
}

.site-content{
  padding-top: 60px !important;
}
.elementor-295, .elementor-302, .elementor-1835 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.elementor-295 > .elementor-container, .elementor-302 > .elementor-container, .elementor-1835 > .elementor-container{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.elementor-295 .elementor-element.e-parent, .elementor-302 .elementor-element.e-parent, .elementor-1835 .elementor-element.e-parent{
  padding: 0 !important;
}
.elementor-295 .e-con.e-flex>.e-con-inner, .elementor-302 .e-con.e-flex>.e-con-inner, .elementor-1835 .e-con.e-flex>.e-con-inner{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.static-content {
  color: #333;
  font-size: 15px;
  line-height: 1.85;
}

.static-content p,
.static-content li {
  margin-bottom: 0.5rem;
}

.static-content ul {
  padding-left: 0;
}

.static-content ul.first > li {
  margin-bottom: 25px;
}

.static-content ul.style-disc > li {
  list-style: disc;
}

.static-content li {
  list-style-position: inside;
}

.static-content li > ul,
.static-content li > ol {
  padding-left: 20px;
}

.static-content li > ol {
  list-style: cjk-ideographic;
}

.static-content img {
  max-width: 100%;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.static-content h1 {
  font-size: 32px;
}

.static-content h2 {
  font-size: 24px;
}

.static-content h3 {
  font-size: 20px;
}

.static-content h4 {
  font-size: 18px;
}

.static-content h5 {
  font-size: 16px;
}

.static-content h6 {
  font-size: 14px;
}

.support-section .support-lists {
  margin-top: 5rem;
}

.support-section .support-lists .item {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 480px;
  margin: auto;
}

.support-section .support-lists .item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.support-section .support-lists .item img {
  width: 180px;
  flex: 0 0 180px;
  height: 80px;
  object-fit: contain;
  object-position: right;
}

.support-section .support-lists .item .text {
  flex-grow: 1;
  padding-left: 20px;
}