@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap);
.center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-uppercase {
  text-transform: uppercase !important; }

.primary-color {
  color: #f15a29; }

.primary-title {
  font-family: "DM Sans", sans-serif !important; }

.secondary-title {
  font-family: "DM Sans", sans-serif !important; }

.d-inline-flex {
  display: inline-flex !important; }

.align-items-center {
  align-items: center !important; }

.d-flex {
  display: flex !important; }

.text-primary {
  color: #f15a29 !important; }

.d-block {
  display: block !important; }

.orange-faded-bg {
  background-color: rgba(255, 80, 41, 0.05); }

.justify-content-between {
  justify-content: space-between !important; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.align-items-center {
  align-items: center !important; }

.flex-column {
  flex-direction: column !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.d-inline-block {
  display: inline-block !important; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.justify-content-end {
  justify-content: flex-end !important; }

.calculator-template h3 {
  font-size: initial; }

.calculator-template h1 {
  font-weight: 600;
  /* Use numeric value for semibold */
  font-size: 48px;
  line-height: 58px;
  margin-top: 48px;
  margin-bottom: 20px; }

.calculator-template h2 {
  margin: 48px 0px 16px 0px; }

.calculator-template h3 {
  font-weight: 600;
  /* Use numeric value for semibold */
  font-size: 24px;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 8px; }

.calculator-template h4 {
  font-weight: 600;
  /* Use numeric value for semibold */
  font-size: 18px;
  line-height: 27px;
  margin-top: 8px;
  margin-bottom: 0px; }

.calculator-template ol {
  padding-left: 24px !important;
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.calculator-template ul {
  padding-left: 48px !important;
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.calculator-template li {
  padding-bottom: 12px !important;
  font-size: 18px !important;
  color: #1F1F1F !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  /* 150% */ }

.calculator-template h6 {
  font-weight: 400;
  /* Use numeric value for regular */
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px;
  margin-bottom: 32px; }

.calculator-content {
  display: flex !important;
  flex-direction: column !important;
  width: 60% !important; }

.calculator-page {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  width: 100% !important;
  align-items: flex-start;
  /* Ensure alignment to the top */ }

.other-calculators-custom {
  width: 30% !important;
  position: sticky !important;
  top: 80px;
  right: 194px;
  /* Adjust top offset as needed */
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
  margin-top: 56px;
  border-radius: 8px;
  width: 276px !important;
  height: 100%; }

.calculator-list {
  border: 1px solid #E0E0E0 !important;
  background-color: #ffffff !important; }

@media (min-width: 739px) {
  .calculator-template {
    width: 731.2px !important; } }

.calculator-page {
  padding-top: 0 !important; }
  @media (max-width: 739px) {
    .calculator-page {
      padding: 15px !important; } }
  @media (min-width: 739px) {
    .calculator-page {
      padding-left: 166px !important;
      padding-right: 0px !important; } }
  .calculator-page .calculator-content {
    padding: 1rem !important;
    padding: 0 !important; }
    .calculator-page .calculator-content .calculator-content {
      padding: 1rem !important;
      padding: 0 !important;
      padding-left: 128px !important; }
      @media (max-width: 739px) {
        .calculator-page .calculator-content .calculator-content {
          padding-left: 0 !important; } }
  .calculator-page .faq-collapse {
    background-color: #FAFAFA !important; }
  .calculator-page .faq-section {
    background-color: #FAFAFA !important; }
    .calculator-page .faq-section h2 {
      font-size: 36px;
      line-height: 44px;
      font-weight: 600;
      letter-spacing: 0;
      margin: 48px 0px 16px 0px; }
    @media (max-width: 700px) {
      .calculator-page .faq-section h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: 0;
        margin: 48px 0px 16px 0px; } }
    .calculator-page .faq-section .faq-collapse .ant-collapse-header {
      background-color: #FAFAFA !important;
      font-size: 24px !important;
      font-weight: 500 !important;
      padding-left: 0 !important;
      /* Remove extra padding */
      padding-top: 16px !important;
      padding-bottom: 16px !important; }
    .calculator-page .faq-section .faq-collapse .ant-collapse-item {
      border-bottom: 1px solid #ddd !important;
      /* Light border between questions */ }
    .calculator-page .faq-section .faq-collapse .ant-collapse-content {
      font-size: 18px !important;
      padding-top: 0px !important;
      margin-top: 0px !important; }
    .calculator-page .faq-section .faq-collapse .ant-collapse-expand-icon {
      font-size: 1.2rem !important; }
    .calculator-page .faq-section .faq-collapse .ant-collapse-content-box {
      padding-bottom: 0px !important; }

.other-calculators, .other-calculators-custom {
  position: sticky !important; }
  .other-calculators .calculator-boxes, .other-calculators-custom .calculator-boxes {
    display: flex !important;
    flex-direction: column !important;
    max-height: 28rem !important;
    overflow-y: scroll !important;
    gap: 1rem !important;
    /* Spacing between boxes */ }
  .other-calculators .calculator-box, .other-calculators-custom .calculator-box {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
    color: #EB5D2F !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    width: 15rem !important;
    height: 6rem !important;
    transition: background-color 0.3s ease !important;
    border: 1px solid #E0E0E0 !important;
    background: #FFF !important; }
    .other-calculators .calculator-box:hover, .other-calculators-custom .calculator-box:hover {
      background-color: #E0E0E0 !important;
      /* Darker shade on hover */ }
    @media (max-width: 768px) {
      .other-calculators .calculator-box, .other-calculators-custom .calculator-box {
        flex: 1 1 45% !important;
        /* Adjusts the size on smaller screens */ } }
    @media (max-width: 480px) {
      .other-calculators .calculator-box, .other-calculators-custom .calculator-box {
        flex: 1 1 100% !important;
        /* Stacks boxes on mobile */ } }

.footer-box {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 3rem !important;
  width: 100% !important; }

.footer-title {
  flex-grow: 1 !important;
  flex-wrap: wrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  /* Add ellipsis (...) for long titles */ }

.icon-box {
  flex-shrink: 0 !important;
  /* Ensure the icon doesn't shrink */
  margin-left: 10px !important;
  /* Space between the title and the icon */ }

.icon-box svg {
  width: 16px !important;
  height: 16px !important;
  fill: #000 !important;
  /* Customize the color of the icon */ }

@media (max-width: 739px) {
  .calculator-page {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important; }
  .calculator-content {
    width: 100% !important; }
  .other-calculators, .other-calculators-custom {
    width: 100% !important;
    z-index: 1 !important;
    /* Ensure the menu has a higher z-index */ }
    .other-calculators .calculator-boxes, .other-calculators-custom .calculator-boxes {
      display: flex !important;
      flex-direction: row !important;
      max-height: 28rem !important;
      overflow-x: scroll !important;
      gap: 1rem !important;
      /* Spacing between boxes */ }
    .other-calculators .calculator-box, .other-calculators-custom .calculator-box {
      width: 10rem !important;
      height: 9rem !important; } }

.btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #f15a29;
  /* Change the background color to match */
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  /* Rounded edges */
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  max-width: none;
  transition: all 0.2s ease; }
  .btn-custom .icon-arrow-right {
    margin-left: 12px;
    font-size: 18px;
    transition: transform 0.2s ease; }
  .btn-custom:hover .icon-arrow-right {
    transform: translateX(8px);
    /* Move arrow slightly on hover */ }

.btn.\--icon-left [class*=" icon-"],
.btn.\--icon-left [class^="icon-"] {
  transform: none !important; }

.calculator-submit-button1 {
  padding: 0 !important;
  margin-bottom: 20px !important;
  width: 100% !important; }

.bb-site-small-container .mb-0 {
  padding: 0 !important; }

.bb-site-small-container .bb-me-add-floor-btn {
  margin-bottom: 20px !important; }

@media (min-width: 739px) {
  .bb-material-estimator .container {
    padding: 0 !important; } }

@media (min-width: 739px) {
  .bb-calculator-container {
    margin-left: 166px !important;
    margin-right: 166px !important;
    width: 708px !important; } }

@media (max-width: 739px) {
  .bb-calculator-container, .calculator-page {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important; }
  .calculator-page .calculator-box {
    padding: 12px !important; } }

/* Example of menu class */
.isStrong {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 8px; }

.other-calculators {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  width: 276px;
  height: 100%;
  margin-top: 48px; }

.calculator-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1f1f1f; }

@media screen and (max-width: 739px) {
  .calculator-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px; } }

.calculator-list {
  list-style: none;
  padding: 12px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* Space between items */
  border-radius: 8px; }

.calculator-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left; }

@media screen and (max-width: 739px) {
  .calculator-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; } }

.calculator-link {
  color: #eb5d2f;
  text-decoration: none;
  transition: color 0.3s ease; }
  .calculator-link:hover {
    color: #d94c1e; }

.blogs-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1f1f1f; }

@media screen and (max-width: 739px) {
  .blogs-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px; } }

.blog-title {
  padding: 10px !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 276px !important;
  border: 1px solid #E0E0E0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 0px !important;
  color: #1f1f1f !important;
  margin: 0px !important; }

.blog-img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.blog-item {
  margin-bottom: 30px !important; }

@media screen and (max-width: 739px) {
  .related-calculators {
    width: 100% !important; }
  .blog-title {
    text-align: left !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
    width: 100% !important; } }

