/* body {
  font-size: 15px;
  color: #31353D;
  background: #f0f0f0;
  line-height: 1.6;
} */

.cable-cleats .mod-bottom-study {
  padding-bottom: 60px;
}

.page-bg {
  font-family: "Montserrat", sans-serif;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 30px 60px;
}

.page-bg .container {
  max-width: 1212px;
  width: 100%;
}

.page-bg .heading-title {
  margin-bottom: 25px;
}

.page-bg .heading-title h2 {
  margin: 0;
}

.page-bg.pt_extra {
  padding-top: 110px;
}

.form-card {
  width: 100%;
  max-width: 1184px;
  background: #fff;
  box-shadow: 0 16px 32px 0 rgba(26, 32, 38, 0.15);
  overflow: hidden;
  position: relative;
}

.progress-bar-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: transparent;
  z-index: 20;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background: #259AF2;
  transition: width 500ms ease;
}

.steps-viewport {
  position: relative;
  overflow: hidden;
  min-height: 730px;
}

.step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 730px;
  padding: 93px 60px 60px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 380ms cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  will-change: transform;
  background: #ffffff;
}

#step-1 {
  padding: 160px 60px 60px 242px;
}

#step-1 .step-content {
  max-width: 700px;
  padding: 0;
}

#step-1 .step-title {
  font-size: 24px;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
  color: #31353D;
}

.step.active {
  position: relative;
  transform: translateX(0);
  visibility: visible;
}

.step.exit-left {
  transform: translateX(-100%);
  visibility: hidden;
}

.step.exit-right {
  transform: translateX(100%);
  visibility: hidden;
}

.step-content {
  flex: 1;
  padding: 0 41px;

}

.step-content .step-title {
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #31353D;
  margin: 0;
  margin-bottom: 54px;
  line-height: 54px;
}

.step-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 85px;
  margin-top: auto;
}

.step-nav--right {
  justify-content: flex-end;
}

.step-nav--blue {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step-nav--blue-back {
  justify-content: flex-start;
}

button.btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 17px 18px 13px;
  font-family: 'Teko', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
  white-space: nowrap;
}

button.btn svg {
  margin-top: -3px;
}

button.btn:focus,
.btn:hover {
  color: #ffffff !important;
}

.btn-primary {
  background: #259AF2;
  color: #fff;
  border: 1px solid #259AF2;
}

.btn-primary svg polyline,
.btn-primary svg line {
  stroke: #ffffff !important;
}

.btn-primary:disabled svg polyline,
.btn-primary:disabled svg line {
  stroke: #31353D !important;
}

.btn-primary:hover:not(:disabled) {
  background: #1565C0;
  border-color: #1565C0;
}

.btn-primary:disabled {
  background: #E3E3E3;
  color: #31353D !important;
  border-color: #E3E3E3;
  cursor: not-allowed;
  opacity: 1 !important;
}

.btn.btn-outline {
  background: #fff;
  color: #259AF2;
  border: 1px solid #259AF2;
}

.btn.btn-outline:focus,
.btn.btn-outline:hover {
  background: rgba(37, 154, 242, 0.05);
  color: #259AF2 !important;
}

.btn.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn.btn-start-over {
  background: transparent;
  color: #259AF2;
  border: 1px solid #259AF2;
  min-width: 144px;
}

.btn.btn-start-over:hover {
  background: rgba(37, 154, 242, 0.1);
  color: #259AF2 !important;
}

.btn.btn-download {
  width: 100%;
  justify-content: center;
  background-color: #259AF2;
}

.btn.btn-submit {
  background: transparent;
  color: #fff;
  border: none;
  padding: 0;
  margin-top: 8px;
  font-family: 'Teko', sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn.btn-submit span {
  position: relative;
  transition: all ease 0.5s;
}

.btn.btn-submit span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  transition: all ease 0.5s;
}

.btn.btn-submit:hover span::after {
  width: 0;
  transition: all ease 0.5s;
}


.btn-submit:hover {
  opacity: 0.8;
}

.btn.btn-submit:focus{
  color: #fff;
}

.disclaimer-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #7D7D7D;
  margin-bottom: 23px;
  max-width: 700px;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  user-select: none;
  font-family: 'Roboto Mono', monospace;
  color: #31353D;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  opacity: 1;
}

.custom-checkbox {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #259AF2;
  position: relative;
  display: inline-block;
  transition: background 180ms ease;
  outline-offset: 3px;
}

.custom-checkbox:focus-visible {
  outline: 2px solid #259AF2;
}

.custom-checkbox.checked {
  background: #259AF2;
}

.custom-checkbox.checked::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 7px;
  width: 13px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.card-grid {
  display: grid;
  gap: 30px;
}

.card-grid--2 {
  grid-template-columns: 1fr 1fr;
}

.card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.option-card {
  border: 3px solid transparent;
  padding: 40px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(26, 32, 38, 0.15);
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease;
  user-select: none;
  outline: none;
  min-height: 332px;
  max-width: 476px;
}

.option-card:hover {
  border-color: #259AF2;
  box-shadow: 0 4px 16px rgba(37, 154, 242, 0.15);
}

.option-card:focus-visible {
  outline: 2px solid #259AF2;
  outline-offset: 2px;
}

.option-card.selected {
  border: 3px solid #259AF2;
  box-shadow: 0 4px 8px rgba(26, 32, 38, 0.15);
}

.card-label {
  display: block;
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 36px;
  color: #31353D;
}

.card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #E3E3E3;
  color: #259AF2;
  font-family: 'Roboto Mono', monospace;
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
}

.spacing-img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  width: 100%;
  height: auto;
}

.input-group {
  position: relative;
  max-width: 920px;
  margin-top: 154px;
}

.text-input {
  width: 100%;
  padding: 20px 20px;
  background: #E3E3E3;
  border: 1px solid #999999;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Mono', monospace;
  color: #7D7D7D;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  outline: none;
  height: 64px;
}

.text-input::placeholder {
  color: #7D7D7D;
}

.text-input:focus {
  border-color: #259AF2;
  background: #fff;
}

.text-input.error {
  border-color: #e53935;
  background: #fff8f8;
}

.input-group--suffixed .text-input {
  padding-right: 140px;
}

.input-group--suffixed .text-input::placeholder {
  font-size: 16px;
}

.input-suffix {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #31353D;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Mono', monospace;
  pointer-events: none;
}

.field-error {
  display: none;
  color: #e53935;
  font-size: 14px;
  margin-top: 6px;
  min-height: 18px;
  transition: opacity 150ms;
  position: absolute;
}

.field-error:not(:empty) {
  display: block;
}

.step--results {
  min-height: 0;
  padding: 0;
  display: block;
}

.step--results .results-section-a {
  padding: 88px 101px 0;
}

.results-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 53px;
  gap: 24px;
}

.results-header-row .results-title {
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #31353D;
  margin: 0;
  line-height: 1.35;
}

.results-top-row .result_top_info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.calc-inputs-card .calc-card-content {
  background: #E3E3E3;
  padding: 30px 40px 22px;
}

.calc-inputs-heading {
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  color: #31353D;
}

.calc-inputs-card p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #31353D;
  margin-bottom: 8px;
  line-height: 1.5;
}

.product-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 282px;
}

.product-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.results-section-b {
  padding: 53px 60px 0;
}

.results-section-c {
  padding: 0 60px 40px;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.results-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
}

.results-table th {
  background: #E3E3E3;
  padding: 14px 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  border-bottom: 2px solid #e0e0e0;
  line-height: 1.4;
}

.results-table td {
  padding: 20px 12px;  
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

.results-table--secondary th {
  background: #E3E3E3;
  border-top: 1px solid #e0e0e0;
}

.pdf-link {
  color: #259AF2;
  text-decoration: underline;
  word-break: break-all;
}

.pdf-link:hover {
  color: #1565C0;
}

.results-section-d {
  background: #0076BE;
  color: #fff;
  padding: 74px 60px 60px;
  margin-top: 0;
}

.contact-heading {
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 34px;
  line-height: normal;
  color: #fff;
  padding: 0 41px;
  letter-spacing: 0;
}

.contact-form {
  padding: 0 41px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field .wpcf7-form-control-wrap:has(.wpcf7-not-valid) input {
  border: 1px solid red;
}

.form-field .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #f76b67;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.form-field label {
  display: block;
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255);
  margin-bottom: 10px;
}

.form-field .contact-input {
  width: 100%;
  background: #1F86C6;
  border: 1px solid #7CADCC;  
  padding: 16px 20px;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto Mono', monospace;
  transition: border-color 180ms ease, background 180ms ease;
  outline: none;
  height: 50px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0 !important;
}

.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  background: #1a7ab5;
}

.contact-input--readonly {
  opacity: 0.9;
  cursor: default;
}

.field-error--light {
  color: #fff;
  position: unset;
  color: rgb(221 109 109);
  font-weight: 600;
}

.submit-row {
  padding: 0;
  margin-top: 50px;
}

.results-section-d .wpcf7 form .wpcf7-response-output:empty {
  margin: 0;
}

.results-section-d .wpcf7 form.invalid .wpcf7-response-output,
.results-section-d .wpcf7 form .wpcf7-response-output,
.contact-form .wpcf7-response-output {
  border: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  color: #f76b67;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block !important;
}

.results-section-d .wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
}

.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: #323232;
  color: #fff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1000;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
  white-space: nowrap;
  pointer-events: none;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.cable_configuration img {
  max-width: 150px;
  width: 100%;
  height: 150px;
  margin: 0 auto;
}

/* NO product */

.no_result_wrap {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;  
  margin-bottom: 53px;
  text-align: center;
}

.no_result_wrap .no-result-head span{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #7D7D7D;
  text-align: center;
}

@media (max-width: 1199px) {
  #step-1 {
    padding: 100px 60px 60px 140px;
  }
}

@media (max-width: 1024px) {
  .page-bg {
    padding: 50px 0px;
  }
  .step-content {
    padding: 0;
  }

  .option-card {
    min-height: auto;
    padding: 20px;
    max-width: calc(50% - 30px);
    width: 100%;
  }

  .cable_configuration img {
    height: 100px;
  }

  .card-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .card-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form {
    padding: 0;
  }

  #step-1,
  .step {
    padding: 60px 30px;
  }

  .results-section-b,
  .results-section-c,
  .step--results .results-section-a {
    padding: 0;
    padding-bottom: 60px;
  }

  .calc-inputs-card .calc-card-content {
    padding: 30px 20px 20px;
  }

  .results-table {
    min-width: 1200px;
  }

  .no_result_wrap {
    margin-top: 60px;
    min-height: auto;
    margin-bottom: 30px;
  }

  .contact-heading {
    padding: 0;
  }
}


@media (max-width: 767px) {
  .cable-cleats .mod-bottom-study {
    padding-bottom: 0px;
  }

  .page-bg {
    padding: 50px 0px;
  }

  .page-bg.pt_extra {
    padding-top: 72px;
  }

  .option-card {
    max-width: 100%;
  }

  #step-1,
  .step {
    padding: 50px 20px;
  }

  .card-grid--3 {
    grid-template-columns: 1fr;
  }

  .results-section-a {
    padding: 40px 32px 0;
  }

  .results-header-row {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .results-section-b {
    padding: 32px 32px 0;
    padding-top: 50px;
  }

  .results-section-c {
    padding: 0 32px 40px;
  }

  .results-top-row .result_top_info {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .results-section-d {
    padding: 40px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  .card-label {
    margin-bottom: 10px;
  }

  .step-content {
    padding: 0;
  }

  .contact-heading,
  .contact-form {
    padding: 0;
  }

  .results-section-c,
  .results-section-b,
  .step--results .results-section-a {
    padding: 0;
    padding-bottom: 50px;
  }

  .step--results:has(.no_result_wrap) .results-section-d {
    margin-top: 0;
  }

  .contact-input {
    height: 40px;
  }

  .step-nav {
    padding-top: 50px;
  }

  .text-input {
    padding: 10px 20px;
    height: 50px;
  }

  button.btn {
    gap: 10px;
  }

  .no_result_wrap {
    margin-top: 50px;
    margin-bottom: 0;
  }
}


@media (max-width: 480px) {

  .step {
    padding: 35px 20px 30px;
  }

  .step-content .step-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 24px;
  }

  .card-grid--2 {
    grid-template-columns: 1fr;
  }

  .card-badge {
    width: 90px;
    height: 90px;
    font-size: 36px;
  }

  .results-section-a {
    padding: 28px 20px 0;
  }

  .results-header-row .results-title {
    font-size: 30px;
    margin-bottom: 0;
  }

  .results-section-b {
    padding: 0;
    padding-bottom: 50px;
  }

  .results-section-c {
    padding: 0;
  }

  .results-section-d {
    margin-top: 50px;
  }

  .contact-heading {
    font-size: 20px;
  }

  .btn {
    padding: 14px 14px 10px;
    font-size: 16px;
    letter-spacing: 3px;
  }

  .cable-svg {
    width: 90px;
    height: 90px;
  }

  .calc-inputs-card .calc-card-content {
    padding: 20px;
  }

}

/* ════════ Print ════════ */
/* @media print {
  .step-nav,
  .progress-bar-track {
    display: none;
  }
} */

/* New CSS */

.hs-section {
  background: #0076BE;
  padding: 74px 60px 60px;
  width: 100%;
  max-width: 1184px;
}

.hs-section-heading {
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 34px;
  line-height: normal;
  padding: 0 41px;
}

#hubspot-form .hs-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 41px;
}

#hubspot-form .form-columns-1,
#hubspot-form .form-columns-2 {
  grid-column: 1 / -1;
  display: grid;
  gap: 30px;
  float: none;
  width: auto;
}

#hubspot-form fieldset {
  max-width: 100%;
}

#hubspot-form fieldset.form-columns-2:has(.hs-form-field[style="display: none;"]) {
  display: none;
}

#hubspot-form .form-columns-1 {
  grid-template-columns: 1fr;
}

#hubspot-form .form-columns-2 {
  grid-template-columns: 1fr 1fr;
}

#hubspot-form .hs-form-field {
  display: flex;
  flex-direction: column;
  float: none;
  width: auto;
  padding: 0;
  margin-bottom: 0;
}

#hubspot-form .hs-form-field.hs-fieldtype-hidden,
#hubspot-form .hs_hidden {
  display: none !important;
}

#hubspot-form label {
  display: block;
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.50);
  margin-bottom: 8px;
}

#hubspot-form input {
  margin-right: 0;
}

#hubspot-form .hs-input {
  width: 100% !important;
  background: #1F86C6;
  border: 1px solid #7CADCC;
  padding: 13px 16px;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto Mono', monospace;
  outline: none;
  height: 50px;
  box-sizing: border-box;
  transition: border-color 180ms ease, background 180ms ease;
}

#hubspot-form .hs-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

#hubspot-form .hs-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  background: #1a7ab5;
}

#hubspot-form textarea.hs-input {
  height: auto;
  min-height: 100px;
  resize: vertical;
}

#hubspot-form select.hs-input {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}


#hubspot-form .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}

#hubspot-form .hs-error-msg {
  color: rgb(221, 109, 109);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto Mono', monospace;
  margin-bottom: 0;
}

#hubspot-form .hs_submit {
  grid-column: 1 / -1;
}

#hubspot-form .hs-button {
  background: transparent;
  color: #fff;
  border: none;
  padding: 17px 0 13px;
  font-family: 'Teko', sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 180ms ease;
}

#hubspot-form .hs-button:hover {
  opacity: 0.8;
}

#hubspot-form .legal-consent-container,
#hubspot-form .hs-richtext {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1024px) {
  .hs-section-heading {
    padding: 0;
  }

  #hubspot-form .hs-form {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .hs-section {
    padding: 40px 32px;
  }

  #hubspot-form .hs-form,
  #hubspot-form .form-columns-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hs-section {
    padding: 28px 20px;
  }

  .input-group--suffixed .text-input {
    padding-right: 135px;
  }

  .input-suffix {
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    border-left: 1px solid #999999;
    right: 10px;
    line-height: 20px;
  }
}