/* FOOTER — AIESL MTO  */

.aieslFooter{
    position: relative;
    background: #1A4294;
    padding: 45px 0 15px;
    overflow: hidden;
}
.footerflight{
    position: absolute;
    width: 400px;
    bottom: 0;
    right: 0;
}

.aieslFooter a { color: #c7d0e8; text-decoration: none; }
.aieslFooter a:hover {
    color: #f7ebe6;
}
.footerLeft p { font-size: 13px; color: #b7c1de; margin-top: 14px; line-height: 1.6; }
.footerLeft {
    display: flex;
    flex-direction: column;
    align-items: center;  /* centers logo + social icons */
}

.footerLeft img {
        height: 65px;
        width:75px;
    margin-left: auto;
    margin-right: auto;
    /*justify-content: start;*/
    /*align-items: center;*/
    /*text-align: center;*/
    /*display: flex;*/

}
.footerSocial{
    display: flex;
    align-items: center;
    gap: 10px;
   justify-content: center;
}

.footerSocial a{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.25);
    /*background:#fff;*/
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;
    font-size: 13px;

    transition: 0.3s ease;
}

.footerSocial a:hover{
    background: #fff;
    color: #004b97;
}


.footerLinks h4 {
    color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 16px;
    position: relative; padding-bottom: 8px;
}
/*.footerLinks h4::after {*/
/*    content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 2px;*/
/*    background: var(--primary-color, #AC4545);*/
/*}*/
.footerLinks ul { list-style: none; margin: 0; padding: 0; }
.footerLinks ul li { margin-bottom: 10px; font-size: 13px; }

.footerContact p { font-size: 13px; color: #b7c1de; line-height: 1.6; }
.footerInfo { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; font-size: 13px; }
/*.footerInfo i { color: var(--primary-color, #AC4545); margin-right: 8px; width: 14px; }*/

.aieslFooter .text-center p { color: #9aa6c6; border-top: 1px solid rgba(255,255,255,.08); padding-top: 18px; }
/* =========================
        FOOTER BOTTOM
========================= */

.footerBottom {
    margin-top: 25px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);

    display: flex;
    align-items: center;
    justify-content: space-between;  
    flex-wrap: wrap;
    gap: 8px;
}

.visitorCounter {
    color: #fff;
    font-size: 12px;
    text-align: center;
    flex: 1;                          
}

#backToTop {
    position: fixed; right: 24px; bottom: 24px; z-index: 500;
    width: 60px; height: 60px; border-radius: 50%; border: none;
    background: linear-gradient(135deg, #531d20, #8f1218); color: #fff; font-size: 24px;
    cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,.25);
    display: none; align-items: center; justify-content: center;
}
#backToTop.show { display: flex; }
/*footer blade css starts*/

    .icon-social{
           border-radius: 50%;
    height: 25px;
    width: 25px;
    justify-content: center;
    ALIGN-ITEMS: center;
    DISPLAY: flex;
    background:#fff;
    }
 
   .fa-instagram{
        background: #fff;
         color: #E1306C;
        }
    .fa-x-twitter{
        color: #000;
        }
     .fa-linkedin {
      color: #0A66C2;}
        .fa-facebook-f {
            color: #1877F2;
        }
        .footer-logo{
                font-size: 14px;
    background: #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
        }
/*footer blade css ends*/
@media (max-width: 991px) {
    .aieslFooter { text-align: center; }
    .footerSocial { justify-content: center; }
    .footerLinks h4::after { left: 50%; transform: translateX(-50%); }
}