body {
    background-color: white;
    font-family: "Montserrat", sans-serif;
    margin: auto;
    text-align: center;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

header {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 170px;
}

h2,
h3 {
    color: #1a5b3f;
}

h4 {
    color: #62af4c;
}

#p {
    color: black;
    font-size: 18px;
}

a {
    color: white;
}

a:hover {
    color: #005fcc;
}

nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.dropdown {
    color: #1a5b3f;
}

.dropdown-menu {
    position: absolute;
    display: none;
    flex-direction: column;
    background: #1a5b3f;
    color: white;
    border-radius: 10px;
    min-width: 100px;
    min-height: 20px;
    outline: 3px solid black;
    border: 3px black;
}


.dropdown-menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 5px;
    border-bottom: solid 3px black;
}

.dropdown-menu a:hover {
    background: linear-gradient(90deg, #0d9488, #14b8a6);
    color: white;
    border: 1px black;
}

.dropdown:hover .dropdown-menu {
    display: flex;
}

.search {
    display: flex;
    align-items: center;
}

.search form {
    display: flex;
    row-gap: 5px;
    justify-content: center;
}

.search input {
    padding: 10px;
    border: 1px solid black;
    outline: 0;
    border-radius: 5px;
    font-size: 16px;
}

.search input:hover {
    border: 1px solid #62af4c;
}

.search button {
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: lightgray;
    border: none;
    border-radius: 5px;
    color: #1a5b3f;
    font-size: 16px;
    cursor: pointer;
}

.search button:hover {
    background-color: #62af4c;
}

@media (max-width: 600px) {
    .nav {
        display: flex;
        gap: 0;
    }
}

.box img {
    max-width: 80%;
    align-items: center;
    padding: 10px;
}

.img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.box {
    display: flex;
    justify-content: center;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.row-1 {
    background-color: #1a5b3f;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}

.row-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.box-2 {
    display: flex;
    margin: 20px;
    padding: 20px;
    width: 225px;
    height: 225px;
    background-color: #1a5b3f;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    .Inclusive {
        font-size: 40px;
    }

    .Quiet {
        font-size: 40px;
    }

    .Teamwork {
        font-size: 40px;
    }
}

.box-3 {
    display: flex;
    margin: 20px;
    padding: 20px;
    width: 225px;
    height: 225px;
    background-color: #62af4c;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    .Accessible {
        font-size: 40px;
    }

    .Beautiful {
        font-size: 40px;
    }

    .Resilience {
        font-size: 40px;
    }
}

.box-4 {
    display: flex;
    margin: 20px;
    padding: 20px;
    width: 225px;
    height: 225px;
    background-color: #005d6c;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    .Passionate {
        font-size: 40px;
    }

    .Recharge {
        font-size: 40px;
    }

    .Stressmanagement {
        font-size: 40px;
    }
}

.box-5 {
    display: flex;
    margin: 20px;
    padding: 20px;
    width: 225px;
    height: 225px;
    background-color: #25417d;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    .Committed {
        font-size: 40px;
    }

    .Wellbeing {
        font-size: 40px;
    }

    .Focus {
        font-size: 40px;
    }
}

@media (max-width: 1072px) {
    .row-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.form-container {
    text-align: left;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;

    button {
        background-color: #666;
        color: white;
        padding: 15px 30px;
        border: none;
        cursor: pointer;
        float: left;
    }

    button:hover {
        background-color: #555;
    }
}

input,
textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #333;
}

input:invalid:focus,
textarea:invalid:focus {
    border: 2px solid red;
}


.row-TGG img {
    width: 24%
}

.flex-1 {
    flex: 1;
}

.content {
    text-align: center;
    margin: 20px;
}


.button-LP {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    padding: 2px 10px;
    border-radius: 1em;
    border: none;
    outline: none;
    background-color: #1a5b3f;
    cursor: pointer;
    text-decoration: underline white;
}

.button-LP:hover {
    background-color: #62af4c;
}

.button-link {
    a:link {
        color: white;
        background-color: transparent;
        text-decoration: underline;
    }
}

#h3 {
    color: black;
}

.news-box img {
    max-width: 49%;
}

@media (max-width: 1000px) {
    .news-box img {
        max-width: 85%;
    }
}

.container {
    margin: 20px 20px;
    padding: 0px 10px;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    width: 320px;
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 20px;
}

.card img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 16px;
}

.card-content h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.card-content p {
    font-size: 16px;
    line-height: 1.3;
}

.greenlink {
    color: #1a5b3f;
    text-decoration: underline;
}

.greenlink:link {
    text-decoration: underline;
}

.greenlink:hover {
    text-decoration: underline;
}

.main-container {
    display: flex;
    justify-content: center;
}

.container-1 {
    margin: 20px 30px;
    padding: 20px;
    display: block;
    width: 600px;
    height: 400px;
}

.container-2 {
    flex-direction: column;
    margin: 20px 0px;
    padding: 20px 0px 20px 10px;
    clear: right;
}

@media (max-width: 800px) {
    .main-container {
        display: block;
        margin: 0 auto;
    }

    .container-1 {
        width: 400px;
        height: 400px;
        display: block;
        margin: 0 auto;
    }
}

.footer {
    background-color: #1a5b3f;
    color: white;
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-col {
    flex: 1;
    min-width: 250px;
    padding: 0 20px;
    border-right: 1px solid gray;
    box-sizing: border-box;
    text-align: center;
}

.footer-col:last-child {
    border-right: none;
}

.footer a:link {
    color: white;
    text-decoration: underline;
}

.footer-col img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .footer-col {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

:focus {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}

.content {
    overflow-wrap: break-word;
    word-break: break-word;
}

#Confirmation {
    font-size: 30px;
}

.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode p,
.dark-mode .firstLetter,
.dark-mode .firstWord,
.dark-mode #firstStory,
.dark-mode #navigation,
.dark-mode a {
    color: white;
}

.dark-mode .card-content h3,
.dark-mode .card-content p,
.dark-mode .card-content .greenlink,
.dark-mode .card-content a {
    color: black;
}