/* Styles for the Description & Form Module */

.loc-form-title {
  margin-bottom: -32px;
  text-align: center;
}

.description-form-container {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .loc-form-title {
    margin-bottom: 0;
  }
}


.form-container-pop {
  padding: 0px 0px 10px;
  border-radius: 10px;
  width: 100%;
}

.form-group-pop {
  margin-bottom: 1px;
}

label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-align: left !important;
}

input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

input::placeholder {
  color: #aaa;
}

.disclaimer-pop {
  font-size: 12px;
  color: #555;
  margin: 0 5px 5px;
  line-height: 1.4;
}

.disclaimer-pop a {
  color: #007bff;
  text-decoration: none;
}

.submit-btn-pop {
  width: 100%;
  padding: 15px;
  border: none;
  background: linear-gradient(to right, #ff7e5f, #ff5e62);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s, opacity 0.3s;
}

.submit-btn-pop:hover {
  opacity: 0.9;
}

@media (max-width: 480px) {
  .form-container-pop {
    padding: 15px;
  }

  input {
    font-size: 14px;
    padding: 10px;
  }

  .submit-btn-pop {
    font-size: 16px;
    padding: 12px;
  }

  .disclaimer-pop {
    font-size: 11px;
  }
}

.dealer-form-active label {
  color: #5b21b6;
}

.dealer-form-active input {
  border: 1px solid #a78bfa;
}

.dealer-form-active input:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 0.2rem rgba(124, 58, 237, 0.25);
}

.dealer-form-active .submit-btn-pop {
  background: linear-gradient(to right, #8b5cf6, #6d28d9);
}

.dealer-form-active .submit-btn-pop:hover {
  background: linear-gradient(to right, #7c3aed, #5b21b6);
  opacity: 1;
}

.dealer-form-active .disclaimer-pop {
  color: #4c1d95;
  font-size: 0.49rem;
  line-height: 1.7;
}

.dealer-form-active .disclaimer-pop a {
  color: #8b5cf6;
  font-weight: bold;
}
