.elementor-35319 .elementor-element.elementor-element-7d4dc7e > .elementor-background-overlay{background-color:#DDCACA;opacity:0.5;}.elementor-35319 .elementor-element.elementor-element-7e268b6c{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-35319 .elementor-element.elementor-element-41ebaec4{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-35319 .elementor-element.elementor-element-cb5816f{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-35319 .elementor-element.elementor-element-5da29236 > .elementor-background-overlay{background-color:#DDCACA;opacity:0.5;}body.elementor-page-35319:not(.elementor-motion-effects-element-type-background), body.elementor-page-35319 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for section, class: .elementor-element-7d4dc7e *//* General Styles (for desktop view) */
.category-section {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-section h2 {
    text-align: center;
    font-size: 18px;
    color: #333;
    border-bottom: 3px solid #0073e6;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    animation: fadeIn 0.8s ease-out;
}

.category-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-section ul li {
    display: block;
    padding: 6px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-section ul li a {
    text-decoration: none;
    color: #0073e6;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 6px 10px;
    border-radius: 6px;
}

.category-section ul li a:hover {
    background-color: #0073e6;
    color: #fff;
    transform: translateX(2px);
    transition: all 0.3s ease-in-out;
}

.category-section ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.category-section ul li:not(:hover),
.category-section ul li a:not(:hover) {
    transition: none;
}

/* Mobile and Tablet View */
@media (max-width: 768px) {
    /* Remove background, shadow, padding, and other unnecessary styles for mobile */
    .category-section {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        margin-bottom: 10px;
    }

    .category-section h2 {
        font-size: 16px;
        text-align: left;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .category-section ul {
        display: block;
        gap: 0;
    }

    .category-section ul li {
        display: list-item;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .category-section ul li a {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 8px;
        text-decoration: none;
    }

    .category-section ul li a:hover {
        background-color: transparent;
        color: #0073e6;
        transform: none;
    }

    .category-section ul li:hover {
        transform: none;
        box-shadow: none;
    }
}/* End custom CSS */