.elementor-2969 .elementor-element.elementor-element-f75975c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-2969 .elementor-element.elementor-element-f75975c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2969 .elementor-element.elementor-element-9dbc276{--display:flex;}.elementor-2969 .elementor-element.elementor-element-9dbc276.e-con{--align-self:center;}.elementor-2969 .elementor-element.elementor-element-f1555ce > .elementor-widget-container{margin:0px 0px 6px 0px;}.elementor-2969 .elementor-element.elementor-element-f1555ce{text-align:center;}.elementor-2969 .elementor-element.elementor-element-f1555ce .elementor-heading-title{font-size:42px;font-weight:600;color:#D2A853;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2969 .elementor-element.elementor-element-f75975c{--width:89.049%;}.elementor-2969 .elementor-element.elementor-element-9dbc276{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-dffd17a *//* XE Unique Container Styling */
.xeunique-sitemap-section {
    background-color: #000000;
    padding: 40px 20px;
    border-radius: 12px;
    border: 1px solid #D2A853; /* 
 
}

/* Base List Styling */
.xeunique-menu, .xeunique-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xeunique-menu ul {
    margin-left: 30px; 
    border-left: 2px solid #D2A853; /* The Golden Branch */
}

.xeunique-menu li {
    position: relative;
    padding: 12px 0 12px 25px;
}

/* Branch Lines */
.xeunique-menu li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #D2A853;
}

/* Link Button Styling */
.xeunique-menu .menu-link {
    display: inline-block;
    color: #D2A853 !important;
    text-decoration: none;
    border: 1px solid #D2A853;
    padding: 12px 20px;
    border-radius: 4px;
    background: #111;
    min-width: 260px;
    transition: all 0.3s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .xeunique-menu ul {
        margin-left: 15px; /* Tighter indent for mobile */
    }
    
    .xeunique-menu .menu-link {
        min-width: 100%; /* Links take full width on phones */
        box-sizing: border-box;
    }
    
    .xeunique-sitemap-section {
        padding: 30px 15px;
    }
}

/* Root Item Highlights (Home) */
.xeunique-menu > li > .menu-link {
    background: #D2A853;
    color: #000 !important;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

/* Hover Effects (Desktop only for better UX) */
@media (min-width: 769px) {
    .xeunique-menu .menu-link:hover {
        background: #D2A853;
        color: #000 !important;
        transform: translateX(10px);
        box-shadow: 0px 0px 15px rgba(210, 168, 83, 0.4);
    }
}/* End custom CSS */