.matura-form {
    width: 75%;
	
}
.matura-form-steps-data {
    width: 25%;
}
.matura-form-wrapper {
    background: #37526f !important;
/* 	background-image: url('https://www.matura.co/wp-content/uploads/2025/11/Form-Image.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
	
    padding: 60px 30px;
    border-radius: 8px;
    color: #fff;
    max-width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.matura-step {
    display: none;
}
.matura-step.active {
    display: block;
}
.matura-form input, .matura-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: none;
}
.matura-form button {
    background: #0098DB;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.matura-form button:hover {
    background: #007bb8;
}
#matura-message p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.matura-form-steps-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
/*   background-color: #0d1b2a; */
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

.matura-form-steps-data .step {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  opacity: 0.6;
  transition: 0.3s ease;
}

.matura-form-steps-data .step:last-child {
  margin-bottom: 0;
}

.matura-form-steps-data .step.active {
  opacity: 1;
}

.matura-form-steps-data .step .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1e2f47;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #9cb8d7;
  position: relative;
  z-index: 1;
}
.terms_lable input {
    width: auto;
    margin: 0px;
}
.terms_lable {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.matura-form-steps-data .step.active .icon {
  background-color: #00aaff;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(0,170,255,0.3);
}

.matura-form-steps-data .step span {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

.matura-form-steps-data .step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 55px;
  width: 2px;
  height: 30px;
  background-color: #1e2f47;
  z-index: 0;
}
#maturaWarrantyForm label {
    color: white;
}
.errorfield {
    border: 2px solid red !important;
}
.formloader {
    display: none;
}
.formloader.active_f {
    position: absolute;
    background: #26242412;
    height: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader_dd {
    display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .matura-form-wrapper {
    flex-direction: column;
    padding: 10px;
  }
  .matura-form-steps-data {
    width: 100%;
    align-items: unset;
    justify-content:center;
  }
  .matura-form-steps-data .step span {
    font-size: 10px;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
  }
  .matura-form-steps-data .step:not(:last-child)::after {
    content: unset;
  }
  #maturaWarrantyForm {
    width: 100%;
  }
  .matura-form-steps-data {
    flex-direction: row;
  }
  .matura-form-steps-data .step {
    flex-direction: column;
    margin-bottom: 15px;
  }
}