.services-nav-container-17ae59cf {
    width: 100%;
    box-sizing: border-box;
}

/* Sticky support inside parent column/container */
.services-nav-sticky-yes .services-nav-container-17ae59cf {
    position: -webkit-sticky;
    position: sticky;
}

.services-nav-list-17ae59cf {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}

.services-nav-item-17ae59cf {
    border-bottom: 1.5px solid #e0e0e0;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.services-nav-item-17ae59cf:last-child {
    border-bottom: none;
}

.services-nav-link-17ae59cf {
    display: flex;
    align-items: center;
    padding: 20px 15px; /* bigger bar padding */
    text-decoration: none;
    font-weight: bold; /* make the sections bold */
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ffffff; /* clear clickable bar look */
}

.services-nav-link-17ae59cf:hover {
    background-color: #f9f9f9;
}

/* Hide dot unless active */
.services-nav-dot-17ae59cf {
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    margin-right: 12px;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.services-nav-item-17ae59cf.is-active .services-nav-dot-17ae59cf {
    display: inline-block;
    background-color: #0073aa; /* Fallback active blue color */
}

.services-nav-text-17ae59cf {
    flex-grow: 1;
}

/* Arrow indicator to the right */
.services-nav-arrow-17ae59cf {
    flex-shrink: 0;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.services-nav-link-17ae59cf:hover .services-nav-arrow-17ae59cf {
    transform: translateX(4px);
}
