/* Sticky Navigation Styles */
.cstm_projects.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.sticky-placeholder {
    height: 80px;
    /* Adjust based on your nav height */
    display: none;
}

.sticky-placeholder.active {
    display: block;
}

.cstm_projects1 {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 6;
    background-color: transparent;
    transition: background-color 0.35s ease;
    height: 130px;
}

ul#tabs1 {
    top: 75px;
    background: #fff;
}