
/* ===== template-parts/service-take-photo-page/section-banner/assets/styles.css ===== */
.section-banner {
  width: 100%;
  height: 49.25rem;
  position: relative;
  padding-top: 2rem;
}
.section-banner .banner-img {
  width: 100%;
  height: 100%;
}
.section-banner .banner-img--mb {
  display: none;
}
.section-banner .banner-content {
  background: linear-gradient(
    180deg,
    rgba(106, 0, 2, 0) 40.28%,
    rgba(106, 0, 2, 0.36) 59.73%,
    rgba(106, 0, 2, 0.56) 74.25%,
    rgba(75, 0, 1, 0.7) 100%
  );
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3.5rem 5rem;
  width: 100%;
  height: auto;
}
.section-banner .banner-content__left {
  max-width: 33.4375rem;
}
.section-banner .banner-content__right {
  position: relative;
  width: 51.9375rem;
}
.section-banner .banner-title {
  color: var(--Text-inv-100, #f7f4ec);

  /* PC/H2/58 - B */
  font-family: Phudu;
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 3.9875rem */
  padding-bottom: 1.5rem;
  padding-left: 0;
}
.section-banner .banner-description {
  color: var(--Text-inv-100, #f7f4ec);

  /* PC/Body/18 - R - SF */
  font-family: "SF Pro Display";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  padding-bottom: 1.5rem;
  padding-left: 0;
}
.section-banner .banner__button {
  display: flex;
  align-items: center;
  height: 1.5rem;
}

.section-banner .banner__button:hover svg {
    transform: translateX(0.5rem);
}
.section-banner .banner__button svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: transform 200ms ease-in-out;
}
.section-banner .banner__button p {
  color: #f7f4ec;
  font-size: 1.125rem;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
}
.section-banner .banner__button:hover p {
  color: #f26c59;
}
.section-banner .feature__item {
  /* width: 16.73rem; */
  height: 4.88rem;
  display: flex;
  padding: 0.875rem 1rem;
  align-items: center;
  background: var(--icon-mng-trng-10, rgba(246, 243, 234, 0.1));
  backdrop-filter: blur(4px);
}
.section-banner .feature__item--icon {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: cover;
  flex-shrink: 0;
}
.section-banner p {
  color: var(--Text-inv-100, #f7f4ec);

  /* PC/Body/16 - M - SF */
  font-family: "SF Pro Display";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  padding-left: 0.75rem;
}
.section-banner .feature__item--pagination {
  position: absolute;
  bottom: -1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-banner .feature__item--pagination .swiper-pagination-bullet {
  height: 0.2rem;
  width: 3rem;
  background: var(--Icon---mng-Trng-ng, #f6f3ea);
  border-radius: 0;
}

@media (max-width: 639.98px) {
  .section-banner {
    width: 23.4375rem;
    height: 39rem;
  }
  .section-banner .banner-title {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0.75rem;
    max-width: 17rem;
  }
  .section-banner .banner-description {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0.75rem 0;
  }
  .section-banner .banner-img--pc {
    display: none;
  }
  .section-banner .banner-img--mb {
    display: block;
  }
  .section-banner .banner__button {
    display: none;
  }
  .section-banner .banner-content {
    padding: 1.25rem 0;
    flex-direction: column;
  }

  .section-banner .banner-content__right {
    width: 100%;
  }
  .section-banner .banner-content__left {
    padding: 0 0.75rem;
  }
  .section-banner .feature__item {
    height: 5.81rem;
    align-items: start;
  }
  .section-banner .swiper-banner {
    padding: 0 0.75rem !important;
  }
  .section-banner .feature__item--pagination {
    bottom: 0.875rem;
    justify-content: center;
    padding: 0 1.75rem;
  }
  .section-banner .feature__item--pagination .swiper-pagination-bullet {
    height: 0.125rem;

    z-index: 10;
  }
}


/* ===== template-parts/service-take-photo-page/section-intro-service/assets/styles.css ===== */
.section-intro-service {
  width: 100%;
  height: 60.5rem;
  position: relative;
  overflow: hidden;
}
.section-intro-service .intro-bg {
  width: 100%;
  height: 100%;
}
.section-intro-service .intro-deco--pc {
  width: 56.375rem;
  height: 49.375rem;
  position: absolute;
  top: 3.19rem;
  z-index: 2;
  right: -8rem;
}
.section-intro-service .intro-bg--mb {
  display: none;
}
.section-intro-service .section-about__sun {
  position: absolute;
  top: -9rem;
  right: -1rem;
  width: 62.9375rem;
  height: 62.9375rem;
  z-index: 1;
}
.section-intro-service .outer-rotate {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotateOuter 20s linear infinite;
}

.section-intro-service .intro-content {
  width: 36.9375rem;
}
.section-intro-service .intro-content__title {
  color: var(--Text-Title---Highlight-100, #680103);

  /* PC/Sub/24 - S - sub H2 */
  font-family: Phudu;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 1.65rem */
  padding-bottom: 1.25rem;
}
.section-intro-service .intro-content__subtitle {
  color: var(--Text-Title---Highlight-100, #680103);

  /* PC/H2/58 - B */
  font-family: Phudu;
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 3.9875rem */
  padding-bottom: 2rem;
}
.section-intro-service .intro-content__features {
  padding-bottom: 2rem;
  border-bottom: 1px dashed #1d1d1d1f;
}
.section-intro-service .intro-content__feature--item {
  display: flex;
  align-items: center;
  color: var(--Text-Title---Highlight-100, #680103);

  /* PC/H4/20 - M - SF */
  font-family: "SF Pro Display";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.625rem */
  padding-bottom: 0.875rem;
}
.section-intro-service .intro-content__feature--item svg {
  width: 0.875rem;
  margin-right: 0.5rem;
  height: 1.625rem;
}
.section-intro-service .intro-content__description {
  padding-top: 2rem;
  color: var(--Text-Body-100, #1d1d1d);

  /* PC/Body/18 - R - SF */
  font-family: "SF Pro Display";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.section-intro-service .intro-deco--mb {
  display: none;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  height: 17.47713rem;
  width: 100%;
  object-fit: contain;
}
@keyframes rotateOuter {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.section-intro-service .intro-content {
  position: absolute;
  top: 8.38rem;
  left: 5.63rem;
}
.section-intro-service .intro-content__feature--item:last-child {
  padding-bottom: 0;
}
@media (max-width: 639px) {
  .section-intro-service {
    height: 41.96rem;
  }
  .section-intro-service .intro-bg-pc {
    display: none;
  }
  .section-intro-service .intro-bg--mb {
    display: block;
  }
  .section-intro-service .outer-rotate {
    animation: none;
  }
  .section-intro-service .intro-content {
    width: 100%;
    padding: 0 0.75rem;
    top: 4.23rem;
    left: 0;
  }
  .section-intro-service .intro-deco--mb {
    display: block;
  }
  .section-intro-service .intro-deco--pc {
    display: none;
  }
  .section-intro-service .section-about__sun {
      display: none;
    }
  .section-intro-service .intro-content__title {
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding-bottom: 0.5rem;
  }
  .section-intro-service .intro-content__subtitle {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding-bottom: 1.25rem;
  }
  .section-intro-service .intro-content__features {
    padding-bottom: 0.875rem;
  }
  .section-intro-service .intro-content__feature--item {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding-bottom: 0.3125rem;
  }
  .section-intro-service .intro-content__description {
    padding-top: 0.875rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}


/* ===== template-parts/service-take-photo-page/section-services/assets/styles.css ===== */
.home-services {
  width: 100%;
  z-index: 99;
}

.section-services {
  position: relative;
  width: 100%;
}

.services__panels--overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.services__panels--overlay img {
  width: 100%;
  height: 100%;
}

.home-services__container {
  position: absolute;
  width: 100%;
  max-width: 94rem;
  height: 34.25rem;
  overflow: hidden;
  z-index: 30;
  margin: 0 auto;
  display: flex;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  align-items: flex-end;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0 672px 188px 0 rgba(0, 0, 0, 0),
    0 430px 172px 0 rgba(0, 0, 0, 0.01), 0 242px 145px 0 rgba(0, 0, 0, 0.05),
    0 107px 107px 0 rgba(0, 0, 0, 0.09), 0 27px 59px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1600ms cubic-bezier(0.32, 0.01, 0, 1.01),
    transform 1600ms cubic-bezier(0.32, 0.01, 0, 1.01);
}

.home-services__container.is-in-viewport {
  /* transform: translateY(0); */
}

.home-services__bg {
  position: absolute;
  top: 0;
  inset-inline: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  filter: blur(73.44999694824219px);
}

.home-services__list-container {
  position: relative;
  display: flex;
  width: 36.25rem;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  margin-right: 1rem;
  padding: 3rem 0;
}

.home-services__title {
  color: #680103;
  font-family: Phudu;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 2.5rem;
}

.home-services__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior: auto;
  /* Firefox */
  scrollbar-width: none;
  scrollbar-color: #680103;
}

.home-services__list>* {
  flex-shrink: 0;
}

/* Chrome / Safari / Edge */
.home-services__list::-webkit-scrollbar {
  width: 6px;
}

.home-services__list::-webkit-scrollbar-track {
  background: transparent;
}

.home-services__list::-webkit-scrollbar-thumb {
  background-color: #680103;
  border-radius: 999px;
  border: 2px solid transparent;
  /* tạo khoảng hở để track vẫn "trong suốt" */
  background-clip: content-box;
}

.home-services__list-item {
  display: flex;
  flex-shrink: 0;
  padding: 2.5rem 1rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
  /*border-top: 0.0625rem dashed rgba(29, 29, 29, 0.12);*/
  /* transition: padding 0.3s ease; */
}

.home-services__line {
  display: block;
  width: 100%;
  height: 0.0625rem;
  padding: 0 0.875rem;
  object-fit: cover;
}

.home-services__list-item-title {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #680103;
  font-family: Phudu;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: 0.32;
  transition: opacity 1.2s cubic-bezier(0.47, 0, 0.01, 1.01),
    transform 0.4s cubic-bezier(0.47, 0, 0.01, 1.01);
}

.home-services__list-item-description {
  width: 20.4375rem;
  color: #1d1d1d;
  font-family: "SF Pro Display";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.47, 0, 0.01, 1.01);
}

.home-services__list-item-icon {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 0.48;
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.home-services__panels {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 100%;
}

.home-services__media {
  position: absolute;
  inset: 0;
  opacity: 0;
  height: 100%;
  pointer-events: none;
  transition: opacity 1.2s cubic-bezier(0.47, 0, 0.01, 1.01);
}

.home-services__media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-services__media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-services__media-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.51) 58.8%,
      rgba(5, 5, 5, 0.8) 66.65%,
      #000 93.75%);
  pointer-events: none;
  z-index: 1;
}

.home-services__media-gradient-1 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #000;
}

.home-services__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem 5.12rem 2rem;
  z-index: 5;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1.2s cubic-bezier(0.47, 0, 0.01, 1.01),
    transform 1.2s cubic-bezier(0.47, 0, 0.01, 1.01);
}

.home-services__content-title {
  color: #f7f4ec;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Phudu;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1.75rem;
  position: relative;
}

.home-services__content-title::before {
  content: "";
  width: 29.0625rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  inset-inline: 0;
  bottom: -0.88rem;
}

.home-services__content-title strong {
  color: #f26c59;
}

.home-services__price {
  color: #f26c59;
}

.home-services__content-list {
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.625rem;
}

.home-services__content-list:first-child {
  margin-right: 1.62rem;
}

.home-services__content-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.home-services__media-icon {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.home-services__content-list-item-text {
  flex: 1 0 0;
  color: #f7f4ec;
  font-family: "SF Pro Display";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home-services__content-list-item-text strong {
  font-weight: 600;
  margin-left: 0.5rem;
}

.home-services__button {
  position: absolute;
  bottom: 2.12rem;
  right: 1.5rem;
}

.home-services__media.active {
  opacity: 1;
  pointer-events: auto;
}

.home-services__list-item.active .home-services__list-item-icon {
  opacity: 1;
  transform: rotate(180deg);
}

.home-services__list-item.active .home-services__list-item-title {
  opacity: 1;
}

.home-services__list-item.active .home-services__list-item-description {
  opacity: 0.8;
}

.home-services__media.active .home-services__content {
  opacity: 1;
  transform: translateY(0);
}

.home-services__media.is-leaving .home-services__content {
  opacity: 0;
  transform: translateY(calc(-100% - 4.75rem));
}

/* START STATE */

.home-services__accordion {
  display: none;
}

.home-services__accordion-inner {
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: margin 0.3s ease, padding 0.3s ease;
}

.home-services__accordion-description {
  color: #1d1d1d;
  font-family: "SF Pro Display";
  font-size: 0.875rem;
  line-height: 150%;
  opacity: 0.8;
  margin-bottom: 0.625rem;
  display: none;
}

.home-services__accordion-media {
  position: relative;
  width: 100%;
  height: 12.875rem;
}

.home-services__accordion-media-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.75rem;
  z-index: 5;
}

.featured--list {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .home-services__list-item:not(.active):hover .home-services__list-item-title {
    opacity: 0.48;
    transform: translateX(0.875rem);
    transition-duration: 0.4s;
  }
}

@media (max-width: 639.98px) {
  .home-services {
    width: 100%;
  }

  .home-services__container {
    position: relative;
    height: fit-content;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    transform: translateY(0);
  }

  .home-services__list-container {
    width: 100%;
    margin: 0;
    max-height: 100%;
    padding: 3rem 0 0;
  }

  .home-services__title {
    font-size: 0.8125rem;
    padding: 0 0.875rem 1.25rem;
    margin: 0;
  }

  .home-services__list {
    flex: 0 0 auto;
    max-height: fit-content;
    overflow-y: hidden;
  }

  .home-services__list-item {
    padding: 1.25rem 0.875rem;
  }

  /* .home-services__list-item.active {
    padding-bottom: 0.625rem;
  } */

  .home-services__list-item-title {
    font-size: 1.5rem;
    line-height: 110%;
    opacity: 0.48;
    text-box-edge: unset;
    text-box-trim: unset;
  }

  .home-services__list-item-description {
    display: none;
  }

  .home-services__list-item-icon {
    display: block;
  }

  .home-services__panels {
    display: none;
  }

  .home-services__accordion {
    display: grid;
    padding: 0 0.875rem;
    grid-template-rows: 0fr;
    opacity: 0;
    transform: translateY(-0.625rem);
    transition: grid-template-rows 0.4s ease, opacity 0.3s ease,
      transform 0.3s ease;
    overflow: hidden;
  }

  .home-services__accordion.active {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-bottom: 1.25rem;
    margin-bottom: -0.625rem;
    /* transform: translateY(0); */
  }

  .home-services__accordion.active .home-services__accordion-inner {
    overflow: hidden;
    margin: 0 -2rem -2rem 0;
    padding: 0 2rem 2rem 0;
  }

  .home-services__accordion-description {
    display: block;
  }

  .home-services__media-gradient {
    height: 7.125rem;
    background: linear-gradient(180deg,
        rgba(106, 0, 2, 0) 28.83%,
        rgba(106, 0, 2, 0.31) 47.34%,
        rgba(106, 0, 2, 0.48) 62.52%,
        rgba(75, 0, 1, 0.6) 83.4%);
  }

  .home-services__content-title {
    font-size: 1.125rem;
    margin-bottom: 0;
  }

  .home-services__content-list {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 0.625rem;
    margin-bottom: 1.125rem;
  }

  .home-services__content-list-item-text {
    color: rgba(29, 29, 29, 0.8);
    font-size: 0.875rem;
  }

  .home-services__button {
    position: static;
    display: flex;
    justify-content: flex-start;
    padding-right: 0.875rem;
    margin-right: -0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-services__accordion {
    transition: none;
  }
}

/* ===== template-parts/service-take-photo-page/section-change/assets/styles.css ===== */
.section-change {
  width: 100%;
  height: 97.94rem;
  overflow: hidden;
}
.section-change .backgound-pc {
  width: 100%;
  height: 91.6875rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.grid-container {
  padding-top: 4.81rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 32.94rem 20.62rem;
  height: 53.56rem;
  padding-inline: 4.25rem;
}
.grid-container .grid-item:nth-child(4), .grid-container .grid-item:nth-child(8) {
    border-right: none;
}
.grid-container .grid-item {
  position: relative;
  border-right: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  /* z-index: 10; */
}
.grid-item__step {
  position: absolute;
  top: 1.5rem;
  right: 2.25rem;
  color: var(--Text-inv, #f26c59);

  /* PC/Body/14 - R - SF */
  font-family: var(--String, Phudu);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
}

.grid-item__content {
  padding: 3rem 0 3rem 1.5rem;
}
.grid-item__content h3 {
  margin-bottom: 0.875rem;
  color: var(--Text-inv-100, #f7f4ec);

  /* PC/Title card/24 - S */
  font-family: Phudu;
  font-size: var(--H1, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.8rem */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.grid-item__desc {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}
.grid-item__desc:last-child {
  margin-bottom: 0;
}
.grid-item__desc p {
  color: var(--Text-inv-80, rgba(247, 244, 236, 0.8));

  /* PC/Body/16 - R (Primary) */
  font-family: "SF Pro Display";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.grid-item__desc svg {
  margin-right: 0.5rem;
}
.grid-item__content-image {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.125rem;
}
.section-change .header-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 26.25rem;
  left: 0;
  padding: 0.625rem 4.25rem 1.25rem 4.25rem;
  height: 9rem;
  z-index: 1;
}
.section-change .header-container h3 {
  color: var(--Text-inv, #f26c59);
  text-align: center;

  /* PC/Sub/24 - S - sub H2 */
  font-family: Phudu;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 1.65rem */
  padding-bottom: 1.5rem;
  text-align: start;
}
.section-change .header-container h2 {
  color: var(--Text-inv, #f26c59);
  text-align: center;

  /* PC/H2/58 - B */
  font-family: Phudu;
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 3.9875rem */
}
.backgound-mb {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.button-contact__mb {
  display: none;
  width: 100%;
  margin-top: 1.25rem;
  justify-content: center;
}
@media (max-width: 639.98px) {
  .grid-item__desc {
    padding-bottom: 0;
  }
  .grid-item__desc p {
    font-size: 0.875rem;
  }
  .backgound-pc {
    display: none;
  }
  .backgound-mb {
    display: block;
  }
  .section-change {
    padding-top: 4.75rem;
    height: auto;
    width: 100%;
  }
  .section-change .header-container {
    position: relative;
    top: 0;
    padding: 0 0.75rem;
    justify-content: center;
    height: auto;
  }
  .section-change .header-container h3 {
    font-size: 0.8125rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .section-change .header-container h2 {
    font-size: 1.75rem;
  }
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    height: auto;
    padding: 0 0.75rem;
  }
  .grid-item__heading {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    justify-content: space-between;
    min-height: 3.19rem;
  }
  .grid-item__content-image {
    width: 2.75rem;
    height: 2.75rem;
  }
  .grid-container .grid-item {
    border-right: 0;
    padding: 0.875rem 0;
    min-height: 3rem;
  }
  .grid-item__content {
    padding: 0;
  }
  .grid-item__step {
    position: absolute;
    top: 0.875rem;
    left: 0;
    right: initial;
    color: var(--Text-inv, #F26C59);
    font-family: "SF Pro Display";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.125rem */
    text-transform: uppercase;
  }
  .grid-item__deco {
    display: none;
  }
  .button-contact {
    display: none;
  }
  .button-contact__mb {
    display: flex;
  }
  .grid-item__content h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 120%;
  }
}

/* Gallery */
.gallery__container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.gallery__slider {
  display: flex;
  width: 100%;
  height: 32.0625rem;
  overflow: hidden;
}

.gallery__slider-track {
  display: flex;
  gap: 1.25rem;
  height: 100%;
  width: max-content;
  animation: gallery-slider-marquee 25s linear infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.gallery__slider:hover .gallery__slider-track {
  animation-play-state: paused;
}

@keyframes gallery-slider-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-33.333333%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery__slider-track {
    animation: none;
  }
}

.gallery__slider-item {
  flex: 0 0 auto;
  height: 100%;
}

.gallery__slider-item-image {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1023.98px) {
  .gallery__slider-track {
    gap: 0.625rem;
  }
}

@media (max-width: 639.98px) {
  .gallery__container {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 1.5rem;
  }

  .gallery__slider {
    height: 16.25rem;
  }
}


/* ===== template-parts/service-take-photo-page/section-contact-service/assets/styles.css ===== */
.section-contact-service {
  display: flex;
  padding: 6.3125rem 8.5625rem 6.25rem 8.5rem;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
}
.container-left {
  margin-right: 1rem;
  flex: 1;
}
.container-left h2 {
  color: var(--Text-Title---Highlight-100, #680103);

  /* PC/H2/46 - B */
  font-family: Phudu;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3.45rem */
  padding-bottom: 1rem;
}
.container-left p {
  color: var(--Text-Body-80, rgba(29, 29, 29, 0.8));

  /* PC/Body/18 - R - SF */
  font-family: "SF Pro Display";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  padding-bottom: 1.625rem;
}
.container-left__social {
  display: flex;
}
.container-left__social--item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 5.46875rem;
  /* opacity: 0.12; */
  background: #6801031f;

  margin-right: 1rem;
}
.container-left__social--item img {
  width: 75%;
  height: auto;
  object-fit: cover;
  z-index: 100;
}
.container-left__social--item svg {
    width: 2.04169rem;
    height: auto;
    object-fit: cover;
    z-index: 100;
}
.container-left__social--item:last-child {
  margin-right: 0;
}
@media (max-width: 639.98px) {
  .section-contact-service {
    padding: 5.5rem 0.875rem;
    flex-direction: column;
  }
  .container-left {
    text-align: center;
  }
  .container-left h2 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding-bottom: 0.75rem;
  }
  .container-left p {
    padding-bottom: 0.6875rem;
    font-size: 0.875rem;
    width: 16.1875rem;
    margin: 0 auto;
  }
  .container-left__social {
    justify-content: center;
    margin-bottom: 0.875rem;
  }
  .container-left__social--item {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.875rem;
  }
  .container-left__social--item img {
  }
  .container-left__social--item svg {
    width: 1.45831rem;
  }
}


/* ===== template-parts/service-take-photo-page/section-contact-form/assets/styles.css ===== */
/* ===============================
   CONTACT FORM SECTION
=============================== */
.contact-form {
  padding: 1.5rem;
  height: 100%;
  width: 44rem;
}

/* Form layout */
.contact-form__form {
  display: flex;
  flex-direction: column;
}

/* Row: 2 fields side by side */
.contact-form__row {
  display: flex;
}

.contact-form__row > .contact-form__field:first-child {
  margin-right: 1.125rem;
}

.contact-form__row > .contact-form__field {
  flex: 1;
}

/* Field wrapper */
.contact-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.62rem;
}

/* Label */
.contact-form__label {
  color: #1d1d1d;
  font-family: "SF Pro Display";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0.5rem;
}

.contact-form__required {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.833rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ef2020;
}

/* Input */
.contact-form__input {
  font-family: "SF Pro Display";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  color: rgba(29, 29, 29, 1);
  height: 3rem;
  padding: 0.75rem;
  border: 0.4px solid rgba(29, 29, 29, 0.2);
  background: transparent;
  outline: none;
  transition: border-color 0.2s ease;
}

.contact-form__input::placeholder {
  color: rgba(29, 29, 29, 0.4);
}

.contact-form__input:focus {
  border-color: #680103;
}

/* Input error state */
.contact-form__input--error {
  border-color: #ef2020;
}

/* Textarea */
.contact-form__textarea {
  font-family: "SF Pro Display";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  color: #1c1c1c;
  padding: 0.625rem;
  border: 0.4px solid var(--stroke-20, rgba(29, 29, 29, 0.2));
  background: transparent;
  outline: none;
  resize: vertical;
  min-height: 6.12rem;
  transition: border-color 0.2s ease;
}

.contact-form__textarea::placeholder {
  color: rgba(29, 29, 29, 0.4);
}

.contact-form__textarea:focus {
  border-color: #680103;
}

/* Textarea error state */
.contact-form__textarea--error {
  border-color: #ef2020;
}

/* Error message */
.contact-form__error {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ef2020;
  min-height: 0;
  overflow: hidden;
  transition: min-height 0.2s ease;
  display: block;
}

.contact-form__error--visible {
  min-height: 1.125rem;
  margin-top: 0.25rem;
}

/* Submit row */
.contact-form__submit {
  display: flex;
  justify-content: flex-end;
}

.contact-form__submit-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
}

/* Loading state */
.contact-form__submit-btn--loading {
  pointer-events: none;
  opacity: 0.6;
}

/* ===============================
   TOAST NOTIFICATION
=============================== */
.contact-toast {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  min-width: 20rem;
  max-width: 26.25rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.12);
  transform: translateX(calc(100% + 1.25rem));
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.21, 1.02, 0.73, 1),
    opacity 0.4s ease;
  pointer-events: none;
}

.contact-toast--visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.contact-toast--exiting {
  transform: translateX(calc(100% + 1.25rem));
  opacity: 0;
}

/* Toast variants */
.contact-toast--success {
  border-left: 4px solid #22c55e;
}

.contact-toast--fail {
  border-left: 4px solid #ef4444;
}

/* Toast icon */
.contact-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.75rem;
}

.contact-toast--success .contact-toast__icon {
  background: #dcfce7;
  color: #22c55e;
}

.contact-toast--fail .contact-toast__icon {
  background: #fee2e2;
  color: #ef4444;
}

.contact-toast__icon svg {
  width: 0.875rem;
  height: 0.875rem;
}

/* Toast content */
.contact-toast__content {
  flex: 1;
}

.contact-toast__message {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
}

/* Toast close button */
.contact-toast__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: #999;
  transition: color 0.2s ease;
}

.contact-toast__close:hover {
  color: #1c1c1c;
}

.contact-toast__close svg {
  width: 0.875rem;
  height: 0.875rem;
}

/* ===============================
   MOBILE
=============================== */
@media (max-width: 639.98px) {
  .contact-form {
    padding: 0;
    width: 100%;
  }

  .contact-form__field {
    margin-bottom: 0.88rem;
  }

  /* Stack fields vertically */
  .contact-form__row {
    flex-direction: column;
  }

  .contact-form__row > .contact-form__field:first-child {
    margin-right: 0;
  }

  /* Textarea height mobile */
  .contact-form__textarea {
    min-height: 6.688rem;
  }

  /* Submit centered on mobile */
  .contact-form__submit {
    justify-content: center;
  }

  /* Toast mobile: top center */
  .contact-toast {
    top: 1rem;
    right: auto;
    left: 50%;
    min-width: 0;
    max-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    transform: translate(-50%, -150%);
  }

  .contact-toast--visible {
    transform: translate(-50%, 0);
  }

  .contact-toast--exiting {
    transform: translate(-50%, -150%);
  }
}


/* ===== template-parts/service-take-photo-page/assets/styles.css ===== */

main {
  background: #f7f4ec;
  position: relative;
  background-image: var(--wpr-bg-ea103023-3cf6-47ad-99c5-750f9c2ebf02);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

