.flat-name-overlay {
    position: absolute;
    bottom: 10px;
    /* Adjust vertical position as needed */
    left: 50%;
    /* Center horizontally */
    transform: translateX(-50%);
    /* Adjust for exact centering */
    background: rgba(0, 0, 0, 0.6);
    /* Semi-transparent dark background */
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}









.flat-item {
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #1f223e;
    padding: 6px;
    border-radius: 8px;
}



.features-area-2 {
    background: #f9f9f9;
    padding: 40px 0;
}

.features-include-list {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 25px 15px;
    /* margin-bottom: 20px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* min-height: 120px; */
    /* ensures uniform height */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-include-list:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.features-include-list img {
    height: 40px;
    margin-bottom: 15px;
    object-fit: contain;
}

.features-include-list h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.section-title-2 h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

@media(max-width: 767px) {
    .features-include-list {
        min-height: auto;
        padding: 20px 10px;
    }
}

.flat-item-image {
    position: relative;
}

.flat-name-overlay {
    position: absolute;
    bottom: 10px;
    /* Adjust vertical position as needed */
    left: 50%;
    /* Center horizontally */
    transform: translateX(-50%);
    /* Adjust for exact centering */
    background: rgba(0, 0, 0, 0.6);
    /* Semi-transparent dark background */
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}


.flat-item-image img {
    width: 100%;
    border-radius: 8px;
}




.post-title-time:before {
    display: none;
    position: absolute;
    top: 0;
    left: -15px;
    width: 4px;
    height: 45px;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #1F223E;
}

.blog-info {
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #1F223E;
    height: 100px;
}

.post-title-time h5 {
    margin-bottom: 0;
    text-align: center;
}

.blog-item {
    margin-bottom: 30px !important;
}

.flat-item-image:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    background: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}