.bg-banner {
    position: relative;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgb(0 0 0 / 72%) 11%,
        rgba(0, 0, 0, 0.1) 17%,
        rgb(0 0 0 / 161%) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.breadcrums {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    color: #fff; /* Adjust color as needed */
}

/* nav-tab-css */
/* .nab-wrapper .nav.nav-tabs {
    border-bottom: 1px solid #333333;
} */
/* .nab-wrapper .nav-item {
    border-right: 1px solid #333333;
    padding: 0px 5px;
    border-bottom: 1px solid #333333;
} */

.nab-wrapper .btn.nav-link.custom-btn {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    border: none;
    position: relative;
    padding: 10px 10px;
    border-bottom: 1px solid #333333 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
.nab-wrapper .btn.nav-link.custom-btn.active {
    color: #0546a7;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    border-bottom: 1px solid #0546a7 !important;
    border-radius: 0px !important;
}
.course-tab {
    border-bottom: 1px solid #b8b7b7eb !important;
}
/* career-tab css */

.nav.career-scope .nav-item a.nav-link {
    color: #ffffff;
}
.nav.career-scope .nav-item a.nav-link.active {
    border-bottom: 2px solid #ffcc28 !important;
    color: #ffcc28 !important;
}
.nav.sbup-scope .nav-item a.nav-link {
    color: #626262;
}
.nav.sbup-scope {
    border-bottom: 1px solid #dcdcee !important;
}
.nav.sbup-scope .nav-item a.nav-link.active {
    border-bottom: 2px solid #0546a7 !important;
    color: #0546a7;
}
.nav.sbup-scope .nav-item a.nav-link {
    color: #626262;
}
/* eligibility */
.courses-wrapper-box ul {
    list-style: none;
    color: #fff;
}
.courses-wrapper-box li {
    position: relative;
    line-height: 33px;
}
.eligibility li::before {
    color: #ffffff;
}
.courses-wrapper-box li::before {
    content: "\f058"; /* Unicode for the Font Awesome 'check-circle' icon */
    font-family: "Font Awesome 5 Free"; /* Font Awesome family */
    font-weight: 400; /* Adjust for 'far' style (regular) */
    margin-right: 8px; /* Space between icon and text */
    font-size: 1em; /* Adjust icon size as needed */
    vertical-align: middle; /* Align icon with text */
    position: absolute;
    left: -25px;
}
.admission-process li::before {
    color: #3584F4;
}
.admission-process ul {
    list-style: none;
    color: #333333;
}
.table-heading {
    background-color: #3584F4;
    color: white;
}
.refund-rules {
    color: white;
}
.refund-table th,
.refund-table td {
    vertical-align: middle;
    padding: 10px;
}
.refund-table th {
    background-color: #e9ecef;
}
.refund-table .sr-no {
    width: 22%; /* Adjust width for Sr. No column */
}
.partner-logos {
    padding: 20px 0;
}
.partner-logos img {
    max-height: 40px; /* Adjust height to match the design */
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}
.faq .accordion-button::before {
    float: right !important;
    font-family: "Font Awesome 5 Free"; /* Ensure this matches the Font Awesome 5 family */
    font-weight: 900; /* Font Awesome 5 requires this for solid icons */
    content: "\f068"; /* Minus icon */
    padding-right: 5px;
    right: 13px;
    position: absolute;
}
.faq .accordion-button.collapsed::before {
    content: "\f067";
    right: 0px;
    position: absolute; /* Plus icon */
}
.faq .accordion-button::after {
    display: none !important;
}
.faq h6 .accordion-button {
    color: #4A4A4A;
    font-size: 14px;
}
.position-apply .form-control{
    text-transform: uppercase !important;
}

ul.nav.nav-pills.structure-tab .nav-item .nav-link{
    background: transparent;
    color: #333333;
    border: 1px solid #EFEFEF;
    font-size: 14px;
}
ul.nav.nav-pills.structure-tab .nav-item:first-child .nav-link{
    background: transparent;
    color: #333333;
    border: 1px solid #EFEFEF;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
ul.nav.nav-pills.structure-tab .nav-item:last-child .nav-link{
    background: transparent;
    color: #333333;
    border: 1px solid #EFEFEF;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
ul.nav.nav-pills.structure-tab .nav-item .nav-link.active, ul.nav.nav-pills.structure-tab .nav-item .nav-link.hover {
    background: #0546a7;
    color: #fff;
    border: 1px solid #0546a7;
}
@media (max-width: 767px) {
    .tabs-wrapper {
        position: relative;
        overflow: hidden;
    }

    .tabs-container {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .tabs-container::-webkit-scrollbar {
        display: none;
    }

    .scroll-btn {
        background-color: #fff;
        border: none;
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }

    .scroll-left {
        left: 0;
    }

    .scroll-right {
        right: 0;
    }
}

/* Hide scroll buttons on desktop */
@media (min-width: 768px) {
    .scroll-btn {
        display: none !important;
    }
}


.date-title {
    border-left: 2px solid #3584f4;
    padding-left: 1rem;
    font-size: 2rem;
    color: rgb(74, 74, 74);
}
.date-card h4 {
    font-size: 1.3rem;
    color: #3584f4;
    font-weight: 700;
}
.border-end {
    border: 1px dotted grey;
    height: 3rem;
    margin: 1.3rem 2rem;
    border-radius: 0px;
}
.specialization {
    background-image: linear-gradient(275.13deg, rgba(219, 67, 99, 0.9) 0%, rgba(77, 92, 255, 0.9) 100%), url(/images/specialization-bg.jpg?3a0b780c1f473caa5b7df98f5775166c);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    color: #fff;
}

.opportunities-new .slide-bg {
    height: 600px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}
.opportunities-new .carousel-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    margin: 0;
    padding: 0 10px 0px 10;
    list-style: none;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 0;
}
.opportunities-new .carousel-nav .nav-item {
flex-grow: 1;
    text-align: center;
    padding: 12px 8px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border-top: 3px solid transparent;
    transition: all 0.3s ease;
}
.opportunities-new .carousel-nav .nav-item.active {
       border-top: 3px solid #FBBF24 !important;
    font-weight: bold;
    background: linear-gradient(to right, #FBBF24, #FBBF24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.opportunities-new .carousel-indicators-mobile button {
  all: unset; /* Remove all default button styles */
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #4A4A4A;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.opportunities-new .carousel-indicators-mobile button.active {
  background-color: #4A4A4A; /* Change to your desired active color */
}
.opportunities-new .carousel-control-prev-icon,
.opportunities-new .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
   .opportunities-new .carousel-nav .nav-item {
        display: none;
        /* hide all */
    }
   .opportunities-new .carousel-nav .nav-item.active {
        display: block;
        /* only show active */
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 12px;
    }
}

