html {
  scroll-behavior: smooth;
}

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

#main,
#wrapper {
  background-color: #E5E0DB;
  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: "GraphikRegular", "Graphik" !important;
}

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

.displayPc {
  display: block;
}

.displayPh {
  display: none !important;
}

.banner {
  position: relative;
}

.banner>img {
  width: 100%;
  height: calc(100vh - 154px);
  object-fit: cover;
}

.bannerTxt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 240px;
  height: 100%;
  text-align: left;
  justify-content: center;
}

.bannerTxt h1 {
  color: #E5E0DB;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.bannerTxt p {
  color: #E5E0DB;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  width: 44%;
  margin: 10px 0 20px;
}

.bannerTxt .bannerTxtTitle div {
  color: #E5E0DB;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  width: 44%;
}

.contactUs a {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 10px;
  width: 290px;
  display: inline-block;
  margin-top: 50px;
}

.contactUs .login {
  background-color: #7F664D;
  margin-right: 20px;
}

.contactUs .connection {
  background-color: #443C33;
}

.boost {
  background-color: #150b00;
  padding: 100px 0;
}

.boost .content {
  max-width: 1010px;
  margin: auto;
}

.boost .content .boostTitle {
  color: #E5E0DB;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}

.boost .content p {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.choose {
  max-width: 1440px;
  margin: auto;
  padding: 100px 0;
}

.chooseTitle {
  color: var(--branding-secondary-80, #443C33);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 50px;
}

.chooseItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.chooseItems .item div {
  color: var(--branding-secondary-80, #443C33);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 20px 0 10px;
}

.chooseItems .item p {
  color: var(--branding-secondary-80, #443C33);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}

.collections {
  max-width: 1440px;
  margin: auto;
  padding: 0;
}

.collectionsTitle {
  color: var(--branding-secondary-80, #443C33);
  text-align: right;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.collectionsDesc {
  color: var(--branding-secondary-80, #443C33);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 50px;
}

.shopByType {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #4a3c2a;
}

.shopTypeGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #A19D99;
}

.shopTypeGrids {
  border: none;
  padding-bottom: 50px;
}

.typeCard a>img {
  width: 100%;
  margin-bottom: 12px;
}

.typeCard>img {
  width: 100%;
}

.typeCardTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #443C33;
  line-height: 22px;
}

.typeCard:nth-child(1) .typeCardTitle {
  font-size: 24px;
  padding-top: 20px;
  margin-bottom: 15px;
}

.typeCardDesc {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.typeCard:nth-child(1) .typeCardDesc {
  min-height: 36px;
}

.showMoreBtn {
  color: #7F664D;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 14.5px 10px;
  width: 290px;
  display: inline-block;
  border: 1.5px solid #7F664D;
}

.showMoreBtn:hover {
  color: #998571;
  border: 1.5px solid #998571;
}

.stars {
  margin-bottom: 10px;
}

.stars span {
  color: #443c33;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 5px;
}

.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e6f7e6;
  color: #3a7d3a;
  font-size: 0.85rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: bold;
}

.toupee-solutions {
  padding: 50px 0 80px;
  max-width: 1440px;
  margin: auto;
}

.toupee-solutions-title {
  color: var(--branding-secondary-80, #443C33);
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 50px;
}

.toupee-solutions-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.toupee-solutions-col-title {
  color: var(--branding-secondary-80, #443C33);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
}

.toupee-solutions-col-subtitle {
  color: var(--branding-secondary-80, #443C33);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 30px;
}

.toupee-solutions-card {
  border: 2px solid #443C33;
  height: 132px;
  padding: 20px;
  margin-bottom: 20px;
}

.toupee-solutions-card-title {
  color: var(--branding-secondary-80, #443C33);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}

.toupee-solutions-card-desc {
  color: var(--branding-secondary-80, #443C33);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.why-work-with-us {
  position: relative;
  width: 100%;
  min-height: 520px;
  background: #1a120a;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.why-work-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/child-f/assets/landingpage/2025/ToupeePage/work-pc.jpg') center center/cover no-repeat;
  z-index: 1;
}

.why-work-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0 150px;
  text-align: center;
}

.why-work-title {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  margin-bottom: 140px;
}

.why-work-cards {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}

.why-work-card {
  background: #150B00;
  color: #E5E0DB;
  padding: 56px 20px 20px 20px;
  border-radius: 0;
  width: 309px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  height: 313px;
  justify-content: space-between;
}

.why-work-card-desc {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.why-work-card-title {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.faq {
  max-width: 1440px;
  margin: 100px auto;
}

/* 轮播区块整体 */
.toupee-performance-section {
  max-width: 1700px;
  margin: 100px auto 0 auto;
  text-align: center;
}

.toupee-performance-title {
  color: var(--branding-secondary-80, #443C33);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  max-width: 1440px;
  margin: 0 auto 50px;
}

.toupee-performance-swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 32px;
  position: relative;
}

.tp-arrow {
  cursor: pointer;
  position: absolute;
}

.tp-arrow-left {
  top: 0;
  left: 290px;
}

.tp-arrow-right {
  bottom: 0;
  right: 290px;
}

.tp-feedback-cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 50px;
}

.tp-feedback-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}

.tp-feedback-card-side {
  width: 20.7%;
  color: #fff6ed;
  padding: 20px;
  height: 228px;
  border-radius: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.tp-card-left {
  margin-top: 212px;
}

.tp-avatar {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 0;
}

.tp-feedback-meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  width: 50%;
}

.tp-feedback-label {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

.tp-feedback-name {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.tp-feedback-card-main {
  background: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 52.7%;
}

.tp-main-img {
  margin-bottom: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.tp-main-quote {
  height: 100%;
  background: #373D3D;
  color: #fff6ed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}

.tp-quote-icon {
  margin-bottom: 24px;
  opacity: 0.25;
}

.tp-main-name {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-top: 50px;
  margin-bottom: 15px;
}

.tp-main-text {
  color: var(--branding-primary-40, #CCC2B8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.tp-btn-row {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 12px;
}

.tp-btn {
  display: inline-block;
  background: #a68a6d;
  color: #fff6ed;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 18px 48px;
  margin: 0 8px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.tp-btn-contact {
  background: #4a3c2a;
}

.tp-btn:hover {
  opacity: 0.9;
}

.faq .title {
  color: #443C33;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.faq .itemTitle {
  color: var(--branding-secondary-80, #443C33);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-top: 20px;
}

.faq .question {
  color: #443C33;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}

.faq .question .plus-minus {
  font-size: 28px;
}

.faq .answer {
  color: #736D66;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 10px;
  display: none;
}

.faq .faq-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.faq .plus-minus {
  float: right;
  font-weight: bold;
  cursor: pointer;
}

.faq .more {
  margin-top: 30px;
  text-align: center;
}

.faq .more button {
  color: #443C33;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

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

.about .content .aboutTitle {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

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

.about .content .icon1 {
  position: absolute;
  top: 160px;
  left: -90px;
}

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

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

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

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

@media screen and (max-width: 1720px) {
  .toupee-performance-section {
    max-width: 100%;
    padding: 0 20px;
  }

  .tp-arrow-left {
    top: 0;
    left: 17%;
  }

  .tp-arrow-right {
    bottom: 0;
    right: 17%;
  }

  .tp-card-right {
    background: #4a3c2a;
    height: 12vw;
  }

  .tp-card-left {
    margin-top: 17vw;
    height: 12vw;
  }
}

@media screen and (max-width: 1650px) {
  .bannerTxt {
    margin-left: 10%;
  }

  .bannerTxt .bannerTxtTitle div {
    width: 50%;
  }

  .bannerTxt p {
    width: 60%;
  }
}

@media screen and (max-width: 1440px) {
  .faq {
    padding: 0 15px;
  }

  .bannerTxt p {
    width: 60%;
    font-size: 48px;
    line-height: 54px;
  }

  .choose {
    max-width: 100%;
    padding: 100px 15px;
  }

  .collections {
    max-width: 100%;
    padding: 0 15px;
  }

  .toupee-solutions {
    max-width: 100%;
    padding: 50px 15px 80px;
  }

  .why-work-content {
    max-width: 100%;
    padding: 100px 15px 150px;
  }

  .toupee-solutions-card {
    min-height: 12vw;
    height: auto;
  }
}

@media screen and (max-width: 1335px) {
  .showMoreBtn {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .contactUs .login:hover {
    background-color: #998571;
  }

  .contactUs .connection:hover {
    background-color: #736D66;
  }
}

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

  .tp-arrow-right,
  .tp-arrow-left {
    width: 60px;
  }

  .tp-feedback-cards {
    gap: 20px;
  }

  .tp-avatar {
    width: 60px;
    height: 60px;
  }

  .tp-feedback-card-side {
    width: 22%;
    padding: 10px;
  }
}

@media screen and (min-width: 1201px) {
  .toupee-performance-swiper-ph {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .about .content {
    max-width: 92vw;
  }

  .about .content .icon1 {
    top: 170px;
    left: 0;
    width: 15%;
  }

  .about .icon2 {
    width: 20%;
  }

  .why-work-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .why-work-title {
    text-align: center;
  }

  .why-work-card {
    width: 100%;
  }

  .toupee-performance-swiper {
    display: none;
  }

  .toupee-performance-section {
    padding-right: 0;
  }

  .toupee-performance-swiper-ph {
    overflow: hidden;
  }

  .toupee-performance-swiper-ph .slideBox {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #373D3D;
  }

  .toupee-performance-swiper-ph .swiper-slide:nth-child(2) .slideBox {
    background: #947C5E;
  }

  .toupee-performance-swiper-ph .swiper-slide:nth-child(3) .slideBox {
    background: #3D2C25;
  }

  .toupee-performance-swiper-ph .swiper-slide:nth-child(4) .slideBox {
    background: #4D504E;
  }

  .toupee-performance-swiper-ph .slideName {
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--branding-primary-20, #E5E0DB);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }

  .toupee-performance-swiper-ph .slideBox img {
    width: 100%;
  }

  .toupee-performance-swiper-ph .slideBox div {
    padding: 20px;
    display: flex;
    align-items: flex-end;
  }

  .toupee-performance-swiper-ph .slideBox div span {
    color: var(--branding-primary-20, #E5E0DB);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 34px;
  }

  .boost {
    padding: 100px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .faq {
    max-width: 100%;
    margin: 60px auto;
    padding: 0 15px;
  }
}

@media (max-width: 1100px) {
  .why-work-cards {
    gap: 20px;
  }

  .why-work-card {
    padding: 32px 12px 22px 12px;
    min-height: 260px;
  }
}

@media (max-width: 900px) {
  .why-work-cards {
    flex-direction: column;
    align-items: center;
  }

  .why-work-card {
    width: 100%;
    max-width: 420px;
    margin-bottom: 18px;
  }

  .why-work-content {
    padding: 50px 8px 30px 8px;
  }

  .why-work-title {
    font-size: 2.1rem;
    margin-bottom: 32px;
  }

  .toupee-performance-swiper {
    flex-direction: column;
    gap: 0;
  }

  .tp-arrow {
    display: none;
  }

  .tp-feedback-cards {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .tp-feedback-card-side,
  .tp-feedback-card-main {
    width: 100%;
    min-width: 0;
    margin: 0;
    height: auto;
    padding: 18px 0 0 0;
  }

  .tp-main-img {
    width: 100%;
    height: auto;
    max-width: 320px;
  }

  .tp-main-quote {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 24px 12px 18px 12px;
  }
}

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

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

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

  .displayPc {
    display: none !important;
  }

  .bannerTxt {
    margin-left: 0;
    padding: 0 15px;
    justify-content: center;
  }

  .bannerTxt p {
    width: 100%;
  }

  .bannerTxt .bannerTxtTitle div {
    width: 100%;
  }

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

  .chooseItems .item img {
    width: 100%;
  }

  .shopTypeGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .typeCard .showMoreBtn {
    margin-top: 15px;
  }

  .typeCardTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .typeCardDesc {
    -webkit-line-clamp: 3;
  }

  .toupee-performance-swiper-ph .slideBox div span {
    font-size: 10px;
    line-height: 14px;
  }

  .toupee-performance-swiper-ph .slideBox div {
    padding: 10px;
  }

  .toupee-performance-swiper-ph .slideName {
    font-size: 16px;
    line-height: 20px;
  }

  .toupee-performance-section {
    padding: 0;
  }

  .toupee-performance-swiper-ph {
    padding-left: 15px;
  }

  .toupee-solutions-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .contactUs {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    width: 100%;
  }

  .contactUs a {
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .faq {
    max-width: 100%;
    margin: 50px auto;
    padding: 15px;
  }

  .faq .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .faq .question {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq .answer {
    font-size: 12px;
    line-height: 16px;
  }

  .about .content {
    max-width: 92vw;
    padding: 50px 0 1px;
  }

  .about .content .icon1 {
    top: 23px;
    left: 0;
    width: 35%;
  }

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

  .bannerTxt .bannerTxtTitle .bannerTxtDes {
    display: none !important;
  }

}

@media screen and (max-width: 560px) {
  .faq .more {
    margin-top: 10px;
  }

  .faq .more button {
    font-size: 13px;
    line-height: 17px;
  }

  .contactUs {
    margin-top: 12px;
  }

  .about form.wpcf7-form .subcls017 .subcls017 {
    width: 98%;
    font-size: 14px;
    padding: 5px 0;
  }

  .about .content .aboutTitle {
    font-size: 6vw;
  }

  .bannerTxt h1 {
    font-size: 11px;
    line-height: 12px;
    margin: 0;
  }

  .bannerTxt p {
    font-size: 30px;
    line-height: 36px;
  }

  .bannerTxt .bannerDes {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bannerTxt .bannerTxtTitle .bannerTxtDes {
    display: flex !important;
    color: var(--branding-primary-20, #E5E0DB);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .bannerTxt .bannerTxtTitle .bannerTxtDes.displayPc {
    display: none !important;
  }

  .bannerTxt .bannerTxtTitle div {
    font-size: 12px;
    line-height: 16px;
  }

  .bannerTxt {
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .boost {
    padding: 50px 15px;
  }

  .boost .content .boostTitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .boost .content p {
    font-size: 12px;
    line-height: 16px;
  }

  .choose {
    padding: 50px 15px;
  }

  .chooseTitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .chooseItems .item div {
    font-size: 13px;
    line-height: 17px;
  }

  .collectionsTitle {
    font-size: 20px;
    line-height: 24px;
  }

  .collectionsDesc {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 30px;
  }

  .shopByType {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
  }

  .typeCardTitle {
    font-size: 13px;
    line-height: 17px;
  }

  .typeCardDesc {
    font-size: 12px;
    line-height: 16px;
  }

  .typeCardTitle.displayPh {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
  }

  .typeCardDesc.displayPh {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .shopTypeGrid {
    padding: 15px 0;
  }

  .typeCard .showMoreBtn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 8px;
  }

  .toupee-solutions-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .toupee-solutions-col-title {
    font-size: 18px;
    line-height: 22px;
  }

  .toupee-solutions-col-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .toupee-solutions-card {
    min-height: auto;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
  }

  .toupee-solutions-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .toupee-solutions-card-desc {
    font-size: 12px;
    line-height: 16px;
  }

  .toupee-solutions-row {
    gap: 30px;
  }

  .why-work-bg {
    background: url(/wp-content/themes/child-f/assets/landingpage/2025/ToupeePage/work-ph.jpg) center center / cover no-repeat;
  }

  .why-work-content {
    padding: 50px 33px;
  }

  .why-work-title {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 24px;
  }

  .why-work-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .why-work-card {
    display: unset;
    height: auto;
    min-height: auto;
    padding: 20px;
  }

  .why-work-card-desc {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .why-work-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .toupee-performance-section {
    margin: 50px auto 0 auto;
  }

  .toupee-performance-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 20px;
    padding: 0 15px;
  }

  .faq {
    margin: 30px auto;
  }

  .faq .itemTitle {
    font-size: 18px;
    line-height: 22px;
  }

  .banner>img {
    height: auto;
  }
}

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