@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.header-main .header-inner {
  display: flex;
}
.header-main .nav-left {
  justify-content: flex-end !important;
}
.header-main .links > li > a:before, .header-main i[class*=" icon-"], .header-main i[class^=icon-] {
  line-height: 2;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > .gtranslate_wrapper, .header-block {
  padding-left: 20px !important;
}

.gtranslate_wrapper .glink {
  margin-right: 10px !important;
}

.header-wrapper.stuck {
  box-shadow: unset !important;
  --white-hsl: 30, 80%, 98.03921569%;
}
.header-wrapper.stuck .social-icons {
  color: #e2e2e2;
}
.header-wrapper.stuck .header-main {
  background: hsla(var(--white-hsl), 1);
}
.header-wrapper.stuck .top-divider.full-width {
  display: none;
}

a.button:not(.icon),
button.button:not(.icon):not(.is-link):not(.is-underline) {
  font-weight: 400 !important;
  position: relative;
  overflow: hidden;
  font-size: 17px;
  text-transform: capitalize;
}
a.button:not(.icon)::before,
button.button:not(.icon):not(.is-link):not(.is-underline)::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  border-radius: 99px;
  transition-duration: 0.5s;
  z-index: 0;
}
a.button:not(.icon).secondary::before,
button.button:not(.icon):not(.is-link):not(.is-underline).secondary::before {
  background-color: var(--fs-color-primary);
}
a.button:not(.icon).secondary:hover,
button.button:not(.icon):not(.is-link):not(.is-underline).secondary:hover {
  border-color: var(--fs-color-primary);
}
a.button:not(.icon).primary::before,
button.button:not(.icon):not(.is-link):not(.is-underline).primary::before {
  background-color: var(--fs-color-secondary);
}
a.button:not(.icon).primary:hover,
button.button:not(.icon):not(.is-link):not(.is-underline).primary:hover {
  border-color: var(--fs-color-primary);
  color: var(--fs-color-primary);
}
a.button:not(.icon).primary:hover .icon-angle-right:before,
button.button:not(.icon):not(.is-link):not(.is-underline).primary:hover .icon-angle-right:before {
  background-color: var(--fs-color-primary);
}
a.button:not(.icon) .icon-angle-right:before,
button.button:not(.icon):not(.is-link):not(.is-underline) .icon-angle-right:before {
  content: "";
  mask-image: url(../img/arrow-right.svg);
  mask-size: contain;
  background-color: #fff;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
a.button:not(.icon).is-outline:hover,
button.button:not(.icon):not(.is-link):not(.is-underline).is-outline:hover {
  background-color: transparent !important;
}
a.button:not(.icon).is-outline.white::before,
button.button:not(.icon):not(.is-link):not(.is-underline).is-outline.white::before {
  background-color: #fff;
}
a.button:not(.icon).is-outline.white:hover,
button.button:not(.icon):not(.is-link):not(.is-underline).is-outline.white:hover {
  color: var(--fs-color-primary);
}
a.button:not(.icon).is-outline.white:hover .icon-angle-right:before,
button.button:not(.icon):not(.is-link):not(.is-underline).is-outline.white:hover .icon-angle-right:before {
  background-color: var(--fs-color-primary);
}
a.button:not(.icon).is-outline.primary .icon-angle-right:before,
button.button:not(.icon):not(.is-link):not(.is-underline).is-outline.primary .icon-angle-right:before {
  background-color: var(--fs-color-primary);
}
a.button:not(.icon).is-outline.primary:hover .icon-angle-right:before,
button.button:not(.icon):not(.is-link):not(.is-underline).is-outline.primary:hover .icon-angle-right:before {
  background-color: #fff;
}
a.button:not(.icon) span, a.button:not(.icon) i,
button.button:not(.icon):not(.is-link):not(.is-underline) span,
button.button:not(.icon):not(.is-link):not(.is-underline) i {
  position: relative;
  z-index: 1;
}
a.button:not(.icon):hover::before,
button.button:not(.icon):not(.is-link):not(.is-underline):hover::before {
  width: calc(100% + 4px);
}

.button {
  transition: all 0.3s ease;
}
.button:hover {
  box-shadow: 5px 5px 15px color-mix(in srgb, black 40%, var(--fs-color-primary) 60%), -5px -5px 15px #ffffff !important;
  transform: scale(1.07) translateY(-4px);
  background: white;
}

.col-service .section-title-container {
  margin-bottom: 0 !important;
}
.col-service .section-title-container .section-title {
  border-bottom: unset;
  margin-bottom: 0;
}
.col-service .section-title-container .section-title .section-title-main {
  border-bottom: unset;
}

.ux-builder-iframe .col-service .service-scroll {
  max-height: none !important;
  overflow: visible !important;
}

.tick {
  color: var(--fs-color-primary) !important; /* xanh lá */
  font-size: 1.2em;
}

.col-service {
  /* ===== Chips (sticky) ===== */
  /* ===== Scroll container ===== */
  /* ===== Category title ===== */
  /* ===== Service rows ===== */
  /* ===== Mobile ===== */
}
.col-service > .col-inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  box-shadow: 5px 5px 15px color-mix(in srgb, black 40%, var(--fs-color-success) 60%), -5px -5px 15px #ffffff;
  padding: clamp(12px, 2.6vw, 22px);
}
.col-service h3 {
  margin: 0;
  color: var(--fs-color-primary);
}
.col-service .row-button {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  padding: 8px 0 10px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}
.col-service .row-button .col-button {
  position: relative;
  padding-bottom: 0;
}
.col-service .row-button .col-button .col-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 42px;
  scrollbar-width: none;
}
.col-service .row-button .col-button .col-inner::-webkit-scrollbar {
  display: none;
}
.col-service .row-button .col-button .button {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 9999px !important;
  font: 700 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03), 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}
.col-service .row-button .col-button .button:hover, .col-service .row-button .col-button .button.is-active {
  background: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
.col-service .row-button .col-button .button.is-active {
  color: white;
}
.col-service .row-button .col-button .button:hover {
  color: var(--fs-color-primary);
}
.col-service .row-button .col-button .chip-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 30;
}
.col-service .row-button .col-button .chip-nav--prev {
  left: 4px;
}
.col-service .row-button .col-button .chip-nav--next {
  right: -20px;
}
.col-service .row-button .col-button .chip-nav.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.col-service .row-service-scroll {
  margin-top: 2px;
}
.col-service .service-scroll {
  max-height: 560px;
  overflow: auto;
  scroll-behavior: smooth;
}
.col-service .service-scroll::-webkit-scrollbar {
  width: 8px;
}
.col-service .service-scroll::-webkit-scrollbar-thumb {
  background: #e2e2e2;
  border-radius: 20px;
}
.col-service .col-service-cate-detail {
  position: static;
  background: transparent;
}
.col-service .col-service-cate-detail .section-title-container {
  margin: 10px 0 8px;
}
.col-service .col-service-cate-detail .section-title-main {
  letter-spacing: 0.04em;
  color: black;
}
.col-service .col-service-cate-detail .section-title b {
  height: 2px;
  opacity: 0.25;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
}
.col-service .col-service-cate-detail .section-title b:first-child {
  width: 14%;
  margin-right: 12px;
}
.col-service .col-service-cate-detail .section-title b:last-child {
  width: 60%;
  margin-left: 12px;
}
.col-service .row-service-detail-two-col {
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.col-service .row-service-detail-two-col:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.02), transparent);
  border-top-color: rgba(0, 0, 0, 0.09);
}
.col-service .row-service-detail-two-col:first-of-type {
  border-top: 0;
}
.col-service .col-service-name p {
  margin: 0;
  font-weight: 400;
  color: black;
}
.col-service .col-service-price .col-inner {
  display: flex;
  justify-content: flex-end;
}
.col-service .col-service-price p {
  margin: 0;
  font-weight: 400;
  color: black;
}
@media (max-width: 549px) {
  .col-service > .col-inner {
    padding: 14px;
  }
  .col-service .row-button .button {
    font-size: 13px;
    padding: 9px 14px;
  }
  .col-service .service-scroll {
    max-height: 420px;
  }
}
.col-service .col-service-detail {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.col-service .row-button .col-inner,
.col-service .service-scroll {
  overscroll-behavior: contain; /* chặn scroll chaining */
}

.col-service .row-button .col-inner,
.col-service .service-scroll {
  overscroll-behavior: contain; /* chặn scroll chaining */
}

@media (max-width: 1280px) {
  .text_typebanner {
    height: 6em;
  }
}
@media (max-width: 420px) {
  .text_typebanner {
    height: 9em;
  }
}

#typed-output {
  color: var(--fs-color-primary);
  font-weight: 700;
  font-size: 3rem;
}
@media (max-width: 767px) {
  #typed-output {
    font-size: 1em;
  }
}

.typed-cursor {
  font-size: 3rem;
  color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  .typed-cursor {
    font-size: 1em;
  }
}

.section-show {
  --white-hsl: 30, 80%, 98.03921569%;
  background: hsla(var(--white-hsl), 1);
}
.section-show .txt-color p, .section-show .title-color .customwp-title-text {
  color: var(--fs-color-primary);
}
.section-show .img-inner {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 15px color-mix(in srgb, black 40%, var(--fs-color-success) 60%), -5px -5px 15px #ffffff;
}
.section-show .row-gif .banner.has-hover {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 15px color-mix(in srgb, black 40%, var(--fs-color-success) 60%), -5px -5px 15px #ffffff;
}

.section-feel {
  background: linear-gradient(180deg, var(--fs-color-primary) 0%, color-mix(in srgb, var(--fs-color-primary) 50%, white 50%) 70%, var(--fs-color-secondary) 100%) !important;
}
.section-feel .pebble {
  overflow: hidden;
  /* bo 8 giá trị: top-left, top-right, bottom-right, bottom-left / theo trục Y */
  border-radius: 60% 60% 60% 60%/25% 25% 25% 25%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}
.section-feel .pebble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-feel .img-nails {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.section-crew {
  background: var(--fs-color-success) !important;
}
.section-crew .img-inner {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 15px color-mix(in srgb, black 40%, var(--fs-color-success) 60%), -5px -5px 15px #ffffff;
}

.checklist-fa li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  margin-left: 0 !important;
  list-style: none;
  font-family: "Anziano-Regular", sans-serif !important;
  color: var(--fs-color-primary);
}
.checklist-fa li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  color: var(--fs-color-primary);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.absolute-footer {
  background: color-mix(in srgb, black 40%, var(--fs-color-primary) 60%) !important;
}

.section_footer {
  box-shadow: color-mix(in srgb, var(--fs-color-primary) 30%, black 70%) !important;
  background-image: url(https://nails.webfs.site/wp-content/uploads/2025/08/cartographer.png);
  background-color: var(--fs-color-primary) !important;
}
.section_footer .text-copyright p {
  margin-bottom: 0 !important;
}
.section_footer .ux-menu .ux-menu-link__link {
  position: relative;
  display: flex;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom-style: unset !important;
}
.section_footer .ux-menu .ux-menu-link__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: var(--fs-color-primary);
  transition: width 0.5s ease;
}
.section_footer .ux-menu .ux-menu-link__link:hover {
  color: var(--fs-color-primary) !important;
  font-weight: bold;
}
.section_footer .ux-menu .ux-menu-link__link:hover::before {
  width: 100%;
}
.section_footer .ux-menu.link-menu .ux-menu-link__link .ux-menu-link__icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(315deg);
  margin-left: 0.1em;
  margin-bottom: 1px;
}
.section_footer .ux-menu.link-menu .ux-menu-link__link:hover .ux-menu-link__icon::before {
  transform: rotate(360deg);
}
.section_footer .icon-call .icon-inner svg {
  fill: var(--fs-color-primary);
  color: var(--fs-color-primary);
  animation: ringPhone 1.5s infinite;
  display: inline-block;
  font-size: 1.4em;
}
.section_footer img {
  border-radius: 7px;
}
.section_footer .social-icons.follow-icons.full-width.text-center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* khoảng cách giữa icon */
}
.section_footer .social-icons.follow-icons.full-width.text-center::before,
.section_footer .social-icons.follow-icons.full-width.text-center::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000; /* màu đường kẻ */
  opacity: 0.4;
  margin: 0 10px;
}
.section_footer .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px !important;
  margin-right: 10px !important;
  box-shadow: 5px 5px 15px color-mix(in srgb, black 40%, var(--fs-color-primary) 60%), -5px -5px 15px #ffffff;
  background: linear-gradient(145deg, color-mix(in srgb, white 90%, var(--fs-color-primary) 10%), #ffffff);
  border: unset !important;
}
.section_footer .social-icons a:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--fs-color-primary) 0%, color-mix(in srgb, var(--fs-color-primary) 50%, var(--fs-color-secondary) 50%) 50%, var(--fs-color-secondary) 100%);
}
.section_footer .social-icons a:hover i::before {
  color: white !important;
}
.section_footer .social-icons a i::before {
  color: black !important;
}

@keyframes ringPhone {
  0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.2) rotate(15deg);
  }
  40% {
    transform: scale(1.3) rotate(-10deg);
  }
  60% {
    transform: scale(1.2) rotate(5deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.button-ab {
  position: fixed !important;
  bottom: 15px;
  right: 10px;
  z-index: 99999 !important;
  font-size: 15px !important;
}

.footer-wrapper p {
  font-family: "MinervaModern", sans-serif !important;
  font-size: 18px;
  margin-bottom: 0;
}