/*
 Theme Name:   Wellnez Child
 Theme URI:    https://wordpress.vecurosoft.com/wellnez/
 Description:  This is a child theme for Wellnez WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     wellnez
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  wellnez-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.accordion-nav {
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: "Segoe UI", sans-serif;
}

.accordion-nav .menu-item {
    margin-bottom: 12px;
}

.accordion-nav .menu-parent {
    background-color: #ff6f61;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.accordion-nav .menu-parent:hover {
    background-color: #e65b50;
}

.accordion-nav .submenu {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 8px;
    padding: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
}

.accordion-nav .submenu a {
    color: #333;
    padding: 6px 12px;
    display: block;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.accordion-nav .submenu a:hover {
    background-color: #f0f0f0;
}

