.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-section {
    background-color: #fff;
    color: #000;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-links {
    width: 99%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    gap: 10vw;
}

.footer-links li {
    /* margin-right: 12px; */
}

.footer-links a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.footer-links a:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 255, 0.411);
}

.ct-buttons {
    width: 99%;
    display: flex;
    text-align: center;
    margin-top: 20px;
    justify-content: center;
}

.ct-buttons a {
    text-decoration: none;
    color: white;
}

.ct-buttons img {
    float: left;
    height: 30px;
    padding-right: 13px;
    padding-top: 0px;
}

.green-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 37px;
    width: 150px;
    background-color: #4CAF50; /* Green button color */
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 12px;
}

.green-button:hover {
    background-color: #45a049;
}

.copyright,
.credits {
    /* width: 90%; */
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}

.credits a {
    color: #3498db;
    text-decoration: none;
}

.credits a:hover {
    text-decoration: underline;
}
