#hire-expertise h2 {
    color: #32478a;
}

#hire-expertise .models-tabs {
    background: transparent;
    border: none;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    padding-bottom: 4px;
}

#hire-expertise .tech-content {
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 20px 100px;
    align-items: center;
}

#hire-expertise .contactus-btn-wrapp {
    margin-top: 50px;
}

#hire-expertise .nav-pills .nav-link {
    border-bottom: 1px solid #0000004d;
    border-radius: 0;
    padding: 32px 50px;
    font-weight: 700;
    font-size: 20px;
    font-family: "Poppins", sans-serif !important;
}

#hire-expertise .nav-pills .nav-item {
    position: relative;
}

#hire-expertise .nav-pills .nav-item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 34px;
    top: 30%;
    right: 0;
    background-color: #0000004d;
}

.dark-mode #hire-expertise .nav-pills .nav-item:not(:last-child)::after {
    background-color: #adadad;
}

.dark-mode #hire-expertise .nav-pills .nav-link {
    border-color: #adadad;
}

.nav-pills .nav-link.active {
    border-bottom: 2px solid #32478a !important;
}

.dark-mode .hire-expertise .nav-item .nav-link.active {
    color: #9db5ff;
    border-color: #9db5ff !important;
}

#hire-expertise  .expertise-level {
    padding-bottom: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

#hire-expertise .models-tabs::-webkit-scrollbar {
    height: 3px;
}

#hire-expertise .models-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#hire-expertise .models-tabs::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
    cursor: pointer;
}

#hire-expertise .models-tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#hire-expertise .models-tabs::-webkit-scrollbar-button {
    display: none;
}

.nav-pills button.nav-link {
    font-family: "Poppins", sans-serif !important;
}

.contactus-btn-wrapp {
    width: 100%;
    display: inline-block;
    margin-top: 20px
}

#hire-expertise .models-tabs .nav-item .nav-link {
    color: #000000;
}

.dark-mode #hire-expertise .models-tabs .nav-item .nav-link {
    color: #fff;
}

#hire-expertise .models-tabs .nav-item .nav-link.active {
    color: #32478a;
}

#hire-expertise .models-tabs .nav-item .nav-link:hover {
    color: #32478a !important;
}

.dark-mode #hire-expertise .nav-item .nav-link:hover {
    color: #9db5ff!important;
}

@media only screen and (max-width: 991.98px) {
    .hire-expertise {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hire-expertise {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .expertise-level h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .background-section-m-p {
        margin: 0 !important;
    }
}
