.vxr_gallery2_main_box {
    background: #242527;
    padding: 80px 0;
    min-height: 100vh;
    position: relative;
}

.vxr_gallery_wave_before {
    position: absolute;
    top: -199px;
    width: 100%;
    height: 200px;
    background: url(https://cdn.vexar.io/uploads/templates/sections/3480a912-dcd9-4293-9fbe-453cc92d9a0c/img/gallery_wave.svg) center / cover no-repeat;
    z-index: 10;
}

.vxr_gallery_wave_after {
    position: absolute;
    bottom: -199px;
    width: 100%;
    height: 200px;
    transform: rotate(180deg);
    background: url(https://cdn.vexar.io/uploads/templates/sections/3480a912-dcd9-4293-9fbe-453cc92d9a0c/img/gallery_wave.svg) center / cover no-repeat;
    z-index: 10;
}

.vxr_gallery2_container {
    max-width: 2500px;
    margin: 0 auto;
    padding: 0 20px;
}

.vxr_gallery2_header {
    text-align: center;
    margin-bottom: 60px;
}

.vxr_gallery2_icon {
    font-size: 64px;
    color: #666;
    margin-bottom: 30px;
}

.vxr_gallery2_title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vxr_gallery2_tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.vxr_gallery2_tab a {
    padding: 12px 30px;
    background: rgba(255,255,255,0.1);
    color: #999;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    border-radius: 25px;
}

.vxr_gallery2_tab.uk-active a {
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4;
}

.vxr_gallery2_tab a:hover:not(.uk-active) {
    color: #fff;
}

.vxr_gallery2_gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    padding: 0;
}

.vxr_gallery2_col {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.vxr_gallery2_col.large {
    flex: 2.5;
}

.vxr_gallery2_col.medium {
    flex: 1.5;
}

.vxr_gallery2_col.small {
    flex: 1;
}

.vxr_gallery2_item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}

.vxr_gallery2_item img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vxr_gallery2_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.vxr_gallery2_overlay h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #fff;
}

.vxr_gallery2_overlay p {
    font-size: 14px;
    margin: 0 0 4px 0;
    opacity: 0.8;
    line-height: 1.4;
}

.vxr_gallery2_item:hover .vxr_gallery2_overlay {
    transform: translateY(0);
}

.vxr_gallery2_item:hover img {
    transform: scale(1.05);
}

.vxr_gallery2_col.hidden {
    display: none;
}

@media (max-width: 768px) {
    .vxr_gallery2_main_box {
        padding: 60px 0;
    }

    .vxr_gallery2_container {
        padding: 0 15px;
    }

    .vxr_gallery2_title {
        font-size: 24px;
    }

    .vxr_gallery2_tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .vxr_gallery2_tab {
        border-radius: 20px !important;
        padding: 10px 20px;
        font-size: 12px;
    }

    .vxr_gallery2_col {
        height: 200px;
    }

    .vxr_gallery2_col.large,
    .vxr_gallery2_col.medium,
    .vxr_gallery2_col.small {
        flex: 1;
    }
}

@media (max-width: 645px) {
    .vxr_gallery2_item img {
        max-height: 100%;
    }
}

.vxr4E191 {
    width: 100px;
    height: 100px;
}