.nav .nav-item button.active {
  background-color: transparent;
  color: #6DCEF6!important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #6DCEF6;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #142637!important;
}

.p-1 {
    padding: 0rem 3rem ! important;
}

.p-5 {
    padding: 3rem !important;
}



.nav-pills-custom .nav-link {
    color: #142637;
    background: #fff;
    position: relative;
}



/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #6DCEF6;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #6DCEF6;
}

li.nav-item {
    font-size: 1.2rem;
    padding-right: 1.4rem;
}







