.report .report-title {
    font-family: var(---outfit-font);
    font-size: var(---title-font);
    color: var(---menu-bg-color);
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}
.report .container {
    padding: 20px;
}
.report .container .report-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.report .container .report-content a {
    cursor: pointer;
}
.report .container .report-content .report-content-item {
    width: 248px;
    height: 370px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #cacaca;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.report .container .report-content .report-content-item .item-image {
    width: 100%;
    height: 305px;
    overflow: hidden;
}
.report .container .report-content .report-content-item .item-image img {
    height: 100%;
}
.report .container .report-content .report-content-item .img-caption {
    font-family: var(---outfit-font);
    color: var(---menu-bg-color);
    padding: 5px;
    text-align: left;
}
.report .container .report-content .report-content-item .img-caption {
    font-family: var(---outfit-font);
    font-size: var(---office-time);
    padding: 0;
}

/* Mobile View */
@media (max-width: 768px) {
    .report .report-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .report .container {
        padding: 10px;
    }

    .report .container .report-content {
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
    }

    .report .container .report-content .report-content-item {
        width: calc(50% - 7.5px);
        height: auto;
        padding: 15px;
    }

    .report .container .report-content .report-content-item .item-image {
        height: auto;
    }

    .report .container .report-content .report-content-item .item-image img {
        object-fit: cover;
    }

    .report .container .report-content .report-content-item .img-caption {
        font-size: 1rem;
        padding: 5px 0;
    }

    .report .container .report-content .report-content-item .img-caption {
        text-align: left;
    }
}

/* TABLET VIEW */
@media (max-width: 1024px) and (min-width: 769px) {
    .report .report-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    .report .container {
        padding: 15px;
    }

    .report .container .report-content {
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
    }

    .report .container .report-content .report-content-item {
        width: calc(33.33% - 10px);
        height: auto;
        padding: 15px;
    }

    .report .container .report-content .report-content-item .item-image {
        height: auto;
    }

    .report .container .report-content .report-content-item .item-image img {
        object-fit: cover;
    }

    .report .container .report-content .report-content-item .img-caption {
        font-size: 1.125rem;
        padding: 5px 0;
    }

    .report .container .report-content .report-content-item .img-caption {
        text-align: left;
    }
}

/* .report-content .report-tabs ul{
    background-color: var(---gallery-tab-bg);
}

.gallery-content .gallery-tabs ul li{
    font-size: var(---org-title);
}

.gallery-content .gallery-tabs ul li button{
    color: var(---accessibilities-color);
    font-family: var(---outfit-font);
}

.gallery-tabs .nav-pills .nav-link.active{
    background-color: var(---menu-bg-color) !important;
    border-radius: 0;
}

.photo-gallery,
.video-gallery,
.audio-gallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 15px 0;
}

.photo-gallery .photo-gallery-item{
    width: 315px;
    height: 315px;
    border-radius: 5px; 
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.photo-gallery .photo-gallery-item .item-image{
    height: 248px;
    overflow: hidden;
}

.photo-gallery .photo-gallery-item .item-image img{
    height: 100%;
}

.photo-gallery .photo-gallery-item .img-caption{
    font-family: var(---outfit-font);
    color: var(---menu-bg-color);
    font-size: var(---org-title);
    padding: 5px;
    text-align: center;
}

.video-gallery .video-gallery-item{
    width: 315px;
    height: 315px;
    border-radius: 5px; 
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-gallery .video-gallery-item .gallery_video{
    height: 248px;
    overflow: hidden;
}

.video-gallery .video-gallery-item .gallery_video iframe{
    width: 100%;
    height: 100%;
}

.video-gallery .video-gallery-item .img-caption{
    font-family: var(---outfit-font);
    color: var(---menu-bg-color);
    font-size: var(---org-title);
    padding: 5px;
    display: flex;
    justify-content: center;
    align: center;
    text-align: center;
} */

/* AUDIO */
/* .audio-gallery .audio-gallery-item{
    width: 315px;
    height: 315px;
    border-radius: 5px; 
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.audio-gallery .audio-gallery-item .gallery_audio{
    width: 100%;
    height: 248px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    display: inline-block;
}

.audio-gallery .audio-gallery-item .gallery_audio img{
    width: 100%;
    height: 100%;
}

.audio_play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.audio_play_button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.audio-gallery .audio-gallery-item .gallery_audio iframe{
    width: 100%;
    height: 100%;
}

.audio-gallery .audio-gallery-item .img-caption{
    font-family: var(---outfit-font);
    color: var(---menu-bg-color);
    font-size: var(---org-title);
    padding: 5px;
    display: flex;
    justify-content: center;
    align: center;
    text-align: center;
} */
