/* =====================
   Bokai Goods Read Custom Main
   ===================== */
.bokai_goods_read_custom_main {
  width: 100%;
}

/* =====================
   Unified Header Style
   ===================== */
.bokai_goods_read_custom_header {
  --section-header-spacing: 5rem;
  text-align: left;
  margin-bottom: var(--section-header-spacing, 5rem);
}

/* =====================
   1. Advantage Section (优势展示)
   ===================== */
.bokai_goods_read_custom_advantage {
  width: 100%;
  padding: var(--section-padding) 0;
  background-color: #ffffff;
}

.bokai_goods_read_custom_advantage_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: 1.125;
  color: var(--title-text-color);
  margin: 0 0 1.25rem 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_advantage_subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 400;
  line-height: 1.25;
  color: #9b9b9b;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_advantage_swiper {
  width: 100%;
  padding-bottom: 3rem;
}

.bokai_goods_read_custom_advantage_swiper .swiper-wrapper {
  /* align-items: stretch; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.bokai_goods_read_custom_advantage_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  border-radius: 16px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  width: 100%;
  /* max-width: 43.75rem; */
  /* margin-right: 2.5rem; */
}

.bokai_goods_read_custom_advantage_card_image {
  width: 100%;
  aspect-ratio: 700 / 394;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.bokai_goods_read_custom_advantage_card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bokai_goods_read_custom_advantage_card_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 1.5;
  color: var(--title-text-color);
}

/* =====================
   2. Core Advantage Section (核心优势)
   ===================== */
.bokai_goods_read_custom_core {
  width: 100%;
  padding: var(--section-padding) 0;
  background-color: #ffffff;
}

.bokai_goods_read_custom_core_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: 1.125;
  color: var(--title-text-color);
  margin: 0 0 1.25rem 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_core_subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 400;
  line-height: 1.25;
  color: #9b9b9b;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_core_swiper {
  width: 100%;
  /* padding-bottom: 3rem; */
  padding: 2rem 0;
}

.bokai_goods_read_custom_core_swiper .swiper-wrapper {
  align-items: stretch;
}

.bokai_goods_read_custom_core_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #f8f8f8;
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: auto;
  max-width: 20.625rem;
  margin-right: 40px;
}

.bokai_goods_read_custom_core_card:nth-last-of-type(2n) {
  transform: translate(0, 1.25rem);
  transition: transform 0.3s;
}

.bokai_goods_read_custom_core_card:nth-last-of-type(2n):hover {
  transform: translate(0, 0);
}
.bokai_goods_read_custom_core_card:nth-last-of-type(2n + 1) {
  transform: translate(0, -1.25rem);
  transition: transform 0.3s;
}

.bokai_goods_read_custom_core_card:nth-last-of-type(2n + 1):hover {
  transform: translate(0, 0px);
}

.bokai_goods_read_custom_core_card_image {
  width: 100%;
  aspect-ratio: 330 / 248;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bokai_goods_read_custom_core_card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bokai_goods_read_custom_core_card_text {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 1.5;
  color: var(--title-text-color);
  margin: 0;
  padding: 2.5rem;
}

.bokai_goods_read_custom_core_process_item {
  display: grid;
  padding-bottom: 3.4375rem;
  gap: 7.0625rem;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.bokai_goods_read_custom_core_process_item.reverse {
  flex-direction: row-reverse;
}

.bokai_goods_read_custom_core_process_item
  .bokai_goods_read_custom_core_process_item_img {
  border-radius: 16px;
  width: 100%;
  /* width: 37.9375rem; */
  aspect-ratio: 607 / 402;
}

.bokai_goods_read_custom_core_process_item_line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #000;
}

.bokai_goods_read_custom_core_process_item_line::before {
  content: '';
  position: absolute;
  top: 4.125rem;
  width: 1.25rem;
  aspect-ratio: 1;
  background: #1e3f2a;
  border-radius: 50%;
  transform: translateX(-50%);
}

.bokai_goods_read_custom_core_process_item_content {
  position: relative;
  padding: 3.125rem 7.0625rem;
  width: 100%;
}

.bokai_goods_read_custom_core_process_item.reverse
  .bokai_goods_read_custom_core_process_item_content {
  order: 1;
  text-align: right;
}

.bokai_goods_read_custom_core_process_item.reverse
  .bokai_goods_read_custom_core_process_item_img {
  order: 2;
}

.bokai_core_process_content_title {
  font-size: var(--font-size-h3);
  font-family: var(--font-family);
  font-weight: 700;
  text-transform: capitalize;
}

.bokai_core_process_content_text {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  color: #9b9b9b;
  line-height: 1.5;
  margin-top: 0.875rem;
  text-transform: capitalize;
}

/* =====================
   3. Customization Options Section (定制选项)
   ===================== */
.bokai_goods_read_custom_options {
  width: 100%;
  padding: var(--section-padding) 0;
  background-color: #ffffff;
}

.bokai_goods_read_custom_options_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: 1.125;
  color: var(--title-text-color);
  margin: 0 0 1.25rem 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_options_subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 400;
  line-height: 1.25;
  color: #9b9b9b;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_options_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.bokai_goods_read_custom_options_card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  row-gap: 1.25rem;
  column-gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 16px;
  background: #f8f8f8;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.bokai_goods_read_custom_options_card_icon {
  grid-row: span 2;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 16px;
  overflow: hidden;
}

.bokai_goods_read_custom_options_card_icon_img {
  width: 100%;
  max-width: 3rem;
  max-height: 3rem;
  min-height: 36px;
  min-width: 36px;
  height: 100%;
  object-fit: contain;
}

.bokai_goods_read_custom_options_card_title {
  grid-row: span 1;
  grid-column: 2;
  font-family: var(--title-font-family);
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: 1.22;
  color: var(--title-text-color);
  margin: 0;
  text-align: left;
}

.bokai_goods_read_custom_options_card_desc {
  grid-row: 2;
  grid-column: 2;
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  text-align: left;
  font-weight: 400;
  line-height: 1.22;
  color: #9b9b9b;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}

/* =====================
   4. Related Products Section (相关产品)
   ===================== */
.bokai_goods_read_custom_related {
  width: 100%;
  padding: var(--section-padding) 0;
  background-color: #ffffff;
}

.bokai_goods_read_custom_related_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: 1.125;
  color: var(--title-text-color);
  margin: 0;
}

.bokai_goods_read_custom_related_subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 400;
  line-height: 1.25;
  color: #9b9b9b;
  margin: 1rem 0 0 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_related_swiper {
  width: 100%;
  padding-bottom: 3rem;
}

.bokai_goods_read_custom_related_swiper .swiper-wrapper {
  align-items: stretch;
}

.bokai_goods_read_custom_related_card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: auto;
  max-width: 20.625rem;
  margin-right: 2.5rem;
  gap: 2.5rem;
}

.bokai_goods_read_custom_related_card_image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 8px;
}

.bokai_goods_read_custom_related_card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bokai_goods_read_custom_related_card:hover
  .bokai_goods_read_custom_related_card_img {
  transform: scale(1.05);
}

.bokai_goods_read_custom_related_card_info {
  display: flex;
  flex-direction: column;
}

.bokai_goods_read_custom_related_card_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: 1.22;
  color: var(--title-text-color);
  margin: 0;
}

/* .bokai_goods_read_custom_related_card_desc {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  margin: 0;
} */

/* =====================
   5. Application Section (应用场景)
   ===================== */
.bokai_goods_read_custom_application {
  width: 100%;
  padding: var(--section-padding) 0;
  background-color: #ffffff;
}

.bokai_goods_read_custom_application_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: 1.125;
  color: var(--title-text-color);
  margin: 0 0 1.25rem 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_application_subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 400;
  line-height: 1.25;
  color: #9b9b9b;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_application_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.bokai_goods_read_custom_application_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 16px;
  gap: 2.5rem;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bokai_goods_read_custom_application_card_image {
  width: 100%;
  height: 21.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  background: #f8f8f8;
}

.bokai_goods_read_custom_application_card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bokai_goods_read_custom_application_card_title {
  position: absolute;
  bottom: 6px;
  left: 12px;
  font-family: var(--title-font-family);
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: 1.5;
  color: var(--title-text-color);
  text-transform: capitalize;
  margin: 0;
}

/* =====================
   6. FAQ Section
   ===================== */
.bokai_goods_read_custom_faq {
  width: 100%;
  padding: var(--section-padding) 0;
  background-color: #ffffff;
}

.bokai_goods_read_custom_faq_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: 1.125;
  color: var(--title-text-color);
  margin: 0 0 1.25rem 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_faq_subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 400;
  line-height: 1.25;
  color: #9b9b9b;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}

.bokai_goods_read_custom_faq_list {
  display: flex;
  flex-direction: column;
}

.bokai_goods_read_custom_faq_item {
}

.bokai_goods_read_custom_faq_question {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(155, 155, 155, 0.3);
  border-bottom: 1px solid rgba(155, 155, 155, 0.7);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bokai_goods_read_custom_faq_item:nth-of-type(1)
  .bokai_goods_read_custom_faq_question {
  border-top: none;
}

.bokai_goods_read_custom_faq_q_label {
  font-family: var(--title-font-family);
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 1.5;
  color: var(--title-text-color);
}

.bokai_goods_read_custom_faq_question_text {
  flex: 1;
  font-family: var(--title-font-family);
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 1.5;
  color: var(--title-text-color);
}

.bokai_goods_read_custom_faq_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--title-text-color);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.bokai_goods_read_custom_faq_item.active .bokai_goods_read_custom_faq_icon {
  transform: rotate(180deg);
}

.bokai_goods_read_custom_faq_answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.bokai_goods_read_custom_faq_item.active .bokai_goods_read_custom_faq_answer {
  /* Height set by JS */
}

.bokai_goods_read_custom_faq_item.active
  .bokai_goods_read_custom_faq_answer
  p
  b {
  color: var(--color-primary);
}

.bokai_goods_read_custom_faq_answer p {
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  margin: 0;
  padding: 2.5rem;
}

/* =====================
   7. Contact/Inquiry Banner Section
   ===================== */
.bokai_goods_read_custom_contact {
  position: relative;
  width: 100%;
  overflow: hidden;
}



.bokai_goods_read_custom_contact_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bokai_goods_read_custom_contact_bg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  z-index: 1;
}

.bokai_goods_read_custom_contact_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bokai_goods_read_custom_contact_content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10rem;
  justify-content: space-between;
  padding: var(--section-padding) 0;
}

.bokai_goods_read_custom_contact_left {
  flex: 1;
}

.bokai_goods_read_custom_contact_title {
  font-family: var(--title-font-family);
  font-size: var(--font-size-h1);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem 0;
  line-height: 1.12;
}

.bokai_goods_read_custom_contact_subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.25;
}

.bokai_goods_read_custom_contact_right {
  flex-shrink: 0;
}

.bokai_goods_read_custom_contact_btn.bokai-btn {
  min-width: 17.5rem;
  font-size: var(--font-size-md) !important;
  padding: 1.25rem 2.5rem;
  line-height: 1.17;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  .bokai_goods_read_custom_application_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bokai_goods_read_custom_options_grid {
    grid-template-columns: 1fr;
  }

  .bokai_goods_read_custom_core_process_item_line::before {
    top: 2.5rem;
  }

  .bokai_goods_read_custom_core_process_item_content {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .bokai_goods_read_custom_application_grid {
    grid-template-columns: 1fr;
  }

  .bokai_goods_read_custom_core_process_item {
    grid-template-columns: 1fr;
    gap: 0px;
    padding-bottom: 0px;
  }

  .bokai_goods_read_custom_core_process_item_line {
    left: 0px;
    transform: none;
  }

  .bokai_goods_read_custom_core_process_item_img {
    order: 1 !important;
  }

  .bokai_goods_read_custom_core_process_item_content {
    text-align: left !important;
    order: 2 !important;
    padding: 1.25rem 1.875rem !important;
  }

  .bokai_goods_read_custom_core_process_item
    .bokai_goods_read_custom_core_process_item_img {
    border-radius: 0px;
  }

  .bokai_core_process_content_text {
    margin: 0px;
  }

  .bokai_goods_read_custom_core_process_item_line {
    display: none;
  }

  .bokai_goods_read_custom_core_process_item_content::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    background: #ccc;
    width: 1px;
  }

  .bokai_goods_read_custom_core_process_item_content::after {
    content: '';
    width: 1rem;
    aspect-ratio: 1;
    position: absolute;
    top: 2.1rem;
    left: 0;
    border-radius: 50%;
    transform: translateX(-50%);
    background-color: #1e3f2a;
  }

  .bokai_goods_read_custom_options_card_icon {
    width: 4.25rem;
    height: 4.25rem;
  }
}

@media screen and (max-width: 576px) {
  .bokai_goods_read_custom_contact_content {
    flex-direction: column;
    gap: 2rem;
  }

  .bokai_goods_read_custom_header {
    margin-bottom: 3rem;
  }

  .bokai_goods_read_custom_advantage_swiper .swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* .bokai_goods_read_custom_advantage_pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 8px;
}

.bokai_goods_read_custom_advantage_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bokai_goods_read_custom_advantage_pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
} */
