html,
body {
    width: 100%;
    overflow-x: hidden;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Roboto, 'Segoe UI', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    min-height: 100vh;
    min-width: fit-content;
    display: flex;
    flex-direction: column;
}

nav {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .nav-logo {
    color: #2975b9;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: bold;
} */

.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
}

.nav-logo img {
    height: 32px;
    width: auto;
}

.nav-logo span {
    color: #2975b9;
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    /* display: flex; */
    flex-direction: column;
    gap: 2rem;
}

.nav-links a {
    color: #363636;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
    padding: 4px;
}

.nav-links a:hover {
    color: #2975b9;
}

.nice-links {
    font-size: 0.8rem;
    color: #363636;
    text-decoration: none;
    transition: color 0.2s;
    padding: 2px;
}

.nice-links:hover {
    color: #399bf1;
}

.social-links {
    font-size: 0.9rem;
    color: #4267B2;
    text-decoration: none;
    transition: color 0.2s;
    padding: 2px;
}

.social-links:hover {
    color: #2975b9;
}

main {
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    /* width: 100%; */
    /* padding: 2rem 1rem; 
    box-sizing: border-box; */
}

.header {
    text-align: center;
    margin-bottom: 3rem;
}

.centered-section {
    max-width: fit-content;
    margin-inline: auto;
    text-align: center;
}

.logo {
    font-size: 2.5rem;
    color: #2975b9;
    margin-bottom: 2rem;
    text-align: center;
}

.minor-headline {
    font-size: 2rem;
    color: #2975b9;
    margin-bottom: 2rem;
    text-align: center;
}

.description {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.features {
    gap: 2rem;
    margin: 4rem 0;
    display: flex;
    justify-content: space-between;
}

.feature {
    flex: 1;
    text-align: center;
}

.feature-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    border: 1px solid #e0e0e0;
}

.feature h2 {
    color: #2975b9;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.feature p {
    color: #363636;
    font-size: 1rem;
}

.store-note {
    color: #363636;
    margin-top: 1rem;
    font-size: 1.1rem;
    text-align: center;
}

.store-note a {
    color: #2975b9;
    text-decoration: none;
}

.store-note a:hover {
    text-decoration: underline;
}

footer {
    background-color: #f5f5f5;
    padding: 2rem 0;
    margin-top: 4rem;
    width: 100vw;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    color: #363636;
}

.footer-content p {
    margin: 0.5rem 0;
}

.button-container {
    display: flex;
    gap: 1rem;
    /* Space between buttons */
    justify-content: center;
    margin-top: 2rem;
}

.button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2975b9;
    /* Primary button color */
    border: 2px solid #2975b9;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.button:hover {
    background-color: #1e5a8a;
    /* Darker shade on hover */
    border-color: #1e5a8a;
}

.button:active {
    background-color: #154266;
    /* Even darker shade on click */
    border-color: #154266;
}

/* Optional: Add a secondary style for the "Go Back" button */
#goback {
    background-color: #6c757d;
    /* Secondary button color */
    border-color: #6c757d;
}

#goback:hover {
    background-color: #5a6268;
    /* Darker shade on hover */
    border-color: #5a6268;
}

#goback:active {
    background-color: #484e53;
    /* Even darker shade on click */
    border-color: #484e53;
}


.center-img {
    max-width: fit-content;
    margin-inline: auto;
}

.donate {
    border: 0px;
    height: 36px;
}

.logo-img {
    width: 100px;
    height: 100px;
}

.contact {
    margin-top: 20px;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.form-container {
    width: 100%;
    height: fit-content;
    max-width: 100%;
    min-height: 1600px;
    /* Adjust height as needed */
    display: flex;
    justify-content: center;
}

.form-container iframe {
    width: 100%;
    max-width: 100%;
    max-height: max-content;
    min-height: 1400px;
    /* Adjust height as needed */
}

.button {
    appearance: button;
    background-color: white;
    color: black;
    backface-visibility: hidden;
    border: 2px solid #008CBA;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5em;    
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    overflow: hidden;
    width: 100%;
}

.button.small {
    padding: 8px 16px; /* Reduced padding */
    font-size: 1em; /* Smaller font size */
}

.button:hover, .button-9:focus {
    background-color: #008CBA;
    color: white;
}

.js-button {
    display: block;
}

noscript+.js-button {
    display: none;
}

@media (max-width: 768px) {
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-img {
        max-width: 90%;
        /* Ensure images scale */
    }

    .store-section img {
        max-width: 80%;
    }

    .nav-container {
        flex-direction: column;
        gap: 1.1rem;
    }

    .nav-links {
        gap: 1.2rem;
        flex-direction: column;
        align-items: center;
    }

    .form-container iframe {
        min-height: 1400px;
        /* Adjust height for mobile */
    }

    .header,
    footer {
        width: 100%;
        box-sizing: border-box;
    }
}