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

@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Recursive:wght@300..1000&display=swap");

body {
  font-family: "Recursive", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li {
  font-family: "Recursive", sans-serif !important;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
.bg-radius img {
  border-radius: 10px;
}
.modal-overlay .img-inner {
  position: relative;
  border-radius: 5px;
}

.modal-overlay .img-inner:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  cursor: pointer;
}

.modal-overlay .img-inner:hover:before {
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* ==================== CSS LANGDING PAGE NAIL ================ */
/* ========= Hero =============== */
.hero-lpnail {
  height: 100vh;
  background-image: url("/wp-content/uploads/2026/03/home-banner-1.webp");
  background-color: #ffc6d7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-lpnail {
  position: relative;
}

.hero-lpnail .heading-title {
  color: #ec1976;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.hero-lpnail .heading p {
  color: #e84b89;
  font-size: 25px;
  margin: 7px 0 20px 0;
}

.hero-lpnail .img-hero img {
  height: 600px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(90%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 300px;
}

.hero-lpnail .hero-content .hero-title {
  font-size: 35px;
  color: rgb(231, 73, 132);
  margin-bottom: 10px;
}

.hero-lpnail .hero-content p {
  font-size: 22px;
  color: #e84b89;
}

.hero-lpnail .hour {
  font-size: 22px;
  color: #e84b89;
}

.hero-lpnail .hero-content .pt-5 {
  margin-top: 25px;
}

.beauty-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;

  /* quan trọng: item không bị kéo full ngang */
  justify-items: start;
}

.beauty-list li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  margin: 0 !important;
  width: 100%;
  justify-self: start;
  overflow: visible;
  border-radius: 999px 0 0 999px;
  box-shadow: none;
  border: none;

  background: linear-gradient(
    90deg,
    #f8dfe7 0%,
    #ee5f9d 18%,
    #ea4f93 45%,
    #ee8db8 68%,
    rgba(248, 223, 231, 0.55) 88%,
    rgba(248, 223, 231, 0) 100%
  );
}

/* đuôi mờ */
.beauty-list li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  width: 110px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(244, 170, 200, 0.38) 0%,
    rgba(248, 223, 231, 0.18) 45%,
    rgba(248, 223, 231, 0.05) 72%,
    rgba(248, 223, 231, 0) 100%
  );
  filter: blur(8px);
}

.beauty-list .ic {
  position: relative;
  z-index: 2;
  background: #eb1c77;
  padding: 5px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  display: block;
}

.beauty-list span {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .hero-lpnail {
    height: unset;
  }
  .hero-lpnail .heading-title {
    font-size: 50px;
    text-align: center;
  }

  .hero-lpnail .heading-title2 {
    font-size: 50px;
    text-align: center;
    width: 100%;
  }

  .hero-lpnail .hero-content {
    text-align: center;
  }

  .hero-lpnail .img-hero img {
    height: 550px;
    border-radius: 160px;
  }

  .beauty-list {
    max-width: 100%;
  }
  .beauty-list li {
    font-size: 13.5px;
  }

  .hero-lpnail .def-btn {
    width: 100% !important;
    text-align: center !important;
  }

  .hero-lpnail .heading p {
    text-align: center;
    font-size: 20px;
  }
  .beauty-list li {
    background: linear-gradient(
      90deg,
      #f8dfe7 0%,
      #ee5f9d 18%,
      #ea4f93 45%,
      #ee8db8 79%,
      rgba(248, 223, 231, 0.55) 95%,
      rgba(248, 223, 231, 0) 100%
    );
  }

  .beauty-list span {
    font-size: 14px;
  }
}
/* ========= LP2 =============== */
.lp-2 .heading-title {
  color: #ec1976;
  font-size: 36px;
  font-weight: bold;
}

.lp-2 p {
  color: #e84b89;
  font-weight: bold;
}

.lp-2 .btn-lh a {
  background: #e01d39;
  color: white;
  border-radius: 20px;
  padding: 8px 30px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .lp-2 .btn-lh a {
    padding: 8px 12px;
    font-size: 16px;
  }
}
/* ========= Dịch vụ =============== */
.dichvu-lpnail {
  padding: 50px 0 !important;
}

.dichvu-lpnail .flickity-viewport {
  border-radius: 30px;
}

.dichvu-lpnail img {
  height: 550px;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}

.dichvu-lpnail .title {
  width: 40%;
  background: linear-gradient(135deg, #ff5fa2, #ff3f86);
  border-radius: 58px;
  color: rgb(255, 255, 255) !important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 10px 25px;
  position: relative;
  margin-bottom: 20px;
}

.dichvu-lpnail .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 1px;
  border-radius: 58px;
}

.dichvu-lpnail .title.gdds {
  width: 60% !important;
}

.nail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}

.nail-list li {
  position: relative;
  padding: 14px 18px 14px 38px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  color: black;
  margin-left: 0px !important;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  transition: 0.2s ease;
}

/* Bullet nhẹ – tone gold pastel sang */
.nail-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5fa2, #ff3f86);
  box-shadow: 0 0 0 4px #ff3f863b;
  transform: translateY(-50%);
}

/* Hover sang – nhẹ */
.nail-list li:hover {
  transform: translateY(-3px);
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  border-color: rgba(245, 214, 168, 0.4);
}
@media (max-width: 849px) {
  .reverse-mobile {
    flex-direction: column-reverse;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .dichvu-lpnail {
    padding: 30px 0 !important;
  }
  .dichvu-lpnail .title {
    margin-top: 20px;
    width: 100%;
  }

  .dichvu-lpnail .title.gdds {
    width: 100% !important;
  }
  .nail-list li {
    padding: 12px 16px 12px 36px;
    font-size: 15px;
  }

  .dichvu-lpnail img {
    height: 300px;
  }
}
.is-divider {
  background-color: #181b1f30 !important;
  border-radius: 999px;
}

/* ========= Bảng giá =============== */
.banggia-lpnail {
  padding: 50px 0 !important;
  background-color: rgb(253, 242, 245);
}
.banggia-lpnail .title {
  color: rgb(231, 73, 132);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* ============ gallery ============= */
.gallery-lpnail {
  padding: 50px 0 !important;
}

.gallery-lpnail .title {
  color: rgb(231, 73, 132);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* ============ Đánh giá ============= */
.danhgia-lpnail {
  padding: 50px 0 !important;
  background-image: linear-gradient(90deg, #ff5fa2 0%, #ffffff 60%);
}

.danhgia-lpnail .title {
  font-size: 40px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  color: #000000 !important;
}

@media (max-width: 768px) {
  .danhgia-lpnail {
    padding: 30px 0 !important;
  }
  .danhgia-lpnail .title {
    text-align: center;
  }
}
/* ============ Form booking ============= */
/* ******* Text ******* */
.form-lpnail .content-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-lpnail .content-form .badgenail {
  background: #e01d39;
  text-align: center;
  color: white;
  font-size: 30px;
  width: 300px;
  max-width: 300px;
  margin-bottom: 20px;
}

.form-lpnail .content-form .title-sub {
  text-align: center;
  font-family: "Great Vibes", sans-serif !important;
  font-size: 40px;
  color: rgb(231, 73, 132);
}

.form-lpnail .content-form .heading-title {
  position: relative;
  text-align: center;
  color: rgb(231, 73, 132);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 45px;
  margin-bottom: 25px;
}

.form-lpnail .content-form .heading-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -13px;
  height: 2px;
  width: 100%;
  background-color: rgb(231 73 132 / 34%);
}

.form-lpnail .content-form .list-nail {
  display: flex;
  justify-content: center;
}

.form-lpnail .content-form .list-nail ul {
  margin-bottom: 10px !important;
}

.form-lpnail .content-form .list-nail ul li {
  font-size: 25px;
  margin-bottom: 0px;
  color: rgb(231, 73, 132);
}

.form-lpnail .content-form .price {
  font-size: 25px;
  text-transform: uppercase;
  border-radius: 10px;
  color: rgb(231, 73, 132);
  border: 2px solid rgb(231, 73, 132);
  padding: 10px 15px;
  margin-bottom: 20px;
}

.form-lpnail .content-form .price .hightlight {
  font-weight: 500;
  font-style: italic;
  color: #e01d39 !important;
}

/* Ảnh dưới */

.beauty-gallery {
  width: fit-content;
  margin: 0 auto;
}

.beauty-gallery .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.beauty-gallery .item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  width: 140px;
  height: 100px;
  background: #eee;
}

.beauty-gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.beauty-gallery .item img {
  transition: transform 0.4s ease;
}
.beauty-gallery .item:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .form-lpnail .content-form .heading-title {
    font-size: 30px;
  }

  .form-lpnail .content-form .list-nail ul li {
    font-size: 20px;
  }

  .form-lpnail .content-form .price {
    font-size: 16px;
  }

  .beauty-gallery .item {
    width: 100% !important;
  }
}

/* ******* Form ******* */
.form-lpnail form {
  margin-bottom: 0px !important;
}

.form-lpnail {
  padding: 50px 0 !important;
  background-image: url(/wp-content/uploads/2026/03/background.png);
  background-color: #ffc6d7;
  background-repeat: no-repeat;
  background-size: cover;
}
.lpnail-form {
  background: linear-gradient(
    199deg,
    rgba(253, 242, 245, 1),
    rgba(231, 73, 132, 1)
  );
  padding: 30px;
  border-radius: 30px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow:
    0 28px 70px rgba(231, 73, 132, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}

.lpnail-form::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.lpnail-form h2 {
  color: rgb(231, 73, 132);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 10px;
}

.lpnail-form label {
  display: block;
  font-weight: 800;
  color: rgba(24, 27, 31, 0.9);
  font-size: 14px;
}

.lpnail-form input[type="text"],
.lpnail-form input[type="tel"],
.lpnail-form input[type="date"],
.lpnail-form select,
.lpnail-form textarea {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  margin-top: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.85);
  color: #181b1f;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.lpnail-form textarea {
  height: 110px;
  padding: 14px 16px;
  resize: vertical;
}

.lpnail-form input::placeholder,
.lpnail-form textarea::placeholder {
  color: rgba(24, 27, 31, 0.45);
  font-weight: 600;
}

.lpnail-form input:focus,
.lpnail-form select:focus,
.lpnail-form textarea:focus {
  border-color: rgba(255, 95, 162, 0.7);
  box-shadow: 0 14px 28px rgba(255, 95, 162, 0.22);
  background: #fff;
  transform: translateY(-1px);
}

.lpnail-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(169, 53, 120, 0.8) 50%),
    linear-gradient(135deg, rgba(169, 53, 120, 0.8) 50%, transparent 50%),
    linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%,
    0 0;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.lpnail-form .lpnail-submit,
.lpnail-form input[type="submit"] {
  width: 100%;
  height: 56px;
  margin-top: 16px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  background: linear-gradient(135deg, #ff5fa2, #ff3f86);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.lpnail-form .lpnail-submit:hover,
.lpnail-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #ff3f86, #e92a73);
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(255, 63, 134, 0.38);
  filter: saturate(1.05);
}

.lpnail-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #b91c1c;
}

.lpnail-form .wpcf7-not-valid {
  border-color: rgba(185, 28, 28, 0.6) !important;
  box-shadow: 0 12px 26px rgba(185, 28, 28, 0.18) !important;
}

.lpnail-form .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.lpnail-form .lpnail-row-2 {
  display: flex;
  gap: 14px;
  margin-top: 14px;
}

.lpnail-form .lpnail-row-2 label {
  flex: 1;
  margin: 0;
}

.lpnail-form .lpnail-row-2 input,
.lpnail-form .lpnail-row-2 select {
  margin-top: 8px;
}

.lpnail-form .wpcf7-spinner {
  display: none !important;
}

@media (max-width: 768px) {
  .lpnail-form {
    padding: 22px;
    border-radius: 24px;
  }
  .lpnail-form h2 {
    font-size: 24px;
  }

  .lpnail-form input[type="date"] {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .lpnail-form .lpnail-row-2 label {
    margin-top: 14px;
  }
}
/* ============ Nút booking============= */
.def-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  height: 70px;
  min-width: 200px;
  padding: 0px 110px 0 50px;
  background: linear-gradient(135deg, #ff5fa2, #ff3f86);
  color: white;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;

  border-radius: 30px;
  box-shadow: 0 14px 28px rgba(255, 62, 130, 0.25);
  overflow: hidden;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
  transform: translateZ(0);
}

/* NỀN HOVER */
.def-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff3f86, #e92a73);
  border-radius: 14px;
  box-shadow:
    rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.38s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 0; /* nền ở dưới */
}

/* ✅ TEXT LUÔN Ở TRÊN NỀN */
.def-btn__text {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.def-btn__icon {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  width: 60px;

  display: grid;
  place-items: center;

  background: rgba(255, 255, 255, 0.22);
  color: #fff;

  border-radius: 30px;
  z-index: 2;

  transition:
    background-color 0.28s ease,
    border-radius 0.28s ease,
    color 0.28s ease;
}

.def-btn__icon::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  background: #fff;

  transform: scale(0.75);
  opacity: 0;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
}

.def-btn__icon svg {
  position: relative;
  z-index: 3;
  transition: transform 0.28s ease;
}

.def-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(239, 192, 184, 0.45);
}
.def-btn:hover::before {
  transform: scaleX(1);
}
.def-btn:hover .def-btn__icon {
  background: transparent;
  border-radius: 999px;
  color: #efc0b8;
}
.def-btn:hover .def-btn__icon::before {
  opacity: 1;
  transform: scale(1);
}
.def-btn:hover .def-btn__icon svg {
  transform: translateX(3px);
}

.pulse {
  animation: pulse 0.2s infinite;
  animation-duration: 2s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .btn-container {
    text-align: center;
  }
}

/* ============ Footer lp nail ============= */
.footer-lpnail {
  padding: 50px 0 !important;
}

.footer-lpnail .ct-ft .title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(231, 73, 132);
  margin-top: 25px;
  margin-bottom: 5px;
}

.footer-lpnail .ct-ft span {
  font-size: 18px;
  color: rgb(231, 73, 132);
}

.footer-lpnail .text-contain .title-ftlp {
  font-size: 25px;
  color: rgb(231, 73, 132);
}

.footer-lpnail .text-contain .hour {
  font-size: 18px;
  margin-bottom: 7px;
  color: rgb(231, 73, 132);
}

.footer-lpnail .text-contain p {
  font-size: 18px;
  color: rgb(231, 73, 132);
}

.footer-lpnail .text-contain .hour span {
  font-weight: bold;
}

.footer-lpnail .map-container .title-ftlp {
  font-size: 25px;
}

.footer-lpnail .map-container p {
  margin-bottom: 0px;
}

.footer-lpnail .beauty-gallery .item {
  width: 100% !important;
}

@media (max-width: 768px) {
  .footer-lpnail .text-contain {
    text-align: center;
  }
}
