/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       NevoThemes
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/
/*---------------------------------------banner--website-------------------------------*/
.helen-spa-container {
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
/* Heading */
.helen-spa-heading {
    font-size: clamp(30px, 7vw, 70px);
    font-weight: 600;
    line-height: 0.7;
    color: #FFFFFF;
    margin-bottom: 25px;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.helen-spa-word {
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
}

.helen-spa-word.word1 { animation: helenFade 1s ease 0.3s forwards; }
.helen-spa-word.word2 { animation: helenFade 1s ease 0.6s forwards; }
.helen-spa-word.word3 { animation: helenFade 1s ease 0.9s forwards; }
.helen-spa-word.word4 { animation: helenFade 1s ease 1.2s forwards; }

@keyframes helenFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Divider */
.helen-spa-divider {
    width: 60px;
    height: 1.6px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    margin: 25px auto;
    opacity: 0;
    animation: helenLine 1.3s ease 1.6s forwards;
}

@keyframes helenLine {
    from { width: 0; opacity: 0; }
    to { width: 120px; opacity: 0.5; }
}

/* Subtitle */
.helen-spa-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #CCCCCC;
    opacity: 0;
    animation: helenFade 1.2s ease 1.8s forwards;
}

/* Decoration */
.helen-spa-decoration {
    position: absolute;
    font-size: 12px;
    color: #fff;
    opacity: 0;
}

.helen-spa-decoration.top {
    top: 20%;
    left: 10%;
    animation: helenTwinkle 3s ease 2.2s infinite;
}

.helen-spa-decoration.bottom {
    bottom: 25%;
    right: 12%;
    animation: helenTwinkle 3s ease 2.7s infinite;
}

@keyframes helenTwinkle {
    0%,100% { opacity: 0; transform: scale(0.8); }
    50% { opacity: .4; transform: scale(1.1); }
}
/*-----------------------------------------------hotlineringring-------------------------------------------*/
.hotline-phone-ring-wrap {
position: fixed;
bottom: 0;
left: 0;
z-index: 999999;
}
.hotline-phone-ring {
position: fixed;
visibility: visible;
background-color: transparent;
width: 110px;
height: 110px;
cursor: pointer;
z-index: 11;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transition: visibility .5s;
right: -20px;
bottom: -20px;
display: block;
z-index: 999;
}
.hotline-phone-ring-circle {
width: 130px;
height: 130px;
top: -20px;
left: -20px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #30714C;
-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
width: 90px;
height: 90px;
top: 0px;
left: 0px;
position: absolute;
background-color: #30714C;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
background-color: #30714C;
width: 70px;
height: 70px;
top: 10px;
left: 10px;
position: absolute;
background-size: 20px;
border-radius: 100%;
border: 2px solid transparent;
/*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
/*animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 14px;
text-align: center;
color: #fff;
font-weight: bold;
line-height: 1.4;
margin-top: 5px;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
width: 20px;
height: 20px;
}
.hotline-bar {
position: absolute;
background: rgb(49, 74, 166);
border-radius: 3px;
padding: 0 15px 0 0;
background-size: 100%;
cursor: pointer;
transition: all 0.8s;
-webkit-transition: all 0.8s;
z-index: 9;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 50px !important;
/* width: 175px !important; */
left: 33px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-indent: 50px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(0.5) skew(1deg);
-webkit-opacity: 0.1;
}
30% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
-webkit-opacity: 0.5;
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
	background-color: #247145;
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: 0.6;
	background-color: #247145;
}
100% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
	background-color: #247145;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
/*-----end--booknow----*/
/*-nut-phone-*

/* Hiệu ứng rung + toả sáng */
@keyframes ring {
  0% { transform: rotate(0); box-shadow: 0 0 0 0 #247145; }
  10% { transform: rotate(-15deg); }
  20% { transform: rotate(15deg); }
  30% { transform: rotate(-10deg); }
  40% { transform: rotate(10deg); }
  50% { transform: rotate(0); }
}
/*---end-nut--phone----*/
/*---------------social--icon--right----*/
.iconfixfolow {
    position: fixed;
    right: 20px;
    bottom: 90px;
    list-style: none;
    padding: 0px;
    margin: 0px;
	z-index: 999;
}
.iconfixfolow li {
	 aspect-ratio: 1 / 1;
	border: 1px solid #30714C;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 5px;
    background-color: #30714C;
	z-index: 999;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}
.iconfixfolow li:hover{
	  transform: scale(1.05);
}
.iconfixfolow a {
    color: #fff;
}
.iconfixfolow i {
    margin-top: 10px;
    font-size: 18px;
	color: #fff;
}
/*-----------------------------------------------hotlineringring-------------------------------------------*/
@font-face {
  font-family: 'Arian LT';
  src: url('https://helenbeautywellnessspa.com/wp-content/uploads/2026/02/arian-lt-demi.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arian Bold';
  src: url('https://helenbeautywellnessspa.com/wp-content/uploads/fonts/Arian-LT-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*---------------------------------toggle---menu-------------------------------*/
.popup-title {
    font-size: 19px;
    font-weight: 600;
    color:white;
}


.popup-body {
    background-color: #30714C;
}

.menu-mobile .nevo-toggle {
    background-color: transparent;
}
.popup-body span.nevo-item-title {
    color: white;
}
.popup-body .nevo-icon svg {
    fill: white;
}

.popup-body svg.close.popup-close {
    fill: white;
}
/*---------------------------------toggle---menu-------------------------------*/
/*-------------------------------bread---cum------------------*/
/* ===== LUXURY BREADCRUMB – MAGNOLIA STYLE ===== */
.separate-containers .single-after-entry > *, .sidebar .widget, .site-main .page-header, .site-main > * {
    margin-bottom: 0px;
}
.nevo-breadcrumb {
  position: relative;
  text-align: center;
  margin-top: -65px;
}

.nevo-breadcrumb li {
  list-style: none;
  font-size:18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
}


/* link */
.nevo-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}

.nevo-breadcrumb a:hover {
  color: #9ED47C; /* xanh Magnolia */
}

/* item hiện tại */
.nevo-breadcrumb .breadcrumb-item-last,
.nevo-breadcrumb li:last-child span {
  color: #93d8b1;
  font-weight: 600;
  font-size:25px
}
div#page-header {
    z-index: 2;
}
/*-----------------------------font-family----------------------*/
h1, h2, h3{
	 font-family: "Arian Bold" !important;
    letter-spacing: 1px;
}
/*----------------------------css-header-------------------*/
.top-contact {
  display: flex;
   /* khóa trục dọc */
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
	gap:15px;
  justify-content: center;
}

.top-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 0;        /* 🔥 cực kỳ quan trọng */
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.top-contact i {
  font-size: 14px;
  line-height: 1;
  display: block;        /* 🔥 tránh baseline font */
  position: relative;
  top: 0.5px;            /* 🔥 tinh chỉnh nhẹ cho FA */
}

/* ===== DESKTOP ONLY ===== */
@media (min-width: 1025px){
span.nevo-item-title {
    font-size: 15px;
    font-weight: 600;
}
/* Setup chung cho menu link 
.nevo-menu-link {
  position: relative;
  padding-bottom: 0px;
}

/* Gạch dưới 
.nevo-menu-link::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 5px;
  width: 0;
  height: 2.5px;
  background-color: #5a8f3c; /* xanh Magnolia 
  border-radius: 2px;
  transform: translateX(0%);
  transition: width 0.35s ease;
}

/* Hover vào hiện gạch 
.menu-item:hover > .nevo-menu-link::after {
  width: 50%;
}
/* Trang đang active thì luôn có gạch 
.current-menu-item > .nevo-menu-link::after,
.menu-item > .nevo-menu-link[aria-current="page"]::after {
  width:50%;
}*/
/*-------------------------css--sub---menu-------------------------------------------------*/
	/* ===============================
   LUXURY NAIL SPA SUBMENU (SAFE)
   =============================== */

/* Submenu level 1 */
.nevo-navigation ul.sub-menu.no-marker {
  background: #ffffff;
  min-width: 250px;
  padding: 12px 0;
  border-radius: 11px;
  border: 1px solid rgba(82,141,70,0.18);
  box-shadow:
    0 14px 38px rgba(0,0,0,0.14),
    0 3px 10px rgba(82,141,70,0.12);
  z-index: 999;
}

/* reset marker & spacing */
.nevo-navigation ul.sub-menu.no-marker,
.nevo-navigation ul.sub-menu.no-marker li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/* kill nevo bullets */
.nevo-navigation ul.sub-menu.no-marker li::before,
.nevo-navigation ul.sub-menu.no-marker li::after {
  content: none !important;
}

/* menu item */
.nevo-navigation ul.sub-menu.no-marker li a {
  display: block;
  padding: 14px 28px;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #2a2a2a;
  transition: background 0.25s ease, color 0.25s ease;
  position: relative;
}

/* subtle divider */
.nevo-navigation ul.sub-menu.no-marker li:not(:last-child) a {
  border-bottom: 1px solid rgba(82,141,70,0.15);
}

/* hover clean luxury */
.nevo-navigation ul.sub-menu.no-marker li a:hover {
  background: rgba(82,141,70,0.08);
  color: #528D46;
}

/* ===============================
   DROPDOWN LEVEL 1 – GẦN MENU CHA
   =============================== */
.nevo-navigation li.menu-item-has-children > ul.sub-menu.no-marker {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nevo-navigation li.menu-item-has-children:hover > ul.sub-menu.no-marker {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===============================
   SUBMENU LEVEL 2 – KÉO GẦN LẠI
   =============================== */
.nevo-navigation ul.sub-menu.no-marker ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;        /* 🔥 chỉnh khoảng cách tại đây */
  border-radius: 11px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* hover mở submenu cấp 2 */
.nevo-navigation
ul.sub-menu.no-marker
li.menu-item-has-children:hover
> ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

}
/*---------------------------------------------end-css-submenu------------------------------------------*/
/*--------------------------end-css-header-------------------*/
/*-------------------------css-footer----------------------*/
 .helen-footer {
  background-color: #0f2a20;
  color: #e6f0eb;
}

.helen-footer__container {
  max-width: 1280px;
  margin: auto;
  padding: 80px 24px 56px;
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1fr;
  gap: 48px;
}

/* ===== TITLES (DÙNG CHUNG) ===== */
.helen-footer__title {
  font-size:25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  margin-bottom: 22px;
  color: white;
}

.helen-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  height: 2px;
  background-color: white;
  opacity: 0.8;
}
/* Description */
.helen-footer__desc {
  font-size: 14px;
  line-height: 1.8;
  color: white;
  max-width: 360px;
}

/* Lists */
.helen-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.helen-footer__list li {
  font-size: 14px;
  line-height: 2;
  color: white;
}

/* Contact list */
.helen-footer__list--contact li {
  display: flex;
  gap: 12px;
  align-items: center;
}

.helen-footer__list--contact i {
  font-size: 14px;
  color: white;
}

/* Brand icons */
.helen-footer__brand-icons {
  display: flex;
  gap: 18px;
}

.helen-footer__brand-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all .3s ease;
  text-decoration: none;
}

.helen-footer__brand-icons a:hover {
  background-color: #ffffff;
  color: #30714C;
  transform: translateY(-3px);
}

.helen-footer__brand-icons i {
  font-size: 14px;
}

/*------------------------end-css-footer----------------------*/
/*----------------------------------------------------------------------CSS-SERVICE-----------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------CSS-SERVICE------------------------------------*/
 table, th, td {
    border: none ;
}  
.price-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
}

/* ================= HEADER ================= */
.price-table thead th {
  background: #30714C;
  color: #fff;
  padding: 22px 26px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px;
  text-align: left;
}
.price-table thead th:nth-child(2) {
  text-align: center;
}
.price-table thead th:last-child {
  text-align: right;
}

/* ================= SECTION ================= */
.price-table .section td {
  padding: 28px 26px;
  font-size: 13px;
  text-align: center;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #30714C;
  border-bottom: 1px solid rgba(48,113,76,0.2);
}

/* ================= ROW ================= */
.price-table tbody tr:not(.section) td {
  padding: 22px 26px;
  font-size: 15px;
  color: #30714C;
  background: transparent;
  border-bottom: 1px solid rgba(48,113,76,0.12);
  transition: transform .45s ease, background .3s ease;
}

/* ===== COLUMN 1: SERVICE ===== */
.price-table tbody tr:not(.section) td:first-child {
  width: 60%;
  text-align: left;
  font-weight: 500;
}

/* ===== COLUMN 2: FULL SET ===== */
.price-table tbody tr:not(.section) td:nth-child(2) {
  width: 20%;
  text-align: center;
  font-weight: 600;
}

/* ===== COLUMN 3: FILL ===== */
.price-table tbody tr:not(.section) td:last-child {
  width: 20%;
  text-align: right;
  font-weight: 700;
}

/* ===== ONE PRICE ===== */
.price-table td[colspan="2"] {
  text-align: right;
  font-weight: 700;
}
.price-table tbody tr:not(.section){
transition: transform .45s ease; 
}
/* ================= HOVER ================= */
.price-table tbody tr:not(.section):hover {
  transform: translateY(-5px);
}

/*----------------------------------------------------------------------end---table------------------------------------------------------------*/
/*------------------------------------------------------END--CSS-SERVICE-MANICURE------------------------------------*/
/*-------------------------------------------------------CSS-PRICING------------------------------------*/
/*------------------------------------------------------END-CSS-PRICING------------------------------------*/
/*---------------------------------------------------------------------END-CSS-SERVICE-----------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------ONLY-CSS-MOBILE-HERE----------------------------------------------------*/
/*---------------------------------------------------------------------------
/* mobile chỉnh gọn */
@media (max-width: 768px) {
	   .helen-spa-heading {
        font-size: 25px;
		
        gap: 8px;
    }

    .helen-spa-divider {
        margin: 18px auto;
    }

    .helen-spa-subtitle {
        font-size: 11px;
        letter-spacing: 1.8px;
    }
.nevo-breadcrumb {
     /* giảm đẩy lên */
    padding: 0 16px;   /* thở chút cho mobile*/
  }
  .nevo-breadcrumb li {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .nevo-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
  }
 .nevo-breadcrumb .breadcrumb-item-last,
  .nevo-breadcrumb li:last-child span {
    font-size: 15px;
    font-weight: 500;
  }
	/*---------------mobile-service-card-------------------*/
	 .service-card {
    padding: 28px 0;
  }
  .service-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 14px;
  }

  .service-name {
    font-size: 30px;
    letter-spacing: 0.5px;
  }

  .service-price {
    font-size: 16px;
  }

  .service-price .cash,
  .service-price .card {
    font-size: 16px;
  }

  .service-addon {
    font-size: 13px;
    margin: 10px 0 20px;
  }

  .service-desc {
    font-size: 15px;
    line-height: 1.85;
  }

  .service-note {
    font-size: 13px;
    text-align: left;
    margin-top: 6px;
  }
/*------------------------------------------------------MOBILE-CSS-PRICING------------------------------------*/
.price-table td {
    display: table-cell; /* QUAN TRỌNG */
    padding: 12px 0;
    font-size: 13px;
  }
  .price-table td:last-child {
    text-align: right;
    font-size: 13
  }
}
/*-----------------------------------------------------END-MOBILE-CSS-PRICING------------------------------------*/