.asia-gep-footer{
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(120deg,#020a1b 0%,#03132f 35%,#041a45 50%,#03132f 65%,#020d25 100%);
    background-size:220% 220%;
    color:#ffffff;
    padding:44px 20px 18px;
    font-family:"Poppins","Segoe UI",sans-serif;
    animation:cp24FooterBgMove 9s ease-in-out infinite;
}

.asia-gep-footer *{
    box-sizing:border-box;
}

.asia-gep-footer::before,
.asia-gep-footer::after{
    display:none!important;
    content:none!important;
}

@keyframes cp24FooterBgMove{
    0%{background-position:0% 50%;}
    50%{background-position:100% 50%;}
    100%{background-position:0% 50%;}
}

.asia-gep-footer-box{
    position:relative;
    overflow:hidden;
    max-width:1180px;
    margin:0 auto;
    padding:26px 28px;
    border:1px solid rgba(76,146,255,0.30);
    border-radius:12px;
    background:
    linear-gradient(145deg,#06204b 0%,#03132d 100%);
    box-shadow:0 18px 40px rgba(0,0,0,0.30),inset 0 1px 0 rgba(255,255,255,0.06);
}

.asia-gep-footer-box::before{
    position:absolute;
    inset:0;
    background:
    linear-gradient(120deg,transparent 0%,rgba(106,168,255,0.06) 35%,rgba(18,103,255,0.16) 50%,rgba(106,168,255,0.06) 65%,transparent 100%);
    transform:translateX(-100%);
    animation:cp24FooterShine 5.5s linear infinite;
    content:"";
    pointer-events:none;
}

@keyframes cp24FooterShine{
    0%{transform:translateX(-100%);}
    100%{transform:translateX(100%);}
}

.asia-gep-footer-container,
.asia-gep-footer-bottom{
    position:relative;
    z-index:2;
}

.asia-gep-footer-container{
    display:grid;
    grid-template-columns:1.25fr 0.85fr 1fr 1fr;
    gap:28px;
    align-items:start;
}

.asia-gep-footer-col{
    padding:0;
    border:none;
    background:transparent;
    box-shadow:none;
}

.asia-gep-footer-logo{
    width:76px;
    height:76px;
    object-fit:contain;
    margin-bottom:14px;
    border-radius:10px;
    background:#ffffff;
    padding:6px;
}

.asia-gep-address-title,
.asia-gep-links-title,
.asia-gep-payment-title,
.asia-gep-social-title{
    position:relative;
    margin:0 0 16px;
    color:#ffffff;
    font-size:18px;
    font-weight:800;
    line-height:1.2;
}

.asia-gep-address-title::after,
.asia-gep-links-title::after,
.asia-gep-payment-title::after,
.asia-gep-social-title::after{
    content:"";
    display:block;
    width:46px;
    height:3px;
    margin-top:7px;
    border-radius:5px;
    background:linear-gradient(90deg,#1267ff,#6aa8ff);
}

.asia-gep-address-text,
.asia-gep-newsletter p{
    margin:0 0 17px;
    color:#c7d5f0;
    font-size:13px;
    font-weight:400;
    line-height:1.75;
}

.asia-gep-footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.asia-gep-footer-links li{
    margin:9px 0;
}

.asia-gep-footer-links li a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#b9c9e4;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    transition:0.25s ease;
}

.asia-gep-footer-links li a::before{
    content:"\f105";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    color:#6aa8ff;
    border-radius:50%;
    background:rgba(18,103,255,0.16);
    font-size:10px;
}

.asia-gep-footer-links li a:hover{
    color:#ffffff;
    transform:translateX(5px);
}

.sitemap-link{
    color:#6aa8ff!important;
    font-weight:800!important;
}

.asia-gep-payment-methods{
    display:grid;
    grid-template-columns:repeat(3,58px);
    gap:10px;
    margin-top:8px;
}

.asia-gep-payment-method{
    display:flex;
    align-items:center;
    justify-content:center;
    width:58px;
    height:42px;
    padding:6px;
    border-radius:7px;
    background:#ffffff;
    border:1px solid rgba(86,137,220,0.25);
    transition:0.25s ease;
}

.asia-gep-payment-method img{
    max-width:46px;
    max-height:26px;
    object-fit:contain;
}

.asia-gep-payment-method:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 18px rgba(18,103,255,0.25);
}

.quick-contact-line{
    display:flex;
    align-items:center;
    gap:9px;
    margin-top:12px;
    color:#c7d5f0;
    font-size:13px;
    font-weight:600;
    line-height:1.5;
}

.quick-contact-line .mail-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:rgba(18,103,255,0.18);
}

.quick-contact-line a{
    color:#6aa8ff;
    text-decoration:none;
}

.quick-contact-line a:hover{
    color:#ffffff;
}

.asia-gep-social-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:0 0 16px;
}

.asia-gep-social-link{
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    color:#6aa8ff!important;
    border:1px solid rgba(86,137,220,0.28);
    border-radius:50%;
    background:rgba(18,103,255,0.15);
    text-decoration:none;
    transition:0.25s ease;
}

.asia-gep-social-link i{
    color:#6aa8ff!important;
    font-size:15px;
}

.asia-gep-social-link:hover{
    background:#1267ff;
    border-color:#1267ff;
    transform:translateY(-3px);
    box-shadow:0 8px 18px rgba(18,103,255,0.35);
}

.asia-gep-social-link:hover i{
    color:#ffffff!important;
}

.trustpilot-footer img{
    display:block;
    height:42px!important;
    width:auto!important;
    margin:0 0 13px!important;
}

.asia-gep-newsletter button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:40px;
    padding:10px 18px;
    color:#ffffff;
    border:1px solid rgba(123,181,255,0.25);
    border-radius:7px;
    background:linear-gradient(135deg,#0e5ef5 0%,#146dff 100%);
    box-shadow:0 8px 17px rgba(0,53,180,0.34);
    font-family:inherit;
    font-size:12px;
    font-weight:800;
    cursor:pointer;
    transition:0.25s ease;
}

.asia-gep-newsletter button:hover{
    background:linear-gradient(135deg,#094ad4 0%,#0e5ce5 100%);
    transform:translateY(-2px);
}

.asia-gep-footer-bottom{
    margin:22px auto 0;
    padding-top:18px;
    border-top:1px solid rgba(71,124,212,0.24);
    color:#9eafd0;
    font-size:13px;
    font-weight:500;
    text-align:center;
}

.wa-float-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    z-index:999999;
    display:flex;
    align-items:center;
    justify-content:center;
    width:62px;
    height:62px;
    padding:0;
    border:2px solid rgba(255,255,255,0.85);
    border-radius:50%;
    outline:none;
    background:#25D366;
    box-shadow:0 12px 25px rgba(0,0,0,0.30);
    cursor:pointer;
    animation:waPulse 1.8s infinite;
    transition:0.25s ease;
}

.wa-float-btn img{
    width:40px;
    height:40px;
    display:block;
    pointer-events:none;
}

.wa-float-btn:hover{
    transform:scale(1.12);
}

@keyframes waPulse{
    0%{box-shadow:0 0 0 0 rgba(37,211,102,0.55),0 12px 25px rgba(0,0,0,0.30);}
    70%{box-shadow:0 0 0 18px rgba(37,211,102,0),0 12px 25px rgba(0,0,0,0.30);}
    100%{box-shadow:0 0 0 0 rgba(37,211,102,0),0 12px 25px rgba(0,0,0,0.30);}
}

@media(min-width:768px) and (max-width:991px){
    .asia-gep-footer-container{
        grid-template-columns:1.2fr 0.8fr 1fr 1fr;
        gap:20px;
    }

    .asia-gep-footer-box{
        padding:24px 22px;
    }

    .asia-gep-footer-logo{
        width:70px;
        height:70px;
    }

    .asia-gep-address-title,
    .asia-gep-links-title,
    .asia-gep-payment-title,
    .asia-gep-social-title{
        font-size:16px;
    }

    .asia-gep-address-text,
    .asia-gep-newsletter p,
    .asia-gep-footer-links li a,
    .quick-contact-line{
        font-size:12px;
    }

    .asia-gep-payment-methods{
        grid-template-columns:repeat(3,52px);
        gap:8px;
    }

    .asia-gep-payment-method{
        width:52px;
        height:38px;
    }

    .asia-gep-payment-method img{
        max-width:42px;
        max-height:23px;
    }
}

@media(max-width:767px){
    .asia-gep-footer{
        padding:34px 15px 18px;
    }

    .asia-gep-footer-box{
        padding:22px 16px;
    }

    .asia-gep-footer-container{
        grid-template-columns:1fr;
        gap:24px;
    }

    .asia-gep-footer-logo{
        width:74px;
        height:74px;
    }

    .asia-gep-address-title,
    .asia-gep-links-title,
    .asia-gep-payment-title,
    .asia-gep-social-title{
        font-size:17px;
    }

    .asia-gep-payment-methods{
        grid-template-columns:repeat(3,56px);
    }

    .wa-float-btn{
        right:18px;
        bottom:18px;
        width:56px;
        height:56px;
    }

    .wa-float-btn img{
        width:36px;
        height:36px;
    }
}