body {
    font-family: "Gantari", sans-serif;

}


/* ================= HEADER ================= */
h1,h2,h3,h4,h5,h6,p,label,div,input,textarea,button{  font-family: "Gantari", sans-serif;}

.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-expand-lg {
    padding: 20px 0 !important;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 3px !important;
    color: #000000;
}

.navbar-nav .active {
    color: #053FAF !important;
    border-bottom: 3px solid #053FAF;
}

.navbar-expand-lg .navbar-nav {
    gap: 30px;
}

.phone {
    font-size: 18px;
    font-weight: 500;
    color: #053FAF;
}

.bg-grey{background: #F7FAFF;}
/* ================= HERO ================= */

.hero {
    padding: 100px 0;
    color: #fff;
    height: 640px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center !important;
    background-size: cover !important;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #002A7B;
    opacity: 0.4;
}

.hero .container {
    position: relative;
}

.hero h1 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 8px 4px 9px rgb(0 0 0 / 24%);
}

.search-box {
    background: #fff;
    padding: 11px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 190px;
    gap: 30px;
    max-width: 1050px;
    margin: 0 auto;
    align-items: center;
}

.search-box select,
.search-box input {
    font-size: 16px;
    border: none;
}
.search-box .btn.btn-primary {
    padding: 9px 0;
    background: #053FAF;
    text-transform: uppercase;
    border-color: #053FAF;
    transition: all 0.5s ease;
}

.search-box .btn.btn-primary:hover {
    background: #b30000;
     border-color: #b30000;
}

/* ================= CARDS ================= */


.property-card {
    /* background: #fff; */
    /* border-radius: 8px; */
    /* overflow: hidden; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    /* transition: .3s; */
}

.property-card:hover {
    transform: translateY(-5px);
}

.property-img {
    /* height: 180px; */
    /* overflow: hidden; */
}

.badge-custom {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.property-body {
    padding: 15px;
}

.price {
    /* color: #0d6efd; */
    /* font-weight: 700; */
}

.small-text {
    font-size: 13px;
    color: #666;
}

.featured-projects .small {
    font-size: 20px;
}

.view-btn {
    /* background: #e53935; */
    /* color: #fff; */
    /* padding: 10px 30px; */
    /* border: none; */
    /* border-radius: 4px; */
}


/* Top Tabs */

.custom-tabs {
    border-bottom: 1px solid #8D8D8C;
    gap: 15px;
}

.custom-tabs .nav-link {
    border: 1px solid #dddddd;
    background: transparent;
    color: #000 !important;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 8px 8px 0 0;
}

.custom-tabs .nav-link.active {
    background: #fff;
    border: 1px solid #CC0001;
    color: #CC0001 !important;
}

.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.textbutton {
    font-size: 18px;
    color: #053FAF;
    font-weight: 600;
    text-decoration: none;
}
/* Filter Buttons */

.filter-btn {
    background: #fff;
    padding: 5px 14px;
    font-size: 16px;
    border-radius: 6px;
    margin: 3px;
    cursor: pointer;
    border: 1px solid #8d8d8d;
    color: #5c5c5c;
}

.filter-btn.active {
    background: #053FAF;
    color: #fff;
    border-color: #053FAF;
}
.headingTabWarp {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 40px;
}

.headingTabWarp .nav-tabs {
    border: none !important;
    box-shadow: none !important;
}

.headingTabWarp .nav-tabs .nav-link {
    border: 1px solid #696969;
    color: #696969;
}

.headingTabWarp .nav-tabs .nav-link.active {
    background: #053FAF;
    color: #fff;
    border-color: #053FAF;
}



/* Property Card */

.mk-property-card-wrapper .mk-property-card {

    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 19px rgb(0 0 0 / 8%);
    transition: transform 0.3s ease;
    position: relative;
}

.mk-property-card-wrapper .mk-property-card:hover {
    transform: translateY(-6px);
}

.mk-property-card-wrapper .mk-property-image-box {
    position: relative;
}

.mk-property-card-wrapper .mk-property-image-box img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.mk-property-card-wrapper .mk-property-badge {
    position: absolute;
    top: 15px;
    left: 0px;
    background: #e60023;
    color: #ffffff;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 25px 25px 0;
}

.mk-property-card-wrapper .mk-property-content {
    padding: 20px;
}

.mk-property-card-wrapper .mk-property-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 6px;
  
}
.mk-property-card-wrapper .mk-property-title a{
  color: #222;
  text-decoration: none;
}
.mk-property-card-wrapper .mk-property-location {
    font-size: 16px;
    color: #777;
    margin-bottom: 14px;
    line-height: 1.5;
}

.mk-property-card-wrapper .mk-property-price {
    font-size: 22px;
    font-weight: 700;
    color: #053FAF;
    margin-bottom: 15px;
}

.mk-property-meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 14px;
    gap: 13px;
}

.mk-property-card-wrapper .mk-property-meta-item {
    text-align: center;
}

.mk-property-card-wrapper .mk-meta-icon {
    font-size: 18px;
    margin-bottom: 4px;
    text-align: left;
    display: flex;
    gap: 11px;
    line-height: 1.2;
}

.mk-property-card-wrapper .mk-meta-value {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.mk-property-card-wrapper .mk-meta-label {
    font-size: 13px;
    color: #383838;
}
.property-card {
    /* background: #fff; */
    /* border-radius: 10px; */
    /* border: 1px solid #ddd; */
    /* transition: 0.3s; */
}

.property-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.property-img {
    /* position: relative; */
}

.property-img img {
    /* width: 100%; */
    /* height: 200px; */
    /* object-fit: cover; */
}

.bg-danger {
    margin-left: -12px;
}

.new-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #dc3545;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.price {
    /* color: #dc3545; */
    /* font-weight: 600; */
}

.btn-outline-blue {
    border: 1px solid #0d47a1;
    color: #0d47a1;
}

.btn-outline-blue:hover {
    background: #0d47a1;
    color: #fff;
}

.property-section {
    background: #F4F4F4;
}

.property-section h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

.category-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.category-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 0.4s;
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    color: #000;
    text-align: center;
}

.category-title {
    font-size: 22px;
    font-weight: 600;
}

.category-count {
    font-size: 16px;
    margin-top: 5px;
}

.category-card:hover img {
    transform: scale(1.05);
}
.upcoming-projects .sidebar ul {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
    display: block !important;
}

.upcoming-projects .sidebar ul .nav-link {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.upcoming-projects .sidebar ul .nav-link.active .builder-card.builder-item {
    border: 1px solid #2f71d7;
}


.sidebar {
    background: #F8F8F8;
    padding: 20px;
    border-radius: 10px;
}

.builder-item {
    /* background: #fff; */
    /* padding: 10px; */
    /* border-radius: 8px; */
    /* margin-bottom: 10px; */
    /* cursor: pointer; */
    /* transition: 0.3s; */
}
.location-section .property-card .mk-property-meta .mk-meta-icon {
    display: flex;
    gap: 9px;
    line-height: 1;
}
.location-section .property-card .property-title a {
    text-decoration: none;
    color: #343434;
}
.location-section .property-card .mk-property-meta .mk-meta-icon img {
    max-height: 17px;
}

.location-section .property-card .mk-property-meta .mk-meta-label {
    font-size: 12px;
    padding-top: 3px;
}

.builder-item.active {
    background: #0d6efd;
    color: #fff;
}

.property-card {
    /* background: #fff; */
    /* border-radius: 12px; */
    /* overflow: hidden; */
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); */
}

.property-img {
    /* position: relative; */
}
.hero p {
    text-shadow: 8px 4px 9px rgb(0 0 0 / 24%);
    font-size: 23px;
    margin-bottom: 50px;
}
.featured {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e60000;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.property-body {
    padding: 15px;
}

.price {
    /* color: #0047ab; */
    /* font-weight: 600; */
    /* font-size: 18px; */
}

.property-icons {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.filter-btns button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 15px;
    border-radius: 6px;
    margin-left: 5px;
    cursor: pointer;
}

.filter-btns button.active {
    background: #0d6efd;
    color: #fff;
}

.view-all {
    background: #e60000;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    margin-top: 30px;
}

body {
    background: #f2f2f2;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.city-tabs span {
    margin-right: 25px;
    cursor: pointer;
    font-weight: 500;
    padding-bottom: 5px;
}

.city-tabs .active {
    color: #ff4d00;
    border-bottom: 2px solid #ff4d00;
}

.location-image img {
    width: 100%;
    border-radius: 20px;
    height: 420px;
    object-fit: cover;
}
.upcoming-projects .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}
.view-btn {
    /* background: red; */
    /* color: white; */
    /* padding: 10px 25px; */
    /* border: none; */
    /* border-radius: 6px; */
    /* margin-top: 20px; */
}

.type-filter button {
    margin-left: 10px;
}

.type-filter .active {
    background: #0d6efd;
    color: white;
}
.filter-btn.fillterButton {
    background: transparent;
    padding: 0;
    border: none;
}

.filter-btn.fillterButton .btn {
    margin-left: 5px;
}

.location-section .property-img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 160px;
}

.location-section  .featured-badge {
    font-size: 13px;
    padding: 3px 11px;
}

.location-section .property-title {
    margin-top: 0;
    font-size: 19px;
}

.location-section .property-address {
    font-size: 14px;
}

.location-section .property-content {
    padding: 18px 15px;
}

.location-section .property-price {
    font-size: 20px;
}
.property-card {
    /* background: white; */
    /* border-radius: 15px; */
    /* overflow: hidden; */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    /* margin-bottom: 25px; */
}

.property-card img {
    /* width: 100%; */
    /* height: 160px; */
    /* object-fit: cover; */
}

.card-body {
    padding: 15px;
}

.price {
    /* color: #0d6efd; */
    /* font-weight: 600; */
}

faq-section {
    padding: 80px 0;
}

.faq-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.faq-item {
    background: #f1f3fa;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 25px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    border-left: 5px solid #f1f3fa;
}

.faq-item.active {
    background: #e9edff;
    border-left: 5px solid #2f55d4;
}

.faq-question {
    font-weight: 600;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 10px;
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 400;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.arrow {
    transition: 0.3s;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}


/* ================= RESPONSIVE FIX ================= */

.property-card {
    /* background: #fff; */
    /* border-radius: 18px; */
    /* padding: 18px; */
    /* box-shadow: 0 0 0 1px #e5e5e5; */
    /* transition: 0.3s; */
    /* margin-bottom: 30px; */
}

.property-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.property-img {
    /* position: relative; */
}

.property-img img {
    /* width: 100%; */
    /* height: 220px; */
    /* object-fit: cover; */
    /* border-radius: 14px; */
}

.badge-launch {
    position: absolute;
    top: 12px;
    left: 1px;
    background: #e10600;
    color: #fff;
    font-size: 13px;
    padding: 4px 20px 4px 9px;
    font-weight: 500;
    clip-path: polygon(86% 0, 100% 50%, 86% 99%, 0 100%, 0 0);
}

.property-title {
    /* font-size: 22px; */
    /* font-weight: 600; */
    /* margin-top: 15px; */
}

.location {
    color: #777;
    font-size: 16px;
    margin-bottom: 8px;
}

.price {
    color: #CC0001;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.property-info {
    font-size: 15px;
    color: #262626;
    display: flex;
    gap: 15px;
    margin: 17px 0 20px;
}

.btn-enquire {
    border: 1px solid #2f55d4;
    color: #2f55d4;
    background: transparent;
    padding: 7px 8px;
    border-radius: 5px;
    font-weight: 600;
    width: 48%;
    transition: all 0.5s ease;
}

.btn-explore {
    border: 1px solid #e10600;
    color: #e10600;
    background: transparent;
    padding: 7px 8px;
    border-radius: 5px;
    font-weight: 600;
    width: 48%;
    transition: all 0.5s ease;
}

.btn-enquire:hover {
    background: #2f55d4;
    color: #fff;
}

.btn-explore:hover {
    background: #e10600;
    color: #fff;
}

@media(max-width:768px) {
    .btn-enquire,
    .btn-explore {
        width: 100%;
        margin-bottom: 10px;
    }
}

.upcoming-projects .property-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    margin-bottom: 30px;
    padding: 0;
}

.property-card:hover {
    transform: translateY(-6px);
}

.property-img {
    /* position: relative; */
}

.property-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
}

.featured-badge {
    position: absolute;
    top: 15px;
    left: 0;
    background: #e10600;
    color: #fff;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 6px 6px 0;
}

.property-content {
    padding: 20px;
}

.property-title {
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0 7px;
}

.property-address {
    color: #777;
    font-size: 15px;
    margin-bottom: 15px;
}

.property-price {
    color: #1f4db7;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.property-divider {
    border-top: 1px solid #eee;
    margin: 15px 0;
}

.property-features {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.feature-box {
    flex: 1;
}

.feature-box i {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.feature-number {
    font-weight: 600;
    font-size: 18px;
}

.feature-label {
    font-size: 14px;
    color: #666;
}

@media(max-width:768px) {
    .property-features {
        flex-direction: column;
        gap: 15px;
    }
}

.heading {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.builder-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    cursor: pointer;
    gap: 6px;
}

.builder-card:hover {
    transform: translateY(-3px);
}

.builder-logo {
    object-fit: contain;
    margin-right: 15px;
}

.builder-info h3 {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.builder-info p {
    margin: 0;
    color: #666;
    font-size: 14px;
}


/* Tabs */
.location-tabs {
    border-bottom: 1px solid #d3d3d3;
}
.location-tabs .nav-link {
    color: #222222;
    font-weight: 500;
    border: none;
    margin-right: 10px;
}

.location-tabs .nav-link.active {
    color: #e10600;
    border-bottom: 2px solid #e10600;
}


/* Left Image */

.city-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}

.view-btn {
    background: #e60000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 600;
}


/* Filter Buttons */

.filter-btn .btn.active {
    background: #0d47a1 !important;
    color: #fff !important;
}


/* Cards */

.property-card {
    background: #F8F8F8;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: .3s;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.property-card:hover {
    transform: translateY(-5px);
}

.property-img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.featured {
    position: absolute;
    background: red;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0 10px 10px 0;
    top: 15px;
    left: 0;
}

.property-info img {margin-right: 6px;max-height: 17px;}

.price {
    /* color: #0d47a1; */
    /* font-weight: 700; */
}

.property-meta {
    font-size: 14px;
    color: #666;
}

.location-section .property-card {
    padding: 0;
}

.location-section {
    background-color: #F4F4F4;
}


/* ================== RESPONSIVE MASTER FIX ================== */


/* Large Tablet */
@media (max-width: 1400px) {
    .hero {
        padding: 80px 0;
        height: 530px;
    }
    .hero h1 {
        font-size: 3.2rem;
    }
    .builder-info h3 {
        font-size: 15px;
    }
}
@media (max-width: 1199px) {
    .hero {
        height: 550px;
        padding: 80px 0;
    }

    .location-image img,
    .city-image img {
        height: 320px;
    }
    .navbar-expand-lg {
        padding: 14px 0 !important;
    }
}


/* Tablet */

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 60px 0;
        align-items: center;
        text-align: center;
    }
.hero h1 {
        font-size: 2.2rem;
    }
    .property-card {
        margin-bottom: 25px;
    }
    .property-img img {
        height: 200px;
    }
    .property-features {
        flex-wrap: wrap;
        gap: 10px;
    }
    .sidebar {
        margin-bottom: 25px;
    }
    .location-image img,
    .city-image img {
        height: 260px;
    }
    #propertyContainer .justify-content-between {
        gap: 20px;
    }
    .hero p {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .search-box {
        padding: 12px;
        grid-template-columns: 1fr 1fr 1fr 90px;
        gap: 10px;
    }
    .navbar-collapse {
    position: absolute;
    top: 69px;
    z-index: 99;
    background: #fff;
    width: 100%;
    left: 0;
}
.navbar-expand-lg .navbar-nav {
    gap: 0px;
}
.navbar-expand-lg .navbar-nav li a {
    border-bottom: 1px solid #dddddd;
    padding: 10px 16px !important;
}
.phone {
    padding: 13px 20px;
}
.mk-property-card-wrapper .mk-property-content {
    padding: 13px;
}
.mk-property-card-wrapper .mk-property-price {
    font-size: 20px;
    margin-bottom: 5px;
}
.filter-btn {
    padding: 5px 11px;
    font-size: 15px;
    margin: 2px;
}
.ptb-80 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.textbutton {
    font-size: 16px;
}
.section-title {
    font-size: 22px;
}
.col-xl-4.col-md-6.property-item {
    margin: 0;
}
div#propertyContainer {
    padding-top: 20px;
}
.location-section .row.g-4 {
    padding-top: 25px;
}
.location-tabs .nav-link {
    margin-right: 0px;
    padding: 10px 11px;
}

}


/* Mobile */

@media (max-width: 767px) {
    /* Navbar center */
    .navbar-nav {
        text-align: center;
        gap: 10px;
    }
    button.navbar-toggler {
    box-shadow: none !important;
    }
    /* Hero */
    .hero {
        padding: 60px 0;
    }
    .hero h1 {
        font-size: 28px;
    }
    .hero p {
        font-size: 14px;
    }
    /* Search stacked */
    .search-box .row>div {
        width: 100%;
        margin-bottom: 10px;
    }
    /* Cards full width */
    .row>.col-md-3,
    .row>.col-md-4,
    .row>.col-lg-3,
    .row>.col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .property-img img {
        height: 180px;
    }
    .property-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    /* Buttons full width */
    .btn-enquire,
    .btn-explore,
    .view-btn,
    .view-all {
        width: 100%;
        text-align: center;
    }
    /* City tabs wrap */
    .city-tabs span {
        display: inline-block;
        margin-bottom: 8px;
    }
    /* Filter buttons wrap */
    .filter-btns {
        flex-wrap: wrap;
        gap: 8px;
    }
    .filter-btns button {
        margin-left: 0;
        margin-bottom: 6px;
    }
    .location-image img,
    .city-image img {
        height: 220px;
        margin-bottom: 20px;
    }
    /* FAQ */
    .faq-question {
        font-size: 16px;
    }
    #propertyContainer .justify-content-between {
        gap: 20px;
    }
    .search-box {
        padding: 12px;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .searchBoxInput {
    border-bottom: 1px solid #e5e5e5;
}
    .navbar-expand-lg .navbar-nav li a {
        text-align: left;
    }
}


/* Small Mobile */

@media (max-width: 575px) {
    .hero h1 {
        font-size: 22px;
    }
    .section-title {
        font-size: 20px;
    }
    .property-title {
        font-size: 18px;
    }
    .property-price {
        font-size: 18px;
    }
    .property-img img {
        height: 160px;
    }
    #propertyContainer .justify-content-between {
        gap: 20px;
    }
    .headingTabWarp {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .faq-answer {
        font-size: 16px;
        line-height: 1.4;
    }
    .faq-item {
        padding: 20px 25px 12px;
    }
        .ptb-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .property-info {
        gap: 10px;
        flex-direction: column;
    }
    .mk-property-card-wrapper .mk-property-image-box img {
        height: 160px;
    }

}