.bhk-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f6f6f6, #ffffff);
}

.bhk-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.bhk-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 70px rgba(0,0,0,0.18);
}

.bhk-card.featured {
    transform: scale(1.05);
    background: #111;
}

.bhk-image {
    position: relative;
    overflow: hidden;
}

.bhk-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.bhk-card:hover .bhk-image img {
    transform: scale(1.1);
}

.bhk-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #c59d5f;
    color: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
}

.bhk-content {
    padding: 30px;
    text-align: center;
}

.bhk-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.bhk-card h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}

.bhk-card h2 span {
    font-size: 14px;
    font-weight: 500;
}

.bhk-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.bhk-features li {
    font-size: 15px;
    margin-bottom: 12px;
}

.bhk-features i {
    color: #c59d5f;
    margin-right: 10px;
}

.bhk-card.featured h4,
.bhk-card.featured h2,
.bhk-card.featured span,
.bhk-card.featured li {
    color: #fff;
}

.bhk-card .btn {
    width: 100%;
}


/* ===== PRODUCT GALLERY FIX ===== */

#product-gallery,
#product-gallery .container,
#product-gallery .row {
    height: auto !important;
    overflow: visible !important;
}

.product-gallery {
    margin-top: 40px;
}

.gallery-item {
    margin-bottom: 25px;
}

.gallery-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.4s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* ===== RESTORE IMAGE ZOOM EFFECT ON HOVER ===== */

.post-media_g a {
    display: block;
    overflow: hidden;
}

.post-media_g img {
    transition: transform 0.45s ease;
    transform: scale(1);
}

/* Hover zoom effect */
.post-media_g:hover img {
    transform: scale(1.08);
}

/* Caption styling */
.amenity-caption {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.3px;
}





/* HERO TEXT */

@media (max-width: 768px) {
    .big-tagline h2 {
        font-size: 26px;
        line-height: 1.3;
        text-align: center;
    }

    .big-tagline .lead {
        font-size: 15px;
        text-align: center;
    }

    .big-tagline a {
        display: block;
        margin: 15px auto 0;
    }
}

/* BHK SECTION */
@media (max-width: 768px) {
    .bhk-cards .col-md-4 {
        margin-bottom: 30px;
    }

    .bhk-card h2 {
        font-size: 22px;
    }

    .bhk-features li {
        font-size: 14px;
    }
}

/* GALLERY */

@media (max-width: 576px) {
    .gallery-item {
        margin-bottom: 15px;
    }
}

/* FOOTER */
@media (max-width: 768px) {
    .footer .widget {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-links {
        padding-left: 0;
    }
}

/* BROCHURE MODAL */
@media (max-width: 576px) {
    .brochure-modal {
        padding: 15px;
    }

    .brochure-submit-btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    h2 {
        font-size: 26px;
        text-align: center;
    }

    h4 {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    h2 {
        font-size: 26px;
        text-align: center;
    }

    h4 {
        font-size: 18px;
        text-align: center;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .big-tagline h2 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .big-tagline h2 {
        font-size: 24px;
        text-align: center;
    }

    .big-tagline p {
        text-align: center;
        font-size: 15px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .btn.btn-light.btn-radius.grd1.btn-brd {
        padding: 12px 28px;
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .btn.btn-light.btn-radius.grd1.btn-brd {
        display: block;
        width: 100%;
        padding: 14px;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .btn.btn-light.global-radius.btn-brd.grd1.effect-1 {
        padding: 12px 30px;
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .btn.btn-light.global-radius.btn-brd.grd1.effect-1 {
        display: block;
        width: 100%;
        padding: 14px;
        font-size: 16px;
        text-align: center;
        margin-top: 12px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .agencies_meta span {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .agencies_meta {
        margin-top: 25px;
        text-align: center;
    }

    .agencies_meta span {
        font-size: 15px;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .agencies_meta span:last-child {
        border-bottom: none;
    }

    .agencies_meta a {
        display: inline-block;
        word-break: break-word;
    }
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
    .bhk-content h4 {
        font-size: 18px;
    }

    .bhk-content h2 {
        font-size: 24px;
    }

    .bhk-features li {
        font-size: 13.5px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
    .bhk-content {
        padding: 16px;
        text-align: center;
    }

    .bhk-content h4 {
        font-size: 17px;
    }

    .bhk-content h2 {
        font-size: 22px;
    }

    .bhk-features {
        text-align: center;
    }

    .bhk-features li {
        font-size: 14px;
    }

    .bhk-content .btn {
        font-size: 14px;
        padding: 12px;
    }
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
    .brochure-section {
        padding: 60px 0;
    }

    .brochure-section .section-title h3 {
        font-size: 26px;
    }

    .brochure-section .section-title .lead {
        font-size: 15px;
    }

    .brochure-card img {
        max-width: 260px;
    }

    .brochure-btn {
        font-size: 15px;
        padding: 12px 26px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
    .brochure-section {
        padding: 45px 0;
    }

    .brochure-section .section-title h3 {
        font-size: 22px;
    }

    .brochure-section .section-title .lead {
        font-size: 14px;
        padding: 0 10px;
    }

    .brochure-card {
        padding: 20px;
        width: auto;
        height: auto;
        max-width: 340px;
    }

    .brochure-card img {
        max-width: 220px;
    }

    .brochure-btn {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 12px;
    }
}
/** ADD YOUR AWESOME CODES HERE **/