.elementor-9280 .elementor-element.elementor-element-253e9fb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-9280 .elementor-element.elementor-element-6b8853d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6b8853d */:root {
  --primary-color: #000;
  --secondary-color: #fff;
  --accent-color: #d1d1d1;
  --font-main: 'Beausite Classic Light', sans-serif;
  font-size: 16px;
  /* Base font size for rem calculations */
}


.BeausiteFit_Light_28px {
  font-family: "Beausite Fit Trial Light", sans-serif;
  font-size: 1.45vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.BeausiteFit_Light_40px {
  font-family: "Beausite Fit Trial Light", sans-serif;
  font-size: 2.08vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.BeausiteClassic_Light_18px {
  font-family: 'Beausite Classic Light', sans-serif;
  font-size: 1vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: var(--font-main);
  line-height: 1.6;
  color: var(--primary-color);
  background-color: var(--secondary-color);
}

a {
  text-decoration: none;
}


.border_bottom_line {
  border-bottom: 1px solid #000;
}

#page-container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-sizing: border-box;
  /* overflow: hidden; */
  position: relative;
}

.white_link_style {
  width: 13.0vw;
  height: 2.60vw;
  margin: 2vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
  color: #000;
  border: 0.1vw solid #000;
  font-size: 1.04vw;
  font-family: 'Beausite Classic Light', sans-serif;
}

.page_title_background {
  width: 100%;
  height: 35.4vw;
  position: relative;
  border-radius: 0;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255, 0.1) 100%),
    url('../jpg/services-overview-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 25%;
  display: flex;
  align-items: center;
}

.background_context {
  display: flex;
  flex-direction: column;
  margin-left: 12%;
}

.background_small_title {
  font-family: 'Beausite Classic Light', sans-serif;
  font-size: 1.56vw;
}

.background_big_title,
.background_gold_title {
  font-family: 'Domaine Display Semibold', sans-serif;
  font-size: 2.81vw;

}

.background_gold_title {
  /* color: "rgb(171, 147, 123)"; */
  color: #ab937b;
}

.page_description_text {
  width: 69.5vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 0.93vw;
  text-align: center;
  margin: 2vw auto;
}

.description_big_text {
  font-family: 'Beausite Fit Trial Regular', sans-serif;
  font-size: 1.04vw;
  text-align: center;
  margin: 2vw auto;
  font-weight: bold;

}

.link_layout_center {
  margin: 2vw auto !important;
}



.five_pillars_container {
  width: 58.8vw;
  height: 28.1vw;
  margin-top: 2vw;
  /* background-image: url('https://www.humansahealth.com/wp-content/uploads/2025/02/Isolation_Mode_background.png'); */
  background-repeat: no-repeat;
  /* background-size: 26.5vw 8.33vw; */
  background-position: center 0;
  position: relative;

  /*  */
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4vw;
}

.pillars_item {
  width: 7.77vw !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  gap: 0.5vw;
}

.five_pillars_container .pillars_item:nth-child(1) {
  top: 4vw;
  left: 0;
}

.five_pillars_container .pillars_item:nth-child(2) {
  top: 12vw;
  left: 12vw;
}

.five_pillars_container .pillars_item:nth-child(3) {
  top: 16vw;
}

.five_pillars_container .pillars_item:nth-child(4) {
  top: 12vw;
  right: 12vw;
}

.five_pillars_container .pillars_item:nth-child(5) {
  top: 4vw;
  right: 0;
}

.pillars_item_title {
  text-align: center;
  font-size: 1.25vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  color: #ab937b;
  width: 70%;
}

.pillars_item_img {
  height: 6.77vw !important;
  object-fit: contain;
}

.image_list_layout {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.image_list_item {
  flex: 1;
  height: 45.9vw;
  display: flex;
  background-repeat: no-repeat;
}

.image_list_layout .image_list_item:nth-child(1) {
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 10%, rgb(255, 255, 255, 1) 95%),
    url('../jpg/futurehealth_bg_list_1.jpg');
  background-position: 0;
  background-size: 110%;

}

.image_list_layout .image_list_item:nth-child(2) {
  background-position: 0;
  background-size: 110%;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 10%, rgb(255, 255, 255, 1) 95%),
    url('../jpg/futurehealth_bg_list_2.jpg');
}

.image_list_layout .image_list_item:nth-child(3) {
  background-position: 50% 35%;
  background-size: 125%;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 10%, rgb(255, 255, 255, 1) 95%),
    url('../jpg/futurehealth_bg_list_3.jpg');
}

.image_list_layout .image_list_item:nth-child(4) {
  background-position: 0;
  background-size: 110%;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 10%, rgb(255, 255, 255, 1) 95%),
    url('../jpg/futurehealth_bg_list_4.jpg');
}

.image_list_layout .image_list_item:nth-child(5) {
  background-position: 0;
  background-size: 110%;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 10%, rgb(255, 255, 255, 1) 95%),
    url('../jpg/futurehealth_bg_list_5.jpg');
}

.membership_grade_image {
  /* width: 15.6vw; */
  height: 6.25vw !important;
  object-fit: cover;
}

.membership_plan_layout {
  width: 100%;
  height: 43.1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255, 0.5) 50%),
    url('../jpg/futurehealth-plan-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.membership_plan_content_layout {
  margin-left: 15%;
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1vw;
}

.membership_plan_title {
  font-size: 2.18vw;
  font-family: 'Domaine Display Semibold', sans-serif;
}

.plan_silder_layout {
  width: 60%;
  overflow: hidden;
  z-index: 99;
  position: relative;
}

.slider_wrapper {
  z-index: 99;
  display: flex;
  width: calc(20.4vw * 12);
  /* 12 张图片的宽度 */
  gap: 1vw;
  transition: transform 0.5s ease-in-out;
  animation: scroll 30s linear infinite;
  /* 添加滚动动画 */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* 滚动到第二组图片的起始位置 */
  }
}

.slider_card {
  width: 20.4vw;
  height: 20.1vw !important;
  z-index: 99;
  object-fit: cover;
  flex-shrink: 0;
}

.four_solution_layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
  margin: 2vw 0;
}

.solution_item {
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
}

.solution_item_title_layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5vw;
}

.solution_item_number {
  width: 4.79vw;
  height: 3.33vw;
  background-image: url('../jpg/cirle_number_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 2.81vw;
  font-family: 'Beausite Fit Trial Light Italic', sans-serif;
  text-align: center;
  line-height: 4vw;
  color: #465129;

}

.solution_title_text {
  font-size: 1.45vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  color: #465129;

}

.solution_item_content {
  font-size: 1.04vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  width: 32.2vw;
}/* End custom CSS */