/*
Theme Name: Docy Child
Theme URI: https://your-site.com
Description: Child theme for Docy
Author: Your Name
Template: docy
Version: 1.0
*/

/* Your custom CSS here */

/* CSS for Menu */
/* Menu Highlight Button */
/*.elementor-12084 .menu-highlight > a {*/
/*    background: #111 !important;*/
/*    color: #fff !important;*/

/*    padding: 10px 20px !important;*/
/*    border-radius: 50px;*/

/*    display: inline-block;*/
/*    transition: all 0.3s ease;*/
/*}*/
/*.elementor-12084 .menu-highlight > a:hover {*/
/*    background: #026f8c !important;*/
/*    color: #fff !important;*/

/*    transform: translateY(-2px);*/
/*    box-shadow: 0 6px 18px rgba(3, 137, 175, 0.25);*/
/*}*/

/* */
.menu-highlight > a {
    background: #b07200 !important;
    color: #fff !important;
    padding: 16px 20px 15px 20px !important;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover effect */
.menu-highlight > a:hover {
    background: #d18700;
    box-shadow: 0 6px 18px rgba(3, 137, 175, 0.25);
}