/* Custom Styles */

.gallery-item__title {
    text-align: center;
    margin-top: 15px;
    font-weight: 300 !important;
    color: #555;
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--pifoxen-font-two);
}

.two-section__gallery-single {
    margin-bottom: 30px;
    background: #fff;
    padding: 12px 12px 24px 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.two-section__gallery-single:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Imágenes uniformes y máscara */
.two-section__gallery-img-inner {
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.two-section__gallery-img-inner a.img-popup {
    display: block;
    width: 100%;
    height: 100%;
}

.two-section__gallery-img-inner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.two-section__gallery-img-inner:hover img {
    transform: scale(1.05);
}

.gallery-filter-wrapper {
    margin-bottom: 40px;
    text-align: center;
}

.post-filter {
    display: inline-block;
    margin-bottom: 20px;
}

.post-filter li {
    display: inline-block;
    margin: 0 10px 10px;
    cursor: pointer;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: all 0.3s;
    font-size: 14px;
}

.post-filter li.active,
.post-filter li:hover {
    background: #ff5e14;
    color: #fff;
    border-color: #ff5e14;
}

.filter-title {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
}

.filter-text {
    text-transform: capitalize;
}

/* Dimensiones uniformes para fotos de coordinadores */
.volunteers-one__img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: top center;
}
