/**
Theme Name: Astra Child
Author: Dheeraj codex
Author URI: https://dheerajcodex.github.io/
Description: Astra is the fastest, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Highlight the active treatment link in the sidebar */
.widget_nav_menu .current-menu-item a {
    color: #0a4d4f !important; /* Replace with your theme's primary color */
    font-weight: bold !important; /* Makes the active text bold */
}

/* Optional: Add a stylish arrow before the active link */
.widget_nav_menu .current-menu-item a::before {
    content: "➔ "; 
    margin-right: 5px;
    color: #0a4d4f;
}

