@font-face {
    font-family: Punkto;
    src: url(../fonts/punkto-regular.woff2) format("woff2"), url(../fonts/punkto-regular.woff) format("woff");
    font-display: swap;
}
        *,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
   font-family: "Punkto", sans-serif;
}
.container {
    padding: 0 15px;
}
body {
  margin: 0;
  padding: 0;
   font-family: "Punkto", sans-serif;
}
body,
html {
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
  position:relative;
}

html.o-hidden,
html.o-hidden body {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.future-health {
  font-family: Arial, sans-serif;
  width: 100%;
  display: block;
}
.form-bg img {
    opacity: 0.5;
}
/* Logo section */
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header{
      position: sticky;
  top: 0;
}
.future-health__logo {
  padding: 20px 0;
  background: #fff;

}

.future-health__logo-link img {
  max-height: 50px;
  width: auto;
  display: block;
}

/* Banner section */
.future-health__banner {
  background: #6c7a89;
  padding: 60px 0;
  color: #fff;
  text-align: left;
}

.future-health .container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.future-health__tag {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  color: #e6e1d3;
}

.future-health__text {
  margin: 40px 0;
}

.future-health__text p {
  font-size: 18px;
  line-height: 1.7;
}

.future-health__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 10px;
}

.future-health__cta {
  display: inline-block;
  background: #e6e1d3;
  color: #333;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
}

.future-health__cta:hover {
  background: #d8d2c4;
}

/* ----------------------- */
/* RESPONSIVE BREAKPOINTS */
/* ----------------------- */

/* Medium screens (tablets) */
@media (max-width: 991px) {
  .future-health .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .future-health__title {
    font-size: 22px;
    line-height: 1.5;
  }

  .future-health__text p {
    font-size: 17px;
  }
}

/* Small screens (mobile) */
@media (max-width: 767px) {
  .future-health__banner {
    padding: 40px 0;
  }

  .future-health .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .future-health__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .future-health__text p {
    font-size: 16px;
  }

  .future-health__cta {
    padding: 10px 22px;
    font-size: 13px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .future-health__title {
    font-size: 18px;
  }

  .future-health__text p {
    font-size: 15px;
  }

  .future-health__banner {
    padding: 30px 0;
  }

  .future-health .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* FOOTER */
.future-footer {
  background: #3b434c;
  padding: 80px 0 40px;
  color: #ffffffcc;
  text-align: center;
  position: relative;
}
.future-health-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.future-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Logo */
.future-footer__logo img {
  max-width: 260px;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  opacity: 0.95;
}

/* Social Icons Row */
.future-footer__social {
  display: flex;
  gap: 35px;
  justify-content: center;
  margin-bottom: 35px;
  align-items: center;
}
.header-button a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 1rem;
  color: #fff;
  background: none;
  position: relative;
  overflow: hidden;
  border: 0px;
  border-radius: 8px;
  border: 1px solid #7f6b64;
  text-decoration: none;
  transition: 0.2s ease-in;
}
.header-button a:hover {
  background-color: #7f6b64;
  border: 1px solid #7f6b64;
}
.btn__primary__border span {
  color: #7f6b64;
}

.header-button a:hover span {
  color: #fff;
}
.future-footer__social .icon svg {
  opacity: 0.8;
  transition: 0.3s ease;
}

.future-footer__social .icon:hover svg {
  opacity: 1;
}

/* Bottom text */
.future-footer__bottom {
  font-size: 14px;
  color: #ffffff99;
}
.future-footer__bottom span {
  margin: 0 5px;
}
.future-footer__bottom a {
  color: #ffffffcc;
  text-decoration: none;
  margin: 0 6px;
}

.future-footer__bottom a:hover {
  text-decoration: underline;
}

/* Optional decorative DNA background effect */
.future-footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 400px;
  height: 200px;
  background: url("https://www.adghw.com/media/shjjsqor/footer-bg-dna.svg")
    no-repeat;
  background-size: contain;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .future-footer {
    padding: 60px 0 30px;
  }

  .future-footer__logo img {
    width: 150px;
  }

  .future-footer__social {
    gap: 22px;
  }

  .future-footer__bottom {
    font-size: 13px;
    padding: 0 20px;
    line-height: 1.5;
  }

  .future-footer::after {
    width: 260px;
    bottom: 40px;
  }
}

@media (max-width: 480px) {
  .future-footer__social {
    gap: 18px;
  }

  .future-footer__bottom {
    font-size: 12px;
  }
}
.form__module {
        background: #f6f4f1;
}
.form__module .container-row {
       width: 100%;
       max-width: 1920px;
       margin: 0 auto;
       padding: 50px;
}

.form__module-wrap {
    margin: 0 auto;
    max-width: 825px;
    padding: 25px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
}

 h2 {
    color: #758291;
    font-size: 32px;
    font-weight: 500;
}

 h4 {
    color: #7f6b64;
    font-size: 20px;
    font-weight: 500;
}

 p {
    color: #758291;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
        text-align: left;
}

.umbraco-forms-fieldset{
    border:none;
        min-width: unset;
}


umbraco-forms-field-wrapper select {
    padding: 20px;
}

.umbraco-forms-field-wrapper input[type=text] , .umbraco-forms-field-wrapper input[type=number] {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    appearance: none;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
    border-radius: 40px;
    background-color: rgba(164, 188, 194, 0.2);
    border: 0;
    padding-left: 20px !important;
    min-height: 56px !important;
    height: 56px !important;
    padding-right: 20px !important;
}


select#\38 9342796-b14b-47d8-877a-ce9d450bf0fd {}

select#\38 9342796-b14b-47d8-877a-ce9d450bf0fd {}

.umbraco-forms-field-wrapper select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
    border-radius: 40px;
    background-color: rgba(164, 188, 194, 0.2);
    border: 0;
    padding-left: 20px !important;
    min-height: 56px !important;
    height: 56px !important;
    padding-right: 20px !important;
    margin-bottom: 1rem !important;
}
.umbraco-forms-container.col-md-12 {
    display: flex;
    gap: 15px 25px;
    flex-wrap: wrap;
}

.umbraco-forms-field {
    width: 100%;
}

.umbraco-forms-field.title.dropdown.mandatory {
    width: 33.33%;
}

.umbraco-forms-field.firstname.shortanswer.mandatory.alternating {
    width: calc(63%);
}
@media screen and (max-width:860px){
  .umbraco-forms-field.title.dropdown.mandatory {
    width: 100%;
}

.umbraco-forms-field.firstname.shortanswer.mandatory.alternating {
    width: 100%;
}  
}
.umbraco-forms-field.hidden {
    display: none;
}
.umbraco-forms-field.privacytext.titleanddescription p {
    font-size: 12px;
    color: #7e6b65;
}
.umbraco-forms-field.privacytext.titleanddescription a {
    color: #002856;
}

input.btn.primary.btn-secondary {
    width: 50%;
    padding: 15px;
    background: #7e6b65;
    border: 0;
    color: #fff;
    border-radius: 0.5rem;
    font-size:16px;
}
.umbraco-forms-field-wrapper select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    background-color: rgba(164, 188, 194, 0.2) !important;

    padding-right: 40px !important; /* space for arrow */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%237f6b64' height='14' viewBox='0 0 20 20' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548L10 12.032l4.484-4.484L16 8.065l-6 6-6-6z'/></svg>");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 18px center; /* ← adjust arrow position */
    
    border: 0 !important;
    border-radius: 40px !important;

    overflow: hidden !important; /* override internal-visible */
    box-sizing: border-box !important;
}
@media screen and (max-width:768px){
    .form__module .container-row {

    padding: 25px;
}
.form__module-wrap {

    padding: 15px;

}
}
@media screen and (max-width:545px){
  .header-wrapper {
  flex-wrap:wrap;
  gap:10px;
}  
}
@media screen and (max-width:767px){
  .umbraco-forms-field.recaptcha.recaptcha2 iframe {
    transform: scale(0.7);
    margin: 0 auto;
    transform-origin: left;
}  
input.btn.primary.btn-secondary {
    width: 100%;
}
}
@media screen and (min-width:768px){
    .umbraco-forms-field.recaptcha.recaptcha2.alternating {
     display: flex; 
     justify-content: center; 
}
}
.form-bg {
    position: absolute;
    bottom: -300px;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.form__module {
    background: #f6f4f1;
    position: relative;
    overflow:hidden;
}
.form-bg img {
    width: 100%;
}
.form__module-wrap {
    z-index: 2;
    position: relative;
}
.umbraco-forms-field-wrapper select {

    color: #767676;

}
 .form__module-content {
    margin-bottom: 15px;
}

a {
    color: #7e6b65;
}
.thankyou-page {
  background-color: #f6f4f1;
  padding: 50px 0;
  height: calc(100vh - 375px);
}

.thankyou-content {
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.thankyou-content h2,
.thankyou-content p {
  text-align: center;
      margin-bottom: 15px;
}
section.thankyou-page .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.iti__selected-flag {
    border-radius: 40px 0 0 40px !important;
}

.iti input {
    padding-left: 57px !important;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: 5px !important;
}
.umbraco-forms-field.whichoptionbestdescribesyourcompanysprimarybusinessactivity.dropdown label {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    color: #7d7073;
}




.umbraco-forms-field-wrapper {
    position: relative;
}

.umbraco-forms-field-wrapper input::placeholder {
     opacity: 0; 
}
.umbraco-forms-field label {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    height: 100%;
    top: 0;
    color: #757579;
    padding:  20px;
    pointer-events:none;
}
.umbraco-forms-field-wrapper input:focus+label{
    display:none;
}

.umbraco-forms-indicator {
    color: red;
}



.umbraco-forms-field.dropdown label {
    position: relative;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top:10px;
    padding: 0 10px;
}
.umbraco-forms-container.col-md-12 {
    align-items: flex-end;
}

.umbraco-forms-field-wrapper select {
    margin-bottom: 0 !important;
}

.umbraco-forms-field.phone label, .umbraco-forms-field.mobile label {
    left: 35px;
}
.umbraco-forms-field-wrapper:focus-within .umbraco-forms-label {
    display: none;
}
.umbraco-forms-field.dropdown .umbraco-forms-field-wrapper:focus-within .umbraco-forms-label {
    display: block;
}
.umbraco-forms-field-wrapper input:focus-visible {
   outline:none;
}
.umbraco-forms-field-wrapper select:focus-visible {
   outline:none;
}
@media screen and (max-width:400px){
    .umbraco-forms-field label {
 font-size:14px;
 
}
}
.js-label-hidden {
  display: none !important;
}
.field-validation-error {
    display: block;
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
    color: red;
    font-size: 12px;
}
.thankyou-page .header-button a{
    background-color: #7f6b64;
    border: 1px solid #7f6b64;
    color:#fff !important;
}
.thankyou-page .header-button a:hover {
    color: #7f6b64 !important;
    background: none;
    border: 0px;
    border-radius: 8px;
    border: 1px solid #7f6b64;
}
.thankyou-page .btn__primary__border span {
    color: #fff;
}
.thankyou-page .btn__primary__border:hover span {
    color: #7f6b64;
}
.new-form .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper{
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    
}
.new-form .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper label , .multiplechoice label , .singlechoice label{
       position: relative;
    padding: 0;
    padding-left: 5px;
    
}
.ihavereadandagreetothetermsofuseandbelowprivacypolicies .js-label-hidden,
.iagreetoreceivecommunicationsandsubscribetothenewsletter .js-label-hidden{
    display: block !important;
    font-size:16px;
}
.new-form .umbraco-forms-field.checkbox{
        padding-bottom: 5px;
}
.new-form .umbraco-forms-field.checkbox .field-validation-error{
        position: absolute;
    bottom: -17px;
    left: 4px;
}