.footer-wrapper{
    height: auto;
    background-color: #011C39;
    padding-top: 30px;
    padding-bottom: 30px;

}
.footer-container{
    max-width: 1600px;
    margin:0 auto;
}

.footer-links-col{
    text-align: center;
}
.footer-links-col a{
    display: block;
    color: white;
    font-size: 13px;
    margin-top: 10px;
}
.footer-contact-col{
    text-align: center;
}

.footer-col{
    text-align: left;
}

.footer-col{
    text-align: left;
}

.footer-social a{
    color:white;
    margin:10px;
    display: inline-block;
}

/* footer content*/
.footer-content {
    font-family: 'Poppins', "Roboto";
}

.footer-content h2{
    color:#ffffff;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.footer-content h2.slogan {
    font-style: italic;
    line-height: 1.6;
}

.footer-content .img-fluid{
    margin-bottom: 1.5rem;
    display: inline-block;
}

.footer-content p{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    padding-top: 5px;
}

.footer-content ul {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 0;
    list-style-position: inside;
}


/* Footer Menu Links */
.footer-menu ul {
    padding: 0;
    margin-bottom: 1rem;
}

.footer-menu li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.footer-menu a.nav-corporate {
    color: #ffffff;
    text-decoration: none;
    display: inline-block; /* Fixes full-row clickable issue */
    transition: color 0.3s ease;
}

.footer-menu a.nav-corporate:hover {
    color: #00aaff;
    text-decoration: underline;
}

/* Social Icons */
.footer-social a {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #00aaff;
}

.footer-social i {
    vertical-align: middle;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .footer-wrapper {
        text-align: center;
    }

    .footer-menu {
        margin-top: 2rem;
    }

    .footer-social {
        justify-content: center;
    }
}
