.navbar-nav {
    flex-direction: row;
}

.nav-item {
    margin-left: 11px;
    margin-right: 15px;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banner {
    position: relative;
    background-image: url(./img/bg1.png);
    background-size: cover;
    background-position: center;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f75a00;
    z-index: 1;
}

.search-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bar .form-control {
    border-radius: 0;
    margin-right: 10px;
}

.search-bar-box {
    padding: 17px;
    background: white;
    width: 703px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 26px;
}

.search-bar .btn {
    border-radius: 0;
}

.profile-cards .card {
    position: relative;
    padding: 10px;
    margin: 16px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    border: 2px solid #f75a00;
}
.premium-icon {
    position: absolute;
    top: 3px;
    right: 51px;
    background-color: #f75a00;
    color: white;
    padding: 7px 10px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 29px;
    transform: translate(50%, -50%);
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: 250px !important;
        vertical-align: middle;
        border-radius: 10px;
    }
    .profile-cards {
        padding: 20px
    }
    .mobileonly {
        display: none !important;
    }
}
.mobileonly {
    margin-bottom: 10px;
}
.search-bar button {
    background: #000000;
    border: none;
    border-radius: 10px !important;
    width: 102px;
}

.profile-cards .card-img {
    width: 150px;
    height: 200px;
    border-radius: 10% !important;
    object-fit: cover;

}

.btn-group {
    margin-top: 10px;
}

.btn-whatsapp {
    color: white !important;
    background: green !important;
    border-radius: 10px;
}

.btn-call {
    color: white !important;
    background: #000000 !important;
    border-radius: 10px;
}

.city-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
    margin: 40px 0;
    position: relative;
    background-image: url(./img/bg1.png);
    background-size: cover;
    background-position: center;
}

.city-section .container {
    z-index: 1;
    display: block;
    position: relative;
}

.section-heading {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 1;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bolder;
}

.city-buttons {
    margin-top: 20px;
}

.city-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
    background: white;
    color: black;
    font-size: 17px;
    border-radius: 15px;
    border: none;
    font-weight: 500;
    padding: 10px;
    
}

.city-buttons .btn:hover {
    background: #000000;
    color:white;
}

a.nav-link {
    background: #000000;
    color: white !important;
    font-weight: 500;
    padding: 8px 10px !important;
    border-radius: 27px;
    border: none;
}

.content-box h2 {
    color: #000000;
  
    font-size: 28px;
    text-align: center;
    font-weight: bolder;
}

.content-box {
    text-align: center;
    padding: 20px;
    
}

.content-box p {
    margin-bottom: 5px;
}

h2.mainhead {
    font-size: 35px;
    font-weight: bolder;
    color: white;
}

.footer {
    background-color: #000000;
    color: white;
    padding: 20px 0;
    margin-top: 40px;
}

.footer a {
    color: #f8f9fa !important;
    margin: 0 10px;
    text-decoration: none !important;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .disclaimer {
    margin-top: 10px;
    font-size: 14px;
}

.footer .footer-links {
    text-align: center;
    margin-bottom: 10px;
}

.footer .footer-copyright {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid #4f4f4f;
    padding-top: 10px;
}

.gallery-item {
    border: 2px solid #000000;
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
    width: 250px;
    overflow: hidden;
}
.badge {
    padding: 10px !important;
    background: #000000;
    color: white;
    border-radius: 10px !important;
    margin: 2px;
}

@media only screen and (max-width: 900px) {
    .search-bar-box {
        width: auto;
        margin: 15px;
        border-radius: 10px;
    }

.margin-quite {
    margin-bottom: 10px;
}
nav {
    padding: 9px 0px !important;
}
    h2.mainhead {
        font-size: 25px;
    }

    .banner {
        height: 326px;
    }

    .search-bar .form-control {
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .search-bar button {
        width: 100%;
    }

    .premium-icon {
        font-size: 15px;
        right: 37px;
    }

    .profile-cards .card {
        padding: 8px;
        margin: 11px 0;
    }

    .profile-cards .card h5 {
        margin-bottom: 3px;
        font-size: 17px;
    }

    .profile-cards .card p {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .profile-cards .card-img {
        width: 100px;
        height: 150px;
    }

    .profile-cards .col-md-6 {
        /* padding: 8px; */
    }

    .profile-cards .btn {
        font-size: 13px;
    }

    .section-heading {
        width: 300px;
        text-align: center;
    }

    .city-section {
        padding: 25px 0px;
    }
    .city-buttons {
        width: 50% !important;
    }
    .content-box h2 {
        font-size: 19px;
    }
    .content-box p {
        font-size: 14px !important;
    text-align: justify !important;
    }
    .footer .footer-links {
        display: inline-grid;
    }
    .profile-cards {
        margin-top: 20px
    }
    .gallery-item { 
    margin-top: 10px;
    width: 140px;
    height: 140px;
    }
    .whatsapp-btn {
        margin-top: 10px;
    }
    .content-box .col-md-3 {
        width: 50%;
    }
}
.full-width-btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.whatsapp-btn {
    background: green !important;
    color: white !important;
    border-radius: 11px;
}
.call-now-btn {
    background: #000000 !important;
    color: white !important;
    border-radius: 11px;
}
.btn i {
    margin-right: 5px;
}