@media (max-width: 768px) {
    .navbar .position-absolute {
        position: static !important;
        transform: none !important;
        text-align: center;
        margin-top: 10px;
    }
}

#footer {
    width: 100%;
    background-color: #f8f9fa;
    padding: 40px 0;
    margin: 0px 20px;
    font-family: Arial, sans-serif;
    position: relative;
    min-width: 600px;
    max-width: 900px;
    border-radius: 14px;
}

.footer-content {
    text-align: center;
}

.footer-logo img {
    height: 75px;
    margin: 0 10px;
}

.footer-text {
    font-size: 14px;
    color: #6c757d;
    margin-left: 5px;
}

.social-icons img {
    max-height: 35px;
    margin: 0 5px;
    transition: transform 0.3s ease-in-out;
}

.social-icons img:hover {
    transform: scale(1.1);
}

.footer-widget {
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
}

.footer-title {
    font-size: 16px;
    font-weight: bold;
    color: #09254f;
    margin-bottom: 15px;
    padding-left: 10px;
}

.footer-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-icon {
    width: 35px;
    color: #28a745; /* Green success color */
    text-align: center;
    font-size: 16px;
}

.footer-text {
    width: 100%;
}