.center-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px;
  gap: 5px;
}

.welcome-center-flex {
    display: flex;
    align-items: center;
    padding: 10px 2px;
    gap: 5px;
    border: 2px solid rgb(223, 227, 231);
    max-width: 31rem;
    justify-content: center;
    margin: auto;
    border-radius: .75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#postalCodeInput {
  width: 270px;
  border-bottom: unset;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  justify-items: center;
}
.button-flex {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.material-data-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}
.home-summary {
  padding: 20px 40px;
  background: #dfdfdf;
  width: 400px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.material-image-container {
  padding-top: 15px;
}
.clickable-material-image {
  cursor: pointer;
  height: 215px;
  width: 215px;
}

.clickable-material-image.checked {
  border-color: #38761d;
}

.border-green {
  border: 2px solid #85e285;
  border-radius: 50%;
  padding: 5px;
}

.clickable-bin-image:hover, .clickable-material-image:hover {
  background-color: rgb(207 228 202 / 50%); /* Changes background color on hover */
}

.limit-width {
  padding: 0px;
  font-size: 14px;
}

.home-page-image {
  height: 400px
}

.clickable-bin-image {
  cursor: pointer;
  height: 300px;
  width: 300px;
}

.clickable-bin-image.checked {
  border-color: #38761d;
}

.bin-image {
  height: 150px;
  cursor: pointer;
  padding-top: 5px;
}

.material-image {
  cursor: pointer;
  height: 100px;
}
.paragraph-container {
  padding: 0px 190px;
}
.paragraph-text {
  padding: 5px;
}
.title-left {
  text-align: left;
}
.font-normal {
  font-weight: 400;
}
.indent {
  text-indent: 30px;
}

.home-select-bins, .home-select-materials {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.recommended-bins-container {
    width: fit-content;
    margin: 0 auto 50px auto;
    border: 1px solid #38761d;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    max-width: 500px;
}

.recommended-bins-header{
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  flex-direction: column;
}

.project-type-dropdown {
  margin-left: 10px;
  padding: 3px 8px;
  background-color: rgb(134 133 133 / 20%);
  border-radius: 4px;
  cursor: pointer;
}

.recommended-details{
  padding: 15px;
  background-color: #38761d;
  color: #fff;
}
.paragraph-divider,
.bin-description {
  padding: 10px;
  border-bottom: 1px solid #7b7979;
}

.section-title {
  font-size: 18px;
  font-weight: bold;
}

input:disabled {
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  color: #a0a0a0;
  cursor: not-allowed;
  opacity: 0.7;
}

#RecommendationId {
  font-size: 14px !important;
  height: 50px; /* Gives more vertical room */
  padding: 10px;
  appearance: base-select;
  align-items: center;
  width: 350px;
}
::picker(select) {
  appearance: base-select;
  background-color: white;
  padding: 10px;
  border-radius: 6px;
  margin-right: -30px;
}

#RecommendationId option {
  font-size: 14px !important; /* Finally forces a larger font */
  padding: 10px 0px;
  min-height: 1.5em;
  border-bottom: 1px solid #eee;
}

.tos-container {
    max-width: 850px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
}

.last-updated {
    text-align: center;
    color: var(--secondary-text);
    font-size: 0.875rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 2rem;
}

.policy-box {
    background-color: #f3f4f6;
    padding: 20px;
    border-radius: 6px;
    border-left: 4px solid var(--accent-color);
    margin: 20px 0;
}

.important {
    font-weight: 700;
    color: #111827;
}

.effective-date {
  margin-bottom: 20px;
  font-weight: bold;
}
.parties {
  margin-bottom: 30px;
}
.party-block {
  margin-bottom: 15px;
}
.signature-section {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.signature-box {
  width: 45%;
}
.sig-line {
  border-bottom: 1px solid #000;
  margin: 40px 0 10px 0;
}
.french-clause {
  font-style: italic;
}
.agreement-container {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
}
.welcome-header {
  text-align: center;
  font-size: 3.5rem;
  max-width: 48rem;
  justify-self: center;
  line-height: 56px;
}
.welcome-section-padding {
  padding: 60px 20px;
}
.history-back-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  padding-right: 10px;
  color: inherit;
  box-shadow: none;
  width: unset;
}

.welcome-top-header {
  padding-top: 80px;
  color: rgb(61, 104, 39);
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.green-header {
  color: rgb(72, 122, 46);
}

.welcome-top-info {
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 42rem;
  margin-bottom: 2rem;
  color: rgb(108, 117, 127);
  text-align: center;
  justify-self: center;
}

.welcome-subtext {
  color: rgb(108, 117, 127);
  text-align: center;
  font-size: .75rem;
  line-height: 1rem;
  padding-top: 20px;
}

.arrow-right {
  width: .875rem;
  height: .875rem;
}

.welcome-green-transition {
  color: rgb(72, 122, 46);
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  align-items: center;
  justify-self: center;
  margin-top: 1.5rem;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.welcome-checkmarks {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 2rem;
  font-size: .875rem;
  line-height: 1.25rem;
  padding-bottom: 4rem;
}

.welcome-checkmark {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(108, 117, 127);
}

.welcome-checkmark svg {
  width: 20px;
  height: 20px;
  color: rgb(72, 122, 46);
}

.welcome-green-background {
  background-color: rgb(72, 122, 46);
  color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
}

.welcome-grid-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0px 20px;
}

.welcome-grid-flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.welcome-secondary-header {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 5px 0px 20px 0px;
}

.welcome-secondary-text {
  color: rgb(108, 117, 127);
  text-align: center;
  margin-bottom: 30px;
}

.welcome-how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}

.welcome-large-icon-container {
  color: rgb(72, 122, 46);
  background-color: rgb(207 228 202 / 50%);
  border-radius: 1rem;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.welcome-icon-number {
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.25rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  margin-bottom: .75rem;
  background-color: rgb(72, 122, 46);
}

.text-center {
  text-align: center;
}

.text-muted-foreground {
  color: rgb(108, 117, 127);
  line-height: 24px;
}

.leading-relaxed {
  line-height: 1.625;
}
.text-sm {
  font-size: .875rem;
}

.welcome-secondary-sub-header {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.max-w-2xl {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.text-xs {
  font-size: .75rem;
}
.opacity-75 {
  opacity: .75;
}

.mb-4 {
  margin-bottom: 1rem;
}

.welcome-highlighted-pro-tip {
  padding: .75rem 1.25rem;
  background-color: rgba(247, 192, 29, 0.15);
  border: 1px solid rgba(247, 192, 29, 0.3);
  border-radius: 0.5rem;
  max-width: 56rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.welcome-bin-groups {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.welcome-small-group-headers {
  padding-bottom: .5rem;
  border-bottom-width: 1px;
  margin-bottom: 1rem;
  border-color: rgb(223, 227, 231);
}
.welcome-group-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.welcome-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.welcome-group-card {
  animation-duration: .2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  padding: 1.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(223, 227, 231);
  border-radius: .75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 62rem;
}

.welcome-group-card-header {
  display: flex;
  gap: .75rem;
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .75rem;
}

.welcome-group-card-header-icon {
  color: rgb(72, 122, 46);
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgb(242, 245, 240);
  border-radius: .625rem;
}

.welcome-group-card-header-title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.welcome-group-card-header-description {
  color: rgb(108, 117, 127);
  font-size: 14px;
  line-height: 1.625rem;
}

.welcome-popular-icon {
  font-size: 11px;
  padding: .125rem .625rem;
  background-color: rgb(72, 122, 46);
  color: white;
  font-weight: 600;
  border-radius: 9999px;
  position: absolute;
  left: 1rem;
  top: -.65rem;
}

.welcome-info-green {
  display: flex;
  gap: 10px;
  padding: 1.25rem;
  max-width: 60rem;
  background-color: white;
  color: rgb(72, 122, 46);
  border-radius: .75rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.welcome-grey-truck-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgb(242, 245, 240);
  border-radius: .625rem;
  justify-self: center;
  color: rgb(72, 122, 46);
  align-self: center;
}

.justify-items-center {
  justify-items: center;
}

.welcome-flex-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fixed-width-62 {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.max-w-lg {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.disposal-section-padding {
  padding: 8rem 2rem;
}

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

.number-large-green {
  color: rgb(72, 122, 46);
  font-weight: 700;
  font-size: .75rem;
  line-height: 1rem;
}

.text-align-center {
  text-align: center;
}
@media (max-width: 970px) { /* Adjust breakpoint as needed */
  .home-page-image {
    width: 100%;
    height: auto;
  }

  .welcome-header {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .welcome-grid-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0px 10px;
  }

  .welcome-how-it-works-grid {
    grid-template-columns: 1fr;
  }

  .welcome-top-header {
    padding-top: 60px;
  }

  .paragraph-container {
    padding: unset;
  }
  .limit-width {
    padding: unset;
    text-align: center;
  }
  .clickable-material-image,
  .clickable-bin-image {
    height: 155px;
    width: 155px;
  }
  .material-image {
    height: 80px;
  }
  .bin-image {
    height: 60px;
  }
  .home-summary {
    width: 90%;
  }
  .tos-container {
      padding: 20px;
  }
  .welcome-group-card {
    padding: .75rem;
  }
  .welcome-group-card-header-icon {
    width: 2rem;
    height: 2rem;
  }
  .welcome-group-card-header-title {
    font-size: .9rem;
    font-weight: 600;
  }
  .welcome-popular-icon {
    font-size: 10px;
    font-weight: 500;
  }
  .welcome-group-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #RecommendationId {
    width: 310px;
  }
  #postalCodeInput {
    font-size: .9rem;
  }
}