/* GOTHAM */
@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-Light_Web.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
  font-display: block;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-LightItalic_Web.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
  font-display: block;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-Book_Web.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
  font-display: block;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-BookItalic_Web.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-BookItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
  font-display: block;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-Medium_Web.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
  font-display: block;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-MediumItalic_Web.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-MediumItalic_Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
  font-display: block;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-Bold_Web.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
  font-display: block;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-BoldItalic_Web.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/458368/zoom-fonts/gotham-new/GothamSSm-BoldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
  font-display: block;
}

[data-workforce-type] {
    display: none; /* Hidden by default */
}

.radio-option input[type="checkbox"] {
   -webkit-appearance: none;
   width: 15px;
   height: 15px;
   border: 1px solid #979797;
   border-radius: 50%;
   margin: 0;
   position: relative;
   cursor: pointer;
}

.radio-option input[type="checkbox"]:checked::after {
   content: '';
   position: absolute;
   width: 15px;
   height: 15px;
   background: #2F80ED;
   border-radius: 50%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.radio-option input[type="checkbox"]:checked {
   border-color: #2F80ED;
}

.workforce-type-selector {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.workforce-type-selector label {
    margin-right: 20px;
    cursor: pointer;
}

/* For elements that should be visible */
[data-workforce-type].visible {
    display: block;
}

.grey_mode {
background:#F5F5F5;
}

.pricing-calculator {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 0; 
    width: 100%;
    margin: 0 auto;
    max-width: 1200px !important;
}

.my-test-wrapper {
  width: 1200px;
}

.fields-container {
    width:100%;
    padding: 60px 5%;
    font-family:'HCo Gotham SSm';
    background:#F5F5F5;
    display:flex;
    flex-direction: column;
}
}

.fields-container .calc-container {
  width: 90%;
  max-width:635px;
}

.fields-container .calc-container:first-child {
  margin-top: initial;
}

.slider-container {
  margin-top: 40px !important;
  width:90%;
  max-width: 635px;
}

.slider-header {
    display: inline-block;

}

.slider-header label {
    font-family:'HCo Gotham SSm';
    font-size: 16px;
    font-weight: 450;
    color: black;
}

.value-display-wrapper {
  margin-top:23px;
  margin-bottom:40px;
}

.value-display {
    font-family:'HCo Gotham SSm';
    font-size: 35px;
    font-weight: 450;
    color: #2F80ED;
}

.slider-limits {
    font-family:'HCo Gotham SSm';
    display: flex;
    justify-content: space-between;
    color: #979797;
    font-size: 14px;
    margin-top: 10px;
}

.slider-limits span {
  color: #979797;
}

.radio-container {
    margin-top: 40px !important;
    width: 90%;
    max-width: 635px;
}

.radio-container:first-child {
    margin-top: initial;
}

.radio-label {
    font-family:'HCo Gotham SSm';
    font-size: 16px;
    font-weight: 450;
    color: black;
    margin-bottom: 25px;
}

.radio-options {
    display: flex;
    flex-direction:column;
    gap: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 30px;
}
.radio-option label {
  font-weight:400;
}
.radio-option input[type="radio"] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #979797;
    border-radius: 50%;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.radio-option input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #2F80ED;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-option label {
    font-family:'HCo Gotham SSm';
    font-size: 16px;
    color: black;
    cursor: pointer;
}

.description {
    font-family:'HCo Gotham SSm';
    color: #979797;
    font-size: 14px;
    margin-top: 10px;
}

.formula-results-container {
   box-shadow: inset 20px 0px 15px -10px rgba(0, 0, 0, 0.3);
   background:white;
}

.calculated-value-wrapper {
  position:sticky;
  top:0;
  padding-top:30%;
  padding-bottom:10%;
}

.calculated-value {
    padding: 25px 0;
    background: transparent;
}

.calculated-value:last-child {
    padding: 20px 0;
    background: transparent;
}

.savings-text {
    text-align: left;
    margin: auto;
    width: 240px;
}

.savings-text p {
    font-family:'HCo Gotham SSm';
    font-size: 40px;
    color: black;
    margin: 5px 0;
    font-weight:450;
  line-height:1.1em;
}

.savings-text div {
    font-family:'HCo Gotham SSm';
    font-size: 40px;
    color: #2F80ED;
    margin: 10px 0;
  font-weight:450;
    line-height:1.1em;
      width: max-content;
}

.savings-text span {
  color: #2F80ED;
}

.cta-button {
    font-family:'HCo Gotham SSm';
    background: #2F80ED;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    width:270px;
    text-align:center;
    margin: 25px auto;
}

.cta-button:hover {
    background: #3367d6;
}

.styled-slider {
    width: 100%;
    height: 2px;
    -webkit-appearance: none;
    background: linear-gradient(to right, #2F80ED 0%, #2F80ED var(--slider-percentage, 50%), #e6e6e6 var(--slider-percentage, 50%), #e6e6e6 100%);
    border-radius: 2px;
    margin: 20px 0;
}

.styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    border: 2px solid #2F80ED;
    cursor: pointer;
}

.styled-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #2F80ED;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}


.modal-content .hs-form {
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    align-content: center;
    font-family: 'HCo Gotham SSm', sans-serif;
    margin:auto;
}

.modal-content .hs-richtext {
  color:#909090;
  font-size:14px;
  font-weight:325;
}

.pricing-calculator.hs-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.hs-input::placeholder {
  font-family:'HCo Gotham SSm';
}

.modal-content .hs-form-booleancheckbox {
  position: relative;
  list-style: none;
  margin: 10px 0;
}

.modal-content .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.modal-content .hs-form-booleancheckbox .hs-input[type="checkbox"],
input.hs-input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 20px !important;
  height: 20px;
  border: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  padding: 0;
  box-sizing: border-box;
}

.modal-content .hs-form-booleancheckbox .hs-input[type="checkbox"]:checked {
  background-color: #2F80ED;
  position: relative;
}

.modal-content .hs-form-booleancheckbox .hs-input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.modal-content .hs-form-booleancheckbox-display span {
  color: #333;
  font-size: 14px;
  font-family: 'HCo Gotham SSm';
}

.modal-content .hs-form-booleancheckbox-display a {
  color: #2F80ED;
  text-decoration: none;
}

.modal-content .hs-form-booleancheckbox-display a:hover {
  text-decoration: underline;
}

.pricing-calculator .modal-content .hs-button:hover {
    background-color: #3367d6;
}

.modal-content .hs-submit {
    display: flex;
    justify-content: flex-start;
}
.modal-content .hs-submit input {
    background-color: #2F80ED;
    color: white;
    border: none;
    padding: 12px 24px;
    border:1px solid #2F80ED;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'HCo Gotham SSm', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight:450;
}

.modal-content .hs-submit input:hover {
    background-color: transparent;
    color:#2F80ED;
}

.pricing-calculator .no-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-content .hs-error-msgs {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    color: #721c24;
    font-size: 14px;
    font-family: 'HCo Gotham SSm', sans-serif;
}

.modal-content .hs-error-msg {
    margin: 0;
}

.modal-content .hs-form .hs-submit {
    margin: 0;
}

.modal-content .hs-form .hs-submit input {
    background-color: #2F80ED;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-content .hs-form .hs-submit input:hover {
    background-color: #3367d6;
}

.modal-content .hs-form .hs-misc_accomodation {
    width: 80%;
    order:3;
}

.modal-content .hs-form-booleancheckbox-display {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.modal-content .hs-form .hs-email {
  flex-direction:column;
}

#form-modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 100px 0 20px; /* Account for header height + some bottom padding */
}

.modal-content {
    max-height: 795px;
    overflow-y: auto;
    box-sizing: border-box;
}

/* Optional: Custom scrollbar styling */
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.modal-content .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left:30px !important;
  color:#909090 !important;
  font-weight:325;
}

.modal-content fieldset.form-columns-1 input {
  width: 100% !important;
}

.modal-content .hs-form-field input.hs-input, .modal-content .hs-form-field textarea.hs-input {
  border:none;
  border-bottom: 1px solid #90909080;
}

.modal-content .contact_form_container .hs-form-field input.hs-input::placeholder {
  color:#909090;
  font-size:11px;
  font-family:Inter;
}
.modal-content .contact_form_container .legal-consent-container .hs-richtext a {
  text-decoration:underline;
}
.modal-content fieldset.form-columns-1 .hs-input {
  width: 100%;
}


@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

#form-modal-wrapper.show {
    display: block;
    animation: fadeIn 0.3s;
}

.modal-content-wrapper {
    background-color: white;
    margin: 0 auto;
    width: 80%;
    max-width: 690px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.close-button {
  border:none;
  background:transparent;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.close-button:hover {
  color: #2F80ED;
}

.grey_white_background {
    background: linear-gradient(to right, #F5F5F5 50%, #FFFFFF 50%);
  }
@media screen and (max-width:1000px) {
  #form-modal-wrapper {
    padding-top:0;
  }
  .modal-content {
    width:100%;
  }
    .modal-content-wrapper {
    width:100%;
  }
 
  .pricing-calculator {
    display:flex;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pricing-calculator .no_vert_padding.med_bottom .apply_padding {
        padding-bottom: 20px;
  }
  
  .pricing-calculator .no_vert_padding.med_top .apply_padding {
    padding-top:20px;
  }

  .modal-content .hs-form {
    max-width:100%;
}
  .savings-text {
    width: 100%;
    display:flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
  .savings-text p:last-child {
    margin-left:10px;
  }
  .fields-container {
    max-width: 100%;
  }
    .formula-results-container {
    position: sticky;
    top: 0;
    box-shadow: inset 0px -20px 15px -10px rgba(0, 0, 0, 0.3);
    padding: 20px;
  }

  .calculated-value-wrapper {
    position: initial;
    padding-top: 0;
    padding-bottom:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .calculated-value {
    padding: 15px 0;
    display: flex;
    justify-content: center;
  }

  /* New styles for horizontal layout of calculated values */
  .formula-results-container .calculated-value-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    gap: 20px;
    width: 100%;
    justify-content: center;
    justify-items: center;
  }

  /* Container for all calculated values */
  .formula-results-container .calculated-value {
    display: flex;
    justify-content: center;
    padding: 10px;
  }

  .savings-text {
    width: auto;
    text-align: center;
  }

  .savings-text p, 
  .savings-text div {
    font-size: 25px;
    margin: 0;
    line-height: 30px;
    padding-bottom:0px;
  }

  /* CTA button styles */
  .cta-button {
    width: 100%;
    max-width: 244px;
    margin: 20px auto;
    padding: 12px 24px;
    grid-column: span 2;
  }
}