.modal {
    display: none;  /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1200; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    justify-content: center;
    align-items: center ;
}

.modal-content {
    background-color: #fefefe;
    margin: 1% auto; /* 15% from the top and centered */
    width: 100%; /* Could be more or less, depending on screen size */
    overflow-x: hidden;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 600px;
    margin: 0 auto; /* Center the form horizontally */
    padding: 20px;
}

#mc_embed_signup h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.mc-field-group {
    margin-bottom: 20px;
}

.mc-field-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.mc-field-group input[type="text"],
.mc-field-group input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.mc-field-group input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.mc-field-group input[type="submit"]:hover {
    background-color: #0056b3;
}

.indicates-required {
    color: #ff0000; /* Red asterisk color */
}

.asterisk {
    color: #ff0000;
    font-size: 18px;
}

.bg-popup {
    background-image: url("/static/assets/backgrounds/home-intro.webp");
    /* specify the background image */
    background-size: cover;
    /* cover the entire container */
    background-position: center;
    height: 100vh;
    overflow-x: hidden;
}
@media screen and (max-width: 500px) {
    .bg-popup {
        display: flex;
        align-items: center;
    }
  }
.start-now{
    color: black;
}

.btn-submit {
  background: #f27023;
}

.black-txt {
    color: black;
}