body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    background: #ffffff; /* Fallback color */
    touch-action: none; /* Prevents pinch zooming */
    -ms-touch-action: none; /* Prevents pinch zooming on Internet Explorer */
    overflow-x: hidden; /* Prevents horizontal scrolling, reducing potential zoom effects */
    user-select: none; /* Prevents text selection zooming */
    -webkit-user-drag: none; /* Prevents dragging content */
    -webkit-tap-highlight-color: transparent; /* Removes tap highlight */
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    background: #ffffff; /* Fallback color */
    overflow: hidden;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, rgba(140, 219, 249, 0.4), rgba(255, 255, 255, 0.4)), url('../images/nweBackgroundImage.png') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: scroll;
}
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: linear-gradient(to bottom, rgba(140, 219, 249, 0.4), rgba(255, 255, 255, 0.4)), url('../images/nweBackgroundImage.png') no-repeat center center;
        background-size: cover;
        border-radius: 20px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        overflow: scroll;
    }

}

.splash-container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(140, 219, 249, 0.4), rgba(255, 255, 255, 0.4)), url('../images/vector.png') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .splash-container{
        width: 100%;
        height: 900px;
        display: flex;
        justify-content: center;
        background: linear-gradient(to bottom, rgba(140, 219, 249, 0.4), rgba(255, 255, 255, 0.4)), url('../images/vector.png') no-repeat center center;
        background-size: cover;
        border-radius: 20px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
}

.splash-logo{
        width: 200px; /* Adjust the size of the logo as needed */
        height: 200px;
        margin-top:100px;
}

.logo {
    width: 150px;
    margin-top: 50px; /* Space from the top without padding */
    margin-bottom: 50px; /* Space between the logo and menu */
}

.menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Centers the menu vertically */
}
.menu-item {

    width: 400px; /* Ensures the menu item takes up the full width like a button */
    text-decoration: none; /* Removes the underline from the link */
    color: white; /* Maintains the text color */
    text-align: center; /* Centers the text */
    padding: 30px;
    margin: 10px 0;
    border-radius: 30px;
    background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .menu-item {

        width: 50%; /* Ensures the menu item takes up the full width like a button */
        text-decoration: none; /* Removes the underline from the link */
        color: white; /* Maintains the text color */
        text-align: center; /* Centers the text */
        padding: 30px;
        margin: 10px 0;
        border-radius: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        font-size: 19px;
        font-weight: bold;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 665px) {
    .menu-item {

        width: 48%; /* Ensures the menu item takes up the full width like a button */
        text-decoration: none; /* Removes the underline from the link */
        color: white; /* Maintains the text color */
        text-align: center; /* Centers the text */
        padding: 30px;
        margin: 10px 0;
        border-radius: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 554px) {
    .menu-item {

        width: 48%; /* Ensures the menu item takes up the full width like a button */
        text-decoration: none; /* Removes the underline from the link */
        color: white; /* Maintains the text color */
        text-align: center; /* Centers the text */
        padding: 30px;
        margin: 10px 0;
        border-radius: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 514px) {
    .menu-item {

        width: 48%; /* Ensures the menu item takes up the full width like a button */
        text-decoration: none; /* Removes the underline from the link */
        color: white; /* Maintains the text color */
        text-align: center; /* Centers the text */
        padding: 30px;
        margin: 10px 0;
        border-radius: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 477px) {
    .menu-item {

        width: 48%; /* Ensures the menu item takes up the full width like a button */
        text-decoration: none; /* Removes the underline from the link */
        color: white; /* Maintains the text color */
        text-align: center; /* Centers the text */
        padding: 30px;
        margin: 10px 0;
        border-radius: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 328px) {
    .menu-item {

        width: 48%; /* Ensures the menu item takes up the full width like a button */
        text-decoration: none; /* Removes the underline from the link */
        color: white; /* Maintains the text color */
        text-align: center; /* Centers the text */
        padding: 30px;
        margin: 10px 0;
        border-radius: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }
}
.bottom-button {
    position: absolute;
    bottom: 40px; /* Position the button 40px above the bottom of the container */
    padding: 10px 20px;
    background-color: #00AFF0; /* Button background color */
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.bottom-button:hover {
    background-color: #007ACC; /* Darker background color on hover */
}





/* Testing Code */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); /* Add shadow */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.submit-button {
    padding: 10px 20px;
    background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    width: 97%;
}


.contact-input-long{
    padding: 10px;
    margin-bottom: 10px;
    width: 92%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1); /* Add inset shadow */
}
.contact-input-small {
    margin-bottom: 10px;
    padding: 10px;
    width: 42%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1); /* Add inset shadow */
}
.contact-input-msg{
    margin-bottom: 10px;
    padding: 10px;
    width: 92%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1); /* Add inset shadow */
}
.contact-button{
    padding: 30px;
    background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
    color: white;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 10px;
    width: 456px;

}

@media screen and (max-width: 767px) {
    .contact-button{
        padding: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        color: white;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: bold;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        width: 59%;

    }
}
@media screen and (max-width: 665px) {
    .contact-button{
        padding: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        color: white;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        width: 57%;

    }
}
@media screen and (max-width: 554px) {
    .contact-button{
        padding: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        width: 57%;
    }
}
@media screen and (max-width: 513px) {
    .contact-button{
        padding: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        color: white;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        width: 60%;
    }
}
@media screen and (max-width: 477px) {
    .contact-button{
        padding: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        width: 60%;
    }
}
@media screen and (max-width: 375px) {
    .contact-button{
        padding: 30px;
        background: linear-gradient(to right, #00AFF0, #FBF000); /* Gradient background */
        color: white;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        width: 64%;
    }
}
