@media (max-width: 890px){
    .footer-link{
        gap:10px !important;
    }
}

@media (max-width: 576px) {
    .footer-quick-sec{
        justify-content:start !important;
    }
    .footer-link
    {
      display: flex !important;
      flex-direction: column !important;
      gap: 8px !important;
    }

    .footer-link a {
        display: block;
        width: 100%;
    }

    .footer-link.d-flex.gap-4 {
        gap: 8px !important;
    }

}
.ul-footer {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #041C33 0%, #213C84 100%);
    color: #fff;
    padding: 40px 0 20px;
}

.ul-2-footer-vectors .vector-1 {
    height: 100%;
    bottom: 0;
    right: 0;
}

.ul-2-footer-vectors > * {
    position: absolute;
    z-index: -1;
}
    .ul-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: 4%;
        background: url(/assets/image/footer-2.jpg) no-repeat center center / cover;
        
    }

.footer_logo {
    max-width: 200px;
    /*height: auto;
    */
    margin-bottom: 5px;
}

.ul-footer-about-txt {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.ul-footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .ul-footer-socials a:hover {
        background: #1171EF;
    }

.ul-footer-widget-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
}

    .ul-footer-widget-title::before,
    .ul-footer-widget-title::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--ul-blue);
        height: 2px;
    }

    .ul-footer-widget-title::before {
        width: 60px;
    }

    .ul-footer-widget-title::after {
        left: 64px;
        width: 10px;
    }

.quick-link {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0;
    transition: color 0.3s;
    white-space: nowrap;
}

    .quick-link:hover {
        color: var(--ul-blue);
    }

.sub-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    transition: color 0.3s;
    padding: 2px 0;
    white-space: nowrap;
}

    .sub-link:hover {
        color: #1171EF;
    }

.ul-footer-bottom {
    padding: 20px 0;
    border-top: 1px dashed #888A8D;
}

    .ul-footer-bottom a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: color 0.3s;
        font-size: clamp(13px, 0.80vw, 16px);
    }

        .ul-footer-bottom a:hover {
            color: #1171EF;
        }

.copyright-txt span.colored {
    color: #1171EF;
}

.copyright-txt {
    margin-bottom: 0;
    font-size: clamp(13px, 0.84vw, 16px);
    color: rgb(255, 255, 255);
}


.footer-logo-container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start; /* Left align logo and tagline */
    text-decoration: none;
    margin-bottom: 20px;
}

.footer_logo {
    display: block;
}

.footer-logo-tagline {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2px;
    margin-left: 2px; /* optional fine tuning */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.2;
}