@font-face {
    font-family: 'VwHeadBold';
    src: url('fonts/VW-Medium.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VwTextRegular';
    src: url('fonts/VW-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 750px;
    padding: 0 1rem;
    font-family: 'VwTextRegular', sans-serif;
    background-color: white;
    color: #242221;
}
.vw-header {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.vw-header img {
    width: 100%;
    max-width: 750px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.vw-header .desktop-header {
    display: block;
}

.vw-header .mobile-header {
    display: none;
}

@media (max-width: 675px) {
    .vw-header .desktop-header {
        display: none;
    }
    
    .vw-header .mobile-header {
        display: block;
    }
}
.content-column {
    width: 90%;
    max-width: 750px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}
h1 {
    font-family: 'VwHeadBold', sans-serif;
    font-size: 2.5rem;
    color: #242221;
    margin-bottom: 1.5rem;
}
p {
    font-size: 1.1rem;
    line-height: 1.6;
}
label {
    font-family: 'VwHeadBold', sans-serif;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #000;
}

.checkbox-container label {
    font-family: 'VwTextRegular', sans-serif;
    display: inline;
    margin-left: 0.5rem;
}



input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    padding-right: 2rem;
    margin-bottom: 1rem!important;
    font-family: 'VwTextRegular', sans-serif;
    color: #242221;
}

select::-ms-expand {
    display: none;
}

select option {
    font-family: 'VwTextRegular', sans-serif;
    color: #242221;
}

textarea {
    margin-bottom: 1rem!important;
    font-family: 'VwTextRegular', sans-serif;
}

textarea::placeholder {
    font-family: 'VwTextRegular', sans-serif;
}

input[type="submit"] {
    background-color: rgb(0, 30, 80);
    color: white;
    padding: 0.8rem 3.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: none;
    border-radius: 99px;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
input[type="submit"]:hover {
    background-color: #0040C5;
}
.name-row {
    display: flex;
    justify-content: space-between;
}
.name-row > div {
    width: 46%;
}
.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
}
.checkbox-container label {
    font-weight: normal;
    color: #242221;
    display: flex;
    align-items: center;
    margin: 0;
}
.form-row {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;

}
.form-row > div {
    width: 48%;
}

.google-recaptcha, .google-recaptcha p {
    margin-top: 22px;
    font-size: 10px;
    color: #999;
}

.google-recaptcha a {
    color: #001e50;
    text-decoration: none;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.errorlist {
    color: red!important;
    font-size: 0.88rem;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

footer {
    margin-top: 2rem;
    color: #000e26;
    font-size: 0.88rem;
    background-color: #FFFFFF;
}
footer hr {
    border: 0;
    border-top: 1px solid #ccc;
    /* margin: 1rem 0; */
}
footer a {
    color: #242221;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 4px;
}

th {
    background-color: #f8f9fa;
    color: #242221;
    font-family: 'VwHeadBold', sans-serif;
    font-weight: normal;
    padding: 1rem 1rem 1rem 2rem;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
}

td {
    padding: 1rem 1rem 1rem 2rem;
    border-bottom: 1px solid #dee2e6;
    color: #242221;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

.button {
    background-color: #242221;
    color: white;
    padding: 0.8rem 3.5rem;
    margin-top: 1rem;
    text-decoration: none;
    border-radius: 99px;
    border: none;
    cursor: pointer;
    font-family: 'VwHeadBold', sans-serif;
    transition: background-color 0.3s ease;
    font-size: 0.8rem;
    display: inline-block;
}
.button:hover {
    background-color: #6a6a6a;
}

.google-section {
    margin-top: auto;
    padding-top: 2rem;
}

.google-section p {
    font-size: 10px;
    text-align: center;
}

.google-section a {
    color: #001e50;
}

.google-section a:hover {
    color: #001e50;
}

/* Ensure the footer stays at the bottom */
html, body {
    height: 100%;
    margin: 0 auto;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 2rem;
}

.content-column {
    flex: 1 0 auto;
}

footer.footer-content {
    flex-shrink: 0;
    width: 100vw;
    background-color: #f8f9fa;
    padding: 1rem 0;
    margin-top: auto;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.footer-section {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0.5rem;
    display: block;
    padding: 0 2rem;
}

.footer-section p {
    margin: 0;
    font-size: 12px;
}

.footer-section a {
    color: #001e50;
    text-decoration: underline;
}
