/* Footer custom styles for Bootstrap layout */

#footer-card {
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
    border-radius: 48px !important;
    overflow: hidden;
    margin: 0 auto;
    padding: 24px !important;
}

#footer-left {
    background: #fff;
    min-height: 350px;
}

.footer-logo-img {
    height: 70px;
    margin-bottom: 20px;
}

.copyright {
    font-size: 13px;
    opacity: 0.8;
    margin-top: 20px;
    margin-bottom: 0;
}

#footer-right {
    background: #F22E2E !important;
    min-height: 350px;
    align-items: center;
    border-radius: 21px;
}

#footer-right h5 {
    margin-bottom: 18px;
    font-size: 1.15rem;
}

#footer-right ul {
    padding-left: 0;
}

#footer-right li {
    margin-bottom: 8px;
    font-size: 0.98rem;
}

#footer-right a {
    transition: text-decoration 0.2s, color 0.2s;
}

#footer-right a:hover {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 991.98px) {
 
    #footer-left, #footer-right {
        min-height: unset;
        padding: 32px 0 !important;
    }
    #footer-right {
        border-radius: 0 0 20px 20px;
    }
}
