/*==================================================
    BlueSMS Uganda
    Footer Styles
==================================================*/

/*==========================================
Footer CTA
==========================================*/

.footer-cta{

    position: relative;

    background: linear-gradient(135deg,#0057D9 0%,#00B8F5 100%);

    color:#fff;

    padding:80px 0;

    overflow:hidden;

}

.footer-cta::before{

    content:"";

    position:absolute;

    top:-150px;

    right:-120px;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.footer-cta::after{

    content:"";

    position:absolute;

    bottom:-120px;

    left:-80px;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

}

.footer-cta .container{

    position:relative;

    z-index:2;

}

.footer-cta h2{

    font-family:'Poppins',sans-serif;

    font-size:42px;

    font-weight:700;

    color:#fff;

    margin-bottom:20px;

}

.footer-cta p{

    font-size:18px;

    color:rgba(255,255,255,.90);

    max-width:700px;

    margin:0 auto 35px;

    line-height:1.8;

}

/*==========================================
Main Footer
==========================================*/

.main-footer{

    background:#071C35;

    color:#B8C5D6;

    padding:80px 0 30px;

}

/*==========================================
Logo
==========================================*/

.footer-logo{

    height:55px;

    margin-bottom:25px;

}

.main-footer p{

    line-height:1.9;

    margin-bottom:30px;

}

/*==========================================
Footer Headings
==========================================*/

.main-footer h5{

    color:#ffffff;

    font-size:18px;

    font-weight:600;

    margin-bottom:25px;

}

/*==========================================
Footer Lists
==========================================*/

.main-footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.main-footer ul li{

    margin-bottom:14px;

}

.main-footer ul li a{

    color:#B8C5D6;

    text-decoration:none;

    transition:.3s;

}

.main-footer ul li a:hover{

    color:#ffffff;

    padding-left:5px;

}

/*==========================================
Social Icons
==========================================*/

.footer-social{

    display:flex;

    gap:12px;

}

.footer-social a{

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    color:#fff;

    transition:.35s;

}

.footer-social a:hover{

    background:#0057D9;

    transform:translateY(-4px);

}

/*==========================================
Footer Divider
==========================================*/

.main-footer hr{

    border-color:rgba(255,255,255,.08);

    margin:45px 0 30px;

}

/*==========================================
Bottom Footer
==========================================*/

.main-footer .copyright{

    font-size:15px;

    color:#A9B8C7;

}

.main-footer .footer-links{

    text-align:right;

}

.main-footer .footer-links a{

    color:#B8C5D6;

    text-decoration:none;

    margin-left:18px;

    transition:.3s;

}

.main-footer .footer-links a:hover{

    color:#ffffff;

}

/*==========================================
Buttons
==========================================*/

.footer-cta .btn{

    padding:14px 34px;

    border-radius:12px;

    font-weight:600;

}

.footer-cta .btn-light{

    color:#0057D9;

}

.footer-cta .btn-light:hover{

    background:#ffffff;

    color:#0045AD;

}

.footer-cta .btn-primary-custom{

    background:#071C35;

    border:none;

    color:#fff;

}

.footer-cta .btn-primary-custom:hover{

    background:#05203F;

}

/*==========================================
Responsive
==========================================*/

@media (max-width:991px){

.main-footer{

text-align:center;

}

.footer-social{

justify-content:center;

margin-bottom:40px;

}

.main-footer h5{

margin-top:35px;

}

.main-footer .footer-links{

text-align:center;

margin-top:20px;

}

}

@media (max-width:767px){

.footer-cta{

padding:60px 20px;

}

.footer-cta h2{

font-size:30px;

}

.footer-cta p{

font-size:16px;

}

.footer-cta .btn{

width:100%;

margin-bottom:15px;

}

.footer-cta .btn:last-child{

margin-bottom:0;

}

.main-footer{

padding-top:60px;

}

}

.main-footer{

    position: relative;

    background:
        url("../images/world-map.svg") center center no-repeat,
        #071C35;

    background-size: 900px;

    overflow: hidden;
}