.elementor-1458 .elementor-element.elementor-element-eb433fa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1458 .elementor-element.elementor-element-9dc175e{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9dc175e *//* Floating Dock Container */
.modlochi-nav-dock {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 8px 12px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Logo Section */
.nav-logo {
    font-weight: 800;
    font-family: 'Space Grotesk', sans-serif;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    letter-spacing: -1px;
}

.emerald-dot {
    color: #10b981;
}

/* Links Wrapper */
.nav-links {
    display: flex;
    gap: 5px;
    padding-left: 8px;
}

/* Individual Items */
.nav-item {
    text-decoration: none;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.nav-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.nav-item.active {
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
}

/* Highlighting the Support Link */
.contact-trigger {
    color: #fff;
    background: rgba(16, 185, 129, 0.2);
}

.contact-trigger:hover {
    background: #10b981;
    color: #000;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .modlochi-nav-dock {
        width: 90%;
        bottom: 20px;
        justify-content: center;
    }
    .nav-item {
        padding: 8px 12px;
        font-size: 12px;
    }
}/* End custom CSS */