/* ==========================
   Footer Main Section
========================== */

.footer-logo{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.footer-logo-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-main{

    background:#3b0d0d;

    color:#fff;

    padding:60px 0;

}





.footer-main h4{

    color:#FFD54F;

    margin-bottom:20px;

    font-size:20px;

}


.footer-main p{

    color:#ddd;

    line-height:1.8;

}



/* ==========================
   Footer Links
========================== */


.footer-links{

    list-style:none;

    padding:0;

}


.footer-links li{

    margin-bottom:12px;

}


.footer-links a{

    color:#ddd;

    text-decoration:none;

    transition:.3s;

}


.footer-links a:hover{

    color:#FFD54F;

    padding-left:5px;

}



/* ==========================
   Map Section
========================== */


.footer-map{

    width:100%;

    height:350px;

}


.footer-map iframe{

    width:100%;

    height:100%;

    border:0;

}



/* ==========================
   Footer Bottom
========================== */


.footer-bottom{

    background:#250606;

    color:#ccc;

    text-align:center;

    padding:20px 0;

}


.footer-bottom p{

    margin:0;

    font-size:14px;

