        .ap-footer .footer-logo {
            display: inline-flex;
            align-items: center;
            margin-bottom: 18px;
            text-decoration: none;
        }
        
           .ap-footer .footer-logo img {
             max-width: 140px !important;
            background: rgba(255,255,255,0.95) !important;
            padding: 10px !important;
            border-radius: 10px !important;
        }
        .ap-footer .footer-brand {
            max-width: 320px;
        }
        
        .ap-footer .footer-logo {
            margin-bottom: 25px;
        }



    .ap-footer {
        background: #0c5f9e;
        color: #eaf4ff;
        position: relative;
        overflow: hidden;
        margin-top: 0;
    }

    .ap-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at top right, rgba(255,255,255,0.10), transparent 24%),
            radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 20%);
        pointer-events: none;
    }

    .ap-footer .footer-shell {
        position: relative;
        z-index: 1;
        max-width: 1320px;
        margin: 0 auto;
        padding: 70px 20px 0;
    }

    .ap-footer .footer-grid {
        display: grid;
        grid-template-columns: 1.3fr 1fr 1fr 1fr 1.2fr;
        gap: 38px;
        padding-bottom: 42px;
        border-bottom: 1px solid rgba(255,255,255,0.16);
    }

    .ap-footer .footer-brand h3 {
        margin: 0 0 14px;
        font-size: 28px;
        line-height: 1.2;
        font-weight: 800;
        color: #ffffff;
    }

    .ap-footer .footer-brand p {
        margin: 0;
        color: rgba(234, 244, 255, 0.86);
        font-size: 15px;
        line-height: 1.9;
        max-width: 320px;
    }

    .ap-footer .footer-title {
        margin: 0 0 18px;
        font-size: 19px;
        font-weight: 700;
        color: #ffffff;
        position: relative;
    }

    .ap-footer .footer-title::after {
        content: "";
        display: block;
        width: 44px;
        height: 3px;
        border-radius: 999px;
        margin-top: 10px;
        background: rgba(255,255,255,0.55);
    }

    .ap-footer .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ap-footer .footer-links li + li {
        margin-top: 12px;
    }

    .ap-footer .footer-links a {
        color: rgba(234, 244, 255, 0.88);
        text-decoration: none;
        font-size: 15px;
        line-height: 1.7;
        transition: all .25s ease;
    }

    .ap-footer .footer-links a:hover {
        color: #ffffff;
        padding-left: 6px;
    }

    .ap-footer .footer-contact-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
    }

    .ap-footer .footer-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .ap-footer .footer-contact-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.14);
        color: #ffffff;
        font-size: 19px;
    }

    .ap-footer .footer-contact-text,
    .ap-footer .footer-contact-text a {
        color: rgba(234, 244, 255, 0.9);
        text-decoration: none;
        font-size: 15px;
        line-height: 1.75;
        transition: color .25s ease;
        word-break: break-word;
    }

    .ap-footer .footer-contact-text a:hover {
        color: #ffffff;
    }

    .ap-footer .footer-social-title {
        margin: 0 0 14px;
        font-size: 17px;
        font-weight: 700;
        color: #ffffff;
    }

    .ap-footer .footer-social {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .ap-footer .footer-social a {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.14);
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        transition: all .25s ease;
        border: 1px solid rgba(255,255,255,0.10);
    }

    .ap-footer .footer-social a:hover {
        background: #ffffff;
        color: #0c5f9e;
        transform: translateY(-3px);
    }

    .ap-footer .footer-bottom {
        position: relative;
        z-index: 1;
        max-width: 1320px;
        margin: 0 auto;
        padding: 18px 20px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ap-footer .footer-bottom p {
        margin: 0;
        color: rgba(234, 244, 255, 0.82);
        font-size: 14px;
        line-height: 1.7;
    }

    @media (max-width: 1199.98px) {
        .ap-footer .footer-grid {
            grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
        }

        .ap-footer .footer-brand {
            grid-column: 1 / -1;
        }
    }

    @media (max-width: 991.98px) {
        .ap-footer .footer-shell {
            padding: 56px 18px 0;
        }

        .ap-footer .footer-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 30px 24px;
            padding-bottom: 34px;
        }
    }

    @media (max-width: 575.98px) {
        .ap-footer .footer-shell {
            padding: 48px 16px 0;
        }

        .ap-footer .footer-grid {
            grid-template-columns: 1fr;
            gap: 28px;
        }

        .ap-footer .footer-brand h3 {
            font-size: 24px;
        }

        .ap-footer .footer-title {
            font-size: 18px;
        }

        .ap-footer .footer-bottom {
            padding: 16px 16px 20px;
        }

        .ap-footer .footer-bottom p {
            font-size: 13.5px;
        }
    }