.m-0 {
  margin: 0;
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}

.block {
  display: block;
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
}

.block-editor .hidden {
  display: block !important;
  opacity: 0.5 !important;
}
@media (min-width: 768px) {
  .block-editor .md\:hidden {
    display: block !important;
    opacity: 0.5 !important;
  }
}

.pt-sales-helper {
  font-family: "NeutraCond-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.pt-sales-helper .hidden {
  display: none;
}
.pt-sales-helper h1,
.pt-sales-helper h2,
.pt-sales-helper h3 {
  color: #575756;
  font-family: "eb-garamond", "EB Garamond", serif;
}
.pt-sales-helper h1,
.pt-sales-helper h2,
.pt-sales-helper h3,
.pt-sales-helper p {
  color: hsl(60, 1%, 24%);
}
.pt-sales-helper .input-wrapper {
  position: relative;
  margin-top: 30px;
}
.pt-sales-helper select,
.pt-sales-helper .input,
.pt-sales-helper .label {
  font-family: "NeutraCond-Medium", sans-serif;
  font-size: 24px;
}
.pt-sales-helper .input {
  width: 100%;
  padding: 8px 0;
  padding-right: 30px;
  color: #404040;
  border: none;
  border-bottom: 1px solid #c1c1c1;
  transition: border-color 250ms;
  background-color: transparent;
}
.pt-sales-helper .input:focus {
  outline: none;
  border-bottom-color: #777;
}
.pt-sales-helper .input::placeholder {
  color: transparent;
}
.pt-sales-helper .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.pt-sales-helper .label {
  position: absolute;
  top: 8px;
  left: 0;
  color: #707070;
  pointer-events: none;
  transform-origin: left center;
  transition: transform 250ms;
}
.pt-sales-helper .label.static,
.pt-sales-helper .input:focus + .label,
.pt-sales-helper .input:not(:placeholder-shown) + .label {
  transform: translateY(-100%) scale(0.75);
}

.spinner_ajPY {
  fill: #fff;
  transform-origin: center;
  animation: spinner_AtaB 0.75s infinite linear;
}

@keyframes spinner_AtaB {
  100% {
    transform: rotate(360deg);
  }
}
#user-details-modal,
#user-details-modal-backdrop,
#restriction-modal,
#restriction-modal-backdrop {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

#user-details-modal,
#restriction-modal {
  top: 20vh;
  max-width: 580px;
  width: 90vw;
  left: 5vw;
  right: 5vw;
  padding: 20px;
  font-size: 20px;
  min-height: 380px;
  background-color: white;
  color: #404040;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  z-index: 8;
}
@media screen and (min-width: 782px) {
  #user-details-modal,
  #restriction-modal {
    font-size: 24px;
    width: 550px;
    right: 10vw;
    left: auto;
    padding: 40px;
  }
}
#user-details-modal div.container,
#user-details-modal #successInfoUnknown,
#user-details-modal #successInfoKnown,
#restriction-modal div.container,
#restriction-modal #successInfoUnknown,
#restriction-modal #successInfoKnown {
  display: flex;
  flex-direction: column;
}
#user-details-modal div.container h2,
#user-details-modal #successInfoUnknown h2,
#user-details-modal #successInfoKnown h2,
#restriction-modal div.container h2,
#restriction-modal #successInfoUnknown h2,
#restriction-modal #successInfoKnown h2 {
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (min-width: 782px) {
  #user-details-modal div.container h2,
  #user-details-modal #successInfoUnknown h2,
  #user-details-modal #successInfoKnown h2,
  #restriction-modal div.container h2,
  #restriction-modal #successInfoUnknown h2,
  #restriction-modal #successInfoKnown h2 {
    font-size: 36px !important;
  }
}

#user-details-modal-backdrop,
#restriction-modal-backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#user-details-modal.show,
#user-details-modal-backdrop.show,
#restriction-modal.show,
#restriction-modal-backdrop.show {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 1000px) {
  .banner {
    bottom: -140px;
    height: 140px;
  }
  .banner div.container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .code-input {
    width: 35px;
    height: 45px;
    font-size: 20px;
  }
  #user-details-modal,
  #restriction-modal {
    width: 95vw;
    padding: 15px;
    min-height: 300px;
  }
  #user-details-modal .code-inputs,
  #restriction-modal .code-inputs {
    gap: 5px;
  }
}
#submitBtn,
#requestAccessBtn,
.banner button {
  background-color: #99a483;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
  height: 60px;
  font-size: 20px;
  letter-spacing: 1px;
}
#submitBtn[disabled],
#requestAccessBtn[disabled],
.banner button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#submitBtn:hover,
#requestAccessBtn:hover,
.banner button:hover {
  background-color: rgb(177, 186, 161);
}

#user-details-modal label[for=phone_number] {
  margin-left: 78px;
}
#user-details-modal .input:focus + label[for=phone_number],
#user-details-modal .input:not(:placeholder-shown) + label[for=phone_number] {
  transform: translateY(-100%) translateX(-78px) scale(0.75);
}
#user-details-modal select {
  padding: 0;
}
#user-details-modal select option {
  font-size: 16px;
}

.code-input {
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: transform 0.1s ease;
  padding: 0;
  /* Firefox */
}
.code-input::-webkit-outer-spin-button, .code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.code-input[type=number] {
  -moz-appearance: textfield;
}
.code-input.pop {
  transform: scale(1.1);
}

.code-inputs.valid .code-input {
  border-color: #99a483;
  box-shadow: 0 0 8px rgba(153, 164, 131, 0.3);
}

.code-inputs.error .code-input {
  border-color: #dc2626;
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.1);
}

.countdown {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
.verification-loader {
  width: 30px;
  height: 30px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #99a483;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.code-error {
  color: #dc2626;
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
  padding: 8px;
}
.code-error.hidden {
  display: none;
}

.iti__search-input {
  font-family: "NeutraCond-Medium", sans-serif;
}

.iti {
  width: 100%;
  font-family: "NeutraCond-Medium", sans-serif;
}
.iti .iti__dropdown-content {
  font-size: 18px;
}

.row {
  display: flex;
  gap: 20px;
}

.interested-btn-container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.interested-btn-container.show {
  opacity: 1;
  pointer-events: all;
}
.interested-btn-container.show[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

button.interested {
  min-width: 150px;
}

button.interested.floating {
  color: #fff;
  border-color: #99ab89;
  background-color: #99ab89;
  position: fixed;
  bottom: 40px;
  right: calc(50vw - 150px);
  z-index: 6;
  font-size: 20px;
  padding: 20px 40px;
  width: 300px;
}
@media screen and (min-width: 768px) {
  button.interested.floating {
    right: 40px;
  }
}

.page-la-geoda-availability .fbq-container {
  padding: 0;
}

.chat-bubble {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  width: 300px;
  position: fixed;
  z-index: 1000;
  bottom: 110px;
  right: calc(50vw - 150px);
  animation: fadeInUp 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .chat-bubble {
    right: 40px;
  }
}

.chat-message {
  font-size: 18px;
  line-height: 1.3;
  color: #575756;
  font-family: "EB Garamond", sans-serif;
  font-weight: normal;
}

.chat-arrow {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=style.css.map */
