 /* Custom Modal Styles */
        .modal-content {
            border-radius: 12px;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
            border: none;
        }

        .modal-header {
            background: #127bca;
            color: white;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }

        .modal-header h5 {
            font-weight: bold;
        }

        .modal-body {
            padding: 20px;
            background: #f8f9fa;
        }

        .modal-body h5 {
    color: #127bca;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
        }

        .form-control,
        .form-select {
            border-radius: 6px;
            border: 1px solid #ced4da;
            padding: 10px;
            font-size: 14px;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: #127bca;
            box-shadow: 0px 0px 8px rgba(42, 85, 140, 0.4);
        }

        .btn-primary {
            background-color: #127bca;
            border: none;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 6px;
            transition: background 0.3s ease-in-out;
        }

        .btn-primary:hover {
            background-color: #1d3f6b;
        }

        .btn-close {
            color: #fff !important;
            font-size: 16px;
            opacity:1;
        }
        
        
        
.custom-next-button:after, .custom-prev-button:after {
    font-size: 12px !important;
    color: #000;
    background-color: #fef64e;
    padding: 10px 12px;
    border-radius: 50%;
}  
        
.courseSwiper .swiper-pagination-bullet-active {
    background-color: #f3e803 !important;
}       
.courseSwiper .swiper-pagination-bullet {
    background-color: #000 !important;
    transition: 0.4s;
}  

/* ------  Mca and MBA page Styles  ---------- */

 .mca-banner {
  background-image: url(../images/mca/mca-banner-02.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 90px;
    height: 105vh;
}

.mca .mca-banner .heading-content h1 {
    font-size: 48px !important;
    line-height: 48px;
}

.mca-ligibillty .eligibility-content {
    backdrop-filter: blur(40px);
    border-radius: 40px;
    width: 95%;
}

.mca-program-curriculum {
    background-image: url(../images/mca/programme-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mca-left-panel {
    background-image: url(../images/mca/e-learning.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    color: white;
    padding: 40px;
}

.mca-faq .faq-accordion .number {
    margin-right: 23px;
}
.mca-faq .faq-accordion .accordion-item.active {
        background-size: cover !important;
    }
.mca-info .title {
 background: linear-gradient(90deg, #24A3C0, #9e3bbd00);   
}

 .mba-banner {
  background-image: url(../images/mba/mba-banner-02.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 90px;
    height: 105vh;
}

@media (max-width: 768px) {
 .mba-banner {
  background-image: url(../images/mba/mobile-banner.png);
  }
}

.mba .mba-banner .heading-content h1 {
    font-size: 48px !important;
    line-height: 48px;
}

.mba-info .title {
 background: linear-gradient(90deg, #B524C0, #55115A00);   
}

.mba-pgm-electives {
    background-image: url(../images/mba/yellow-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 60px;
    border-radius: 30px;
}

.section-custom {
        display: flex;
    width: 100%;
    position: absolute;
    left: 20%;
    flex-wrap: wrap;
    flex-direction: row;
}

.pt-100 {
    padding-top: 100px;
}

span.nav-link.semester-button.cus-m-head {
    color: #c9c9c9 !important;
}

#v-pills-tab-02 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}

#v-pills-tab-02 .item {
  flex: 0 0 calc(100% / 3); 
  box-sizing: border-box;
  padding: 10px;
}

#v-pills-tab-02 button.semester-button {
color: #FFFFFF !important;
 }
 #v-pills-tab-02 button.semester-button.active {
    color: #127BCA !important;
}
button.btn.btn-primary.mb-4.collapsed {
    background-color: #ACACACD9;
}
.mba-program-curriculum {
    background-image: url(../images/mba/programme.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Initial red background */
.red-on-load {
  background-color: #ACACACD9 !important;
}

@media screen and (min-width: 768px) {
 .border-md-bottom-0 {
 border-bottom: 0px !important ;
 }
}

.help-dsk-main {
    border-bottom: none;
    box-shadow: 0px 0px 50px 0px #00000017;
    border-top: none;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px;
    border-radius: 20px;
}

.fs-60 {
    font-size: 60px;
    line-height: 60px;
}
.fs-48 {
    font-size: 48px;
    line-height: 58px;
}
@media screen and (max-width: 768px) {
.fs-60 {
    font-size: 50px;
    line-height: 50px;
}
.fs-48 {
    font-size: 28px;
    line-height: 38px;
}
}


/* Start:  Section blue */
.bg-entitled {
  background-image: url(../images/home/blue-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cus-my-80 {
 margin-top: 80px;
 margin-bottom: 20px;
}
.dwl-btnn {
background-color: #ffffff00;
color: #FEB201;
font-weight: 600;
font-size: 24px;
padding: 10px 20px;
border-radius: 35px;
border: 1px solid #FEB201;
text-decoration: none !important;
}


/* End:  Section blue */

.custom-next-button:after, .custom-prev-button:after {
    font-size: 12px !important;
    padding: 10px 12px;
}







