@media only screen and (max-width: 991px) {
    .footer-cl-3, .footer-cl-4, .footer-cl-1 {
        margin-bottom: 20px !important;
    }
  	.panel.panel-default .panel-title h3.m-4 {
  		margin: 0px !important;
  	}
}
.flat-slider-detail-v1{
  margin-bottom: 0px !important;
}
.wd-find-select.style-2 .nice-select {
    padding-left: 0 !important;
    border: none !important;
}

.flat-section.flat-agents-v2{
  padding-top: 0px;
}

.search-box-offcanvas.container{
  padding-top: 52px; 
}
.single-property-overview .content .label {
    color: #000 !important;
    font-weight: 700 !important;
}


.leaflet-bottom.leaflet-right {
    display: none !important;
}
.text-justify{
  text-align:justify;
}
.flat-slider.home-1 .slider-content {
 padding: 23px 0px; 
}
.main-header .main-menu .navigation>li{
  padding-inline-end: 20px;
  text-transform: uppercase;
}
.main-header .main-menu .navigation>li>a{
    color: #06038d;
    font-size: 14px;
}
.footer-cl-1 .text-variant-2 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.panel.panel-default{
    color: #fff;
    margin-top: 15px;
}

.panel.panel-default .panel-title h3{
    color: #fff;
    font-size: 20px;
}

.panel.panel-default .panel-content{
    color: #fff;
}

.main-header .main-menu .navigation>li.current>a{
  color: #fc5d23;
}

.justify-text-content {
    text-align: justify;
}

.group-select ul.list {
    scrollbar-color: #ffb08a #EAEAEA;
}

/* BLOG GRID LAYOUT */
.flat-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* Optional: 3 columns on very large screens */
@media (min-width: 1400px) {
    .flat-blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Blog card */
.blog-grid-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}

.blog-grid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

/* Image wrapper */
.blog-grid-card .img-style {
    position: relative;
    width: 100%;
    height: 200px; /* 👈 FIX IMAGE SIZE */
    overflow: hidden;
}

.blog-grid-card .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Date badge */
.blog-grid-card .date-post {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,.75);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
}

/* Content box */
.blog-grid-card .content-box {
    padding: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-grid-card .title a {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #0b2a4a;
}

/* Description */
.blog-grid-card .description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: auto;
}

/* Read more */
.blog-grid-card .btn-read-more {
    margin-top: 12px;
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}

.blog-grid-card .btn-read-more:hover {
    text-decoration: underline;
}

/* Tablet */
@media (max-width: 992px) {
    .flat-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .flat-blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid-card .img-style {
        height: 180px;
    }
}

/* Blog Detail page image*/
.blog-thumb img {
  min-height: 200px;
  max-height: 200px; 
}
.flat-banner-blog img {
    max-height: 30rem;
}

.land-units-section {
    background-image: url('https://myindialiving.com/storage/land-measurement-bg.jpg'); /* your image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* scroll effect */
    position: relative;
}

.land-units-overlay {
    padding: 60px 20px;
}

.land-title {
    text-align: center;
    color: #e6f0d8;
    font-size: 36px;
    margin-bottom: 40px;
}

.land-units-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.land-card {
    background: #fff;
    padding: 28px 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    cursor: pointer;
}

/* Hover animation */
.land-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* Mobile */
@media (max-width: 768px) {
    .land-units-grid {
        grid-template-columns: 1fr;
    }
}


/* Custom CSS */
.fob-comment-list-section {
    margin-top: 40px;
}
.fob-comment-title {
    font-size: 26px;
    font-weight: 700;
  	color: #fc5d23;
}
.fob-comment-list-wrapper{
  	padding: 20px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}