/* =====================================================
      EPS FOOTER - MODERN ENTERPRISE STYLE
      ===================================================== */

    .eps-footer-wrap {
        position: relative;
        overflow: hidden;

        background:
            radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.20), transparent 28%),
            radial-gradient(circle at 88% 12%, rgba(32, 201, 151, 0.16), transparent 26%),
            linear-gradient(135deg, #071b33 0%, #0b2e5f 48%, #06172d 100%);

        color: #ffffff;
    }

    .eps-footer-wrap::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;

        background-image:
            linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
        background-size: 54px 54px;
        opacity: 0.38;
        mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
    }

    .eps-footer-wrap::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -160px;
        top: -180px;
        border-radius: 50%;

        background:
            radial-gradient(circle, rgba(13, 110, 253, 0.34), transparent 64%);
        filter: blur(4px);
        pointer-events: none;
    }

    .eps-footer-main {
        position: relative;
        z-index: 2;
        padding: 82px 0 0;
    }

    .eps-footer-panel {
        position: relative;
        overflow: hidden;

        padding: 36px;
        border-radius: 32px;

        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.13);
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.20);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .eps-footer-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;

        background:
            radial-gradient(circle at var(--footer-x, 50%) var(--footer-y, 50%), rgba(56, 189, 248, 0.18), transparent 32%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .eps-footer-panel:hover::before {
        opacity: 1;
    }

    .eps-footer-content {
        position: relative;
        z-index: 2;
    }

    .eps-footer-brand {
        max-width: 440px;
    }

    .eps-footer-logo-box {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: 112px;
        height: 72px;
        margin-bottom: 22px;

        border-radius: 22px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);

        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .eps-footer-logo-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 46px rgba(13, 110, 253, 0.28);
    }

    .eps-footer-logo-box img {
        width: 82px;
        height: auto;
        display: block;
    }

    .eps-footer-badge {
        display: inline-flex;
        align-items: center;
        gap: 9px;

        margin-bottom: 14px;
        padding: 8px 13px;

        color: #dff5ff;
        font-size: 12px;
        font-weight: 800;

        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 999px;
    }

    .eps-footer-badge span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #20c997;
        box-shadow: 0 0 0 5px rgba(32, 201, 151, 0.14);
    }

    .eps-footer-title {
        margin: 0 0 14px;

        color: #ffffff;
        font-size: 28px;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .eps-footer-desc {
        margin: 0 0 24px;

        color: rgba(255, 255, 255, 0.76);
        font-size: 14px;
        line-height: 1.85;
    }

    .eps-footer-company {
        display: inline-flex;
        align-items: center;
        gap: 10px;

        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none;

        transition: color 0.25s ease, transform 0.25s ease;
    }

    .eps-footer-company:hover,
    .eps-footer-company:focus {
        color: #7dd3fc;
        text-decoration: none;
        transform: translateX(4px);
    }

    .eps-footer-company::after {
        content: "\2192";
        transition: transform 0.25s ease;
    }

    .eps-footer-company:hover::after {
        transform: translateX(4px);
    }

    .eps-footer-contact-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;

        margin-top: 24px;
    }

    .eps-footer-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;

        padding: 13px 14px;
        border-radius: 16px;

        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.11);

        transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    }

    .eps-footer-contact-item:hover {
        transform: translateY(-3px);
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(56, 189, 248, 0.28);
    }

    .eps-footer-contact-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;

        display: inline-flex;
        align-items: center;
        justify-content: center;

        color: #ffffff;
        font-size: 14px;
        font-weight: 900;

        border-radius: 12px;
        background: linear-gradient(135deg, #0d6efd, #38bdf8);
        box-shadow: 0 10px 20px rgba(13, 110, 253, 0.24);
    }

    .eps-footer-contact-text {
        color: rgba(255, 255, 255, 0.78);
        font-size: 13px;
        line-height: 1.55;
    }

    .eps-footer-contact-text strong {
        display: block;
        margin-bottom: 2px;
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .eps-footer-contact-text a {
        color: rgba(255, 255, 255, 0.80);
        text-decoration: none;
        transition: color 0.25s ease;
    }

    .eps-footer-contact-text a:hover {
        color: #7dd3fc;
        text-decoration: none;
    }

    .eps-footer-widget {
        margin-bottom: 26px;
    }

    .eps-footer-widget-title {
        position: relative;
        margin: 0 0 20px;

        color: #ffffff;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 0;
    }

    .eps-footer-widget-title::after {
        content: "";
        display: block;
        width: 42px;
        height: 3px;
        margin-top: 10px;

        border-radius: 999px;
        background: linear-gradient(90deg, #0d6efd, #38bdf8, #20c997);
    }

    .eps-footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .eps-footer-links li {
        margin-bottom: 11px;
    }

    .eps-footer-links a {
        position: relative;

        display: inline-flex;
        align-items: center;
        gap: 9px;

        color: rgba(255, 255, 255, 0.72);
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;

        transition: color 0.25s ease, transform 0.25s ease;
    }

    .eps-footer-links a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: rgba(56, 189, 248, 0.65);
        box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.08);

        transition: background 0.25s ease, transform 0.25s ease;
    }

    .eps-footer-links a:hover,
    .eps-footer-links a:focus {
        color: #ffffff;
        text-decoration: none;
        transform: translateX(5px);
    }

    .eps-footer-links a:hover::before {
        background: #20c997;
        transform: scale(1.15);
    }

    .eps-footer-cta {
        padding: 24px;
        border-radius: 24px;

        background:
            radial-gradient(circle at 18% 20%, rgba(56, 189, 248, 0.20), transparent 32%),
            rgba(255, 255, 255, 0.09);
        border: 1px solid rgba(255, 255, 255, 0.13);
    }

    .eps-footer-cta h4 {
        margin: 0 0 10px;

        color: #ffffff;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.35;
    }

    .eps-footer-cta p {
        margin: 0 0 18px;

        color: rgba(255, 255, 255, 0.72);
        font-size: 13px;
        line-height: 1.75;
    }

    .eps-footer-cta-btn {
        position: relative;
        overflow: hidden;

        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;

        min-height: 44px;
        padding: 0 18px;

        color: #ffffff;
        background: linear-gradient(135deg, #0d6efd, #0062e6);
        border-radius: 12px;
        box-shadow: 0 14px 28px rgba(13, 110, 253, 0.30);

        font-size: 13px;
        font-weight: 900;
        text-decoration: none;

        transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
    }

    .eps-footer-cta-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;

        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
        transform: skewX(-20deg);
        transition: left 0.58s ease;
    }

    .eps-footer-cta-btn::after {
        content: "\2192";
        position: relative;
        z-index: 2;
        transition: transform 0.25s ease;
    }

    .eps-footer-cta-btn:hover {
        color: #ffffff;
        text-decoration: none;
        background: linear-gradient(135deg, #006be8, #004fbf);
        transform: translateY(-2px);
        box-shadow: 0 20px 38px rgba(13, 110, 253, 0.38);
    }

    .eps-footer-cta-btn:hover::before {
        left: 130%;
    }

    .eps-footer-cta-btn:hover::after {
        transform: translateX(4px);
    }

    .eps-footer-bottom {
        position: relative;
        z-index: 2;

        margin-top: 36px;
        padding: 20px 0;

        border-top: 1px solid rgba(255, 255, 255, 0.10);
        background: rgba(0, 0, 0, 0.12);
    }

    .eps-footer-bottom-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
    }

    .eps-footer-copyright {
        margin: 0;
        color: rgba(255, 255, 255, 0.62);
        font-size: 13px;
        line-height: 1.6;
    }

    .eps-footer-mini-links {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .eps-footer-mini-links a {
        color: rgba(255, 255, 255, 0.62);
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;

        transition: color 0.25s ease;
    }

    .eps-footer-mini-links a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .eps-back-top {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: 38px;
        height: 38px;

        color: #ffffff;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 12px;

        text-decoration: none;
        transition: all 0.25s ease;
    }

    .eps-back-top:hover {
        color: #ffffff;
        background: #0d6efd;
        transform: translateY(-3px);
        text-decoration: none;
    }

    @media (max-width: 991px) {
        .eps-footer-main {
            padding-top: 64px;
        }

        .eps-footer-panel {
            padding: 28px;
            border-radius: 26px;
        }

        .eps-footer-brand {
            max-width: 100%;
            margin-bottom: 34px;
        }

        .eps-footer-cta {
            margin-top: 10px;
        }
    }

    @media (max-width: 767px) {
        .eps-footer-panel {
            padding: 24px 20px;
        }

        .eps-footer-title {
            font-size: 24px;
        }

        .eps-footer-logo-box {
            width: 104px;
            height: 68px;
        }

        .eps-footer-bottom-inner {
            flex-direction: column;
            align-items: flex-start;
        }
    }

