.scrollable-tabs-container {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;    /* Firefox */
}

.scrollable-tabs-container::-webkit-scrollbar {
    display: none;            /* Chrome, Safari and Opera */
}
.alumni .scroll-arrow{
    font-size: 48px;
    background: #dbf9ee;
    margin-top: 26px;
    padding-top: 0;
    line-height: 0;
    height: 40px !important;
}

.nav-tabs .nav-link {
    white-space: nowrap;
    border: none;
    border-bottom: 2px solid transparent;
    color: #333;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #3584F4;
    color: #3584F4;
}

.scroll-arrow {
    background: white;
    font-size: 1.5rem;
    width: 40px;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.scroll-arrow:hover {
    opacity: 1;
    background-color: #f0f0f0;
}
.curve-nav li.nav-item .nav-link.active{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 52px;
}


.tab-slider .owl-carousel .owl-item img {
    display: block;
    width: 60% !important;
    max-width: 60% !important;
}
.event-card {
    border-radius: 8px !important;
}
@media screen and (max-width: 767px) {
    .tab-slider .owl-carousel .owl-item img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }
}

table tr th {
    background: #001E94 !important;
    color: #fff !important;
}
