.body{
    font-family: "Plus Jakarta Sans",sans-serif !important;
    display: flex;
    flex-direction: column;
    min-height: 10vh;
}
.container{
    flex: 1;
}

.navbar{
    height: 5rem;
    background-color: white;
}

.fa-compass{
    color:#fe424d;
    font-size: 2rem;
}
.nav-link{
    color: #222222 !important;
}

.f-info-links a:hover{
    text-decoration: underline;
}
.f-info-links , .f-info-socials ,.f-info-brand{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.f-info-socials{
    font-size: 1.2rem;
    margin-right: 2rem;
}
.f-info-socials i{
    margin-right:1rem ;
}
.f-info{
    text-align: center;
    display: flex;
    height: 5rem;
    background-color: #ebebeb;
    flex-wrap:wrap ;
    justify-content: center;
    align-items: space-evenly;
}
.listing-card{
    border: none !important;
    margin-bottom: 2rem;


}

.add-btn , .edit-btn{
    background-color: #fe424d !important;
    border: none !important;
}
.card-img-top{
    border-radius:1rem !important;
    width:100% !important;
    object-fit:cover !important;
}


.card-body{
    padding: 0 !important;
}

.card-text p{
    font-weight:400;
}

.listing-link{
    text-decoration:none !important;
}

.card-img-overlay{
    opacity:0;
}
.card-img-overlay:hover{
    opacity: 0.2;
    background-color:white;
}
.btns{
    display:flex;
}
.show-card{
    padding-left: 0;
    padding-right: 0;
}



.service-area-box{
    max-width:1200px;
    margin:50px auto;
    padding:20px;
    font-family:Arial, sans-serif;
}
.service-area-box h2{
    text-align:center;
    margin-bottom:20px;
}
#serviceMap{
    height:450px;
    border-radius:15px;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}
.city-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:12px;
}
.city-list a{
    background:#f5f5f5;
    padding:12px;
    border-radius:8px;
    text-decoration:none;
    color:#242021;
    font-weight:600;
    text-align:center;
    border:2px solid #ff6600;
}
.city-list a:hover{
    background:#ff6600;
    color:#fff;

}
