input,
select,
textarea {
  padding: 10px 14px !important;
  border: 1px solid #f3f3f3 !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #333 !important;
  font-size: 14px !important;
  font-family: inherit !important;
  box-shadow: 0 0 3px #9f9f9f47 !important;
  outline: none !important;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3) !important;
}

::placeholder {
  color: #00000073 !important;
  font-size: 14px !important;
}

input::file-selector-button {
  font-weight: bold;
  color: #333;
  background-color: #959595;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
}

input:focus-visible {
  outline: none;
}

.multisteps_form_panel {
  display: none;
}

.multisteps_form_panel.active-step {
  display: block;
}

.hidden {
  display: none;
}

.visible {
  display: inline-block;
}

.step_progress .step {
  width: 150px;
  margin: 0 5px;
  background-color: #ccc;
}

.step_progress .step.active {
  background-color: #007bff;
}

.animate__animated {
  animation-duration: 0.5s;
}
.mobilenumbercard input.mobnum {
  border: none;
  margin-left: 3px;
  width: 392px;
  padding: 6px 12px;
  cursor: auto;
  border-radius: 3px;
}

.mobilenumbercard button {
  margin-left: 15px;
}
.Mobilenumberbtn {
  border: none;
  color: white;
  background-color: #007bff;
  border-radius: 7px;
  padding: 9px 10px;
}
.otpcard span {
  display: flex;
  align-items: center;
  color: #ffc533;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 1rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  justify-content: center;
  margin-top: 15px;
}
.titleinput {
  display: flex;
  line-height: 1.7 !important;
  flex-direction: column;
  /* width: 25%; */
}
.nameinput {
  display: flex;
  flex-direction: column;
}
.nameinputs {
  display: flex;
  flex-direction: column;
  width: 33.3333%;
}
.mobilenum input::placeholder {
  color: #00000073 !important;
  font-size: 15px !important;
}
.nameinput input::placeholder {
  color: #00000073 !important;
  font-size: 15px !important;
}
.nameinputs input::placeholder {
  color: #00000073 !important;
  font-size: 15px !important;
}
.nameinputss input::placeholder {
  font-size: 15px !important;
  color: #00000073 !important;
}
.titleinput input::placeholder {
  font-size: 15px !important;
}
.nameinputs input,
.nameinputs select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid whitesmoke;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.nameinput input,
.nameinput select {
  padding: 7px 13px;
  border-radius: 8px;
  border: 1px solid whitesmoke;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.nameinput label {
  margin-bottom: 4px;
  font-size: 12px !important;
}
.nameinputs label {
  margin-bottom: 4px !important;
  font-size: 12px;
}
.titleinput label {
  margin-bottom: 4px;
  font-size: 12px !important;
}
.nameinput textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  height: 100px !important;
}
.nameinputs input,
.nameinputs select {
  padding: 7px 13px;
  border-radius: 8px;
  border: 1px solid whitesmoke;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.titleinput input,
.titleinput select {
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid whitesmoke;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.forminputs input,
.forminputs select {
  margin-bottom: 15px !important;
}
.mobilenum {
  margin-bottom: 26px !important;
}
.mobnum {
  border-radius: 8px;
}
.mobilenumbercard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
p {
  text-align: center;
}
input[type="file"] {
  padding: 0px !important;
  border-radius: 8px !important;
  line-height: normal;
  height: auto;
}

input[type="file"]::file-selector-button {
  background-color: #007bff57;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: rgb(2, 2, 2);
  border: none;
  border-radius: 4px;
  padding: 10px 12px;
  cursor: pointer;
}

input[type="file"]::file-selector-button:hover {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  /* background-color: #0056b3; */
}
.container input {
  cursor: auto !important;
}
.sendotp {
  display: flex;
  justify-content: center;
}
label {
  margin-left: 5px !important;
}
.profile-section {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
}
.profile-image img {
  width: 77%;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid #ddd;
  margin-top: 30px;
}
.profile-section-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid #ddd;
  margin-top: 40px;
  align-items: center;
}
.profile-info {
  padding: 15px 20px;
  width: 50%;
}
.profile-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.profile-info p span {
  display: block;
  width: 60%;
  padding-bottom: 0px;
  text-align: left;
}
.profile-info p {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin: 5px 0 15px;
  line-height: 1.4;
}
.profile-info label {
  font-weight: 600;
  color: #222;
  margin-right: 5px;
}
.top-headings {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  top: 0;
  padding: 10px 0;
}
.top-headings h5 {
  font-size: 15px;
  font-weight: 500;
  width: 150px;
  color: #555;
  transition: all 0.3s ease;
  cursor: pointer;
}
.top-headings h5.active-heading {
  color: #007bff;
  font-weight: 700;
  border-bottom: 2px solid #007bff;
  padding-bottom: 3px;
}
.zipcoderow {
  margin-top: 12px;
}
input[type="date"] {
  color: #d7d7d7d6;
  font-size: 14px;
  padding: 6px 10px;
}
.selectinputcolor {
  color: #d7d7d7d6;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.logoimg {
  left: 26px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"] {
  appearance: textfield;
}
.filechooseimg {
  background-color: rgb(255, 255, 255);
  width: 100%;
  border: 1px solid whitesmoke;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.nameinputss input {
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  border: 1px solid whitesmoke;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.bank-heading {
  margin-top: 22px;
}
.preview-box {
  margin-top: 10px;
  width: 100%;
  height: 250px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.preview-box img {
  width: 100%;
  height: 100%;
  object-fit: inherit;
  border-radius: 10px;
}

.mainlogocard {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mainlogocard img {
  width: 100px;
}

/* OTP container */
.otp-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

/* Individual OTP input */
.otp-input {
  margin: 9px;
  padding: 3px !important;
  width: 50px !important;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  outline: none;
  transition: border 0.3s;
  cursor: auto;
}

.otp-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

/* loader starting  */
.loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
}

.propertybazzar-spinner {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-top: 6px solid #0a4fa3;
  border-right: 6px solid #f5b400;
  border-left: 6px solid #0a4fa3;
  animation: spin 1.2s linear infinite;
  position: relative;
}

.propertybazzar-spinner .inner-ring {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  border: 3px solid #f5b400;
  border-top-color: transparent;
  animation: spin-rev 1.5s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-rev {
  100% {
    transform: rotate(-360deg);
  }
}

.loader-text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #0a4fa3;
  letter-spacing: 1px;
  animation: fade 1.2s ease-in-out infinite alternate;
}

@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

.stepsandtopheadings {
  display: block !important;
}
/* Mobile  scrol for headingss  steps */
.scrolbarhide {
  display: none !important;
}
a {
  color: rgb(102, 118, 222);
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 574px) {
  .profile-info {
    padding: 15px 20px;
    width: 100% !important;
  }
  .profile-image img {
    width: 100% !important;
    margin-top: 20px !;
  }

  .nameinputs {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .hidetitle {
    display: none !important;
  }
  .logoimg {
    display: flex;
    justify-content: center;
    left: 26px;
  }
  .scrolbarhide {
    display: block !important;
  }
  .scrolbarhide {
    display: block;
  }
  .mainlogocard {
    display: unset;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .stepsandtopheadings {
    display: none !important;
  }
  .scrollable-steps-container {
    display: flex;
    overflow-x: auto; /* enable scroll */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 15px;
    margin: 10px;
    padding: 10px 0 20px; /* add bottom space for scrollbar */
    /* border-bottom: 2px solid #e0e0e0; visual separator */
  }

  /* Show visible scrollbar under step progress */
  .scrollable-steps-container::-webkit-scrollbar {
    /* height: 6px; scrollbar height */
  }

  /* .scrollable-steps-container::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 10px;
  } */

  .scrollable-steps-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* light track background */
  }

  /* Step + heading layout */
  .step-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    min-width: 120px;
  }

  .step-unit h5 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 6px;
    white-space: nowrap;
  }

  .step-unit h5.active-heading {
    color: #007bff;
    font-weight: 700;
  }

  .step-unit .step {
    width: 90px;
    height: 12px;
    border-radius: 8px;
    background-color: #fff;
  }

  .step-unit .step.active {
    background-color: #007bff;
  }
}

/*  */

/* media screens responsive  */
@media (max-width: 574px) {
  .mobilenumbercard input.mobnum {
    border: none;
    margin-left: 3px;
    width: 284px !important;
    padding: 6px 12px;
    cursor: auto;
    border-radius: 3px;
  }
  .otp-input {
    margin: 3px !important;
    padding: 3px !important;
    width: 43px !important;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    outline: none;
    transition: border 0.3s;
    cursor: auto;
  }
}
@media (min-width: 574px) and (max-width: 767px) {
  .hidetitle {
    display: none !important;
  }
  .mainlogocard .stepsandtopheadings .top-headings h5 {
    width: 55px !important;
    font-size: 12px;
  }
  .mainlogocard .row .step_progress .step {
    width: 55px !important;
  }
  .mainlogocard img {
    width: 60px !important;
  }

  .mobilenumbercard input.mobnum {
    border: none;
    margin-left: 3px;
    width: 390px !important;
    padding: 6px 12px;
    cursor: auto;
    border-radius: 3px;
  }
  .question_title {
    font-size: 27px !important;
  }
  .question_number {
    padding-top: 50px !important;
  }
  .mainlogocard .d-sm-block {
    justify-content: center;
    display: flex !important;
  }
  /* .row .step_progress .step {
    display: block;
    width: 61px !important;
  } */
  /* .mainlogocard .top-headings h5 {
    width: 60px !important;
    font-size: 10px;
    margin-bottom: 0px;
  } */
  .nameinputss input::file-selector-button {
    width: 40%;
  }
  .otp-input {
    margin: 5px;
    width: 54px !important;
    height: 48px !important;
    font-size: 16px;
  }
  .nameinputs {
    width: 50%;
  }
  .otp-input-container {
    gap: 0.5px;
  }
  .profile-info {
    width: 100% !important;
  }
  .profile-image img {
    width: 100%;
    margin-top: 51px;
  }
  .bankname {
    width: 100% !important;
  }

  .logoimg {
    display: flex !important;
    justify-content: center !important;
  }
  .question_number {
    padding-top: 5.8rem;
  }
  h1 {
    font-size: 1rem;
    font-weight: 800;
  }
  p {
    font-size: 9px;
    margin-top: 4px;
  }
  label {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .row .step_progress .step {
    width: 68px !important;
  }
  .step_progress .step:not(:last-child) {
    /* margin-right: 2.8rem; */
    margin-right: 0px 5px !important;
  }
  .top-headings {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap !;
    gap: 10px;
    top: 0;
    padding: 10px 0;
  }
  .stepsandtopheadings .top-headings h5 {
    font-size: 15px;
    font-weight: 500;
    width: 68px !important;
    color: #555;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}

@media (max-width: 1200px) {
  .row .step_progress .step {
    width: 80px !important;
  }
  .step_progress .step:not(:last-child) {
    /* margin-right: 2.8rem; */
    margin-right: 0px 5px !important;
  }
  .stepsandtopheadings .top-headings h5 {
    font-size: 15px;
    font-weight: 500;
    width: 80px !important;
    color: #555;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}

@media screen and (max-width: 1499.98px) {
  .step_progress .step {
    width: 133px;
  }
  .top-headings h5 {
    font-size: 15px;
    font-weight: 500;
    width: 133px;
    color: #555;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .hidingrows {
    display: none !important;
  }
}
