/*-- -------------------------- -->
<---       Quick Quote          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #quick-quote-770 {
    padding: var(--sectionPadding);
    background-color: #fafbfc;
    position: relative;
    z-index: 1;
  }
  #quick-quote-770 .cs-container {
    width: 100%;
    max-width: 46rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  #quick-quote-770 .cs-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #quick-quote-770 .cs-text {
    margin-top: 1rem;
  }
  #quick-quote-770 .cs-inline-phone {
    color: #0082f3;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  #quick-quote-770 .cs-inline-phone:hover {
    text-decoration: underline;
  }

  #quick-quote-770 .cs-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }
  #quick-quote-770 .cs-label {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    width: 100%;
    color: var(--headerColor, #1a1a1a);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    font-weight: 600;
  }
  #quick-quote-770 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    color: #1a1a1a;
    background-color: #f5f7fa;
    border: 1px solid #e3e8ef;
    border-radius: 0.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    font-family: inherit;
  }
  #quick-quote-770 .cs-input:focus {
    outline: none;
    border-color: #0082f3;
    box-shadow: 0 0 0 3px rgba(0, 130, 243, 0.15);
  }
  #quick-quote-770 .cs-input::placeholder {
    color: #8a94a6;
    opacity: 1;
  }
  #quick-quote-770 .cs-textarea {
    min-height: 7rem;
    padding: 0.875rem 1rem;
    font-family: inherit;
    resize: vertical;
  }
  #quick-quote-770 .cs-message {
    width: 100%;
  }
  #quick-quote-770 .cs-submit {
    width: 100%;
    min-height: 3.5rem;
    margin-top: 0.5rem;
    background-color: #0082f3;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
  }
  #quick-quote-770 .cs-submit:hover {
    background-color: #006fd0;
  }
  #quick-quote-770 .cs-submit:active {
    transform: translateY(1px);
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #quick-quote-770 .cs-container {
    max-width: 50rem;
  }
  #quick-quote-770 .cs-form {
    padding: 2.5rem;
  }
  #quick-quote-770 .cs-label {
    width: calc(50% - 0.5rem);
  }
  #quick-quote-770 .cs-message {
    width: 100%;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #quick-quote-770 .cs-container {
    max-width: 60rem;
  }
}
