.mainend {
    background-color: #183630;
    color: #ffffff;
    margin-top: auto !important;
}

.footer-title {
    font-weight: bold;
    font-size: 1.8em;
}

.footer-info {
    width: 100%;
    height: 100%;
}

.footer-image {
    background-image: url("../media/images/headerfieldD.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 100px;
}

.footer-contact {
    background-color: rgb(35, 62, 61);
    padding: 10px;
    text-align: center;
    color: #ffffff;
    word-spacing: 30px;
}

.footer-contact p {
    margin: 0;
    font-weight: 500;
    font-size: 1.1em;
}

.footer-buttons {
    width: 100%;
}

.footer-btn {
    background-color: #4b8582;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1 1 40%;
    transition: 0.3s;
}

.footer-btn:hover {
    background-color: white;
    color: #396462;
}

.footer-space{
    padding: 10px;
}

.footer-nav-container {
    width: 100%;
    padding: 8px 10px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-nav-link {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    text-align: center;
    flex: 1 1 0;
    width: 0;
    transition: 0.3s;
}

.footer-nav-link:hover {
    background-color: #a9e4cb;
}

@media (max-width: 800px) {
    .footer-nav-link {
      flex: 1 1 40%;
    }
}

footer hr{
    border: none;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 40px auto 20px auto;
}
footer p{
    text-align: center;
    color:rgb(189, 206, 204);
    font-size: 1em;
    margin-top: 10px;
}
