.elementor-406 .elementor-element.elementor-element-d566e61{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-406 .elementor-element.elementor-element-4336e0d8{text-shadow:0px 0px 0px rgba(0,0,0,0.3);color:var( --e-global-color-background );}.elementor-406 .elementor-element.elementor-element-f2045b1{--display:flex;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* Elementor-specific overrides */
.elementor-widget-html {
    background: linear-gradient(135deg, #0c0c0c 0%, #1a1a2e 50%, #16213e 100%) !important;
    padding: 40px 20px !important;
    margin: -40px -20px !important;
    border-radius: 0 !important;
}

.elementor-section {
    background: transparent !important;
}

.elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Your tree styles */
.quantum-tree-container {
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 80vh;
}

.tree-title {
    text-align: center;
    margin-bottom: 30px;
    color: #64ffda;
    text-shadow: 0 0 20px rgba(100, 255, 218, 0.5);
    font-size: 28px;
    font-weight: bold;
}

.tree-controls {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.control-btn {
    padding: 10px 20px;
    background: rgba(100, 255, 218, 0.1);
    border: 1px solid #64ffda;
    color: #64ffda;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
}

.control-btn:hover, .control-btn.active {
    background: #64ffda;
    color: #0c0c0c;
    transform: translateY(-2px);
}

.tree-structure {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(100, 255, 218, 0.1);
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.tree-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.root-concept {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
    border: 2px solid #ff6b6b;
    border-radius: 20px;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-bottom: 60px;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.root-concept:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
}

.main-branches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1200px;
}

/* Exclude header elements from white text override */
.forced-menu,
.forced-menu *,
.elementor-location-header,
.elementor-location-header *,
.site-header,
.site-header *,
.main-navigation,
.main-navigation *,
nav,
nav * {
    color: inherit !important;
}

/* Specifically target your custom menu */
.forced-menu a {
    color: #333 !important; /* or whatever color you want */
}

.forced-menu a:hover {
    color: #f0f0f0 !important; /* hover color */
}

/* Override the nuclear white text option for header areas */
header,
header *,
.elementor-section:first-child,
.elementor-section:first-child * {
    color: revert !important;
}

/* Nuclear option - remove all tooltips */
.branch-item[title] {
    pointer-events: none !important;
}

.branch-item {
    pointer-events: auto !important;
}

/* Or remove title attributes entirely via JavaScript *//* End custom CSS */