/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@font-face {
  font-family: "Magical";
  src:
    url("https://9321553.fs1.hubspotusercontent-na1.net/hubfs/9321553/fonts/MagicalRegular.woff") format("woff");
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.container {
  display: flex;
  flex-wrap: wrap; /* Ensure responsiveness */
}

.image-container {
    height: 100%; /* Adjust as necessary */
    background-image: linear-gradient(to right, white, transparent), url('https://9321553.fs1.hubspotusercontent-na1.net/hubfs/9321553/LP%20-%20Images/DSC09571.jpg');
    background-position: center;
    background-size: cover;
    max-width: 1800px;
    margin: 0 auto;
  }

.body-container-wrapper form {
  background-color: #FFF;
}

.left-column, .right-column {
  box-sizing: border-box;
}

.left-column {
  flex: 60%; /* 60% width */
  padding: 20px 40px;
  background-color: rgba(209, 224, 215, .9);
}

#hbspt-form-d59ce615-539d-40ff-a41a-d2d337bfb2b9 {
  display: none;
}

.hbspt-form p {
  font-size: 14px;
}

.hbspt-form form label {
  font-weight: 300;
}

#label-walk_in_interviews-188758de-0986-46af-b37b-bfa8660a2c45, #label-zoom_meetings_-188758de-0986-46af-b37b-bfa8660a2c45 {
  color: #305470;
  font-weight: bold;
}

.hs-form-checkbox-display {
  font-style: italic;
}
/* 
.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Adjust this value according to the parent container's height 
  width: 100%; /* Adjust if necessary to fit your design */
} 

/* .body-container-wrapper form {
  padding: 20px 20px; 
} */

.right-column {
  flex: 40%; /* 40% width */
  text-align: center; /* Center the image if smaller than the column */
}

.right-column img {
  max-width: 100%; /* Make the image responsive */
  height: auto; /* Maintain aspect ratio */
}

.wrapper-head-text {
  font-family: 'magical', script;
  font-size: 4rem;
  color: #305470;
  text-align: center;
}

.wrapper-p-text {
  line-height: 1.8;
  color: #414042;
  text-align: center;
}

.wrapper-cta {
  font-weight: bold;
  padding: 15px 0 10px 0;
}

.wrapper-btn {
  background-color: #966944;
  color: #FFF;
  font-size: .65rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 10px;
  max-width: 200px;
  border: none;
  margin: 0 auto;
}


.image-column {
  flex: 40%; /* 40% width of the container */
  display: flex; /* Enables flexbox within this div */
  justify-content: center; /* Horizontally centers the image */
  align-items: center; /* Vertically centers the image */
}

.image-column img {
  width: 100%; /* Makes the image fill the container */
  height: 100%; /* Scales the height to match the container */
  object-fit: cover; /* Ensures the image covers the area without losing its aspect ratio */
}

.text-column {
  display: flex; /* Enables Flexbox */
  flex-direction: column; /* Stacks flex items vertically */
  justify-content: center; /* Centers content vertically */
  flex: 60%; /* 60% width of the container, as per your 60/40 layout */
  max-width: 430px;
  margin: 50px 10px;
}

.start-cta {
  color: #FFF;
}

.questionaire-wrapper {
  text-align: center;
}

.questionaire-wrapper {
  align-items: center; /* This centers the child elements horizontally */
  width: 100%; /* Takes the full width of the viewport or its parent container */
  background-color: #F6F7F2;
  padding: 50px 0 5px 0;
  
}

.questionaire-single-col{
  /* Add padding, margins, or other styles as needed */
  margin-bottom: 20px;
  text-align: center;
}

.questionaire-single-col > h2 {
  margin-bottom: 10px;
  color: #305470;
}

.questionaire-start {
  color: #305470;
}

.two-columns {
  display: flex; /* Enables Flexbox for the two-column layout */
  width: 100%; /* Takes the full width of the main container */
  max-width: 945px; /* Optional: Ensures the two-column section doesn't exceed 945px */
}

.column-half {
  flex: 1; /* Each column takes up an equal amount of space */
  /* Add padding, margins, or other styles as needed */
}

/* Existing styles for the two-column layout */
.two-columns {
  display: flex;
  width: 100%;
  max-width: 945px;
}

.column-half {
  flex: 1;
  margin-right: 50px;
}


/* video container */




/* .body-container-wrapper form label {
  padding: 10px;
} */

/* .body-container-wrapper form {
  max-width: 100%;
} */

.radio-wrapper {
  display: inline-flex;
  padding: 5px;
  margin-left: 40px;
}



/* Media query for mobile devices */
@media (max-width: 768px) {
  .two-columns {
    flex-direction: column; /* Stacks columns vertically on small screens */
  }
}


.score-container {
  align-items: center;
  margin: 0 auto
}

.column {
  padding: 10px; 
}

.column-70 {
  flex: 60%; 
}

.column-text-70 {
  flex: 60%; 
  text-align: left;
}

.column-30 {
  flex: 40%; 
  background-color: #FFF;
  padding: 20px 20px;
}

.column-video-30 {
  flex: 40%; 
}

.video-container {
  display: flex;
}

.video-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 40px 0;
}

.score-title {
  color: #966944;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
   
}

.score-wrapper {
  position: relative;
  background-color: #FFF;
  margin: 0 auto;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  z-index: 1 !important; /* Ensures it is above the :before pseudo-element */
  overflow: visible;
}

.score-wrapper:before {
  content: '';
  position: absolute;
/*   top: -0.625rem; */
  right: -0.625rem;
  left: -0.625rem;
  height: 40%; /* Height of the border effect */
  background-color: #D2E5EB; /* Adjust the color as needed */
  z-index: -1; /* Ensure it is behind the main container */
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1); /* Optional: Adds shadow to the border */
  margin-top: -10px;
}

.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Make sure the parent container has a defined height */
  width: 100%; /* This ensures the wrapper takes full width of its container */
}

.body-container-wrapper form {
  width: 100%; /* Ensures the form uses the full width of its container */
  max-width: 600px; /* Limits the form width to not exceed 600px */
  margin: auto; /* Centers the form within the .score-wrapper */
  padding: 20px; /* Adds some padding inside the form */
}


.text-column {
  flex: 50%; 
  padding-left: 30px;
}

.holistic-wrapper {
  max-width: 790px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.holistic-wrapper > h2 {
  font-family: 'Prata', sans-serif;
  font-size: 24px;
}

.holistic-wrapper > p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.holistic-container {
  display: flex; /* Activates Flexbox */
  justify-content: space-between; /* Distributes space between and around columns */
  max-width: 1100px; /* Maximum width of the container */
  margin: auto; /* Centers the container in the parent element */
}

.text-col-holistic > h3{
  max-width: 300px; /* Maximum width for each column */
  flex: 1; /* Allows columns to grow and fill the container space */
  color: #966944;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.text-col-holistic > p {
  max-width: 300px;
}

.holistic-text-inner {
  line-height: 1.4em !important;
}

.layout_cta_item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
/*     flex: 0 0 100%; */
    max-width: 100%;
    display: flex;
    z-index: 1;
}

.layout_cta_item__inner {
    position: relative;
    background: #fff;
    padding: 2.25rem 2.625rem 0 2.25rem;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.1);
    margin: 0.625rem;
    width: 100%;
    margin-bottom: 3rem;
    text-align: left;
}

.layout_cta_item.has-light-sage-background-color [class*=__inner]:before {
    background-color: #D1E0D7;
}

.layout_cta_item__inner:before {
    position: absolute;
    content: "";
    top: -0.625rem;
    right: -0.625rem;
    left: -0.625rem;
    height: 50%;
    z-index: -1;
    background-color: #D1E0D7;
}

.column-30 {
    position: relative;
    background: #fff;
    padding: 2.25rem 2.625rem 0 2.25rem;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.1);
    margin: 0.625rem;
    width: 100%;
    margin-bottom: 3rem;
}

.column-30 [class*=__inner]:before {
    background-color: #D2E5EB;
}

.column-30:before {
    position: absolute;
    content: "";
    top: -0.625rem;
    right: -0.625rem;
    left: -0.625rem;
    height: 50%;
    z-index: -1;
    background-color: #D2E5EB;
}

.hs-form label {
  font-size: 13px;
}

.hs-input {
  border: 2px solid lightgray !important;
}

.hs-submit {
    text-align: right;
    background-color: #966944;
    color: #FFF;
    margin-bottom: 30px;
    max-width: 220px;
    margin: 0 auto;
}

.hs-form-188758de-0986-46af-b37b-bfa8660a2c45_bc614f21-d1b5-4c24-9816-64d57240da48 .hs-richtext {
  font-size: 14px;
}

.body-container-wrapper form label {
  text-align: left;
}

form [type=submit]:not([href]) {
color: #FFF;
}




.testimonial-header {
  font-family: 'magical', script;
  font-size: 4rem;
  color: #305470;
  text-align: center;
}

.testimonial-text {
  color: #FFF;
}

.layout_cta_item__header h3 {
  margin-left: 1.1rem;
}

.layout_cta_item__inner ul {
  list-style-type: none; /* Removes default list markers */
  padding: 0; /* Removes padding to help with alignment */
  margin: 0; /* Remove margin to align with h3, adjust if necessary */
  margin-bottom: 25px;
}

.layout_cta_item__inner ul li {
  position: relative; /* Needed to position the '+' sign absolutely within */
  padding-left: 20px; /* Creates space for the '+' sign */
}

.layout_cta_item__inner ul li::before {
  content: "+"; /* The '+' sign */
  position: absolute; /* Absolutely positioned relative to the li */
  left: 0; /* Position the '+' at the start of the extra space */
  top: 0; /* Aligns '+' vertically */
  color: #D1E0D7; /* Color of the '+' sign, adjust as needed */
  font-weight: bold;
}



/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  
  .holistic-wrapper > p {
    margin: 0 10px 0 10px;
  }
  .left-column, .right-column {
    flex: 100%; /* Stack the columns on small screens */
  }
  
   .text-column, .image-column {
    flex: 100%; /* Each column takes full width on small screens */
  }
  
  .text-column {
    margin-top: 20px;
  }
  
  .video-container {
    flex-direction: column;
  }
  

  .image-column img {
    width: auto; /* Adjusts width to be auto to maintain aspect ratio */
/*     max-height: 300px; /* Optional max-height to prevent the image from becoming too tall on narrow screens */ */
  }
  
  .score-container {
    flex-direction: column; /* Stacks the flex items (columns) vertically */
  }
  
    .holistic-container {
    flex-direction: column; /* Stacks the columns vertically */
  }

  .text-col-holistic {
    max-width: 100%; /* Each column takes the full width of the container */
    margin: 10px 0; /* Adjusts margin for vertical stacking */
  }
}