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

.banner {
  background-color: #fff;
  position: relative;
}

.banner>img {
  width: 100%;
}

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

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

.banner .bannerTxt p {
  color: var(--branding-primary-1100, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0 50px;
}

.banner .bannerTxt p img {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

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

.banner .bannerTxt .btnBox {
  justify-content: flex-start;
}

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

.brand {
  background: var(--branding-secondary-100, #432A11);
  padding: 30px 0;
}

.brand .items .swiper-wrapper {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.brand .items .item div {
  color: var(--Branding-Primary1-White, #FFF);
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.brand .items .item p {
  color: var(--branding-primary-110, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.homePage .title {
  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: 100px auto 0;
}

.homePage .des {
  color: var(--branding-primary-1100, #000);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 810px;
  margin: 20px auto 0;
}

.choose {
  max-width: 1200px;
  margin: auto;
}

.choose .title {
  max-width: 700px;
}

.choose .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 50px 0;
}

.choose .items .item {
  position: relative;
  overflow: hidden;
  background: #000;
}

.choose .items .item img {
  display: block;
  width: 100%;
  height: auto;
}

.choose .items .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
  transition: opacity 0.3s ease;
  z-index: 1;
}

.choose .items .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.70);
  backdrop-filter: blur(15px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.choose .items .item .copywriting {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 20px;
  color: #fff;
  z-index: 2;
}

.choose .items .item .copywriting div {
  color: var(--Branding-Primary1-White, #FFF);
  font-family: Montserrat !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.choose .items .item .copywriting p {
  margin: 0;
  color: var(--branding-primary-280, #C4A989);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
  padding-top: 10px;
}

.process {
  max-width: 1200px;
  margin: 100px auto 0;
}

.process .title {
  text-align: center;
}

.homePage .process .des {
  max-width: none;
}

.process .items {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.process .items-row1 {
  grid-template-columns: repeat(3, 1fr);
}

.process .items-row2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 820px;
  margin: 20px auto 0;
}

.process .item {
  background: #f4ede7;
  padding: 20px;
  position: relative;
  min-height: 203px;
}

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

.process .item p {
  margin: 0;
  color: var(--branding-primary-180, #333);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 330px;
}

.process .item .num {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: var(--branding-primary-280, #C4A989);
  text-align: right;
  font-family: Montserrat !important;
  font-size: 72px;
  font-weight: 800;
  line-height: 90px;
}

.Inspiration .title,
.Inspiration .des {
  text-align: center;
}

/* Inspiration Section Updates for Swiper */
.Inspiration .items {
  margin-top: 40px;
  overflow: hidden;
  /* Swiper handles overflow */
}

/* Ensure Swiper wrapper moves linearly for marquee effect */
.Inspiration .items .swiper-wrapper {
  transition-timing-function: linear;
}

.Inspiration .item {
  width: 260px;
  /* Swiper slide sizing */
  flex-shrink: 0;
}

.Inspiration .item img {
  display: block;
  width: 100%;
  height: auto;
}

.Inspiration .viewMore {
  margin-top: 60px;
}

.Inspiration .viewMore a {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Inspiration .viewMore a img {
  transform: rotate(270deg);
  transform-origin: center;
}

.guide {
  margin: 100px auto 0;
  background: url("/wp-content/themes/child-f/assets/landingpage/2025/CustomProcess/guideBg.webp") center / cover no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  padding: 20px 0;
}

.guide .title {
  margin: 0 0 12px;
}

.guide .des {
  margin: 0 0 24px;
}

.guide .guideLink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.guide .guideLink img {
  transform: rotate(270deg);
  transform-origin: center;
}

.contactSection {
  margin: 100px auto 0;
  text-align: center;
}

.homePage .contactSection .des {
  max-width: none;
}

.contactSection .items {
  max-width: 910px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px auto;
}

.contactSection .item {
  background: #f4ede7;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
}

.contactSection .item img {
  width: 53px;
  height: 53px;
}

.contactSection .item .label {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}

.contactSection .item a {
  margin: 0;
  color: var(--branding-primary-180, #333);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.contactSection .contactBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 12px 48px;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
}

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

.faq .title,
.faq .des {
  text-align: center;
}

.faq .faqList {
  margin-top: 40px;
}

.faq .faqItem {
  border-bottom: 1px solid #9a9a9a;
}

.faq .faqQuestion {
  width: 100%;
  padding: 10px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--branding-primary-180, #333);
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  cursor: pointer;
  margin: 0;
  gap: 10px;
  letter-spacing: 0;
}

.faq .faqQuestion .icon {
  position: relative;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}

.faq .faqQuestion .icon::before,
.faq .faqQuestion .icon::after {
  content: "";
  position: absolute;
  background: #000;
  transition: transform 0.2s ease;
}

.faq .faqQuestion .icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

.faq .faqQuestion .icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
}

.faq .faqItem.is-open .faqQuestion .icon::after {
  transform: translateX(-50%) scaleY(0);
}

.faq .faqAnswer {
  display: none;
  color: #5b5b5b;
}

.faq .faqItem.is-open .faqAnswer {
  display: block;
}

.faq .faqAnswer p {
  margin: 0 0 10px;
  color: var(--branding-primary-160, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.faq .faqAnswer a {
  color: var(--branding-primary-2100, #B5946C);
  font-style: italic;
  font-family: Montserrat !important;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.faq .faqAnswer ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.faq .faqItem:last-child .faqAnswer ul {
  list-style: decimal;
}

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

@media screen and (max-width: 1600px) {
  .banner .bannerTxt {
    position: absolute;
    margin-left: unset;
    height: 100%;
    text-align: left;
    max-width: 1200px;
    right: 0;
    top: -20px;
    margin: auto;
  }

  .banner .bannerTxt .bannerBox {
    max-width: 610px;
  }
}

@media screen and (max-width: 1420px) {
  .banner>img {
    height: auto;
  }
}

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

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

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

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

@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%;
  }

  .banner>img {
    height: auto;
  }

  .banner .bannerTxt {
    max-width: 95vw;
    top: 0;
  }

  .banner .bannerTxt .bannerBox {
    max-width: 46vw;
  }

  .banner .bannerTxt h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .banner .bannerTxt p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 20px;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 58px;
    line-height: 64px;
  }

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

  .brand {
    padding: 30px 15px;
  }

  .choose {
    padding: 0 15px;
  }

  .process {
    padding: 0 15px;
  }

  .process .items-row2 {
    max-width: 66vw;
  }

  .faq {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .choose .items .item:hover::before {
    opacity: 1;
  }

  .choose .items .item:hover .copywriting {
    padding: 20px;
  }

  .choose .items .item:hover .copywriting div {
    color: #B5946C;
  }

  .choose .items .item:hover .copywriting p {
    color: #C4A989;
  }

  .choose .items .item:hover .copywriting p {
    display: block;
  }
}

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

@media screen and (max-width: 1060px) {
  .banner .bannerTxt h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
  }

  .banner .bannerTxt p {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 20px;
  }

  .homePage .title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 50px;
  }

  .banner .bannerTxt a {
    font-size: 12px;
    line-height: 20px;
  }

  .process .items-row1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .process .items-row2 {
    grid-template-columns: repeat(1, 1fr);
    max-width: none;
  }

  .process .item p {
    max-width: none;
  }

  .brand .items .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq .faqQuestion {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner .bannerTxt a {
    padding: 5px;
  }

  .banner .bannerTxt p {
    margin: 10px 0 10px;
  }

  .contactSection {
    padding: 0 15px;
  }

  .contactSection .item {
    padding: 10px;
  }

  .choose .items .item .copywriting div {
    font-size: 18px;
    line-height: 30px;
  }

  .choose .items .item .copywriting p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 800px) {
  .banner .bannerTxt a {
    font-size: 10px;
    line-height: 15px;
  }

  .banner .bannerTxt p {
    font-size: 10px;
    line-height: 16px;
  }
}

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

  .displayPc {
    display: none !important;
  }

  .banner>img {
    height: auto;
  }

  .banner .bannerTxt .bannerBox {
    max-width: none;
  }

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

  .brand .items .swiper-wrapper {
    max-width: none;
    display: flex;
    gap: 0;
  }

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

  .banner {
    display: flex;
    flex-direction: column-reverse;
    background: var(--branding-primary-220, #F0EAE2);
    padding: 30px 15px 0;
  }

  .banner .bannerTxt {
    position: unset;
    max-width: 100%;
    margin-right: 0;
  }

  .banner .bannerIcon {
    display: none;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 32px;
    line-height: 36px;
  }

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

  .banner .bannerTxt p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 30px;
    letter-spacing: 0.2px;
  }

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

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

  .btnBox a {
    width: 100%;
  }

  .banner .shield {
    position: absolute;
    width: 67px;
    bottom: -15px;
    left: 137px;
  }

  .homePage .title {
    font-size: 20px;
    line-height: 25px;
  }

  .homePage .des {
    font-size: 14px;
    line-height: 21px;
    padding: 0 10px;
    letter-spacing: 0.2px;
  }

  .Inspiration .viewMore a {
    font-size: 14px;
    line-height: 21px;
  }

  .brand .items {
    /* overflow-x: auto; */
    padding: 0;
    /* scroll-snap-type: x mandatory; */
    /* scroll-behavior: smooth; */
    /* -webkit-overflow-scrolling: touch; */
    /* cursor: grab; */
  }

  /* .brand .items.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
  } */

  /* .brand .items::-webkit-scrollbar {
    display: none;
  } */

  .brand .items .item {
    /* flex: 0 0 100%; */
    text-align: center;
    /* scroll-snap-align: center; */
  }

  .brand .items .item p {
    margin: 0 auto;
    max-width: 320px;
    min-height: 105px;
  }

  .brand {
    padding: 30px 15px 10px;
    text-align: center;
  }

  .brand .swiper-pagination {
    position: static;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(237, 234, 232, 0.30);
    padding: 2px 5px;
    gap: 6px;
    width: auto;
  }

  .brand .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d3bfa7;
    opacity: 0.6;
    margin: 0 !important;
    /* transition: opacity .3s, background-color .3s; */
  }

  .brand .swiper-pagination-bullet-active {
    opacity: 1;
    background: #b5946c;
  }

  /* .brandDots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    background: rgba(237, 234, 232, 0.30);
    padding: 2px 5px;
  }

  .brandDots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #d3bfa7;
    opacity: 0.6;
    margin: 0;
    padding: 0;
    line-height: unset;
    min-height: 6px;
  }

  .brandDots .dot.is-active {
    opacity: 1;
    background: #b5946c;
  } */

  .choose .items {
    grid-template-columns: repeat(1, 1fr);
    margin: 30px 0;
  }

  .choose .items .item .copywriting {
    padding: 10px;
    position: unset;
  }

  .choose .items .item::before,
  .choose .items .item::after {
    display: none;
  }

  .choose .items .item {
    position: relative;
    overflow: hidden;
  }

  .choose .items .item::before {
    opacity: 1;
  }

  .choose .items .item .copywriting {
    position: unset;
    inset: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .choose .items .item .copywriting div {
    color: var(--branding-primary-2100, #B5946C);
    font-size: 18px;
    line-height: 24px;
  }

  .choose .items .item .copywriting p {
    display: block;
    font-size: 13px;
    line-height: 20px;
  }

  .process {
    margin-top: 60px;
  }

  .process .items {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .Inspiration .items {
    margin-top: 30px;
  }

  /* .Inspiration .items::-webkit-scrollbar {
    display: none; 
  }

  .Inspiration .track {
    animation: none; 
    width: max-content;
    flex-shrink: 0;
  } */

  .process .item {
    padding: 10px;
    min-height: 162px;
  }

  .process .item p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
  }

  .process .itemTitle {
    font-size: 18px;
    line-height: 26px;
  }

  .process .item .num {
    font-size: 42px;
    line-height: 52px;
  }

  .contactSection {
    margin-top: 60px;
  }

  .contactSection .items {
    margin: 30px auto;
    grid-template-columns: repeat(1, 1fr);
  }

  .contactSection .item {
    justify-content: flex-start;
  }

  .contactSection .contactBtn {
    width: 100%;
  }

  .faq {
    margin: 50px auto;
  }

  .faq .faqQuestion {
    font-size: 16px;
    line-height: 24px;
  }

  .guide {
    margin: 50px 0;
    background: url(/wp-content/themes/child-f/assets/landingpage/2025/CustomProcess/guideBg-ph.webp) center / cover no-repeat;
    min-height: 524px;
    padding: 0 15px;
  }

  .guide .guideLink {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 60px;
  }

  .contactSection .item a {
    font-size: 14px;
    line-height: 21px;
  }

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

@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) {}

/* Modal */
.video-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.video-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal .video-inner {
  width: 90%;
  max-width: 1100px;
  aspect-ratio: 16/9;
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.video-modal .video-close {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  line-height: 18px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.video-modal .video-wrap {
  width: 100%;
  height: 100%;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .video-modal .video-inner {
    width: 98%;
    height: 56vh;
    max-width: none;
    aspect-ratio: auto;
  }
}