/* Reset specific elements to browser defaults */
h1,
h2,
h3,
p,
div,
form,
table,
tr,
td,
th,
input,
img,
button,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
.woocommerce .input-text,
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce textarea {
  all: revert;
}

a,
a:hover {
  text-decoration: none;
}

/* Additional resets for form elements */
form {
  display: block;
}
h4 {
  margin-bottom: 0;
}
input {
  line-height: normal;
}

img {
  border: 0;
}

/* Example of custom styles if needed */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

p {
  margin: 1em 0;
}

div {
  display: block;
}

form {
  margin: 0;
}

input {
  font: inherit;
  margin: 0;
}

/* img {
  display: inline-block;
  max-width: 100%;
} */
/*Change log: changed background color to white(line 26), removed all box shadows for major sections, made before after boxes 1px, removed text-decor underline(465)
/* styles.css */
@font-face {
  font-family: "digital";
  src: url(Fonts/digital-7.ttf) format("truetype");
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url(Fonts/Futura.ttc) format("truetype");
}
@font-face {
  font-family: "house";
  src: url(Fonts/HouseSlant-Regular.otf) format("opentype");
}
@font-face {
  font-family: "nickson";
  src: url(Fonts/SSNicksonNo.6.otf) format("opentype");
}

body {
  font-family: "YourFontFamily", sans-serif;
  margin: 0;
  padding: 0;
  /*background-color: #f4f4f4;*/
  background-color: white;
}
.imageContainer {
  display: flex;
  flex-direction: column;
}
.mobile-content {
  display: none;
}

.mobile-content2 {
  display: none;
}

.header {
  background: #000;

  /*text-align: left;*/
}
.table-text {
  text-align: left;
}
.dessicant-calculator__yellow-bar {
  background-color: #edbd41;
  padding: 20px;
  color: white;
  text-align: center;
}
.dessicant-calculator__yellow-bar .wrapper {
  display: flex;
  justify-content: center;
}
.dessicant-calculator__yellow-bar p {
  margin: 0;

  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

.header-image {
  width: 400px;
  height: 400px;
}
.header-image2 {
  width: 150px;
  transform: rotate(-13deg);
}

.header-content-calculator {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  overflow: hidden;
}

body:not(.home) .header-text h1 {
  font-family: "house", sans-serif; /* Ensure fallback font is provided */
  letter-spacing: 2px;
  color: #4e6c4e;
  font-size: 1.95rem; /* Adjust font size as needed */
  text-align: center; /* Center align the text */
  margin-bottom: 0;
}

.header-text h2 {
  font-family: "house";
  color: #edbd41;
  letter-spacing: 4px;
  margin: 0px 0 5px;
  font-size: 5rem;
  text-align: center;
  line-height: 1;
}

.calculator-section {
  background-color: white;
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  border-radius: 10px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.inner {
  font-size: 2.2rem !important;
  color: #b84945 !important;
  text-align: left !important;
  text-indent: 20px;
  margin-bottom: 20px;
}

.outer {
  line-height: 1;
  font-weight: normal !important;
  word-break: none;
  text-align: center;
  color: #b84945;
  font-family: "house";
  font-size: 1.5rem;

  border-bottom: 1px solid #b84945; /* Set the bottom border */
}

.red-asterisk {
  color: #b84945;
}

.calculator-section p {
  font-family: "house";
  color: #4e6c4e;
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 10px;
}

.calculator-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between the label and the input box */
  font-size: 1.14rem;
  letter-spacing: 0.7px;
}

.form-group label {
  flex-basis: 100px;
  margin-bottom: 0; /* Remove the margin below the label */
  font-family: "house";
  margin-left: 0px;
}

.form-group input {
  flex: 0.5; /* Adjust the input box to take the remaining space */
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 200px;
}

.units-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.units-group-weight {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.units-options-weight {
  display: flex;
  gap: 10px;
  row-gap: 10px;
  align-items: center;
  flex-grow: 1;
}

.units-options {
  display: flex;
  gap: 15px;
  row-gap: 10px;
  align-items: center;
}

/* .radio-in {
  transform: translateX(40px);
}

.radio-in-label {
  transform: translateX(130px);
}

.radio-mm {
  transform: translateX(-240px);
}

.radio-mm-label {
  transform: translateX(-145px);
} */

.radio-lb-label {
  color: #b84945 !important;
  font-size: 1.15rem;
}

.radio-kg-label {
  color: #b84945 !important;
  font-size: 1.15rem;
}

.units-options-weight label {
  color: #b84945;
  margin-bottom: 0;
  font-family: "house";
}

.units-options label {
  color: #b84945;
  margin-bottom: 0;
  font-family: "house";
}

.radio {
  margin: 0 auto;
}

input[type="radio"]:checked {
  accent-color: #b84945; /* Change the radio button color when checked */
}

.question-req {
  display: flex;
  gap: 10px;
  font-size: 15px !important;
}

.mand-qs {
  display: flex;
  gap: 10px; /* Space between the label and the input box */
  font-size: 1.14rem;
  letter-spacing: 0.7px;
  color: #b84945;
  font-family: "nickson";
  font-size: 1rem;
}
.mand-qs input {
  width: 70px;
  margin-left: 50px;
  border-radius: 5px;
  border: 1px solid black;
  padding: 5px;
}

.calculator-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 390px;
  word-wrap: break-word;
  display: inline-block;
  width: 70px;
  margin-top: -190px;
}

.calculator-tilt-image {
  width: 200px; /* Adjust size as needed */
  height: auto;
  margin-left: 70px;
  margin-top: -375px;
  transform: translateY(-140px);
}

.results-text {
  position: absolute;
  font-family: "Lato", sans-serif;
  text-align: center;
  word-wrap: break-word;
  width: 100px;
  margin-top: -290px !important;
}
.plus-sign {
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.question-box {
  background-color: white;
  border-top: 1px solid #b84945; /* Set the top border */
  border-bottom: 1px solid #b84945; /* Set the bottom border */
  cursor: pointer;
  /*margin-bottom: 10px;*/
  text-align: left;
}

.option-boxes {
  margin-left: 50px;
}

.hidden {
  display: none;
}

.bonus-questions {
  color: #b84945 !important;
  font-size: 2.4rem !important;
  margin: 20px 0 !important;
}

.bonus-questions-sub {
  color: #b84945 !important;
  font-size: 1.2rem !important;
  font-family: "nickson";
}

.bonus-headers {
  padding-top: 20px;
  border-top: 1px solid #b84945 !important;
  margin-bottom: 0;
}

.bonus-headers2 {
}

.bonus-headers3 {
  padding-top: 20px;
  border-top: 1px solid #b84945 !important;
}

.bonus-subtext {
  font-size: 1rem !important;
  font-family: "Lato", sans-serif;
}
.question {
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: black;
  font-family: "nickson";
  font-size: 1.08rem;
  gap: 20px;
}
div:not(.checkboxes) > .question {
  justify-content: space-between;
}

.question4-1 {
  margin-bottom: 30px !important;
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: black;
  font-family: "nickson";
  font-size: 1.08rem;
}

.question1-3 {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-family: "house";
  color: #4e6c4e;
  font-size: 1rem;
}
.question1-3 > label {
  flex: 1 0 auto; /* Fixed width for labels */
  text-align: left;
  margin-right: 10px;
}

.question1-3 input {
  border-radius: 5px; /* Rounded border */
  border: 1px solid black; /* Border color and style */
  padding: 5px; /* Padding inside the input box */
}

.question1-3 select {
  padding: 5px;
  border: 1px solid black;
  border-radius: 5px;
}

.question label {
  text-align: left;
  margin-right: 10px;
  color: black;
}

.question input {
  border-radius: 5px; /* Rounded border */
  border: 1px solid black; /* Border color and style */
  padding: 5px; /* Padding inside the input box */
}

.question select {
  padding: 5px;
  border: 1px solid black;
  border-radius: 5px;
}

input.questionWeight {
  border-radius: 5px;
  border: 1px solid black;
  max-width: 100px;
}

.red-x {
  color: #b84945;
}

.input-box {
  margin-bottom: 10px; /* Adjust spacing between input boxes */
  overflow: hidden; /* Clear float */
}

.input-box label {
  float: left; /* Float labels to the left */
  width: 150px; /* Set a fixed width for the labels */
  margin-right: 10px; /* Adjust spacing between label and input */
}

.input-box input {
  float: left; /* Float inputs to the left */
  width: calc(
    100% - 160px
  ); /* Calculate width based on label width and margin */
}

.container {
  display: block;
  padding: 20px;
}

.example-text {
  font-size: 0.9rem !important;
  color: black !important;
  font-family: "Lato", sans-serif;
}

p.example-text1 {
  font-size: 0.8rem !important;
  color: #b84945 !important;
  padding: -20px !important;
  transform: translate(20px, -10px);
  height: 20px !important;
  font-family: "Lato", sans-serif;
}

.recommendation-row {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.topLine {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-top: 1px solid black;
}

.recommendation-row label {
  width: 80px; /* Fixed width for labels */
  /*font-weight: bold;*/
  margin-right: 10px; /* Space between label and input/select */
}

.recommendation-row select,
.recommendation-row input {
  flex: 1;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px; /* Space between input/select elements */
  min-width: 10px; /* Minimum width for input/select elements */
  width: 10px; /* Minimum width for input/select elements */
}
.recommendation-row input[readonly] {
  background-color: #f9f9f9; /* Optional: different background for readonly inputs */
  width: 10px;
}

.recommendation-row::before {
  content: "";
  position: absolute;
  left: 100px; /* Adjust based on your layout */
  width: 1px;
  height: 17%;
  transform: translateX(210px);
  background-color: black; /* Line color */
}

.recommendation-row::after {
  content: "";
  position: absolute;
  left: 100px; /* Adjust based on your layout */
  width: 1px;
  height: 17%;
  transform: translateX(-10px);
  background-color: black; /* Line color */
}

.calculation-section {
  background-color: white;
  padding: 0px;
  margin: 20px auto;
  max-width: 700px;
  border-radius: 10px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  text-align: left;
  position: relative;
}
input.final-output {
  position: absolute;
  top: 42px; /* Adjust as needed */
  left: 50px; /* Adjust as needed */
  width: 140px; /* Set the width as needed */
  padding: 5px;
  font-size: 1.5rem;
  color: #edbd41;
  font-family: "digital";
  border: none;
  background-color: transparent;
  z-index: 3;
}
.final-output:focus {
  outline: none; /* Remove the default outline on focus */
}

input.final-outputM {
  position: absolute;
  top: 60px; /* Adjust as needed */
  left: 485px; /* Adjust as needed */
  width: 140px; /* Set the width as needed */
  padding: 5px;
  font-size: 1.5rem;
  color: #edbd41;
  font-family: "digital";
  border: none;
  background-color: transparent;
  z-index: 3;
}
input.final-outputM:focus {
  outline: none; /* Remove the default outline on focus */
}
.headers {
  color: black;
  display: inline-block;
  transform: translateX(-130px);
}
.headers2 {
  font-family: "house";
  color: #b84945;
  font-size: 1.5rem;
  border-bottom: 1px solid #b84945;
  margin-top: 60px;
}
.calculation-section h2 {
  color: #b84945;
  position: relative;
  display: inline-block;
  font-family: "house";
  font-size: 2.4rem;
  padding: 0 20px; /* Add padding to create space between the lines and the text */
}

.calculation-section h2::before,
.calculation-section h2::after {
  content: "";
  display: block;
  width: 225%;
  height: 1px; /* Adjust the thickness of the line here */
  background-color: #b84945; /* Use the same color as the text */
  position: absolute;
  left: 0;
}

.calculation-section h2::before {
  top: -10px; /* Position the top line */
}

.calculation-section h2::after {
  bottom: -10px; /* Position the bottom line */
}

.calculation-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.button-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculation-image {
  position: absolute;
  z-index: 2;
  top: -50px; /* Adjust position as needed */
  left: -20px; /* Adjust position as needed */
  width: 175px; /* Adjust size as needed */
  height: auto;
}
.arrow-image {
  position: absolute;
  z-index: 2;
  top: 3px; /* Adjust position as needed */
  left: 340px; /* Adjust position as needed */
  width: 60px; /* Adjust size as needed */
  height: auto;
}

.calculate-button {
  padding: 0px 70px 0px 120px;
  background-color: #b34842;
  color: #edbd41;
  font-size: 1.6rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "house", sans-serif;
  z-index: 1;
  box-shadow: 0 0 0 1px white, 0 0 0 3px #b34842; /* Create the double border effect */
  align-items: center;
  text-align: center;
  width: 400px; /* Set the fixed width for the button */
  height: 75px;
}

.calculate-button:hover {
  color: white; /* Change font color to white on hover */
}

.calculator-image {
  max-width: 300px; /* Adjust size as needed */
  flex: 0 0 auto;
  z-index: 1;
}

.armor-header {
  font-size: 1.8rem; /* Adjust font size as needed */
  color: #b84945; /* Set the desired color */
  margin-bottom: 10px; /* Space between header and the rest of the content */
  text-align: center;
  /*font-weight: bold;*/
  /*text-decoration: underline;*/
}

.armor-recommendation {
  padding: 0px 20px 0px 0px;
  font-size: 1.1rem;
  background-color: white;
  color: black;
  border: none;
  /*border-radius: 5px;*/
  font-family: "house", sans-serif;
  z-index: 1;
  align-items: center;
  text-align: center;
  margin-left: -16px;

  display: none;
}

.column-headers {
  transform: translate(30px, 10px);
  margin: 0;
}
.column-headers-wrapper {
  display: flex;
  align-items: center;
  gap: 140px; /* Adjust the gap between the elements as needed */
}

.armor-recommendation h3 {
  margin-top: 0;
  text-align: center;
  font-family: "house";
}

.armor-recommendation p {
  margin: 5px 0;
}

.reset-link {
  color: #b84945;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.buy-desiccants-button {
  background-color: #b84945;
  font-family: "house";
  border-radius: 10px;
  padding: 12px 27px;
  border: none;
  color: white;
  font-size: 1.2rem;
  transform: translateX(0px);
}

.quick-facts-section {
  background-color: white;
  font-family: "house";
  color: #b84945;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  border-radius: 10px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  position: relative;
}

.quick-facts-section h2 {
  font-weight: normal;
  position: relative;
  padding: 0px; /* Add padding to create space between the lines and the text */
}

.quick-facts-section h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px; /* Adjust the thickness of the line here */
  background-color: #b84945; /* Use the same color as the text */
  left: 0;
}

.quick-facts-section h2::before {
  top: -10px; /* Position the top line */
}

.quick-facts-section h2::after {
  bottom: -10px; /* Position the bottom line */
}

.quick-facts-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.quick-fact-box:hover {
  background-color: #b84945; /* Slightly darker yellow on hover */
  cursor: pointer;
}

.quick-fact-box:hover p {
  color: #edbd41;
}

.quick-fact-box img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.fact-image1 {
  max-width: 100%;
  width: 225px; /* Adjust the width as needed */
}

.fact-image2 {
  max-width: 100%;
  width: 390px; /* Adjust the width as needed */
}

.fact-image3 {
  max-width: 100%;
  width: 250px; /* Adjust the width as needed */
}
.fact-image4 {
  max-width: 100%;
  width: 290px; /* Adjust the width as needed */
}
.youtube1 {
  width: 100px; /* Adjust the width as needed */
  z-index: 2;
}

.youtube2 {
  width: 100px; /* Adjust the width as needed */
}

.box1 {
  background-color: #edbd41;
  border-radius: 10px;
  box-shadow: 0 0 0 5px white, 0 0 0 6px #efc557; /* Inner white line and outer yellow line */
  box-shadow: 0 0 0 2px white, 0 0 0 4px #efc557; /* Updated thickness for a thin effect */
  padding: 20px 20px 0;
  width: 80%;
  min-height: 120px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

.box1 h4 {
  font-size: 1.8rem;
  font-family: "nickson";
  font-weight: normal;
  color: black;

  word-wrap: break-word;
  display: inline-block;
  width: 120px;
}
.box1 p {
  font-size: 1.2rem;
  font-family: "house";
  color: #952b25;
}

.box2 {
  background-color: #edbd41;
  border-radius: 10px;
  box-shadow: 0 0 0 5px white, 0 0 0 6px #efc557; /* Inner white line and outer yellow line */
  box-shadow: 0 0 0 2px white, 0 0 0 4px #efc557; /* Updated thickness for a thin effect */
  position: relative;
  padding: 20px 20px 0;
  width: 80%;
  min-height: 120px;
  text-align: center;
  display: flex;

  align-items: center;
  text-decoration: none;
}

.box2 h3 {
  font-size: 3.7rem;
  letter-spacing: 3px;
  font-family: "house";
  color: #000;
  width: 250px;
  word-wrap: break-word;
  display: inline-block;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
}

.box2 p {
  font-size: 1.2rem;
  font-family: "house";
  color: #952b25;
}

.box3 {
  background-color: #edbd41;
  border-radius: 10px;
  box-shadow: 0 0 0 5px white, 0 0 0 6px #efc557; /* Inner white line and outer yellow line */
  box-shadow: 0 0 0 2px white, 0 0 0 4px #efc557; /* Updated thickness for a thin effect */
  padding: 20px 20px 0;
  width: 80%;
  min-height: 120px;
  text-align: center;
  display: flex;

  align-items: center;
  text-decoration: none;
}

.box3 h5 {
  font-size: 3.7rem;
  letter-spacing: 4px;
  font-family: "house";
  color: #000;
  width: 180px;
  word-wrap: break-word;
  display: inline-block;
  line-height: 50px;
  text-indent: 15px;
  margin-bottom: 0;
}

.box3 p {
  font-size: 1.2rem;
  font-family: "house";
  color: #952b25;
}

.highlight {
  border: 2px solid red; /* Highlighting with a red border */
}

.footer {
  text-align: center;
  padding: 20px;
  background-color: #333;
}

.footer p {
  margin: 0;
  color: white;
}
footer input {
  line-height: 1;
}
footer input[type="email"] {
  border: 1px solid #cccccc;
}
.site-footer {
  all: inherit;
}
.site-footer .vc_row {
  margin: 0;
}

input.recInput {
  width: 100%;
  border: 1px solid black;
  background-color: #ccc;
  width: 80px;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.table-container {
  border-collapse: collapse;
  border: none;
}

.table-container td {
  border: 1px solid #b84945;
  padding: 0 15px;
}

.table-container tr td:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.table-container tr td:last-child {
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.table-titles {
  border-bottom: 1px solid #b84945;
  font-weight: bold;
  color: #b84945;
}
.table-wrapper {
  display: flex;
  align-content: flex-start !important;
  justify-content: center;

  flex-shrink: 3;
}
.bonus-headers4 {
  margin-bottom: 0;
}
.container {
  width: auto;
}
@media only screen and (min-width: 250px) and (max-width: 369px) {
}

@media only screen and (max-width: 750px) {
  .header {
    width: 100%;
  }

  .container {
    max-width: 1700px; /* Adjust as needed */
    margin: 0 auto;
  }
  .mobile-content {
    display: block;
  }
  .desktop-content {
    display: none;
  }

  .final-output {
    position: absolute;
    width: 140px; /* Set the width as needed */
    padding: 5px;
    font-size: 1.5rem;
    background-color: transparent;
    transform: translate(-97vw, 10vh);
  }
  .final-outputM {
    position: absolute;
    width: 140px; /* Set the width as needed */
    padding: 5px;
    font-size: 1.5rem;
    background-color: transparent;
    transform: translate(-97vw, 10vh);
  }

  .recommendation-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }

  .topLine {
    display: flex;
    align-items: center;
    margin: 10px 0;
    border-top: 1px solid black;
  }

  .recommendation-row label {
    width: 80px; /* Fixed width for labels */
    /*font-weight: bold;*/
    margin-right: 10px; /* Space between label and input/select */
  }

  .recommendation-row input {
    background-color: #f9f9f9; /* Optional: different background for readonly inputs */
    width: 00px;
    margin-right: 80px;
  }

  .recInput {
    width: 100%;
    border: 1px solid black;
    background-color: #ccc;
    width: 80px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
  }
  .container-test {
    transform: translateX(-10vw);
  }

  .readonly-input {
    border: none;
    background-color: #fff;
    text-align: center;
    width: 100%;
  }

  .table-container {
    border-collapse: collapse;
    border: none;
    margin: 0 auto;
  }

  .table-container td {
    border: 1px solid #b84945;
    padding: 0 15px;
  }

  .table-container tr td:first-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
  }

  .table-container tr td:last-child {
    border-right: none;
    border-bottom: none;
    border-top: none;
  }

  .table-titles {
    border-bottom: 1px solid #b84945;
    font-weight: bold;
    color: #b84945;
  }
  .bonus-questions {
    font-size: 1.3rem !important;
  }
  .bonus-questions-sub {
    margin-top: -10px;
  }

  .question {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: black;
    font-family: "nickson";
    font-size: 1rem;
  }

  .input1-3 {
    transform: translateY(-1vh);
  }

  .units-options-weight {
    font-size: 1rem;
  }

  .inner {
    font-size: 1.8rem !important;
    text-align: left !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #b84945; /* Set the bottom border */
  }

  .outer {
    border-bottom: none;
  }

  .q2 {
    transform: translate(-1vw, 1vh);
  }

  body:not(.home) .header-text h1 {
    font-size: 1.2rem;
  }

  .header-text h2 {
    font-size: 2.2rem;
  }
  .calculator {
    transform: translateY(12vh);
  }
  .desiccant {
    transform: translateY(4vh);
  }

  .header-text p {
    font-size: 0.8rem;
    transform: translate(10.4vw, 11vh);
    letter-spacing: 1px;
    width: 73vw;
  }
  .header-image2 {
    width: 20.2vw;
    transform: rotate(-13deg);
  }

  .youtube1 {
    width: 80px; /* Adjust the width as needed */
    z-index: 2;
  }

  .fact-image1 {
    width: 250px; /* Adjust the width as needed */
  }

  .box1 h4 {
    font-size: 1.6rem;
  }
  .box1 p {
    font-size: 1.05rem;
  }

  .fact-image2 {
    width: 280px;
  }

  .box2 h3 {
    font-size: 2.6rem;
    width: 170px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .box2 p {
    font-size: 1.1rem;
  }

  .fact-image3 {
    width: 175px;
  }

  .box3 h5 {
    font-size: 2.6rem;
    width: 140px;
    letter-spacing: 1px;
  }

  .box3 p {
    font-size: 1rem;
  }

  .fact-image4 {
    width: 205px; /* Adjust the width as needed */
  }

  .youtube2 {
    width: 75px; /* Adjust the width as needed */
  }
}

@media (min-width: 1024px) {
  .bonus-questions {
    margin-top: 20px;
  }
  .calculation-container {
    flex-direction: row;
  }
  .header-content-calculator {
    overflow: visible;
  }
  .dessicant-calculator__yellow-bar .wrapper {
    justify-content: flex-end;
  }
  .header-image {
    margin-bottom: -120px;
  }
  .dessicant-calculator__yellow-bar p {
    width: calc(100% - 400px);
    padding-right: 100px;
  }
  .calculate-button::after {
    content: "›";
    font-size: 69px;
    margin-left: 5px;
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 1;
    font-family: "arial";
  }
}
@media (min-width: 1180px) {
  .dessicant-calculator__yellow-bar p {
    width: calc(100% - 700px);
  }
}
@media (max-width: 1023px) {
  .units-options {
    transform: translateX(20px);
  }
  .form-group input {
    margin-right: 0;
  }
  .imageContainer {
    flex-direction: column-reverse;
  }
  .calculation-container {
    align-items: center;
  }
  .mand-qs {
    flex-direction: column;
  }
  .optional-questions {
    margin-top: 50px;
  }
  .box1 h4,
  .box2 h3,
  .box3 h5 {
    width: 100%;
  }
  .dessicant-calculator__yellow-bar p {
    font-size: 1rem;
  }
  .quick-fact-box {
    flex-direction: column;
  }
  .mobile-begone {
    display: none;
  }
  .calculate-button {
    padding: 0px 30px 0px 30px;
    width: 250px; /* Set the fixed width for the button */
    height: 75px;
  }
}
.armor-recommendation {
  padding: 0px 20px 0px 20px;
  font-size: 1.1rem;
  background-color: white;
  color: black;
  border: none;
  border-radius: 5px;
  font-family: "house", sans-serif;
  z-index: 1;
  align-items: center;
  text-align: center;
  display: none;
}
.armor-recommendation {
  font-size: 1.1rem;
  color: black;
  font-family: "house", sans-serif;
  text-align: center;
}
body:not(.home) h1.recommendationHeader {
  color: #4e6c4e !important;
  font-size: 1.8rem;
  font-weight: normal;
}
.recfooters {
  font-size: 0.97rem;
  font-weight: normal;
  color: #2d2d2d;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}
.rec-table {
  font-family: "nickson";
  font-size: large;
}
table {
  width: 100%;
}
.table-wrapper {
  display: flex;
  align-content: flex-start !important;
  justify-content: flex-start;
  flex-shrink: 3;
}
.table-container {
  border-collapse: collapse;
  border: none;
}

.table-container td {
  /*border: 1px solid #b84945;*/
  border: none;
  padding: 0 15px;
}

.table-container tr td:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.table-container tr td:last-child {
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.table-titles {
  /*border-bottom: 1px solid #b84945;*/
  border-bottom: none;
  font-weight: bold;
  color: #b84945;
}
.wa-column {
  flex-direction: column;
}
.wa-flex-row {
  display: flex;
  flex-direction: row;
}
.wa-table-wrapper h1 {
  margin: 0;
  flex-basis: 300px;
  text-align: left;
}
.wa-calculator-image-wrapper {
  position: relative;
}
.wa-percent {
  background: #fee;
  border: 1px solid #000;
  margin-left: -1px;
  padding: 0 5px;
  line-height: 150%;
  border-radius: 0px 5px 5px 0px;
}
#question5-1,
#question4-1 {
  border-radius: 5px 0 0 5px;
}
#question4-1 {
  margin-left: auto;
}
.question4-1 {
  gap: 0;
}
