a.navbar-brand.logo-head img {
    max-width: 180px;
}
.hero-content .section-title h1 {
    color: var(--white-color);
    font-size: 55px;
}
.hero-content .section-title h3 {
    color: #ffffff;
}
b.li-us {
    color: #596cb2;
}
.location-image {
    position: relative;
    display: inline-block;
}

.location-image figure {
    margin: 0;
    position: relative;
}

.location-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

/* Updated Label Class */
.property-badge {
    position: absolute;
    top: 70px;
    left: 25px;
    background: #1E3A8A;
    color: #fffffff0;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 9px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    z-index: 5;
}

.col-lg-3.col-md-6.pad-top {
    padding-top: 25px;
}
.why-choose-us-2 {
    padding: 50px 0px 50px 0px;
}
.modal-backdrop{
    --bs-backdrop-zindex: -1;
}
div#youtubeModal {
    background-color: #00000063;
}
iframe#youtubeFrame {
    border-radius: 20px;
}
.modal.show .modal-dialog {
    transform: none;
    margin-top: 70px;
}
@media (max-width: 728px) {
  .location-image {

    width: 100% !important;
}
 .property-badge {
    top: 80px;
     right: 10px;
     font-size: 13px;
     padding: 4px 12px;
     width: max-content !important;
    }
    .col-lg-3.col-md-6.pad-top {
    padding-top: unset;
}
figure.image-anime img.cbs {
    height: 200px !important;
    object-fit: cover !important;
}
.hero-content .section-title h1 {
    color: var(--white-color);
    font-size: 25px;
}
.property-body p {
    font-size: 12px;
    color: #455aa8;
    padding: 5px;
}

.property-meta span {
    font-size: 8px !important;
}

.property-item .property-footer .btn-default {
    font-size: 10px !important;
    padding: 0px 9px !important;
}
.btn-default.btn-border {
    background: none;
    color: #fff !important;
    padding: 5px 10px !important;
}
    .property-item .property-body {
        padding: 15px 10px;
    }
}

.btn-default.btn-border {
    background: none;
    color: #fff !important;
    padding: 15px 20px;
}
.homes-list.mob-view {
    padding: 0;
    margin: 0;
    list-style: none;
}

.homes-list.mob-view li {
    display: flex;
    align-items: center;
    gap: 12px; /* spacing between items */
    padding-top: 8px;
}

/* Open Now */
.open-now {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #3CB371;
    gap: 6px;
}

.open-now i {
    font-size: 16px;
    color: #3CB371;
}

/* social icons small */
.social-round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

/* YouTube */
.social-youtube {
    background: #FF0000;
}

/* WhatsApp */
.social-whatsapp {
    background: #25D366;
}
figure.image-anime img.cbs {
    width: 100% !important;
}.video-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
    border-radius: 10px; /* optional */
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-full {
    width: 100%;
    height: 700px;
    border: 0;
}
.main-menu ul li.highlighted-menu a {
    background: #c30202 !important;
}
.btn-default {
    background: #455aa8 !important;
}

.hero-content-footer .btn-default.btn-border:hover {
    background: #c30202 !important;
}

button.btn.btn-primary {
    background-color: #2f3d7e;
}
.section-title h3
 {

    padding: 0px 0 2px 30px;
 }
.page-property-listing {
    padding: 22px 0 !important;
}
figure.image-anime img.cbs {
    height: 250px;
}


input.form-control.input-custom.input-full {
    color: #c30202;
}

.no-properties {
    text-align: center;
    padding: 40px 20px;
    font-size: 1.2em;
    color: #555;
    background-color: #fff3f3;
    border: 1px solid #ffcccc;
    border-radius: 8px;
    margin: 20px auto;
    width: fit-content;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.no-properties i {
    color: #c30202;
    margin-right: 10px;
}   
.property-meta span {
    font-size: 14px;
}
.slicknav_btn {
    background: #c30202;
    padding: 6px 0 0;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 5px;
}
.mobile-search-wrapper {
    position: relative;
}

.mobile-search-input {
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 45px; /* space for button */
    font-size: 15px;
}

.mobile-search-btn {
    position: absolute;
    right: 8px;
    top: 7px;
    height: 32px;
    width: 32px;
    border: none;
    background: #c30202; /* your theme color */
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
}


.suggestions-list {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-height: 220px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
}

.suggestions-list div {
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
}

.suggestions-list div:hover {
    background: #f5f5f5;
}



.location-circle-box {
    text-align: center;
}

.location-circle-img {
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.location-overlay {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.8);
}

.location-title {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

.location-count {
    font-size: 13px;
    color: #777;
}
.location-circle-box {
    text-align: center;
    margin-bottom: 20px;
}

/* CIRCLE */
.location-circle-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: auto;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

/* HOVER ZOOM */
.location-circle-img:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* GRADIENT EFFECT */
.location-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    border-radius: 50%;
}

/* TEXT ON CIRCLE */
.location-overlay {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    z-index: 2;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.9);
}

/* NAME + COUNT */
.location-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.location-count {
    color: #555;
    font-size: 13px;
}

/* MOBILE IMPROVEMENTS */
@media (max-width: 576px) {
    .location-circle-img {
        width: 110px;
        height: 110px;
    }
    .location-overlay {
        font-size: 22px;
    }
}
    .locationSwiper .swiper-pagination {
        display: none !important;
    }
/* Center slides */
.locationSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

/* Do not crop images */
.location-circle-box {
    text-align: center;
}
@media (max-width: 576px) {
    .locationSwiper .swiper-slide {
        width: calc(50% - 10px) !important;   /* EXACT 2 per row */
        margin-right: 10px !important;
    }
}
.active-location .location-circle-img {
    border: 4px solid #ff4d4d !important;
    box-shadow: 0 0 15px rgba(255,0,0,0.5);
}

.active-location .location-title {
    color: #ff4d4d;
    font-weight: 700;
}

/* mobile: exactly 2 slides */
@media (max-width: 576px) {
    .locationSwiper .swiper-slide {
        width: calc(50% - 10px) !important;
        margin-right: 10px !important;
    }

    .locationSwiper .swiper-pagination {
        display: none !important;
    }
    .col-lg-3.col-6.pad-top {
    margin-top: 0px !important;
}
}
img.deatil-img {
    height: 300px;
    width: 100%;
}
.col-lg-3.col-6.pad-top {
    margin-top: 25px;
}
.featured-property {
    padding: 50px 0 !important;
}
.phone {
    position: fixed;
    bottom: 9.5rem;
    right: 1.5rem;
    font-size: 2.1rem;
    background: #ffab48;
    padding: 0.4rem;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    -webkit-transition: all .5s 
ease;
    transition: all .5s 
ease;
}
.whatsapp {
    position: fixed;
    bottom: 5.5rem;
    right: 1.5rem;
    font-size: 2.1rem;
    background: #0dc143;
    padding: 0.4rem;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    -webkit-transition: all .5s 
ease;
    transition: all .5s 
ease;
}

.scroll-up-btn {
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    background: #c30202;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.scroll-up-btn:hover {
    background: #c30202c8;
}

.scroll-up-btn.show {
    opacity: 1;
    visibility: visible;
    bottom: 35px;
}
.faqs-page {
    padding: 50px;
}
img.blog-img {
    height: 300px;
    width: 100%;
}
.post-sidebar.sticky {
    position: sticky;
    top: 100px !important;
}
img.b-image {
    width: 100%;
    height: 500px;
}
h4.disc a {
    font-size: 14px;
}
h1.text-anime.blog-detail {
    font-size: 50px;
}
ul.flx li:before {
    content: unset;
}
p.amedities {
    font-size: 17px;
    text-align: start;
    margin-top: 10px;
}


.bmh-property-section {
    padding: 60px 0;
    background: #f7f9fc;
}

.bmh-title h3 {
    color: #777;
    font-size: 14px;
    letter-spacing: 1px;
}

.bmh-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* CARD */
.bmh-card {
    background: linear-gradient(135deg, #ffffff, #f1f5ff);
    padding: 25px 15px;
    text-align: center;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border: 1px solid #e6ebff;
}
.bmh-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.bmh-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* ICON */
.bmh-icon {
    width: 60px;
    height: 60px;
    background: #455aa8;
    color: #fff;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bmh-icon i {
    font-size: 22px;
}

/* TEXT */
.bmh-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bmh-card a {
    font-size: 13px;
    color: #c30202;
    text-decoration: none;
    font-weight: 500;
}

.bmh-card a:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .bmh-card {
        padding: 20px 10px;
    }

    .bmh-icon {
        width: 50px;
        height: 50px;
    }

    .bmh-icon i {
        font-size: 18px;
    }

    .bmh-card h4 {
        font-size: 14px;
    }
}

.category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.tab-btn {
    padding: 8px 18px;
    border-radius: 20px;
    background: #f1f1f1;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
}

.tab-btn:hover {
    background: #ff5a3c;
    color: #fff;
}

.tab-btn.active {
    background: #ff5a3c;
    color: #fff;
}
.tab-btn {
    padding: 8px 16px;
    border-radius: 50px;
    background: #eee;
    margin: 5px;
    display: inline-block;
}

.tab-btn.active {
    background: #c30202;
    color: #fff;
}

.bmh-card span {
    color: #c30202;
}

.form-control {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #e0e0e0;
}

.btn-primary {
    background: #1e40ff;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.amenity-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #f9faff;
    border: 1px solid #e3e7ff;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.amenity-card input {
    accent-color: #1e40ff;
    transform: scale(1.1);
}

.amenity-card:hover {
    background: #eef1ff;
}

.amenity-card input:checked + span,
.amenity-card input:checked {
    font-weight: 600;
}