﻿input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  display: flex;
  width: 100%;
  height: 32px;
  background-color: transparent;
  font-size: 16px;
}
label {
  color: #17364b;
  font-family: 'Commissioner', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.select {
  display: block;
  width: 100%;
  height: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select::-ms-expand {
  display: none;
}

/* Style the Select2 Dropdown */
.select2-container {
  width: 100% !important;
}

.select2-selection {
  border-bottom: 1px solid #000;
  padding: 0px 0;
  height: 100%;
}

.select2-container--default.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #000;
  height: 32px;
  border-radius: 0px;
  background-color: transparent;
}

.select2-selection__rendered {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.select2-selection__arrow b {
  display: none !important;
}

.select2-container--default.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url('../homeAssets/img/gray-down-carot.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 10px;
  position: absolute;
  top: -26px;
  right: 10px;
  display: block;
}

.select2-container--default .select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-selection__clear {
  position: absolute;
  right: 0;
  top: 0;
}

/* When the dropdown is focused */
.select2-container--focus .select2-selection {
  border-color: #387da0;
}

/* Customize the dropdown menu */
.select2-dropdown {
  border: 1px solid #ced4da;
}

/* Style the dropdown options */
.select2-results__option {
  padding: 10px;
  font-size: 14px;
}

/* Highlight selected option */
.select2-results__option--selected {
  background-color: #387da0 !important;
  color: white !important;
}

/* Hover effect */
.select2-results__option:hover {
  background-color: #17364b !important;
  color: white !important;
}

option {
  color: #17364b;
  font-family: 'Commissioner', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.resources-page {
  padding: 140px 20px;
  position: relative;
}
.bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 419px;
  background: url('https://res.cloudinary.com/dyuuf6gor/image/upload/v1742505571/title/mobile_background_gizkkc.png')
    no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.resources-page h1 {
  color: #edff00;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 63px;
  letter-spacing: -4.13px;
  margin-top: 0;
}

.topBanner {
  position: relative;
}

.bannerCardWrap {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 32px 0px;
  position: relative;
  z-index: 1;
  margin-top: 48px;
}

.bannerCardHeader_wrap {
  padding: 0 16px;
}

.bannerCard_titleTwo,
.bannerCard_title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -1.1px;
}
.bannerCard_titleTwo {
  font-weight: 600;
  margin-top: 32px;
}

.calcButtonsWrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 72px;
}

.calcButton {
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #387da0;
  color: #17364b;
  cursor: pointer;
  display: flex;
  font-family: 'Space Grotesk';
  font-size: 22px;
  font-weight: 600;
  gap: 15px;
  height: 48px;
  justify-content: center;
  letter-spacing: -1.1px;
  line-height: normal;
  transition: all 0.15s ease;
  width: 100%;
}

.calcButton img {
  margin-top: 6px;
  width: 20px;
  height: auto;
}

.calcButton br {
  display: none;
}

.calcButton:not(.active):hover {
  background-color: #387da0;
  color: #fff;
}

.calcButton:not(.active) img {
  display: none;
}

.calcButton.active {
  background-color: #17364b;
  color: #fff;
  cursor: default;
}

.submitButton {
  align-items: center;
  background-color: #17364b;
  border-radius: 24px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -1.1px;
  line-height: normal;
  margin-top: 24px;
  outline: none;
  padding: 0px 32px;
  transition: all 0.15s ease;
}
.submitButton_first {
  margin-top: 0;
}

.submitButton.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}


.section {
  display: flex;
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(206, 207, 209, 0.2);
  flex-direction: column;
  margin-top: 80px;
  padding: 48px 16px;
}

.section .sectionHeader {
  color: #17364b !important;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 47.21px;
  letter-spacing: -2.59px;
}

.section .subTitle {
  color: #387da0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1.1px;
  margin-top: 16px;
}

.formWrap {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.tc-formFields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px 32px;
  align-items: flex-start;
  width: 100%;
}

.tc-formFields .full {
  grid-column: 1 / -1;
}

.tc-formFields .half.half {
  width: 100%;
}

.tc-formFields .submitButton {
  max-width: 240px;
  grid-column: 1 / -1;
}

.resultsWrap {
  flex-direction: column;
  width: 100%;
}

#tcResultsWrap {
  background: #f3f5f8;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(23, 54, 75, 0.08);
}

#tcResultsWrap .singleResult-wrap {
  font-size: 28px;
  letter-spacing: -1px;
  padding: 4px 0;
}

#tcResultsWrap .singleResult-wrap:not(:first-child) {
  margin-top: 12px;
}

#tcResultsWrap table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  overflow: hidden;
}

#tcResultsWrap table th,
#tcResultsWrap table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e0e6ed;
  font-size: 15px;
  color: #17364b;
}

#tcResultsWrap table td:last-child {
  text-align: right;
  font-weight: 600;
}

#tcResultsWrap table th {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  color: #4a6070;
}

#tcResultsWrap table tr:nth-child(odd) td {
  background: #f9fbfe;
}

#tcResultsWrap h4 {
  margin: 28px 0 10px;
  font-size: 20px;
  color: #17364b;
}

#tcResultsWrap .tfc-button-wrap {
  display: grid;
  gap: 16px;
}

#tcInputSummaryWrap {
  margin-bottom: 28px !important;
}

#tcResultsWrap .tc-input-summary-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#tcResultsWrap .tc-input-summary-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #c9d3dc;
  font-size: 16px;
}

#tcResultsWrap .tc-input-summary-table td:first-child {
  width: 58%;
  background: transparent;
  color: #344857;
  font-weight: 600;
}

#tcResultsWrap .tc-input-summary-table td:last-child {
  width: 42%;
  background: #7f97a6;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

#tcResultsWrap .tc-fee-header {
  margin: 36px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: #344857;
}

#tcResultsWrap .tc-fee-table td:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

#tcResultsWrap .tc-fee-table td:last-child {
  background: #dde7ef;
  color: #344857;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  width: 42%;
}

#tcResultsWrap .singleResult-wrap {
  background: #f26f52;
  color: #fff;
  padding: 12px 22px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

#tcResultsWrap .singleResult-wrap div,
#tcResultsWrap .singleResult-wrap div:first-of-type {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

#tcResultsWrap .singleResult-wrap:not(:first-child) {
  margin-top: 0;
}

#tcSellerTotalWrap {
  margin-top: 12px !important;
}

#tcResultsWrap .tc-reset-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#tcResultsWrap .tc-reset-btn {
  margin-top: 0;
}

#tcResultsWrap .tc-disclaimer-inline,
#tcResultsWrap .tc-disclaimer {
  color: #344857;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.6;
}

#tcResultsWrap .tc-disclaimer {
  margin-top: 18px;
}

#tcResultsWrap.tc-results-preview {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #17364b;
  padding: 0px;
}

.tc-results-layout {
  display: block;
  width: 100%;
}

.tc-results-title {
  color: #17364b;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.tc-results-content {
  margin: 0 auto;
  min-width: 0;
  width: 100%;
}

#tcResultsWrap.tc-results-preview .tc-summary-wrap {
  margin: 0 0 72px !important;
}

#tcResultsWrap.tc-results-preview table {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin-top: 0;
}

#tcResultsWrap.tc-results-preview .tc-input-summary-table {
  border-collapse: separate;
  border-spacing: 0;
}

#tcResultsWrap.tc-results-preview .tc-input-summary-table td {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 54, 75, 0.58);
  color: #17364b;
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  padding: 20px 0;
  vertical-align: middle;

  font-size: 24px;
  font-weight: 300;
}

#tcResultsWrap.tc-results-preview .tc-input-summary-table td:first-child {
  width: 42%;
}

#tcResultsWrap.tc-results-preview .tc-input-summary-table td:last-child {
  text-align: right;
  width: 58%;
}

#tcResultsWrap.tc-results-preview .tc-summary-value {
  background: #DDEFF5;
  border-radius: 20px;
  color: #17364b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.5px;
  min-width: min(360px, 100%);
  padding: 0 24px;
  min-height: 78px;
}

.tc-fee-section + .tc-fee-section {
  margin-top: 76px;
}

#tcResultsWrap.tc-results-preview .tc-fee-heading {
  align-items: flex-end;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

#tcResultsWrap.tc-results-preview .tc-fee-heading span {
  border-bottom: 1px solid #000;
  height: 1px;
}

#tcResultsWrap.tc-results-preview .tc-fee-header {
  color: #17364b;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -1.5px;
}

#tcResultsWrap.tc-results-preview .tc-fee-table {
  border-collapse: collapse;
  table-layout: fixed;
}

#tcResultsWrap.tc-results-preview .tc-fee-table td {
  background: transparent;
  border: 0;
  color: #17364b;
  font-family: 'Commissioner', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  padding: 10px 0;
}

#tcResultsWrap.tc-results-preview .tc-fee-table td:first-child {
  width: 52%;
}

#tcResultsWrap.tc-results-preview .tc-fee-table td:last-child {
  background: transparent;
  color: #17364b;
  text-align: left !important;
  width: 48%;
  font-weight: 300;
}

#tcResultsWrap.tc-results-preview .tc-total-row {
  align-items: center;
  background: #edff00;
  color: #17364b;
  display: grid;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 500;
  grid-template-columns: 52% 48%;
  margin-top: 18px;
  min-height: 70px;
  padding: 0 16px;
  text-transform: uppercase;
}
#tcResultsWrap.tc-results-preview .tc-total-row span:first-child {
  margin-top: 2px;
}
#tcResultsWrap.tc-results-preview .tc-total-row span:last-child {
  text-transform: none;
}

#tcResultsWrap.tc-results-preview .tc-reset-wrap {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 102px !important;
}

#tcResultsWrap.tc-results-preview .tc-reset-btn {
  background: #17364b;
  border-radius: 999px;
  color: #fff;
  font-size: 30px;
  height: 62px;
  margin: 0;
  width: 100%;
}

#tcResultsWrap.tc-results-preview .tc-disclaimer-inline,
#tcResultsWrap.tc-results-preview .tc-disclaimer {
  color: #17364b;
  font-family: 'Commissioner', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
}

#tcResultsWrap.tc-results-preview .tc-disclaimer {
  margin-top: 62px;
}

#tcResultsWrap.tc-results-preview .tc-disclaimer p {
  margin: 0 0 14px;

}

#tcNotes {
  margin: 0;
  color: #17364b;
  font-size: 14px;
}

#tcNotes li {
  margin-bottom: 6px;
}

.singleResult-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: -2.59px;
  align-items: center;
  padding: 16px 0;
}

.singleResult-wrap:last-of-type:not(:only-of-type) {
  border-top: 1px solid #000;
  margin-top: 16px;
  padding-top: 32px;
}

#tcResultsWrap table {
  width: 100%;
  border-collapse: collapse;
}

#tcResultsWrap table th,
#tcResultsWrap table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e0e6ed;
  font-size: 15px;
  color: #17364b;
}

#tcResultsWrap table th {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  color: #4a6070;
}

#tcResultsWrap table tr:nth-child(odd) td {
  background: #f9fbfe;
}

.singleResult-wrap div:first-of-type {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  font-family: 'Commissioner';
}

.clearLink {
  color: #17364b;
  font-family: 'Commissioner', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  margin-top: 16px;
}

.seeDetails {
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  cursor: pointer;
}

.calc-note {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.tcRefiFields_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#njStateInfo {
  font-size: 16px;
  font-weight: 500;
}

@media(min-width: 768px) {
  #tcRefiFieldsWrap {
    grid-column: span 2;
  }
  #tcRefiFieldsWrap .half {
    width: calc(50% - 16px);
  }
  .tcRefiFields_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  label {
    font-size: 22px;
  }
  .formWrap {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 52px;
  }
  .formWrap .full {
    width: 100%;
  }
  .formWrap .half {
    width: calc(50% - 20px);
  }
  .resources-page {
    padding: 245px 56px 128px;
    max-width: 1024px;
    margin: 0 auto;
  }
  .resources-page h1 {
    font-size: 90px;
    line-height: 94px;
    letter-spacing: -6.3px;
  }
  .bg-banner {
    height: 670px;
  }
  .bannerCardWrap {
    padding: 52px 42px;
    margin-top: 78px;
  }
  .bannerCard_titleTwo,
  .bannerCard_title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.4px;
    max-width: 564px;
  }
  .bannerCard_titleTwo {
    margin-top: 26px;
  }
  .calcButtonsWrap {
    flex-direction: row;
    gap: 41px;
    margin-top: 52px;
  }
  .calcButton {
    font-size: 30px;
    height: 206px;
    border-radius: 32px;
    justify-content: center;
    letter-spacing: -1.5px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .calcButton br {
    display: block;
  }

  .calcButton img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 40px;
  }
  .submitButton {
    height: 60px;
    border-radius: 30px;
    font-size: 30px;
    letter-spacing: -1.5px;
    margin-top: 35px;
  }
  .section {
    margin-top: 130px;
    padding: 67px 41px 55px 41px;
  }
  .section .sectionHeader {
    font-size: 55px;
    letter-spacing: -3.85px;
  }
  .section .sectionHeader br {
    display: none;
  }
  .section .subTitle {
    font-size: 30px;
    letter-spacing: -1.5px;
    margin-top: 26px;
  }
  .resultsWrap {
    width: calc(50% - 20px);
    padding-top: 0;
    /* margin-top: 35px; */
  }

  .resultsWrapTitleFeeCalc {
    width: 100%;
  }


  .mortgageButtonWrap {
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
  }
  .tfc-button-wrap {
    display: flex;
    justify-content: space-between;
  }
  .tfc-button-wrap .singleResult-wrap {
    width: calc(50% - 20px);
    flex-grow: 1;
    padding-top: 0 !important;
    border-top: none !important;
    margin-top: 0 !important;
  }

  .mortgageButtonWrap .half {
    width: calc(50% - 20px);
    flex-grow: 1;
  }

  .singleResult-wrap {
    font-size: 48px;
    line-height: 1.2;
    padding: 24px 0;
  }
  .singleResult-wrap div:first-of-type {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
  }
  .singleResult-wrap:first-of-type {
    padding-top: 0;
  }
  .singleResult-wrap:last-of-type {
    padding-bottom: 0;
  }
  .singleResult-wrap:last-of-type:not(:only-of-type) {
    margin-top: 24px;
    padding-top: 48px;
  }
  #transfer .singleResult-wrap {
    justify-content: flex-start;
    gap: 28px;
  }
  .mortgage_cdsdcs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  #btnCalcTransfer {
    margin-top: 0;
  }
  .mortgage_cdsdcs .singleResult-wrap {
    padding: 0;
    padding-top: 0;
    border-top: none;
    margin-top: 0;
  }
  .mortgage_cdsdcs .singleResult-wrap:last-of-type:not(:only-of-type) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #mortgage .resultsWrap {
    width: 100%;
  }
  #transferCalc .singleResult-wrap {
    padding: 8px 0 0 0;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -2px;
    justify-content: space-between;
  }
}

@media (min-width: 1366px) {
  .dropdown_buttonWrap a.main-btn {
    color: #99a401;
    border-color: #99a401;
  }
  .bg-banner {
    height: 811px;
    background: none;
    background-size: cover;
    background-color: rgba(169, 172, 175, 0.5);
    /* position: relative; */
  }
  .bg-banner div {
    background: url('https://res.cloudinary.com/dyuuf6gor/image/upload/v1753908345/title/bgc-diamond-2_bhe5hk.svg')
      no-repeat center top;
    position: absolute;
    z-index: 2;
    width: 1183px;
    height: 100%;
    right: -78px;
    top: 0;
  }
  .resources-page {
    padding: 258px 78px 155px;
    max-width: 1366px;
    z-index: 4;
    position: relative;
  }
  .bannerCardWrap {
    padding: 120px 104px;
    margin-top: 88px;
  }
  .bannerCardHeader_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .bannerCard_title,
  .bannerCard_titleTwo {
    font-size: 22px;
    letter-spacing: -1.4px;
    width: 284px;
  }

  .section {
    flex-direction: row;
    gap: 24px;
    margin-top: 56px;
  }
  .formWrap {
    margin-top: 0;
    max-width: 540px;
  }
  .section .sectionHeader {
    line-height: normal;
    width: 334px;
  }

  .calcButtonsWrap {
    flex: 1;
    margin-top: 0;
    gap: 26px;
    justify-content: flex-end;
  }
  .calcButton {
    max-width: 214px;
  }
  .singleResult-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    line-height: normal;
    gap: 10px;
  }
  .tfc-button-wrap .singleResult-wrap {
    padding: 0 !important;
  }
  .singleResult-wrap br {
    display: none;
  }
  #transfer .singleResult-wrap {
    gap: 10px;
    align-items: flex-end;
  }
  #tcResultsWrap {
    padding: 32px;
    background-color: rgba(206, 207, 209, 0.20);
  }
}

@media (min-width: 1920px) {
  .select2-container--default.select2-container--default .select2-selection--single {
    height: 40px;
  }
  label {
    font-size: 24px;
  }
  .bg-banner {
    height: 815px;
  }
  .bg-banner div {
    background: url('https://res.cloudinary.com/dyuuf6gor/image/upload/v1753913477/title/bgc-diamond-large_qqm5zu.svg')
      no-repeat center top;
    width: 1253px;
  }
  .resources-page {
    padding: 264px 72px 164px;
    max-width: 1920px;
  }
  .topBanner {
    padding-left: 174px;
  }
  .bannerCardHeader_wrap {
    align-items: flex-start;
    max-width: 1418px;
    margin: 0px auto;
  }
  .bannerCardWrap {
    margin-top: 102px;
    padding-top: 84px;
  }
  .bannerCard_title {
    width: 402px;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 1.5px;
  }
  .bannerCard_titleTwo {
    width: 418px;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 1.5px;
    margin-top: 49px;
  }
  .calcButtonsWrap {
    align-items: flex-start;
    gap: 36px;
  }
  .calcButton {
    max-width: 254px;
    height: 234px;
  }
  .formWrap {
    max-width: 765px;
    width: 100%;
  }
  .section {
    max-width: 1418px;
    margin: 117px auto 0;
  }
  .section .sectionHeader {
    font-size: 79px;
    line-height: normal;
    letter-spacing: -5.53px;
    width: 500px;
  }
}

/* ----- FAQ SECTION. ---- */

.faqs-section {
  margin-top: 94px;
  display: none;
}

.faqs-section h2 {
  font-size: 37px;
  font-weight: 600;
  line-height: 47.21px;
  letter-spacing: -2.59px;
  color: #17364b;
  font-family: 'Space Grotesk', sans-serif;
}

.faq-list {
  margin-top: 8px;
}

.faq-answer ul,
.faq-answer ol {
  display: grid;
  gap: 14px;
  list-style-position: outside;
  margin: 18px 0 0;
  padding-left: 1.5em;
}

.faq-answer li {
  display: list-item;
  margin: 0;
  padding-left: 8px;
}

.faq-answer ul li {
  list-style: decimal outside !important;
}

.faq-answer ol li {
  list-style: disc outside !important;
}

.faq-answer li::marker {
  color: #387da0;
  font-weight: 400;
}

.faq-answer ol li::marker {
  color: #17364b;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05em;
}

.faq-answer ol li span {
  color: #17364b;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.faq-item_outer {
  padding: 32px 0;
  border-bottom: 1px solid #b8d1dd;
}
.faq-item {
  position: relative;
  transition: all 0.3s ease;
}
.faq-question {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 15px;
  justify-content: space-between;
  outline: none;
  text-align: left;
}
.faq-answer {
  /* font-size: 16px; */
  font-weight: 400;
  padding-top: 16px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.faq-answer.expanded {
  opacity: 1;
  padding-top: 16px;
}

.faq-item .faq-toggle {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

/* --- FAQ OPEN --- */

.faq-item.open {
  border-radius: 16px;
  padding: 16px 16px 64px;
  border-radius: 20px;
  background-color: #e9f1f5;
}

.faq-item.open .faq-question {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  /* color: #17364b; */
}

.faq-item.open .faq-answer {
  display: block;
  opacity: 1;
}

.faq-item.open .faq-answer {
  padding-top: 12px;
  font-size: 16px;
  color: #223343;
  line-height: 1.5;
}

.faq-item.open .faq-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  transform: rotate(224deg);
}

@media (min-width: 1024px) {
  .faqs-section {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    gap: 52px;
    padding: 222px 0px 60px;
    display: none;
  }
  .faqs-section h2 {
    font-size: 79px;
    line-height: normal;
    letter-spacing: -5.53px;
  }
  .faq-list {
    margin-top: 0;
  }
  .faq-item_outer {
    padding: 26px 0;
  }
  .faq-item.open {
    padding: 40px 85px 40px 32px;
  }
  .faq-item_outer:first-of-type {
    padding-top: 10px;
  }
  .faq-item.open .faq-question,
  .faq-question {
    font-size: 33px;
    font-weight: 400;
    width: 100%;
  }

  .faq-answer {
    font-size: 22px;
    padding-top: 0;
    font-weight: 300;
  }

  .faq-item.open .faq-answer {
    padding-top: 40px;
    font-size: 22px;
  }
  .faq-item .faq-toggle {
    width: 20px;
    height: 20px;
  }
  .faq-item.open .faq-toggle {
    width: 20px;
    height: 20px;
    bottom: 40px;
    right: 36px;
  }
}

@media (min-width: 1366px) {
  .faqs-section {
    max-width: 1366px;
    padding: 250px 0px 60px;
    gap: 142px;
  }
  .faq-question {
    gap: 40px;
  }
}

@media (min-width: 1920px) {
  .faqs-section {
    max-width: 1418px;
    padding: 192px 0px 60px;
    gap: 0px;
    justify-content: space-between;
  }
  .faq-list {
    max-width: 982px;
    width: 100%;
  }
  .faq-item_outer {
    padding: 40px 0;
  }
  .faq-question {
    font-size: 33px;
    font-weight: 400;
    line-height: normal;
  }
.faq-question span {
    max-width: 700px;
  }
  .faq-item.open .faq-answer {
    font-size: 24px;
    max-width: 700px;
  }
}

/* =======================
   Amortization styling
   ======================= */
.amortization-card {
  background: #f7f9fb;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 30px rgba(23, 54, 75, 0.08);
  padding: 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  overflow: auto;
  max-height: calc(100vh - 64px);
}

.amortization-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.amortization-head h3 {
  margin: 2px 0 4px;
  color: #17364b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.93px;
}

.amortization-sub {
  margin: 0;
  color: #4a6070;
  font-size: 14px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d8293;
  font-weight: 600;
}

.pill {
  padding: 8px 14px;
  background: #d7ecff;
  color: #17364b;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}

.amortization-table_wrap {
  /* border: 1px solid #e2e8f0; */
  border-radius: 12px;
  overflow: hidden;
  max-height: 100%;
  overflow-y: auto;
  flex: 1;
}

.amortization-table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  border: 1px solid #e2e8f0;
}

.amortization-meta {
  background: linear-gradient(135deg, #eef6ff 0%, #f9fbff 100%);
  border: 1px solid #d9e6f2;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

.amort-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 16px;
}

.amort-meta-grid .meta-label {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4a6070;
  margin-bottom: 2px;
  font-weight: 700;
}

.amort-meta-grid .meta-value {
  font-size: 17px;
  color: #0f2f44;
  font-weight: 700;
  background: #fff;
  border: 1px solid #d9e6f2;
  border-radius: 10px;
  padding: 8px 10px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}

.amortization-table thead {
  background: #f0f4f8;
  position: sticky;
  top: 0;
  z-index: 1;
}

.amortization-table th,
.amortization-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e6edf5;
  color: #17364b;
}

.amortization-table th {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4a6070;
}

.amortization-table tbody tr:nth-child(odd) {
  background: #fbfdff;
}

.amortization-table tbody tr:hover {
  background: #eef6ff;
}

.amortization-table tbody tr:last-child td {
  font-weight: 700;
  color: #0f2f44;
  border-bottom: none;
}

.amortization-table_wrap::-webkit-scrollbar {
  width: 10px;
}

.amortization-table_wrap::-webkit-scrollbar-thumb {
  background: #c6d4e1;
  border-radius: 10px;
}

.amortization-table_wrap::-webkit-scrollbar-track {
  background: transparent;
}

@media (max-width: 768px) {
  .amortization-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .amortization-card {
    padding: 18px;
  }

  .amortization-table th,
  .amortization-table td {
    padding: 10px 12px;
  }

  .amort-meta-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.amortization-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}

.amortization-modal.is-open {
  display: block;
}

.amortization-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 47, 68, 0.4);
  backdrop-filter: blur(2px);
}

.amortization-modal__dialog {
  position: relative;
  max-width: 900px;
  width: calc(100% - 32px);
  margin: 32px auto;
  max-height: calc(100vh - 64px);
  display: flex;
  overflow: hidden;
}

.amortization-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ced4da;
  background: #fff url("data:image/svg+xml,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l12 12M13 1 1 13' stroke='%2317364b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/14px 14px no-repeat;
  cursor: pointer;
}

@media (max-width: 768px) {
  .amortization-modal__dialog {
    width: calc(100% - 20px);
    margin: 12px auto;
    max-height: calc(100vh - 24px);
  }

  .amortization-close {
    right: 6px;
    top: 6px;
  }
}

body.amortization-open {
  overflow: hidden;
}

@media (max-width: 1023px) {
  #tcResultsWrap.tc-results-preview {
    padding: 48px 28px;
  }

  .tc-results-layout {
    display: block;
  }

  .tc-results-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  #tcResultsWrap.tc-results-preview {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
  }

  .tc-results-title {
    font-size: 34px;
    line-height: 1.12;
  }

  #tcResultsWrap.tc-results-preview .tc-summary-wrap {
    margin-bottom: 52px !important;
  }

  #tcResultsWrap.tc-results-preview .tc-input-summary-table td {
    display: table-cell;
    font-size: 14px;
    line-height: 1.25;
    padding: 12px 0;
    vertical-align: middle;
  }

  #tcResultsWrap.tc-results-preview .tc-input-summary-table td:first-child {
    width: 40%;
  }

  #tcResultsWrap.tc-results-preview .tc-input-summary-table td:last-child {
    border-bottom: 1px solid rgba(23, 54, 75, 0.58);
    text-align: right;
    width: 60%;
  }

  #tcResultsWrap.tc-results-preview .tc-summary-value {
    border-radius: 12px;
    font-size: 15px;
    letter-spacing: 0;
    min-height: 44px;
    min-width: 0;
    padding: 0 10px;
    width: min(170px, 100%);
  }

  #tcResultsWrap.tc-results-preview .tc-fee-heading {
    gap: 12px;
    grid-template-columns: auto 1fr;
    margin-bottom: 22px;
  }

  #tcResultsWrap.tc-results-preview .tc-fee-header {
    font-size: 20px;
    letter-spacing: 0;
  }

  #tcResultsWrap.tc-results-preview .tc-fee-table td,
  #tcResultsWrap.tc-results-preview .tc-fee-table td:last-child {
    font-size: 14px;
    line-height: 1.25;
    padding: 5px 0;
    vertical-align: top;
  }

  #tcResultsWrap.tc-results-preview .tc-fee-table td:first-child {
    padding-right: 12px;
    width: 58%;
  }

  #tcResultsWrap.tc-results-preview .tc-fee-table td:last-child {
    text-align: right !important;
    width: 42%;
    white-space: nowrap;
  }

  #tcResultsWrap.tc-results-preview .tc-total-row {
    font-size: 14px;
    gap: 0;
    grid-template-columns: 58% 42%;
    min-height: 46px;
    padding: 0 10px;
  }

  .tc-fee-section + .tc-fee-section {
    margin-top: 54px;
  }

  #tcResultsWrap.tc-results-preview .tc-reset-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 54px !important;
  }

  #tcResultsWrap.tc-results-preview .tc-reset-btn {
    font-size: 18px;
    height: 48px;
  }

  #tcResultsWrap.tc-results-preview .tc-disclaimer-inline,
  #tcResultsWrap.tc-results-preview .tc-disclaimer {
    font-size: 12px;
  }

  #tcResultsWrap.tc-results-preview .tc-disclaimer {
    margin-top: 34px;
  }
}
