.navbar-nav {
    flex-direction: row;
}

.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banner {
    position: relative;
    background-image: url(./img/loc-17.jpg);
    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: #f77f00b8;
    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 #F77F00;
}

p.card-text {
    margin-bottom: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card a h3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
}

.card a {
    color: black !important;
    text-decoration: none !important;
}
.btns a {
    color: white !important;
}

.premium-icon {
    position: absolute;
    top: -4px;
    right: 51px;
    background-color: #F77F00;
    color: white;
    padding: 7px 10px;
    font-size: 14px;
    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: #1050B0;
    border: none;
    border-radius: 10px !important;
    width: 102px;
}

.profile-cards .card-img {
    width: 150px;
    height: 150px;
    border-radius: 50% !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: #1050B0 !important;
    border-radius: 10px;
}

.city-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
    margin: 40px 0;
    position: relative;
    background-image: url(./img/loc-17.jpg);
    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: #1050B0;
    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;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.city-buttons .btn:hover {
    background: #1050B0;
}

a.nav-link {
    background: #1050B0;
    color: white !important;
    font-weight: 500;
    padding: 8px 22px !important;
    border-radius: 27px;
    border: none;
}

.content-box h2, .content-box h3 {
    color: #1050B0;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
}

.content-box {
    text-align: center;
    padding: 20px;
    background: #ffe9d3b8;
    border-radius: 12px;
    border: 2px solid #1050B0;
}

.content-box p {
    margin-bottom: 5px;
}

h2.mainhead, h1.mainhead {
    font-size: 36px;
    font-weight: bolder;
    color: white;
}

.footer {
    background-color: #011d47;
    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 #1050B0;
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
    width: 250px;
    overflow: hidden;
}

.badge {
    padding: 10px !important;
    background: #1050B0;
    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;
    }
    a.nav-link {
    background: #1050B0;
    color: white !important;
    font-weight: 500;
    padding: 4px 12px !important;
    border-radius: 27px;
    border: none;
}

    .margin-quite {
        margin-bottom: 10px;
    }

    nav {
        padding: 9px 0px !important;
    }

    h2.mainhead, h1.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 a h3 {
        margin-bottom: 3px;
        font-size: 16px;
    }

    .profile-cards .card p {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .profile-cards .card-img {
        width: 100px;
        height: 100px;
    }

    /* .profile-cards .col-md-6 {
        padding: 8px;
    } */

    .profile-cards .btn {
        font-size: 13px;
    }

    .section-heading {
        width: 300px;
        text-align: center;
        font-size: 19px;
    }

    .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: #1050B0 !important;
    color: white !important;
    border-radius: 11px;
}

.btn i {
    margin-right: 5px;
}

