/* ============================================================
   Responsive Styles – projects.php
   ============================================================ */

/* Projects grid */
@media (max-width: 991.98px) {
    section > .container > .row.g-4 > .col-md-4 {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    section > .container > .row.g-4 > .col-md-4 {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Individual project cards */
@media (max-width: 767.98px) {
    .property-card.h-100 .card-img-top {
        height: 180px !important;
    }
    .property-card.h-100 .card-body {
        padding: 1rem;
    }
    .property-card.h-100 h5 {
        font-size: 1rem;
    }
    .property-card.h-100 p {
        font-size: 0.88rem;
    }
    .property-card.h-100 .btn {
        font-size: 0.85rem;
        padding: 0.5rem 1rem !important;
    }
}

@media (max-width: 575.98px) {
    .property-card.h-100 .card-img-top {
        height: 200px !important;
    }
}

/* Empty state */
@media (max-width: 767.98px) {
    .text-center.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .text-center.py-5 > div {
        font-size: 3rem !important;
    }
    .text-center.py-5 h4 {
        font-size: 1.1rem;
    }
    .text-center.py-5 p {
        font-size: 0.9rem;
    }
}
