/* Gallery Styles */
.vc_grid-container {
    margin-bottom: 35px;
}

.vc_gitem-zone img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.vc_gitem-zone:hover img {
    transform: scale(1.05);
}

.vc_gitem-zone {
    overflow: hidden;
    position: relative;
    height: 250px;
    background-color: #f5f5f5;
}

.vc_gitem-zone a {
    display: block;
    height: 100%;
    width: 100%;
}

.vc_gitem-zone img {
    object-fit: cover;
    height: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .vc_grid-item {
        width: 50% !important;
    }
    
    .vc_gitem-zone {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .vc_grid-item {
        width: 100% !important;
    }
    
    .vc_gitem-zone {
        height: 200px;
    }
}

/* Tab Styles */
.vc_tta-tabs-list {
    display: flex;
    flex-wrap: wrap;
}

.vc_tta-tab {
    flex-grow: 1;
    text-align: center;
}

.vc_tta-tab a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: #333;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
}

.vc_tta-tab.vc_active a {
    background-color: #0077cc;
    color: white;
}

/* Lightbox enhancements */
.lightbox-caption {
    font-size: 14px;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
}
