.progress-bar-container {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
#progressBar {
  height: 100%;
  background-color: green;
  width: 0%;
  transition: width 0.3s ease;
}
.property-style-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.property-option {
  flex: 0 1 calc(33.33% - 20px);
  box-sizing: border-box;
  text-align: center;
}

.property-option:nth-child(n + 4) {
  flex: 0 1 calc(40% - 20px); /* Make last 2 items wider and center align */
}

.property-option input[type="radio"] {
  display: none;
}

.icon-box {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
  cursor: pointer;
}

.icon-box img {
  max-width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.icon-box span {
  display: block;
  font-weight: 500;
}

.property-option input[type="radio"]:checked + .icon-box {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Responsive */
@media (max-width: 991px) {
  .property-option {
    flex: 0 1 calc(50% - 20px);
  }
}
.year-slider-wrapper {
  margin: 40px 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 90px;
}

#yearInput {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 6px 15px;
  text-align: center;
  width: 100px;
  margin-left: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slider-outer {
  margin-top: 20px;
  position: relative;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 0 4px;
}

.slider-labels span {
  font-size: 16px;
  color: #333;
}

.slider-container {
  position: relative;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background: linear-gradient(to right, #999 0%, #eee 100%);
  outline: none;
  margin: 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.bubble {
  position: absolute;
  top: 38px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 20px;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.bubble::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
}

#privacy-policies-message {
  background: #ffffff !important;
}
#privacy-policies-message p {
  color: black !important;
}
#privacy-policies-message a {
  color: #316ff6 !important;
}

@media only screen and (max-width: 600px) {
  .min_max_container:before {
    border: none !important;
  }
}

.progress-bar-container {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
#progressBar {
  height: 100%;
  background-color: green;
  width: 0%;
  transition: width 0.3s ease;
}
.property-style-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.property-option {
  flex: 0 1 calc(33.33% - 20px);
  box-sizing: border-box;
  text-align: center;
}

.property-option:nth-child(n + 4) {
  flex: 0 1 calc(40% - 20px); /* Make last 2 items wider and center align */
}

.property-option input[type="radio"] {
  display: none;
}

.icon-box {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
  cursor: pointer;
}

.icon-box img {
  max-width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.icon-box span {
  display: block;
  font-weight: 500;
}

.property-option input[type="radio"]:checked + .icon-box {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Responsive */
@media (max-width: 991px) {
  .property-option {
    flex: 0 1 calc(50% - 20px);
  }
}
.year-slider-wrapper {
  margin: 40px 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 90px;
}

#yearInput {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 6px 15px;
  text-align: center;
  width: 100px;
  margin-left: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slider-outer {
  margin-top: 20px;
  position: relative;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 0 4px;
}

.slider-labels span {
  font-size: 16px;
  color: #333;
}

.slider-container {
  position: relative;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background: linear-gradient(to right, #999 0%, #eee 100%);
  outline: none;
  margin: 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.bubble {
  position: absolute;
  top: 38px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 20px;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.bubble::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
}

button#btn-verify {
  margin: 10px 0;
}

.spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.15em solid #316ff6;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  display: inline-block;
  vertical-align: text-bottom;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
button#btn-send,
button#btn-verify {
  padding: 8px 15px;
  font-size: 14px;
  border: none;
  background: #316ff6;
  color: #fff;
  font-weight: 300;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  margin-top: 14px;
}
#loading-spinner,
#otp-spinner {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#loading-spinner span,
#otp-spinner span {
  margin-right: 8px;
}
