.api_footer_new {
    background-color: #053763 !important; 
}
.api_footer_new .footer-bottom {
    background-color: #053763 !important; 
}
.subheading {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
.subheading:hover {
    color: #fff;
    text-decoration: underline;
}
.api-card-component .padding-extra {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
}
.new-blue-bg p.api-sub-heading {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 1em 2em 2em !important;
    color: #fff !important;
    text-align: center;
}
.footer-logo-image {
    width: 128px;
    height: 50px;
    margin-left: 9px;
    margin-top: 1.85rem;
    margin-bottom: 0rem;
    object-fit: cover;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem; 
    line-height: inherit;
    white-space: nowrap;
}
.linkedin {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
.linkedin:hover {
    color: #fff;
    font-weight: 300;
    text-decoration: none !important;
}
hr {
    border: 0.5px solid #E8F2F929 !important;
}
input#newsletter-email::placeholder {
    color: white;
    opacity: 1; 
}
.footer-article {
    text-decoration: none !important; 
    display: inline-block;
}
#articles .subheading.footer-article {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
}

/* Keep arrow + text aligned nicely */
#articles li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

#articles li img {
    width: 9px;
    height: 9px;
    margin-top: 6px;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .custom-footer {
        padding: 3rem !important; 
        text-align: start !important;
    }
    .col-12.col-md-4 {
        padding-bottom: 1.25rem !important;
    }
    .new-blue-bg h3.api-h3-headings {
        font-size: 25px;
    }
    .footer-logo-image {
        width: 100px !important;
        height: 45px !important;
        margin: 15px 0px !important;
    }
    .text-start {
       padding-left: 0rem !important;
       padding-right: 0rem !important;
    }
    .text-start ul {
        margin-left: 0 !important;
    }
    .newsletter {
        max-width: 100%;
    }
    input#newsletter-email {
        min-width: 65% !important;
    }
    #newsletter-email {
        border-bottom: 1px solid white;
    }
    #newsletter-submit {
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 8px !important; 
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .footer-logo-image {
        width: 20vw !important;
        height: auto !important;
        margin-left: -10px !important;
        margin-top: 2rem !important;
        margin-bottom: 1rem !important;
    }
    .text-start {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .text-start ul {
        margin-left: 0 !important;
    }
    .text-start ul li{
        width: 14rem !important;
    }
    #newsletter-submit {
        font-size: 12px;
        padding: 8px;
    }
}