.elementor-2801 .elementor-element.elementor-element-177cbd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2801 .elementor-element.elementor-element-3a6babf{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2801 .elementor-element.elementor-element-3a6babf:not(.elementor-motion-effects-element-type-background), .elementor-2801 .elementor-element.elementor-element-3a6babf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.missgreenbeauty.com/wp-content/uploads/2025/10/ac13ba0b-e139-4d71-a81e-82498f7b068d.jpg");background-position:center center;background-size:cover;}.elementor-2801 .elementor-element.elementor-element-3a6babf.e-con{--align-self:flex-start;}.elementor-2801 .elementor-element.elementor-element-71b6053{text-align:center;}.elementor-2801 .elementor-element.elementor-element-71b6053 .elementor-heading-title{font-family:"Playfair Display SC", Sans-serif;font-size:80px;font-weight:100;text-transform:uppercase;color:#FFFFFF;}.elementor-2801 .elementor-element.elementor-element-8d3d203{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:1025px){.elementor-2801 .elementor-element.elementor-element-3a6babf:not(.elementor-motion-effects-element-type-background), .elementor-2801 .elementor-element.elementor-element-3a6babf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:767px){.elementor-2801 .elementor-element.elementor-element-3a6babf{--min-height:300px;}.elementor-2801 .elementor-element.elementor-element-71b6053 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for html, class: .elementor-element-73e02fb */body {
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #222;
}

/* Tổng thể */
.spa-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
}

/* Tiêu đề */
.spa-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}

.spa-left h2 span {
  color: #b8860b; /* vàng sang */
}

/* Bảng giá */
.spa-table {
  width: 100%;
  margin-bottom: 25px;
}

.spa-header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.spa-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding: 6px 0;
  font-size: 15px;
}

.spa-row .price {
  color: #b8860b;
  font-weight: 700;
}

/* Gộp phần steps và ảnh */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Service Steps */
.spa-steps {
  flex: 2;
}

.spa-steps h3 {
  color: #b8860b;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.spa-steps ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.spa-steps li {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}

.spa-steps li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #000;
}

/* Ảnh spa */
.spa-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.spa-right img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .spa-right {
    margin-top: 20px;
  }

  .spa-right img {
    width: 180px;
    height: 180px;
  }
  .spa-left h2 {
    font-size: 22px;   /* 👈 chỉnh nhỏ hơn khi vào điện thoại */
  }

  .spa-row{
    font-size: 14px;   /* 👈 chữ mô tả nhỏ lại */
  }
  .spa-steps li {
  font-size: 12px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1334cf8 */body {
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #222;
}

/* Tổng thể */
.spa-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
}

/* Tiêu đề */
.spa-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}

.spa-left h2 span {
  color: #b8860b; /* vàng sang */
}

/* Bảng giá */
.spa-table {
  width: 100%;
  margin-bottom: 25px;
}

.spa-header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.spa-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding: 6px 0;
  font-size: 20px;
}

.spa-row .price {
  color: #b8860b;
  font-weight: 700;
}

/* Gộp phần steps và ảnh */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Service Steps */
.spa-steps {
  flex: 2;
}

.spa-steps h3 {
  color: #b8860b;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.spa-steps ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.spa-steps li {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}

.spa-steps li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #000;
}

/* Ảnh spa */
.spa-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.spa-right img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .spa-right {
    margin-top: 20px;
  }

  .spa-right img {
    width: 180px;
    height: 180px;
  }
  .spa-left h2 {
    font-size: 22px;   /* 👈 chỉnh nhỏ hơn khi vào điện thoại */
  }

  .spa-row{
    font-size: 14px;   /* 👈 chữ mô tả nhỏ lại */
  }
  .spa-steps li {
  font-size: 12px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-071297f */body {
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #222;
}

/* Tổng thể */
.spa-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
}

/* Tiêu đề */
.spa-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}

.spa-left h2 span {
  color: #b8860b; /* vàng sang */
}

/* Bảng giá */
.spa-table {
  width: 100%;
  margin-bottom: 25px;
}

.spa-header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.spa-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding: 6px 0;
  font-size: 20px;
}

.spa-row .price {
  color: #b8860b;
  font-weight: 700;
}

/* Gộp phần steps và ảnh */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Service Steps */
.spa-steps {
  flex: 2;
}

.spa-steps h3 {
  color: #b8860b;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.spa-steps ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.spa-steps li {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}

.spa-steps li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #000;
}

/* Ảnh spa */
.spa-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.spa-right img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .spa-right {
    margin-top: 20px;
  }

  .spa-right img {
    width: 180px;
    height: 180px;
  }
  .spa-left h2 {
    font-size: 22px;   /* 👈 chỉnh nhỏ hơn khi vào điện thoại */
  }

  .spa-row{
    font-size: 14px;   /* 👈 chữ mô tả nhỏ lại */
  }
  .spa-steps li {
  font-size: 12px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d08929d */body {
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #222;
}

/* Tổng thể */
.spa-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
}

/* Tiêu đề */
.spa-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}

.spa-left h2 span {
  color: #b8860b; /* vàng sang */
}

/* Bảng giá */
.spa-table {
  width: 100%;
  margin-bottom: 25px;
}

.spa-header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.spa-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding: 6px 0;
  font-size: 20px;
}

.spa-row .price {
  color: #b8860b;
  font-weight: 700;
}

/* Gộp phần steps và ảnh */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Service Steps */
.spa-steps {
  flex: 2;
}

.spa-steps h3 {
  color: #b8860b;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.spa-steps ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.spa-steps li {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}

.spa-steps li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #000;
}

/* Ảnh spa */
.spa-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.spa-right img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .spa-right {
    margin-top: 20px;
  }

  .spa-right img {
    width: 180px;
    height: 180px;
  }
  .spa-left h2 {
    font-size: 22px;   /* 👈 chỉnh nhỏ hơn khi vào điện thoại */
  }

  .spa-row{
    font-size: 14px;   /* 👈 chữ mô tả nhỏ lại */
  }
  .spa-steps li {
  font-size: 12px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}
}/* End custom CSS */