.elementor-24319 .elementor-element.elementor-element-39a63be{--display:flex;}.elementor-24319 .elementor-element.elementor-element-11fddfe{--display:flex;}.elementor-24319 .elementor-element.elementor-element-374cd52{--grid-columns:3;}@media(max-width:1024px){.elementor-24319 .elementor-element.elementor-element-374cd52{--grid-columns:2;}}@media(max-width:767px){.elementor-24319 .elementor-element.elementor-element-374cd52{--grid-columns:1;}}/* Start custom CSS for container, class: .elementor-element-39a63be *//* Container Grid */
.custom-category-folder-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

/* The Blue Card */
.category-folder-card {
    background: #1a2b4a; /* Dark Blue */
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
}

.category-title {
    color: var(--e-global-color-abe8844) !important; /* Lime Green */
    font-size: 1.5rem;
    margin: 10px 0;
}

.category-count {
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* The Browse Button */
.category-btn {
    background: linear-gradient(to right, #007bff, #00d4ff);
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}/* End custom CSS */