/* external: https://cdn-vexar.lon1.digitaloceanspaces.com/uploads/templates/sections/cafcfed5-49a0-4680-be8d-d1867c94adc1/style.css */
.vxr_cg1_main_box .vxr_cg1_container {
max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.vxr_cg1_main_box .vxr_cg1_title {
font-size: 32px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.2;
}

.vxr_cg1_main_box .vxr_cg1_grid {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.vxr_cg1_main_box .vxr_cg1_category_item {
transition: all 0.3s ease;
}

.vxr_cg1_main_box .vxr_cg1_category_item.vxr_cg1_hidden {
display: none;
}

.vxr_cg1_main_box .vxr_cg1_category_link {
display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.vxr_cg1_main_box .vxr_cg1_category_link:hover {
transform: translateY(-4px);
}

.vxr_cg1_main_box .vxr_cg1_category_image {
width: 100%;
    height: 200px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}

.vxr_cg1_main_box .vxr_cg1_category_img {
width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.vxr_cg1_main_box .vxr_cg1_category_name {
font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

.vxr_cg1_main_box .vxr_cg1_view_all {
text-align: center;
}

.vxr_cg1_main_box .vxr_cg1_view_all_btn {
background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    color: #2d3748;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.vxr_cg1_main_box .vxr_cg1_view_all_btn:hover {
background-color: #f8fafc;
    border-color: #3b82f6;
}

.vxr_cg1_main_box .vxr_cg1_arrow {
width: 12px;
    height: 8px;
    transition: transform 0.3s ease;
}

.vxr_cg1_main_box .vxr_cg1_view_all_btn.vxr_cg1_expanded .vxr_cg1_arrow {
transform: rotate(180deg);
}

/* Desktop: 4 columns, show first 4 items */
@media (min-width: 1025px) {
.vxr_cg1_main_box .vxr_cg1_grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Tablet: 3 columns, show first 6 items (2 rows) */
@media (max-width: 1024px) and (min-width: 769px) {
.vxr_cg1_main_box .vxr_cg1_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .vxr_cg1_main_box .vxr_cg1_category_item:nth-child(5),
    .vxr_cg1_main_box .vxr_cg1_category_item:nth-child(6) {
        display: block;
    }

    .vxr_cg1_main_box .vxr_cg1_category_item:nth-child(5).vxr_cg1_hidden,
    .vxr_cg1_main_box .vxr_cg1_category_item:nth-child(6).vxr_cg1_hidden {
        display: block;
    }
}

/* Small tablet: 2 columns, show first 4 items (2 rows) */
@media (max-width: 768px) and (min-width: 481px) {
.vxr_cg1_main_box .vxr_cg1_container {
        padding: 40px 16px;
    }

    .vxr_cg1_main_box .vxr_cg1_title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .vxr_cg1_main_box .vxr_cg1_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .vxr_cg1_main_box .vxr_cg1_category_image {
        height: 160px;
    }
}

/* Mobile: 2 columns, show first 4 items (2 rows) */
@media (max-width: 480px) {
.vxr_cg1_main_box .vxr_cg1_container {
        padding: 32px 12px;
    }

    .vxr_cg1_main_box .vxr_cg1_title {
        font-size: 24px;
    }

    .vxr_cg1_main_box .vxr_cg1_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .vxr_cg1_main_box .vxr_cg1_category_image {
        height: 140px;
    }

    .vxr_cg1_main_box .vxr_cg1_category_name {
        font-size: 16px;
    }
}

.ceSection.vxr_cg1_main_box.vxrA3023 {
background-color: rgb(249, 249, 249);
}

.vxr_cg1_category_item.vxr_cg1_hidden.vxr4E41B {
display: none;
}

.vxr_cg1_category_item.vxr_cg1_hidden.vxrBBA7D {
display: none;
}

.vxr_cg1_category_item.vxr_cg1_hidden.vxrDEA5F {
display: none;
}

.vxr_cg1_category_item.vxr_cg1_hidden.vxrCC9CE {
display: none;
}