html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Inter !important;
  background-color: #f9f9f9;
  overflow-y: unset !important;
}

#main,
#wrapper {
  background-color: #fff;
  position: relative;
}

html body,
html header ul.nav>li>a,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .heading-font,
html .off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: Inter !important;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 700;
  src: url("/wp-content/themes/child-f/assets/font/Montserrat-Bold.ttf") format('OpenType');
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 800;
  src: url("/wp-content/themes/child-f/assets/font/Montserrat-ExtraBold.ttf") format('OpenType');
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  font-weight: 400;
  src: url("/wp-content/themes/child-f/assets/font/INTER-REGULAR.TTF") format('OpenType');
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  font-weight: 500;
  src: url("/wp-content/themes/child-f/assets/font/INTER-MEDIUM.TTF") format('OpenType');
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5 {
  display: none;
}

#footer .section.navigation-resources {
  background: #150b00;
}

.homePage {
  background: var(--branding-primary-20, #fff);
  margin: auto;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.btnBox {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.btnBox a {
  display: flex;
  width: 270px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: var(--Branding-Primary1-White, #FFF);
  background: var(--branding-primary-1100, #000);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  border: 2px solid var(--branding-primary-2100, #000);
}

.btnBox a.contactUs {
  color: #000;
  background-color: unset;
  border: 2px solid var(--branding-primary-1100, #000);
}

.btnBox a.submitBtn:hover {
  background: #B5946C;
  border: 2px solid var(--branding-primary-2100, #B5946C);
}

.btnBox a.contactUs:hover {
  color: var(--branding-primary-2100, #B5946C);
  border: 2px solid var(--branding-primary-2100, #B5946C);
}

.btnBox a.contactUs img {
  margin-right: 3px;
}

.btnBox a.contactUs .iconHover {
  display: none;
}

.btnBox a.contactUs:hover .icon {
  display: none;
}

.btnBox a.contactUs:hover .iconHover {
  display: block;
}

/* --- Global Styles --- */
:root {
  --primary-black: #000000;
  --primary-bg: #ffffff;
  --secondary-bg: #f9f8f6;
  /* 浅米色背景 */
  --gray-text: #555555;
  --card-bg: #f5f3ef;
  /* 卡片背景色 */
}

/* 通用容器：版心 1200px */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* 按钮通用样式 */
.btn {
  width: 270px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  color: var(--Branding-Primary1-White, #FFF);
  background: var(--branding-primary-1100, #000);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  display: inline-block;
  margin: 0;
}

.btn-black {
  background-color: var(--primary-black);
  color: #fff;
}

.btn-black:hover {
  color: #fff;
  background: #B5946C;
}

/* --- Section 1: Hero (通屏) --- */
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #e0e0e0;
}

.hero-section>img {
  width: 100%;
}

.hero-content {
  position: absolute;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.hero-content h1 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  max-width: 610px;
}

.hero-content p {
  color: var(--branding-primary-1100, #000);
  font-family: Inter !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
  max-width: 610px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

/* --- Section 2: Options (版心) --- */
.options-section {
  margin: 100px auto;
  text-align: center;
}

.section-header {
  margin-bottom: 50px;
  max-width: 848px;
  margin: 0 auto 50px;
}

.section-header h2 {
  color: var(--branding-primary-1100, #000);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  margin-bottom: 20px;
}

.section-header p {
  color: var(--branding-primary-1100, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.option-card {
  background: var(--branding-primary-210, #F8F5F1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  overflow: hidden;
}

.card-text {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-text h3 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}

.card-text p {
  color: var(--branding-primary-180, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.card-text .btn {
  width: 100%;
}

.card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.card-image img {
  width: 100%;
  height: 100%;
}

/* --- Section 3: Guide (通屏) --- */
.guide-section {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9;
}

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

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

.guide-content {
  position: relative;
  z-index: 2;
  height: 400px;
  padding: 20px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guide-content::after {
  display: none;
}

.guide-content h2 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  margin-bottom: 20px;
}

.guide-content p {
  color: var(--branding-primary-1100, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  max-width: 850px;
  margin: auto;
}

.link-btn {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.link-btn:hover {
  color: var(--branding-primary-2100, #B5946C);
}

/* --- Section 4: Matching (版心) --- */
.matching-section {
  margin: 100px auto;
  text-align: center;
}

.matching-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.match-box {
  padding: 20px;
}

.color-rings {
  padding: 20px 0 0;
}

.send-templates {
  background: var(--branding-primary-210, #F8F5F1);
}

.send-templates h3,
.color-rings h3 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}

.send-templates p,
.color-rings p {
  color: var(--branding-primary-1100, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.match-images {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

.rings-display {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ring-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ring-item img {
  margin-bottom: 10px;
}

.ring-item span {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.about {
  background-color: #150b00;
  position: relative;
}

.about .content .aboutTitle {
  color: var(--branding-primary-20, #E5E0DB);
  font-family: Montserrat !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}

.about .content .horizontal {
  z-index: 1;
  margin: initial;
  margin-bottom: 40px;
  width: 268px;
  height: 5px;
  background-color: #7F664D;
  position: relative;
}

.about .content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 100px 0 50px;
  border-bottom: 1px solid #fff;
}

.about .content>p {
  font-size: 14px;
  color: #fff;
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}

.about .icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about form.wpcf7-form {
  position: relative;
  z-index: 3;
}

.about form.wpcf7-form label {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.about form.wpcf7-form label textarea,
.about form.wpcf7-form label input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first {
  color: #fff;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first option {
  color: #8B8D90;
}

.about form.wpcf7-form label input::-webkit-input-placeholder,
.about form.wpcf7-form label textarea::-webkit-input-placeholder {
  color: #8B8D90;
}

.about form.wpcf7-form label textarea {
  min-height: 50px;
  overflow-y: hidden;
}

.about form.wpcf7-form .subcls017 {
  text-align: center !important;
  margin-top: 20px;
}

.about form.wpcf7-form .subcls017 .subcls017 {
  background-color: #7F664D;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  margin: 0;
  width: 20%;
}

.about .countyfieldcls .country-name {
  color: #000;
}

#woosq-popup .view-details-btn {
  display: none !important;
}

.custom-order-modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.custom-order-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.custom-order-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(12.75px);
}

.custom-order-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(820px, 92vw);
  height: calc(100vh - 40px);
  overflow: auto;
  background: #f3f1ee;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.custom-order-modal.is-active .custom-order-modal__dialog {
  transform: translateX(0);
}

.custom-order-modal__dialog.is-hidden {
  display: none;
}

.custom-order-modal__dialog.co-success-panel {
  display: none;
  gap: 24px;
  align-items: stretch;
  height: calc(100vh - 40px);
  width: 425px;
}

.custom-order-modal__dialog.co-success-panel.is-active {
  display: flex;
}

.co-success__text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.co-success__text .co-success__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0 20px 20px;
}

.co-success__text ol {
  margin-left: 20px;
  color: var(--branding-primary-1100, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.co-success__confirm {
  width: 100%;
  margin: 0;
}

.co-success__image {
  flex: 0 0 240px;
}

.co-success__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.custom-order-modal__title {
  margin: 0 0 10px;
  font-family: Montserrat !important;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #999;
}

.custom-order-modal__title svg {
  margin-right: 10px;
  cursor: pointer;
}

.download-order-modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.download-order-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.download-order-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(12.75px);
}

.download-order-modal__dialog {
  position: relative;
  z-index: 1;
  background: #f3f1ee;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
  height: calc(100vh - 40px);
  width: 425px;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.download-order-modal.is-active .download-order-modal__dialog {
  transform: translateX(0);
}

.download-order-modal__title {
  margin: 0 0 10px;
  font-family: Montserrat !important;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #999;
}

.download-order-modal__title svg {
  margin-right: 10px;
  cursor: pointer;
}

.download-order-modal__body {
  padding: 0 20px;
  flex: 1;
}

.download-order-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.download-order-modal__option {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--branding-primary-1100, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  cursor: pointer;
  margin-bottom: 20px
}

.download-order-modal__option input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #111;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  border-radius: 0;
}

.download-order-modal__option input[type="checkbox"]::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--download-order-option-checked) center/contain no-repeat;
  opacity: 0;
}

.download-order-modal__option input[type="checkbox"]:checked {
  background: transparent;
}

.download-order-modal__option input[type="checkbox"]:checked::after {
  opacity: 1;
}

.download-order-modal__footer {
  padding: 0 20px 20px;
}

.download-order-modal__submit {
  width: 100%;
  margin: 0;
  opacity: 0.7;
}

.download-order-modal__submit:disabled {
  cursor: not-allowed;
}

.download-order-modal__submit:not(:disabled) {
  background: #000;
  opacity: 1;
}

html.co-modal-open,
body.co-modal-open {
  overflow: hidden;
}

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

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

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

@media screen and (min-width: 1280px) {}

@media screen and (max-height: 650px) {}

@media screen and (min-width: 1201px) {}

@media screen and (max-width: 1200px) {
  .about .content {
    padding: 100px 15px 50px;
  }

  .about .icon2 {
    width: 20%;
  }

  .btnBox a {
    font-size: 14px;
    line-height: 22px;
  }

  .container {
    padding: 0 15px;
  }

  .options-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .card-text {
    flex: 1;
  }

  .guide-content {
    padding: 20px 0 40px;
  }
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 768px) and (max-width: 1025px) {}

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

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

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

@media screen and (max-width: 767px) {
  .displayPh {
    display: block;
  }

  .displayPc {
    display: none !important;
  }

  .about .content {
    padding: 50px 15px 1px;
  }

  .about .content>p {
    line-height: 18px;
    letter-spacing: 0.2px;
  }

  .about .icon2 {
    width: 30%;
  }

  .about .subcls017 .subcls017 {
    width: 100%;
  }

  .pum-container.popmake.theme-13498.pum-responsive.pum-responsive-medium.responsive.size-medium.custom-position.active {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .request-a-quote-button5.popmake-13507 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .btnBox {
    flex-direction: column;
    gap: 10px;
  }

  .btnBox a {
    width: 100%;
  }

  .about .content .aboutTitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }

  .footer-wrapper .row {
    flex-direction: column;
  }

  .footer-wrapper .row div .col-inner {
    padding: 0 !important;
  }

  footer#footer {
    margin-bottom: 60px;
  }

  /* Hero */
  .hero-section {
    height: auto;
    flex-direction: column;
    /* 垂直排列 */
    background-color: #fff;
  }

  .hero-bg-image {
    position: relative;
    height: 300px;
    order: 2;
    /* 图片在下 */
  }

  .hero-content {
    padding: 20px 0px;
    order: 1;
    /* 内容在上 */
    text-align: left;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .hero-content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }

  /* Options */
  .options-grid {
    grid-template-columns: 1fr;
    /* 单列 */
    gap: 20px;
  }

  .options-section {
    margin: 50px auto;
  }

  .section-header {
    margin: 0 auto 30px;
  }

  .option-card {
    flex-direction: column-reverse;
    text-align: left;
  }

  .section-header h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-header p {
    font-size: 14px;
    line-height: 21px;
  }

  .card-image {
    width: 100%;
    height: 200px;
  }

  .card-text {
    width: 100%;
    padding: 10px;
  }

  .card-text h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .card-text p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .btn {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }

  .match-images {
    margin-bottom: 10px;
  }

  .card-text .btn {
    width: 100%;
    text-align: center;
  }

  .guide-content {
    padding: 50px 15px 60px;
    height: 524px;
  }

  .link-btn {
    font-size: 14px;
    line-height: 21px;
  }

  /* Guide */
  .guide-content h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .guide-content p {
    font-size: 14px;
    line-height: 21px;
    padding: 0 10px;
  }

  /* Matching */
  .matching-section {
    margin: 50px auto;
    text-align: center;
  }

  .match-box {
    padding: 10px;
  }

  .send-templates h3,
  .color-rings h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .send-templates p,
  .color-rings p {
    font-size: 14px;
    line-height: 21px;
    padding: 0 20px;
  }

  .send-templates p {
    margin-bottom: 10px;
  }

  .color-rings {
    padding: 0;
  }

  .matching-grid {
    grid-template-columns: 1fr;
  }

  .rings-display {
    flex-direction: row;
    gap: 10px;
  }

  .ring-item span {
    font-size: 13px;
    line-height: 19px;
  }

  .ring-item img {
    width: 100%;
    height: auto;
  }

  .custom-order-modal__dialog {
    width: 94vw;
    height: 620px;
    margin: auto;
  }

  .custom-order-modal__title {
    font-size: 20px;
    position: sticky;
    top: 0;
    background: #f3f1ee;
    z-index: 9;
  }

  .custom-order-modal__dialog.co-success-panel {
    flex-direction: column;
  }

  .co-success__image {
    width: 100%;
    flex: none;
  }

  .custom-order-modal__dialog.co-success-panel {
    height: 620px;
    width: 94vw;
  }

  .co-success__text ol {
    font-size: 14px;
    line-height: 21px;
  }

  .download-order-modal {
    justify-content: center;
  }

  .download-order-modal__dialog {
    width: 94vw;
    height: 620px;
    margin: 0;
  }
}

@media screen and (max-width: 560px) {
  .about form.wpcf7-form .subcls017 .subcls017 {
    width: 98%;
    font-size: 14px;
    padding: 5px 0;
  }
}

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

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