/*
Theme Name:         Nadine Webdesign
Theme URI:          https://nadinewebdesign.nl
Description:        High-end custom theme by Nadine Webdesign. Tailored for brand consistency and performance.
Author:             Nadine van Schoondrager
Author URI:         https://nadinewebdesign.nl
Template:           hello-elementor
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:        nadine-webdesign
*/

/* ==========================================================================
   CUSTOM CHILD THEME STYLES START BELOW
   ========================================================================== */

/* 1. Tekstkleur voor Duits (2735) en Engels (2734) */
.menu-item-2735 a, 
.menu-item-2734 a,
.menu-item-2735 a.elementor-item, 
.menu-item-2734 a.elementor-item,
.menu-item-2735 .sub-menu a,
.menu-item-2734 .sub-menu a {
    color: #003366 !important;
}

/* 2. Pijltje (SVG) kleur */
.menu-item-2735 svg, 
.menu-item-2734 svg,
.menu-item-2735 .e-fas-caret-down,
.menu-item-2734 .e-fas-caret-down {
    fill: #003366 !important;
    color: #003366 !important;
}

/* 3. Hover effect (Zwart) */
.menu-item-2735:hover > a, 
.menu-item-2734:hover > a,
.menu-item-2735:hover > a svg,
.menu-item-2734:hover > a svg,
.menu-item-2735 .sub-menu li:hover > a,
.menu-item-2734 .sub-menu li:hover > a {
    color: #003366 !important;
    fill: #003366 !important;
}