.elementor-2825 .elementor-element.elementor-element-196bcff{--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-2825 .elementor-element.elementor-element-196bcff:not(.elementor-motion-effects-element-type-background), .elementor-2825 .elementor-element.elementor-element-196bcff > .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-2825 .elementor-element.elementor-element-196bcff.e-con{--align-self:flex-start;}.elementor-2825 .elementor-element.elementor-element-e6ad8dd{text-align:center;}.elementor-2825 .elementor-element.elementor-element-e6ad8dd .elementor-heading-title{font-family:"Playfair Display SC", Sans-serif;font-size:80px;font-weight:100;text-transform:uppercase;color:#FFFFFF;}.elementor-2825 .elementor-element.elementor-element-d6d6ccc{--display:flex;}@media(min-width:1025px){.elementor-2825 .elementor-element.elementor-element-196bcff:not(.elementor-motion-effects-element-type-background), .elementor-2825 .elementor-element.elementor-element-196bcff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:767px){.elementor-2825 .elementor-element.elementor-element-196bcff{--min-height:300px;}.elementor-2825 .elementor-element.elementor-element-e6ad8dd .elementor-heading-title{font-size:25px;}}/* Start custom CSS for html, class: .elementor-element-3a36c77 */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: 36px;
  font-weight: 400; /* không in đậm */
  color: #000;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: left;
}

/* Wrapper */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Bảng giá */
.spa-table {
  flex: 1.2;
}

.spa-header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  padding-bottom: 6px;
  margin: 20px 0 10px;
  color: #000;
}

.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;
}

/* Ảnh */
.spa-right {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.spa-right img {
  width: 100%;
  max-width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.spa-right img:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .spa-table, .spa-right {
    width: 100%;
  }

  .spa-right img {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border-radius: 12px;
  }

  .spa-left h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: left;
  }

  .spa-header,
  .spa-row {
    font-size: 13px;
  }

  .spa-container {
    padding: 10px 15px;
  }
}/* End custom CSS */