@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
.input-component {
  height: 40px;
  border-color: #e3e3e3;
  background-color: #f1f4fd; }

.submit-button {
  width: 100%;
  background-color: #F15A29;
  border-color: #F15A29;
  height: 35px;
  margin-bottom: 0px; }

.pac-input {
  margin-top: 40px; }

.vlf-main-div {
  height: auto;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); }

.vlf-header {
  display: flex;
  align-items: center;
  color: var(--Neutral-900, #1F1F1F);
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  white-space: nowrap;
  height: 30px !important;
  margin-bottom: 20px;
  width: 100%; }

.vlf-form {
  width: 100%; }

.vlf-input-group {
  display: flex;
  height: 64px;
  padding: 12px 0px 16px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  width: 336px;
  width: 100%; }

.vlf-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #BDBDBD;
  outline: none;
  background-color: transparent;
  padding: 8px 0 4px 0;
  color: var(--Neutral-900, #1F1F1F);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  box-shadow: none;
  margin-bottom: 8px;
  transition: border-bottom 0.3s ease; }

.vlf-input:focus {
  border-bottom: 2px solid #EB5D2F; }

.vlf-input:not(:focus) {
  border-bottom: 1px solid #BDBDBD; }

.vlf-bottom-text {
  color: #757575;
  font-family: "DM Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-top: 8px;
  text-align: left; }

.vlf-header img {
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px; }

.vlf-label {
  color: var(--Neutral-400, #BDBDBD);
  font-family: "DM Sans";
  top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.3s ease, transform 0.3s ease; }

.vlf-label.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(6px) !important; }

.vlf-error-txt {
  color: var(--Colors-Red, var(--Colors-Red, #FF3B30));
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  min-height: 16px;
  display: block;
  margin-top: -4px; }

.vlf-input-group:has(.error) .vlf-input {
  border-bottom: 2px solid #FF3B30; }

.vlf-offer-name {
  color: #1F1F1F;
  text-align: left;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px; }

.vlf-offer-price {
  color: #757575;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; }

.noc-label {
  color: var(--Neutral-400, #BDBDBD);
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; }

.iti {
  width: 100% !important;
  /* Ensure full width */ }

.iti__flag-container {
  width: auto; }

.vlf-option-text {
  color: var(--Neutral-600, #757575);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

.vlf-option-text .ant-radio-checked .ant-radio-inner::after {
  background-color: #EB5D2F !important;
  border-color: #EB5D2F !important; }

.vlf-option-text .ant-radio-inner {
  border-color: #EB5D2F !important; }

.vlf-option-text .ant-radio-checked .ant-radio-inner {
  border-color: #EB5D2F !important; }

@media (max-width: 1023px) {
  .vlf-main-div {
    margin: 24px;
    padding: 16px; }
  .vlf-header {
    font-size: 20px;
    line-height: 24px; }
  .vlf-header img {
    width: 20px !important;
    height: 20px !important;
    aspect-ratio: 1/1; }
  .vlf-input-group {
    display: flex;
    height: 60px;
    width: 100%; }
  .vlf-input {
    font-size: 14px;
    line-height: 20px; }
  .vlf-error-txt {
    font-size: 10px;
    line-height: 10px; }
  .vlf-offer-name {
    font-size: 14px;
    line-height: 21px; }
  .vlf-offer-price {
    font-size: 12px;
    line-height: 18px; }
  .vlf-option-text {
    font-size: 14px;
    line-height: 20px; } }

.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 li {
  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 */ }

.background-dynamic {
  background: #fafafa !important; }

@media (max-width: 768px) {
  .background-dynamic {
    background: #fff !important; } }

.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 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; }
    @media (max-width: 768px) {
      .calculator-page .faq-section .faq-collapse .ant-collapse-header {
        background: #fff !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; }
    @media (max-width: 768px) {
      .calculator-page .faq-section .faq-collapse .ant-collapse-content-box {
        background: #fff; } }

.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: 821px) {
  .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;
  border-radius: 8px;
  width: 300px;
  background-color: #fff;
  padding-top: 64px !important; }
  .other-calculators ul {
    margin: 0px !important; }

.sidebarNonDesktop {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  margin-top: 1rem; }

.sidebarNonDesktopImage {
  border-radius: 7px; }

@media (min-width: 769px) and (max-width: 1023px) {
  .other-calculators {
    width: 50%;
    padding-top: 32px !important; }
  .sideBarTab {
    display: flex;
    justify-content: center; } }

@media (max-width: 768px) {
  .other-calculators {
    padding-top: 32px !important; } }

hr {
  margin-top: 16px;
  margin-bottom: 16px; }

@media (max-width: 1023px) {
  .sidebarNonDesktop {
    display: flex;
    border: none; }
  .sidebarNonDesktopImage {
    width: 200px;
    border: 1px solid #EEEEEE; }
  .r-b-title {
    display: flex;
    align-items: center;
    border-radius: 2px; }
  .r-b-title-fp {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 2px;
    max-width: 50%; } }

.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; } }

.r-b-header {
  font-size: 12px;
  font-weight: 500;
  line-height: 10px; }

.r-b-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.r-b-title-fp {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.r-b-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: fit-content;
  height: 20px; }

.sidebar-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; }

.calculator-list-parent {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.calculator-list-link {
  color: #1F1F1F;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400; }

@media screen and (max-width: 1272px) {
  .r-b-header {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px; }
  .r-b-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  .r-b-title-fp {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  .r-b-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px; }
  .sidebar-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px; }
  .calculator-list-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; } }

@media screen and (max-width: 1024px) {
  .r-b-header {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px; }
  .r-b-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  .r-b-title-fp {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 45%; }
  .r-b-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px; }
  .sidebar-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px; }
  .calculator-list-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; } }

@media screen and (max-width: 768px) {
  .r-b-header {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px; }
  .r-b-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; }
  .r-b-title-fp {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; }
  .r-b-label {
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    text-transform: capitalize; }
  .sidebar-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
  .calculator-list-link {
    color: #1F1F1F;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400; } }

@media screen and (max-width: 320px) {
  .r-b-header {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px; }
  .r-b-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; }
  .r-b-title-fp {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; }
  .r-b-label {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px; }
  .sidebar-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .calculator-list-link {
    color: #1F1F1F;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400; } }

