/*
 Theme Name: Houzez Child
 Theme URI: https://noida-homes.com/
 Description: Child theme for Houzez
 Author: Ghulam Abbas
 Author URI: https://noida-homes.com/
 Template: houzez
 Version: 1.0
*/

@import url("../houzez/style.css");

/* ✅ Make sure card has no unwanted padding or margin */
.floor-plan-card {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

/* ✅ Image wrapper fills width and trims only top/bottom gaps */
.floor-plan-card .fp-image {
    width: 35%;
    aspect-ratio: 11/9; /* keeps proportion; change if needed */
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

/* ✅ Image perfectly covers, no top/bottom margin */
.floor-plan-card .fp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0;
    padding: 0;
}

/* ✅ Optional info styling */
.floor-plan-card .fp-info {
    padding: 10px 12px;
}
