[wire\:name="frontend.footer"] {
.gradient-bg {
        background: linear-gradient(to bottom, rgba(14, 8, 223, 0.84), rgba(2, 38, 123, 0.85))  !important;
    }
    .blue-bg{
        background: rgba(2, 38, 123, 0.85) !important;
    }

    .footer-section .footer-top {
        background:
            radial-gradient(circle at top left, rgba(96, 165, 250, 0.18), transparent 24%),
            linear-gradient(180deg, #24479c 0%, #1f3f91 34%, #173577 100%) !important;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .footer-section .footer-top-wrap {
        row-gap: 1.5rem;
    }

    .footer-section .footer-nav-wrap img {
        margin-bottom: 1.2rem;
    }

    .footer-section .footer-nav-wrap h4 {
        font-size: 0.9rem;
        letter-spacing: 0.08em;
        margin-bottom: 1.1rem;
        opacity: 0.92;
    }

    .footer-section .footer-nav-wrap .nav-link {
        color: rgba(255, 255, 255, 0.76);
        padding: 0.35rem 0;
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .footer-section .footer-nav-wrap .nav-link:hover {
        color: #ffffff;
        transform: translateX(3px);
    }

    .footer-section .security-icon-list {
        display: flex;
        gap: 0.55rem;
        margin-top: 0.35rem;
        margin-left: 0 !important;
    }

    .footer-section .security-icon-list .list-inline-item {
        margin-right: 0;
    }

    .footer-section .security-icon-list i {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.16);
        transition: transform 0.2s ease, background 0.2s ease;
    }

    .footer-section .security-icon-list i:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.2);
    }

    .footer-section .security-icon-list a {
        display: inline-flex;
    }

    .footer-section .footer-bottom {
        background: #f8fafc !important;
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }

    .footer-section .copyright-text {
        color: #475569;
        font-size: 0.95rem;
    }

    .footer-section .copyright-text-mobile {
        display: none;
    }

    .footer-section .payment-method img {
        max-width: 310px;
        opacity: 0.95;
    }

    @media (max-width: 991.98px) {
        .footer-section .footer-top {
            padding-top: 3rem;
            padding-bottom: 2.5rem;
        }

        .footer-section .payment-method {
            text-align: left !important;
            margin-top: 1rem;
        }
    }

    @media (max-width: 575.98px) {
        .footer-section .copyright-text {
            display: none;
        }

        .footer-section .copyright-text-mobile {
            display: block;
            line-height: 1.7;
            font-size: 0.95rem;
            color: #475569;
        }
    }
}