.pg-92d4735e-wrapper {
    width: 100%;
}

/* Filters Navigation Bar */
.pg-92d4735e-filters {
    margin-bottom: 30px;
}

.pg-92d4735e-btn {
    display: inline-block;
    padding: 8px 18px;
    margin: 5px;
    cursor: pointer;
    background: #f4f4f4;
    color: #333;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pg-92d4735e-btn.is-active,
.pg-92d4735e-btn:hover {
    background: #000;
    color: #fff;
}

/* Projects Grid Layout */
.pg-92d4735e-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    transition: all 0.4s ease-in-out;
}

/* Project Card Box */
.pg-92d4735e-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pg-92d4735e-card.is-hidden {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

.pg-92d4735e-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Images Wrap */
.pg-92d4735e-img-wrap {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    background: #eaeaea;
}

.pg-92d4735e-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Details Box */
.pg-92d4735e-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pg-92d4735e-title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
}

.pg-92d4735e-location {
    font-size: 13px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Hover Effects */
.pg-92d4735e-hover-zoom:hover .pg-92d4735e-img-wrap img {
    transform: scale(1.08);
}

.pg-92d4735e-hover-opacity:hover .pg-92d4735e-img-wrap img {
    opacity: 0.82;
}

.pg-92d4735e-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
