.quote-form-wrapper {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 133%);
  padding: 60px 20px;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.quote-form-bg {
  background: rgba(51, 51, 51, 0.71);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.quote-form-container {
  max-width: 1065px;
  height: 640px; /* optional */
  margin: 0 auto;
  padding: 60px 40px;
  position: relative;
  text-align: center;
}

.quote-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.quote-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.quote-subtitle strong {
  font-weight: 700;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: transparent;
  max-width: 705px;
  margin: 0 auto;
}

.input-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 705px;
  margin: 0 auto;
}

.input-group input {
  width: calc(50% - 10px);
  max-width: none;
}

.quote-form input[type="email"],
#address-field,
textarea {
  max-width: 705px;
  margin: 0 auto;
  display: block;
}

.quote-form input:not(.input-group input),
.quote-form textarea {
  margin-top: 0px;
}

input,
textarea {
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #e2e1e5;
  border-radius: 2px;
  background: white;
  color: #333;
  width: 100%;
  max-width: 705px;
}

.textarea-message {
  width: 100%;
  height: 132px;
  resize: vertical;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.quote-submit {
  background: #f15a24;
  color: white;
  padding: 14px 24px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit {
  background: #f15a24;
  color: white;
  padding: 16px 36px;
  border: none;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
}

.recaptcha-notice {
  color: #ccc;
  font-size: 14px;
  margin-top: 20px;
}

button.gen_an_estimate {
  padding: 20px;
  color: #fff;
  border: 1px solid transparent;
  background-color: rgba(241, 90, 36, 1);
  display: table;
  margin-bottom: 30px;
  text-align: center;
  margin: 20px auto 40px;
  width: 175px;
  text-decoration: none;
}

/* 1 dealer case start */

/* Container wrapper */
.quote-thankyou-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}

/* Main title */
.quote-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Subtitle */
.quote-subtitle {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
}

/* Content box with dark background */
.quote-confirmation-box {
  background-color: #151414;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 6px;
  text-align: left;
}

/* Label (e.g. Name:) */
.quote-confirmation-box .field-label {
  color: #888;
  font-weight: 500;
  margin-right: 5px;
}

/* Optional: extra paragraph before dealer info */
.section-intro {
  font-weight: 600;
  margin-bottom: 20px;
}

/* Link styling */
.quote-confirmation-box a {
  color: #fff;
  text-decoration: underline;
  word-break: break-word;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .quote-title {
    font-size: 28px;
  }

  .quote-confirmation-box {
    padding: 20px;
  }
}

/* 1 dealer case end */
