.elementor-18289 .elementor-element.elementor-element-83f2eb9{--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-18289 .elementor-element.elementor-element-5b148ed > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5b148ed */: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: #FFF;
}

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;
}

.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('https://www.humansahealth.com/wp-content/uploads/BookAnAppoinment-Banner-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 0 50%; */
  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 {
  font-family: 'Domaine Display Semibold', sans-serif;
  line-height: 3.5vw;
  font-size: 3.125vw;
  color: #000;
}


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

.black_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;
}


.form_container {
  /* max-width: 800px; */
  width: 66vw;
  margin: 4vw auto;
  background-color: white;
  /* padding: 30px; */
  padding: 8vw 3vw;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Custom Dropdown Styles */
.custom-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.custom-dropdown.field-error .dropdown-header {
  border-color: #ff4d4f;
}

.custom-dropdown.field-error .dropdown-selected {
  color: #ff4d4f;
}

.custom-dropdown .error-message {
  color: #ff4d4f;
  font-size: 14px;
  margin-top: 4px;
}

.dropdown-header {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

.dropdown-header.open {
  border-color: #00adb5;
}

/* .dropdown-header::after {
  content: "▼";
  font-size: 12px;
  transition: transform 0.3s ease;
} */

.dropdown-header.open::after {
  transform: rotate(180deg);
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
}

.dropdown-options.open {
  display: block;
}

.dropdown-option {
  padding: 10px 15px;
  cursor: pointer;
}

.dropdown-option:hover {
  background-color: #f5f5f5;
}

.dropdown-option.selected {
  background-color: #e6f7ff;
  color: #1890ff;
}

.dropdown-header i {
  transition: transform 0.2s;
}

.dropdown-header.open i {
  transform: rotate(180deg);
}

.title {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 20px 0;
  color: #465129;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  /* font-family: ''; */

}

.title,
label,
.dropdown-header .option-card,
.day-label,
.dropdown-option,
.checkbox-option,
.terms-text {
  font-family: "Beausite Fit Trial Light", sans-serif;
}

label,
.day-label,
.option-card,
.dropdown-header,
.terms-text {
  font-size: 1.25rem;
}

.dropdown-option,
.checkbox-option {
  font-size: 1rem;
}

.day-options .day-label {
  font-weight: 200;
}

.form-group {
  margin-bottom: 25px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-col {
  flex: 1;
}

label {
  display: block;
  /* margin-bottom: 8px; */
  font-weight: 600;
  color: #000;
}

input[type="text"],
input[type="email"],
select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus {
  outline: none;
  border-color: #666;
}

.salutation-options,
.day-options,
.time-options {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.option-card {
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
  background-color: white;
}

.option-card:hover {
  background-color: #f9f9f9;
}

.option-card.selected {
  color: black;
  background-color: #eef1e7;
}

.checkbox-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-option {
  display: flex;
  gap: 6px;
  cursor: pointer;
  padding: 0px;
  transition: all 0.3s;
  align-items: center;
}

.checkbox-option.selected {
  border-color: black;
  color: black;
}

.checkbox-option input {
  display: none;
}

#countryCode-style {
  flex: none;
}

.checkbox-option .checkmark {
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.checkbox-option.selected .checkmark {
  border-color: black;
  background-color: black;
}

.checkbox-option.selected .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 新增的样式 - 替换原有的.radio-option样式 */
.terms-container .checkbox-option {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.terms-container .checkbox-option:hover {
  background-color: #f5f5f5;
}

.terms-container .checkbox-option.selected {
  background-color: #f0f0f0;
}

.terms-container .checkbox-option input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.terms-container .checkbox-option .checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.terms-container .checkbox-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.terms-container .checkbox-option input[type="checkbox"]:checked~.checkmark {
  background-color: #000;
  border-color: #000;
}

.terms-container .checkbox-option input[type="checkbox"]:checked~.checkmark:after {
  display: block;
}

.terms-container .checkbox-option label {
  cursor: pointer;
  flex: 1;
  margin-bottom: 0;
}

/* 保持原有的错误状态样式 */
.terms-container .checkbox-option.field-error {
  border: 1px solid #ff4d4f;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.terms-container .checkbox-option.field-error label {
  color: #ff4d4f;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.radio-option input {
  width: 18px;
  height: 18px;
}

.terms-container {
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.terms-text {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
}

.submit-btn {
  background-color: #83965A;
  color: white;
  border: none;
  padding: 15px 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  width: 25%;
  font-weight: bold;
  margin: 15px 0;
}

.submit-btn:hover {
  background-color: #dcdcdc !important;
  color: #000;
}

.load-container {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Custom Select Dropdown Styles */
.select-wrapper {
  position: relative;
  margin-top: 8px;
}

.select-wrapper select {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}

/* Hover and Focus States */
.select-wrapper select:hover {
  border-color: #999;
}

.select-wrapper select:focus {
  outline: none;
  border-color: #00adb5;
  box-shadow: 0 0 0 2px rgba(0, 173, 181, 0.2);
}

/* Dropdown Options Styling */
.select-wrapper select option {
  padding: 12px 16px;
  background-color: #fff;
  color: #000;
}

.select-wrapper select option:hover {
  background-color: #666 !important;
  color: #fff !important;
}

/* For Firefox */
@-moz-document url-prefix() {
  .select-wrapper select {
    padding-right: 30px;
  }
}

/* For IE10+ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .select-wrapper::after {
    display: none;
  }

  .select-wrapper select {
    padding-right: 30px;
  }
}

.error-message {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  animation: slideIn 0.3s ease;
}

/* .error-message::before {
  content: "⚠️";
  margin-right: 5px;
} */

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

.field-error {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1) !important;
}

.success-message {
  /* width: 70%; */
  margin: 0 auto;
  background: #FFF;
  color: #83965A;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  display: none;
  animation: slideIn 0.3s ease;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2vw;
}

.success-submit-icon {
  width: 9.68vw;
  height: 9.68vw !important;
  object-fit: contain;
}

.thankyou,
.success-descript {
  font-family: "Beausite Fit Trial Light", sans-serif;

}

.thankyou {
  font-size: 2.5rem;

}

.success-descript {
  font-size: 1.25rem;
}

.policy-link{
  text-decoration: underline;
  color: #000;
}/* End custom CSS */