@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
    background-color: var(--lightbluebg);
}
.nav {
    background-color: white;
}
h2 {
    color: var(--primarycta);
    text-align: left;
    padding: 0.875rem;
    padding-bottom: 0;
    margin: 0;
    margin-top: 1.25rem;
    margin-bottom: 0.875rem;
}
p {
    text-align: left;
    padding: 0.875rem;
    margin: 0;
    margin-bottom: 0.875rem;
    color: var(--primarycta);
}
.heading {
    padding-bottom: 0.875rem;
    font-size: 32px;
}
.subtitle {
    text-align: center;
    font-size: 1rem;
}
.primary-cta {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.primary-cta:hover {
    background-color: #ff488a;
    transform: perspective(500px) translateZ(20px);
}
.copyright {
    color: white;
}
form {
    background-color: var(--primarycta);
    padding: 0.875rem;
    color: white;
    margin: 0.875rem auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}
input {
    width: 243px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 0px;
}
#submit-sellers-form {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.trust-factor {
    padding: 0.875rem;
}
.benefits {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0px;
}
.benefit-list {
    list-style-type: none;
    padding:0.875rem;
    padding-top: 0;
    margin: 0px;
}
.benefit-list > li {
    color: var(--primarycta);
    margin-top: 12px;
}

.benefit-card {
    background-color: white;
    width: 90%;
    height: auto;
    margin: 0 0.875rem;
    margin-bottom: 42px;
    /* padding: 30px 70px; */
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .benefit-container {
    margin: 0 auto;
  }
  .show {
    display: block;
  }
  .form-head {
    color: #fff;
    font-weight: bold;
    margin: 0px auto 30px auto;
  }

/* Tablet Version */
@media screen and (min-width: 650px) {
    .desktop-menu {
        display: none;
    }
    .heading {
        font-size: 3.25rem;
        text-align: center;
    }
    .subtitle {
        font-size: 18px;
    }
  .benefit-card {
    background-color: white;
    width: 466px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 42px;
    padding: 30px 70px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .why-us {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0px 40px;
  }
  .trust-factor {
    width: 80%;
    margin: 0 auto;
  } 
}


/* Form Validation and Error Styling */
.fname-error {
    padding-left: 0px;
}
.error {
    border: 2px var(--secondarycta) solid;
}

/* Form Submit Messaging */
.formMessage {
    text-align: center;
    color: white;
}
.hide {
    display: none;
}
.error-message, .email-error, .phone-error, .address-error, .reason-error, .time-error, .state-error {
    color:#ff488a;
    padding: 0px;
    margin-bottom: 2px;
}
/* Desktop */
@media screen and (min-width: 800px) {
    .menu-trigger {
        display: none;
    }
    .desktop-menu {
        margin: 0;
        padding: 0.875rem;
        margin: 2px;
        display: flex;
        gap: 30px;
        align-items: center;
    }
    .desktop-menu > li {
    font-family: "DM Sans";
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.1px;
    }
    .desktop-menu > a {
        text-decoration: none;
        color: var(--primarycta);
        list-style-type: none;
        font-size: 1.2rem;
        font-weight: normal;
    }
    .desktop-menu > a:hover {
        font-weight: bold;
        color: var(--secondarycta);
    }
    .desktop-menu > li {
        list-style-type: none;
        padding-left: 0px;
    }
    .desktop-menu > li {
        color: var(--primarycta);
        font-size: 1.2rem;
    }
    .desktop-menu > li:hover {
        font-weight: bold;
        color: var(--secondarycta)
    }
    .benefit-container {
       display: grid;
       grid-template-columns: 1fr 1fr;
       gap:20px;
       margin: 2rem;
    }
    .benefit-card {
        margin-bottom: 0px;
        width: auto;
    }
    .col-2 {
        display: flex;
        gap: 20px;
    }
    #sellers-form {
        padding-top: 2.5rem;
        margin-top: 3.5rem;    
    }
    .why-us {
        margin-bottom: 3.5rem;
        margin-top: 4.25rem;
        
    }
    .hero {
        height: 302px;
    }
    .heading {
        font-size: 48px;
    }
}