/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Homepage: hide default page title */
.page-id-6 .page-title-wrapper,
.page-id-6 .page-title {
  display: none;
}

/* ---------- Hero ---------- */
.hp-hero {
  position: relative;
  overflow: hidden;
  /* space for intro card overlapping the bottom */
  padding-bottom: 140px !important;
  margin-bottom: 0 !important;
}

.hp-hero .section-content {
  position: relative;
}

.hp-hero .slider-wrapper,
.hp-hero .ux-slider,
.hp-hero .flickity-viewport {
  width: 100%;
}

.hp-hero .img,
.hp-hero .img-inner {
  width: 100%;
  max-width: 100%;
}

/* Cover height — desktop (native height="75vh" sets padding-top; reinforce for consistency) */
.hp-hero .image-cover {
  padding-top: 75vh !important;
}

.hp-hero .image-cover img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

/* ---------- Intro overlay card ---------- */
.hp-intro {
  position: relative;
  z-index: 3;
  margin-top: -160px;
  padding-top: 0 !important;
  padding-bottom: 40px !important;
  background: transparent !important;
}

.hp-intro .section-bg {
  display: none;
}

.hp-intro .col.hp-intro__card > .col-inner,
.hp-intro .hp-intro__card > .col-inner {
  background: rgba(12, 3, 2, 0.6);
  border-radius: 17px;
  padding: 40px 50px 30px;
  color: #fff;
  overflow: hidden;
}

.hp-intro__eyebrow {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 400;
  color: #fff;
}

.hp-intro__title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
}

.hp-intro__text {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #fff;
}

.hp-intro__cta-wrap {
  margin: 8px 0 0;
  text-align: center;
}

.hp-intro__cta {
  display: inline-block;
  color: #fff !important;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.hp-intro__cta:hover {
  color: #ebd1b6 !important;
  border-bottom-color: #ebd1b6;
}

.hp-intro__branches {
  margin-top: 18px;
}

.hp-intro__branches .accordion-title,
.hp-intro__branches .accordion-inner,
.hp-intro__branches .toggle {
  color: #fff;
}

.hp-intro__branches .accordion-item {
  border-color: rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 849px) {
  .hp-hero {
    padding-bottom: 80px !important;
  }

  .hp-hero .image-cover {
    padding-top: 50vh !important;
  }

  .hp-intro {
    margin-top: -100px;
    padding-bottom: 30px !important;
  }

  .hp-intro .col.hp-intro__card > .col-inner,
  .hp-intro .hp-intro__card > .col-inner {
    padding: 24px 22px 20px;
    border-radius: 14px;
  }

  .hp-intro__eyebrow {
    font-size: 18px;
  }

  .hp-intro__title {
    font-size: 22px;
  }

  .hp-intro__text {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }

  .hp-intro__cta {
    font-size: 18px;
  }
}

@media only screen and (max-width: 549px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .hp-hero {
    padding-bottom: 0 !important;
  }

  .hp-hero .image-cover {
    padding-top: 42vh !important;
  }

  .hp-intro {
    margin-top: -24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hp-intro .col.hp-intro__card > .col-inner,
  .hp-intro .hp-intro__card > .col-inner {
    padding: 16px 14px 14px;
    border-radius: 12px;
  }

  .hp-intro__eyebrow {
    font-size: 16px;
    line-height: 1.35;
  }

  .hp-intro__title {
    font-size: 20px;
  }

  .hp-intro__text {
    font-size: 14px;
  }

  .hp-intro__cta {
    font-size: 17px;
  }
}

/* ---------- Services / Nail ---------- */
.hp-services.hp-nail {
  border-radius: 48px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hp-nail__heading {
  margin: 0 0 18px;
  color: #ebd1b6 !important;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
}

.hp-nail__promo,
.hp-nail__promo .img-inner,
.hp-nail__promo img {
  border-radius: 20px;
  overflow: hidden;
}

.hp-nail__promo {
  max-width: 100%;
  margin: 0 auto;
}

.hp-nail__note {
  margin: 12px 0 22px;
  color: #faf7f7;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hp-nail__slider-wrap > .col-inner {
  max-width: 980px;
  margin: 0 auto;
}

.hp-nail__slider .img,
.hp-nail__slider .img-inner,
.hp-nail__slider img {
  border-radius: 18px;
  overflow: hidden;
}

.hp-nail__slider .img {
  padding: 0 8px;
}

.hp-nail__slider .flickity-prev-next-button {
  width: 56px;
  height: 56px;
  background: rgba(235, 209, 182, 0.55);
  border-radius: 50%;
}

.hp-nail__slider .flickity-prev-next-button .arrow {
  fill: #fff;
}

.hp-nail .button.hp-nail__book,
.hp-nail a.button.hp-nail__book {
  background-color: #ffeedd !important;
  border-color: #ffeedd !important;
  color: #93643a !important;
  font-size: 26px;
  font-weight: 500;
  min-height: 52px;
  line-height: 52px;
  padding: 0 36px;
  margin: 18px 0 8px;
  box-shadow: none !important;
}

.hp-nail .button.hp-nail__book:hover,
.hp-nail a.button.hp-nail__book:hover {
  background-color: #fff0e2 !important;
  color: #794b21 !important;
}

.hp-nail__poster-col {
  margin-left: auto;
  margin-right: auto;
}

.hp-nail__poster,
.hp-nail__poster .img-inner,
.hp-nail__poster img {
  border-radius: 24px;
  overflow: hidden;
}

.hp-nail__poster {
  max-width: 640px;
  margin: 0 auto;
}

.hp-nail__poster img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media only screen and (max-width: 849px) {
  .hp-services.hp-nail {
    border-radius: 28px 28px 0 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hp-nail__heading {
    font-size: 32px;
  }

  .hp-nail__slider-wrap > .col-inner {
    max-width: 100%;
  }

  .hp-nail__slider .img {
    padding: 0 4px;
  }

  .hp-nail .button.hp-nail__book,
  .hp-nail a.button.hp-nail__book {
    font-size: 22px;
    min-height: 46px;
    line-height: 46px;
    padding: 0 28px;
  }

  .hp-nail__poster {
    max-width: 100%;
  }
}

@media only screen and (max-width: 549px) {
  .hp-services.hp-nail {
    border-radius: 20px 20px 0 0;
  }

  .hp-nail__heading {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .hp-nail__promo,
  .hp-nail__promo .img-inner,
  .hp-nail__promo img {
    border-radius: 14px;
  }

  .hp-nail__note {
    font-size: 11px;
    margin-bottom: 16px;
  }

  /* Mobile: slider full width inside section */
  .hp-nail__slider-wrap > .col-inner {
    max-width: 100%;
  }

  .hp-nail__slider .img {
    padding: 0;
  }

  .hp-nail__slider .img,
  .hp-nail__slider .img-inner,
  .hp-nail__slider img {
    border-radius: 14px;
  }

  .hp-nail__slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }

  .hp-nail .button.hp-nail__book,
  .hp-nail a.button.hp-nail__book {
    font-size: 18px;
    min-height: 44px;
    line-height: 44px;
    width: auto;
    max-width: 90%;
  }

  .hp-nail__poster,
  .hp-nail__poster .img-inner,
  .hp-nail__poster img {
    border-radius: 16px;
  }
}

/* Nail slider: ensure mobile cells fill container */
@media only screen and (max-width: 549px) {
  .hp-nail__slider .flickity-slider > .img,
  .hp-nail__slider .flickity-slider > .banner,
  .hp-nail__slider .flickity-slider > .ux-lottie {
    width: 100% !important;
  }
}

.hp-nail__poster-col.col {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Continuity: nail connects to following service group */
.hp-services.hp-nail {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

/* ---------- Services group: Gội đầu / Massage / Chà gót / Triệt lông ---------- */
.hp-services.hp-services-more {
  border-radius: 0 0 48px 48px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 10px;
}

.hp-svc__heading {
  margin: 0 0 18px;
  color: #ebd1b6 !important;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
}

.hp-svc__img,
.hp-svc__img .img-inner,
.hp-svc__img img,
.hp-goidau .img,
.hp-goidau .img-inner,
.hp-goidau img,
.hp-chagot .img,
.hp-chagot .img-inner,
.hp-chagot img,
.hp-trietlong .img,
.hp-trietlong .img-inner,
.hp-trietlong img {
  border-radius: 24px;
  overflow: hidden;
}

.hp-svc-split .hp-svc-split__left .img img,
.hp-svc-split .hp-svc-split__right .img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hp-svc-split .hp-svc-split__right .img,
.hp-svc-split .hp-svc-split__right .img-inner {
  border-radius: 28px;
  overflow: hidden;
}

.hp-services .button.hp-svc__book,
.hp-services a.button.hp-svc__book {
  background-color: #ffeedd !important;
  border-color: #ffeedd !important;
  color: #93643a !important;
  font-size: 26px;
  font-weight: 500;
  min-height: 52px;
  line-height: 52px;
  padding: 0 36px;
  margin: 18px 0 8px;
  box-shadow: none !important;
}

.hp-services .button.hp-svc__book:hover,
.hp-services a.button.hp-svc__book:hover {
  background-color: #fff0e2 !important;
  color: #794b21 !important;
}

/* Desktop split ~34/66 like sample */
@media only screen and (min-width: 850px) {
  .hp-svc-split.row {
    align-items: center;
  }

  .hp-svc-split .hp-svc-split__left.col {
    flex-basis: 34.2% !important;
    max-width: 34.2% !important;
  }

  .hp-svc-split .hp-svc-split__right.col {
    flex-basis: 65.8% !important;
    max-width: 65.8% !important;
  }
}

.hp-massage__slider-wrap > .col-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hp-massage__slider .img {
  padding: 0 8px;
}

.hp-massage__slider .img,
.hp-massage__slider .img-inner,
.hp-massage__slider img {
  border-radius: 18px;
  overflow: hidden;
}

.hp-massage__slider .img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hp-massage__slider .flickity-prev-next-button {
  width: 56px;
  height: 56px;
  background: rgba(235, 209, 182, 0.55);
  border-radius: 50%;
}

.hp-massage__slider .flickity-prev-next-button .arrow {
  fill: #fff;
}

@media only screen and (max-width: 849px) {
  .hp-services.hp-services-more {
    border-radius: 0 0 28px 28px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hp-svc__heading {
    font-size: 32px;
  }

  .hp-svc-split .hp-svc-split__left.col,
  .hp-svc-split .hp-svc-split__right.col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 12px;
  }

  .hp-svc-split .hp-svc-split__left .img {
    max-width: 420px;
    margin: 0 auto;
  }

  .hp-massage__slider-wrap > .col-inner {
    max-width: 100%;
  }

  .hp-services .button.hp-svc__book,
  .hp-services a.button.hp-svc__book {
    font-size: 22px;
    min-height: 46px;
    line-height: 46px;
    padding: 0 28px;
  }
}

@media only screen and (max-width: 549px) {
  .hp-services.hp-nail {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hp-services.hp-services-more {
    border-radius: 0 0 20px 20px;
  }

  .hp-svc__heading {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .hp-svc__img,
  .hp-svc__img .img-inner,
  .hp-svc__img img,
  .hp-goidau .img,
  .hp-goidau img,
  .hp-chagot .img,
  .hp-chagot img,
  .hp-trietlong .img,
  .hp-trietlong img {
    border-radius: 16px;
  }

  .hp-massage__slider .img {
    padding: 0;
  }

  .hp-massage__slider .img,
  .hp-massage__slider .img-inner,
  .hp-massage__slider img {
    border-radius: 14px;
  }

  .hp-massage__slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }

  .hp-massage__slider .flickity-slider > .img,
  .hp-massage__slider .flickity-slider > .banner {
    width: 100% !important;
  }

  .hp-services .button.hp-svc__book,
  .hp-services a.button.hp-svc__book {
    font-size: 18px;
    min-height: 44px;
    line-height: 44px;
    max-width: 90%;
  }
}

/* ---------- Reviews ---------- */
.hp-reviews {
  background: #faf3eb !important;
  overflow: hidden;
}

.hp-reviews__heading {
  margin: 0 0 28px;
  color: #93643a !important;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.hp-reviews__slider-wrap > .col-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 8px 48px 10px;
  overflow: hidden;
}

.hp-reviews__slider .slider,
.hp-reviews__slider .flickity-viewport {
  overflow: hidden !important;
}

/* Desktop: 1 slide = 2 boxes, full-width step */
.hp-reviews__slider--desktop {
  display: block;
}

.hp-reviews__slider--mobile {
  display: none;
}

.hp-reviews__slider .flickity-slider > .hp-review-slide {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  box-sizing: border-box;
}

.hp-reviews__slider--desktop .hp-review-slide--pair {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 12px 0 18px;
}

.hp-reviews__slider--desktop .hp-review-slide--pair > .col {
  max-width: 100% !important;
  flex: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hp-reviews__slider--mobile .hp-review-slide {
  padding: 12px 0 18px;
  box-sizing: border-box;
}

.hp-reviews .hp-review-card > .col-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(147, 100, 58, 0.12);
  padding: 28px 24px 26px;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: visible;
}

.hp-reviews .hp-review-card__avatar {
  width: 92px !important;
  max-width: 92px !important;
  margin: 0 auto 14px;
  display: block;
  position: relative;
  z-index: 2;
}

.hp-reviews .hp-review-card__avatar.img,
.hp-reviews .hp-review-card__avatar .img-inner {
  border-radius: 50%;
  overflow: hidden;
}

.hp-reviews .hp-review-card__avatar img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hp-reviews .hp-review-card__avatar .img-inner {
  padding-top: 100% !important;
}

.hp-reviews .hp-review-card__name {
  margin: 0 0 12px;
  color: #93643a !important;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.hp-reviews .hp-review-card__text {
  margin: 0;
  color: #5c4030;
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.hp-reviews__slider .flickity-prev-next-button {
  width: 42px;
  height: 42px;
  background: #f0e2d2;
  color: #93643a;
  box-shadow: none;
}

.hp-reviews__slider .flickity-prev-next-button .arrow {
  fill: #93643a;
}

@media (max-width: 767px) {
  .hp-reviews__slider--desktop {
    display: none !important;
  }

  .hp-reviews__slider--mobile {
    display: block;
  }

  .hp-reviews__slider-wrap > .col-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .hp-reviews__slider--mobile {
    display: none !important;
  }
}

/* ---------- Why Us ---------- */
.hp-why {
  background: #faf3eb !important;
  overflow: hidden;
}

.hp-why__heading {
  margin: 0 0 28px;
  color: #93643a !important;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.hp-why .hp-why__card > .col-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(147, 100, 58, 0.12);
  padding: 22px 20px;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hp-why .hp-why__icon {
  flex: 0 0 110px;
  width: 110px;
  max-width: 110px;
  margin: 0;
}

.hp-why .hp-why__icon .img,
.hp-why .hp-why__icon .img-inner,
.hp-why .hp-why__icon img {
  border-radius: 50%;
  overflow: hidden;
}

.hp-why .hp-why__icon .img-inner {
  padding-top: 100% !important;
}

.hp-why .hp-why__icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hp-why .hp-why__body {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.hp-why .hp-why__title {
  margin: 0 0 8px;
  color: #93643a !important;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.hp-why .hp-why__text {
  margin: 0;
  color: #5c4030;
  font-size: 14px;
  line-height: 1.6;
}

/* Why Us grid: 2 boxes per row */
.hp-why .hp-why__grid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.hp-why .hp-why__grid .hp-why__card {
  display: flex;
}

.hp-why .hp-why__grid .hp-why__card > .col-inner {
  width: 100%;
}

/* ---------- Gallery ---------- */
.hp-gallery {
  background: #faeadc !important;
  overflow: hidden;
}

.hp-gallery__heading {
  margin: 0 0 28px;
  color: #93643a !important;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.hp-gallery__wrap > .col-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hp-gallery .gallery-box .box-image,
.hp-gallery .gallery-box .box-image .image-cover,
.hp-gallery .gallery-box .img-inner {
  border-radius: 8px;
  overflow: hidden;
}

.hp-gallery .gallery-box .image-cover img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.hp-gallery .gallery-box .box-text {
  display: none;
}

@media (max-width: 849px) {
  .hp-reviews__heading,
  .hp-why__heading,
  .hp-gallery__heading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .hp-reviews__slider-wrap > .col-inner {
    padding: 8px 28px 4px;
  }

  .hp-reviews .hp-review-card > .col-inner {
    padding: 22px 18px 22px;
  }

  .hp-reviews .hp-review-card__avatar {
    width: 80px !important;
    max-width: 80px !important;
    margin: 0 auto 12px;
  }

  .hp-reviews .hp-review-card__avatar .img,
  .hp-reviews .hp-review-card__avatar .img-inner,
  .hp-reviews .hp-review-card__avatar img {
    width: 80px;
    height: 80px;
  }

  .hp-reviews .hp-review-card__name {
    font-size: 18px;
  }

  .hp-reviews .hp-review-card__text {
    font-size: 14px;
  }

  .hp-why .hp-why__card > .col-inner {
    padding: 16px 14px;
    gap: 12px;
  }

  .hp-why .hp-why__icon {
    flex-basis: 84px;
    width: 84px;
    max-width: 84px;
  }

  .hp-why .hp-why__title {
    font-size: 16px;
  }
}

@media (max-width: 549px) {
  .hp-reviews__heading,
  .hp-why__heading,
  .hp-gallery__heading {
    font-size: 26px;
  }

  .hp-reviews__slider-wrap > .col-inner {
    padding: 6px 22px 2px;
  }

  .hp-reviews .hp-review-card__text {
    font-size: 13.5px;
  }

  .hp-why .hp-why__title {
    font-size: 15px;
  }

  .hp-why .hp-why__text {
    font-size: 13px;
  }
}

/* ---------- Header (Flatsome Header Builder) ---------- */
.hp-header__top-note {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.95;
}

#header.hp-site-header .header-top {
  background-color: #916339 !important;
}

/* Text logo fallback when no site_logo image */
#header .header-main #logo a {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #93643a;
}

#header .header-main .header-nav-main.nav > li > a {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Transparent homepage header: light text over hero */
#header.transparent .header-main #logo a,
#header.transparent .header-main .nav > li > a,
#header.transparent .header-main .header-button > a,
#header.transparent .header-main .header-search-lightbox > a,
#header.transparent .header-main .nav-icon > a,
#header.transparent .header-main .icon-menu {
  color: #fff;
}

#header:not(.transparent) .header-main {
  background-color: rgba(255, 255, 255, 0.98);
}

#header:not(.transparent) .header-main #logo a,
#header:not(.transparent) .header-main .nav > li > a {
  color: #93643a;
}

@media (max-width: 849px) {
  .header-main #logo a {
    font-size: 16px;
  }

  .header-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* ---------- Footer (UX Block) ---------- */
.hp-footer {
  color: #fff;
}

.hp-footer a {
  color: #ffe8d2;
  text-decoration: none;
}

.hp-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.hp-footer__heading {
  margin: 0 0 14px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.hp-footer__brand-text,
.hp-footer__company-text,
.hp-footer__salon {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1.65;
}

.hp-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hp-footer__menu li {
  margin: 0 0 10px;
}

.hp-footer__menu a {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.absolute-footer {
  background-color: #794b21 !important;
  color: #fff;
}

.absolute-footer,
.absolute-footer a {
  color: #fff !important;
}

@media (max-width: 849px) {
  .hp-footer__heading {
    margin-top: 8px;
    font-size: 17px;
  }

  .hp-footer__brand-text,
  .hp-footer__company-text,
  .hp-footer__salon,
  .hp-footer__menu a {
    font-size: 13.5px;
  }
}

/* ---------- Visual QA: container / centering ---------- */
/* Align homepage content to Flatsome container (site_width 1200 → ~1170px) */
.page-id-6 #main > .section > .section-content > .row,
.page-id-6 .hp-intro .row,
.page-id-6 .hp-services .row,
.page-id-6 .hp-reviews .row,
.page-id-6 .hp-why .row,
.page-id-6 .hp-gallery .row,
.page-id-6 .hp-footer .row {
  margin-left: auto;
  margin-right: auto;
}

/* Unify inner content max-widths with container */
.page-id-6 .hp-nail__slider-wrap > .col-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-id-6 .hp-reviews__slider-wrap > .col-inner,
.page-id-6 .hp-gallery__wrap > .col-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-id-6 .hp-intro .col.hp-intro__card > .col-inner,
.page-id-6 .hp-intro .hp-intro__card > .col-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

/* Even side padding inside brown service sections */
.page-id-6 .hp-services .section-content {
  padding-left: 0;
  padding-right: 0;
}

.page-id-6 .hp-services > .section-content > .row {
  max-width: 1170px;
}

/* Continuous brown block: nail + services-more */
.page-id-6 .hp-services.hp-nail {
  margin-bottom: 0 !important;
  border-radius: 48px 48px 0 0;
  overflow: hidden;
}

.page-id-6 .hp-services.hp-services-more {
  margin-top: 0 !important;
  border-radius: 0 0 48px 48px;
  overflow: hidden;
}

/* Headings + book buttons centered */
.page-id-6 .hp-services .hp-nail__heading,
.page-id-6 .hp-services .hp-svc__heading,
.page-id-6 .hp-reviews__heading,
.page-id-6 .hp-why__heading,
.page-id-6 .hp-gallery__heading {
  text-align: center;
}

.page-id-6 .hp-services .button.hp-svc__book,
.page-id-6 .hp-services a.button.hp-svc__book {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* Reviews / Why / Gallery vertical rhythm */
.page-id-6 .hp-reviews,
.page-id-6 .hp-why {
  padding-left: 0;
  padding-right: 0;
}

.page-id-6 .hp-reviews__slider-wrap > .col-inner {
  padding-left: 40px;
  padding-right: 40px;
}

.page-id-6 .hp-gallery__wrap > .col-inner {
  padding-left: 0;
  padding-right: 0;
}

/* Footer content same container width */
.page-id-6 #footer .hp-footer .row,
#footer .hp-footer .row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.absolute-footer .container {
  max-width: 1170px;
}

/* Mobile: consistent side gutters, no overflow */
@media (max-width: 849px) {
  .page-id-6 .hp-reviews__slider-wrap > .col-inner {
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-id-6 .hp-services.hp-nail {
    border-radius: 24px 24px 0 0;
  }

  .page-id-6 .hp-services.hp-services-more {
    border-radius: 0 0 24px 24px;
  }
}

@media (max-width: 549px) {
  .page-id-6 .hp-intro {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .page-id-6 .hp-reviews__slider-wrap > .col-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-id-6 #main,
  .page-id-6 .section,
  .page-id-6 .header-wrapper {
    max-width: 100%;
    overflow-x: clip;
  }
}

/* ---------- Visual QA Round 2: spacing / bg / polish ---------- */
/* Cream page canvas like Lisa (#faf3eb) */
.page-id-6 #main,
.page-id-6 .page-wrapper-inner {
  background-color: #faf3eb;
}

/* Tighten intro → nail gap (Lisa ~30px; was ~80px) */
.page-id-6 .hp-intro {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.page-id-6 .hp-intro .col.hp-intro__card > .col-inner,
.page-id-6 .hp-intro .hp-intro__card > .col-inner {
  padding-bottom: 22px;
}

/* Hide unfinished branch placeholder until real content (Lisa shows live list) */
.page-id-6 .hp-intro__branches {
  display: none !important;
}

.page-id-6 .hp-services.hp-nail {
  margin-top: -10px !important;
  border-radius: 62px 62px 0 0;
}

.page-id-6 .hp-services.hp-services-more {
  border-radius: 0 0 62px 62px;
}

/* Reviews: avatar sits on card top edge; text centered like Lisa icon-box */
.page-id-6 .hp-reviews .hp-review-card > .col-inner {
  padding-top: 52px;
  overflow: visible;
}

.page-id-6 .hp-reviews .hp-review-card__avatar {
  margin-top: -78px !important;
  margin-bottom: 12px;
}

.page-id-6 .hp-reviews .hp-review-card__text {
  text-align: center;
}

/* Why / Gallery: keep cards on same centered axis */
.page-id-6 .hp-why > .section-content > .row,
.page-id-6 .hp-gallery > .section-content > .row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.page-id-6 .hp-why .hp-why__card > .col-inner {
  margin-left: auto;
  margin-right: auto;
}

/* Gallery images: consistent radius + fit */
.page-id-6 .hp-gallery .img,
.page-id-6 .hp-gallery .img-inner,
.page-id-6 .hp-gallery .box-image {
  border-radius: 12px;
  overflow: hidden;
}

.page-id-6 .hp-gallery img {
  object-fit: cover;
  width: 100%;
}

/* Header content align to same 1170 container feel */
.page-id-6 .header-inner .flex-row,
.header .header-inner .flex-row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 849px) {
  .page-id-6 .hp-services.hp-nail {
    border-radius: 28px 28px 0 0;
    margin-top: 0 !important;
  }

  .page-id-6 .hp-services.hp-services-more {
    border-radius: 0 0 28px 28px;
  }

  .page-id-6 .hp-reviews .hp-review-card__avatar {
    margin-top: -64px !important;
  }
}

@media (max-width: 549px) {
  .page-id-6 .hp-services.hp-nail {
    border-radius: 24px 24px 0 0;
  }

  .page-id-6 .hp-services.hp-services-more {
    border-radius: 0 0 24px 24px;
  }

  .page-id-6 .hp-reviews .hp-review-card > .col-inner {
    padding-top: 44px;
  }

  .page-id-6 .hp-reviews .hp-review-card__avatar {
    margin-top: -56px !important;
    max-width: 80px !important;
    width: 80px !important;
  }
}
