@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Base Styles */
body {
    font-family: "Poppins", sans-serif;
}

section {
    padding: 30px 0;
}

/* Hero Banner Section */
#hero-banner {
    background: #154181;
    margin-top: 100px;
}

.apply-now-header-button {
    background-color: #FEBE02;
    border: 1px solid #DDA500;
    padding: 12px 30px;
}

.whatsapp-chat {
    border: 2px solid #4CAF50;
    text-decoration: none;
}

.whatsapp-chat img {
    background-color: #4CAF50;
}

.university-logo img {
    max-width: 70%;
}

.apply-now-form-button {
    padding: 0;
    border: 0;
}

.apply-now-form-button span {
    background-color: #FEBE02;
    border: 1px solid #DDA500;
    padding: 15px 20px;
}

.apply-now-form-button span:last-child {
    background-color: #DDA500;
}

.heading1 {
    font-size: 45px;
}

.text-heading {
    font-size: 40px;
}

.Brochure-header {
    background-color: #fff;
    border: 1px solid #DDA500;
    padding: 15px 20px;
}

/* Rankings and Recognitions Section */
#Rankings-and-Recognitions {
    background-image: url(../image/bba-lp/rankings-and-recognitions.png);
    background-size: cover;
}

.duration-status {
    color: #043E92;
    border: 2px solid #043E92;
    width: fit-content;
    border-radius: 4px;
    list-style: none;
    padding: 0;
    display: inline-flex;
}

.duration-status li {
    border-right: 2px solid #043E92;
    padding: 15px 20px;
    font-size: 18px;
}

.duration-status li:last-child {
    border: 0;
}

.duration-status li span {
    color: #043E92;
}

.Rankings-Rankings .card {
    background-color: #fff;
    box-shadow: 0px 3px 6px #043E9233;
    text-align: center;
    border-radius: 0;
    border: 0;
    padding: 20px 10px;
}

.Rankings-Rankings .card img {
    width: fit-content;
    margin: auto;
}

.Rankings-Rankings .card .card-body h5 {
    color: #043E92;
    font-size: 16px;
    font-weight: 600;
}

.Rankings-Rankings .card .card-body {
    font-size: 14px;
}

.Rankings-Rankings .img-header {
    height: 60px;
    display: flex;
}

.Leadership_Excellence {
    color: #043E92;
}

.Leadership-hr-row {
    border: 1px solid;
    color: #FEBE02;
    opacity: 1;
    margin: 0px auto;
    width: 45%;
}

/* Program Features Section */
#BBA-Program-Unbeatable {
    background-image: url(../image/bba-lp/bba-program-unbeatable.svg);
    background-size: cover;
    position: relative;
}

.program-cards {
    background-color: #fff;
    padding: 20px 30px;
}

.program-cards h6 {
    color: #043E92;
    height: 35px;
}

.program-cards p {
    font-size: 14px;
    height: 60px;
}

.program-cards hr {
    border: 2px solid #FEBE02;
    opacity: 1;
    width: 40px;
}

/* Globally Recognized Section */
#your-globally {
    background-image: url(../image/bba-lp/your-globally-recognized-bba-degree.png);
    background-size: cover;
}

.certificate-Your-Globally .bi-chevron-right::before {
    font-weight: 600 !important;
    font-size: 30px;
    color: #fff;
}

#your-globally .Recognized {
    background-color: #fff;
    color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #043E92 !important;
    color: #fff !important;
}

.certificate-Your-Globally {
    background-color: #FEBE02;
    padding: 0px 30px;
}

.nav-pills .nav-link.active .certificate-Your-Globally {
    background-color: #fff;
}

.nav-pills .nav-link.active .certificate-Your-Globally .bi-chevron-right::before {
    color: #043E92;
}

/* Specialization Cards */
.specCard {
    background-color: #F3F6FD;
    border: none;
    padding: 15px;
    border-radius: none;
    height: 100%;
}

.specCard:hover {
    background-color: #043E92;
}

.specCard:hover h3, .specCard:hover p {
    color: white;
}

.specCard:hover img {
    filter: brightness(5);
}

.specCard h3 {
    color: #043E92;
}

.specCard p {
    color: #505050;
}

.specCard img {
    width: 42px;
    height: 40px;
}

.specialiseGroup:not(:hover) .specCard.active {
    background-color: #043E92;
}

.specialiseGroup:not(:hover) .specCard.active h3,
.specialiseGroup:not(:hover) .specCard.active p {
    color: white;
}

.specialiseGroup:not(:hover) .specCard.active img {
    filter: brightness(5);
}

/* Program Structure Tabs */
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    background-color: #043E92 !important;
    border-bottom: 2px solid #FEBE02 !important;
    color: #fff;
}

.program-structure-tabs {
    border-bottom: 1px solid #dee2e6 !important
}

.program-structure-tabs li button {
    color: #000;
    padding: 15px 30px;
    background-color: #F3F6FD !important;
    display: flex;
    align-items: center;
}

.program-structure-tabs li button span {
    font-size: 10px;
    margin-left: 5px;
}

.program-structure-tabs-body .program-body {
    background-color: #FFFFFF;
    box-shadow: 11px 11px 20px #043E921A;
}

.program-structure-tabs-body .program-body ul {
    list-style: none;
    font-weight: 400;
    padding: 10px 20px;
}

.program-structure-tabs-body .program-body h5 {
    background-color: #F3F6FD;
    padding: 15px 20px;
    color: #043E92;
}

.program-structure-tabs-body .program-body ul li {
    padding-top: 15px;
}

.program-structure-tabs-body .program-body ul li:first-child {
    padding-top: 0;
}

.program-structure-tabs-body .program-body ul li:last-child {
    padding-bottom: 15px;
}

/* Accordion for Mobile */
.terms-years .accordion-item {
    margin-bottom: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.terms-years h2 button {
    background-color: #F3F6FD !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #043E92 !important;
    font-size: 20px;
    font-weight: 500;
}

.terms-years h2 .accordion-button::after {
    display: none;
}

/* Fees and EMI Section */
#emi-fees {
    background-image: url(../image/bba-lp/emi-banner.svg);
    background-size: cover;
    margin-top: 180px;
}

#Program-Fees {
    background-image: url(../image/bba-lp/program-fee-banner.svg);
    background-size: cover;
}

.program-text-headings {
    color: #FEBE02;
}

.Flexible-EMI li::marker {
    color: #FEBE02;
}

#emi-fees .Business-Academia {
    padding-top: 170px;
}

.Business-Academia .duration-status li {
    margin: 15px;
    padding: 0px;
}

/* Faculty Section */
.owl-carousel .owl-dots {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #043E92;
    position: absolute;
    border-radius: 50%;
    font-size: 26px;
    color: #043E92;
}

.owl-carousel .owl-nav button.owl-prev {
    top: 40%;
    left: -70px;
}

.owl-carousel .owl-nav button.owl-next {
    top: 40%;
    right: -70px;
}

/* Faculty carousel navigation on sides for desktop */
#owl_faculty .owl-nav button.owl-prev {
    top: 40%;
    left: -70px;
}

#owl_faculty .owl-nav button.owl-next {
    top: 40%;
    right: -70px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #043E92;
    color: #fff;
}

.owl-carousel .owl-nav button .bi::before {
    font-weight: 600 !important;
}

#owl_faculty .item .cards {
    border: 1px solid #8CE3FD;
    margin-top: 100px;
    background-color: #fff;
    padding-top: 85px;
    text-align: center;
}

#owl_faculty .item .cards img {
    width: 130px;
}

#owl_faculty .item .cards h6 {
    color: #3E4095;
}

#owl_faculty .item .cards hr {
    color: #3E4095;
    opacity: 1;
}

#owl_faculty .item .cards .card_sub_text {
    font-size: 12px;
    height: 30px;
}

#owl_faculty .item .cards .card_text {
    font-size: 14px;
    height: 60px;
}

/* Eligibility Section */
.Eligible-to-Apply {
    background-color: #F3F6FD;
    border: 3px solid #A7B7FF;
    padding: 20px 30px 40px;
}

.eligible-to-apply-now {
    position: absolute;
    bottom: -30px;
    left: 30px;
}

.Eligible-list {
    padding-left: 1rem;
}

.Eligible-list li {
    color: #043E92;
    font-weight: 500;
}

.Eligible-list li::marker {
    color: #FEBE02;
    font-size: larger;
}

.sub-Eligible-list li::marker {
    color: #043E92;
}

.ulListDots li::marker {
    color: #FEBE02;
}

/* Admission Guide Section */
#Guide-Admissions {
    background-image: url(../image/bba-lp/admissions-step.svg);
    background-size: cover;
}

#Guide-Admissions .Admissions-Guide-cards .Admissions-Guide-cards-body {
    position: absolute;
    left: 50px;
    top: -8px;
    padding-left: 30px;
    padding-top: 15px;
    height: 107px;
}

.Admissions-Guide-cards {
    margin-bottom: 40px;
}

#Guide-Admissions .Admissions-Guide-cards .Admissions-Guide-cards-body h6 {
    color: #3E4095;
}

#Guide-Admissions .Admissions-Guide-cards .Admissions-Guide-cards-body p {
    font-size: 14px;
}

.Your-heading {
    color: #3E4095;
}

#Guide-Admissions img {
    z-index: 1;
}

.Guide-Admissions-images {
    position: absolute !important;
}

/* Footer Banner Section */
#Transform-Your-Ambitions {
    background-image: url(../image/msc-ac-and-fin/footer-banner.png);
    background-size: cover;
    background-position: center;
}

.achievements-image {
    position: absolute;
    right: -40px;
    top: -134px;
}

/* Form Styles */
.form-model-heading .modal-header {
    background-color: #FEBE02;
}

label.error {
    color: #b70e2b;
    font-size: 12px;
    display: block;
    position: absolute;
}

.Enroll-now {
    background-color: #FEBE02;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
}

.form-control {
    font-size: 12px;
    padding: 10px;
    color: #000 !important;
}

.form-control::placeholder {
    color: #000 !important;
}

.university-text {
    font-size: 10px;
}

.five-day-campus {
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 10px;
    font-weight: 700;
    color: #000;
}

.condition {
    color: #8B8B8B;
}

.cardImg {
    height: 80px;
}

/* MSc Specific Styles */
.Program_Structure_heading {
    color: #043E92;
}

.Rankings-Recognitions {
    color: #043E92;
}

/* Mobile Responsive Styles */
@media (min-width: 320px) and (max-width: 900px) {
    #owl_faculty .item .cards{
        height: 220px;
    }
    #Guide-Admissions .Admissions-Guide-cards .Admissions-Guide-cards-body p {
        font-size: 10px;
    }

    .whatsapp-chat {
        border: none;
    }

    .whatsapp-chat img {
        background: none;
        margin-left: 10px;
    }

    .owl-carousel .owl-nav {
        display: none;
    }
    
    #owl_faculty .owl-nav {
        display: block !important;
        text-align: center;
        margin-top: 30px;
    }
    
    #owl_faculty .owl-nav button.owl-prev,
    #owl_faculty .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
        position: relative;
        display: inline-block;
        margin: 0 10px;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }

    .achievements-image {
        position: initial;
    }

    .text-heading {
        font-size: 24px;
    }

    .heading {
        font-size: 26px;
    }

    #hero-banner {
        text-align: center;
        margin-top: 75px;
    }

    #hero-banner .mobile-view {
        display: flex;
        justify-content: center;
    }

    .Rankings-Rankings .card img {
        margin: initial;
    }

    .Rankings-Rankings .card .card-body {
        padding-left: 0;
        text-align: left;
    }

    .Rankings-Rankings .card {
        padding: 20px 10px 20px 25px;
        margin: 0px 25px 20px;
    }

    #Rankings-and-Recognitions {
        background-image: url(../image/bba-lp/rankings-and-recognitions.svg);
    }

    .mobile-view-program-fees {
        position: initial !important;
        transform: none !important;
    }

    #your-globally .tab-content {
        padding-top: 30px;
    }

    #your-globally #v-pills-tab h2 {
        text-align: center;
    }

    #emi-fees {
        background-image: url(../image/bba-lp/business-and-academia-mobile-banner.svg);
        background-size: cover;
        margin-top: 0;
    }

    #emi-fees .Business-Academia {
        padding-top: 20px;
    }

    .program-structure-tabs {
        justify-content: center;
        padding-bottom: 25px;
    }

    .program-structure-tabs li button {
        padding: 5px 15px;
        box-shadow: 0px 3px 6px #00000029;
        background-color: #fff;
        display: block;
    }

    #Program-Fees .Program-Fees-body {
        padding: 0px 35px;
    }

    #Program-Fees .Program-Fees-body:last-child {
        padding-top: 50px;
    }

    #Program-Fees {
        background-image: url(../image/bba-lp/program-fees-mobile-banner.svg);
        background-size: cover;
    }

    .duration-status {
        display: block;
    }

    .duration-status li {
        border: 0;
        border-bottom: 2px solid #2042D9;
        margin: 0 !important;
        padding: 15px 20px !important;
    }

    #Guide-Admissions .row {
        flex-direction: column-reverse;
    }

    .Guide-Admissions-images {
        position: initial !important;
    }

    .Your-heading {
        padding-bottom: 20px;
    }

    #Transform-Your-Ambitions .Ambitions_Achievements h2 {
        text-align: center;
        font-size: 40px !important;
    }

    #Transform-Your-Ambitions .Ambitions_Achievements button {
        margin: auto;
    }

    #Transform-Your-Ambitions .Ambitions_Achievements h2 span {
        font-weight: 300;
    }

    .Duration-Finance {
        border: 1px solid #043E92;
    }

    .Duration-Finance p {
        color: #043E92;
        font-size: 12px;
        margin-bottom: 0;
        padding: 10px 5px;
    }

    .Duration-Finance p span {
        color: #043E92;
    }

    #Rankings-and-Recognitions .Duration-Finance:nth-child(1) {
        border-top-left-radius: 5px;
    }

    #Rankings-and-Recognitions .Duration-Finance:nth-child(2) {
        border-top-right-radius: 5px;
    }

    .Program_Structure_heading {
        text-align: center;
    }

    #Guide-Admissions {
        background-image: url(../image/bba-lp/guide-mobile-banner.png);
    }

    #Transform-Your-Ambitions {
        background-image: url(../image/bba-lp/achievements-banner.png);
        background-size: cover;
        height: auto;
        padding: 40px 0;
    }
}

/* Additional MSc Specific Mobile Styles */
@media (max-width: 768px) {
    .heading1 {
        font-size: 26px;
    }
    
    .program-cards h6 {
        height: auto;
        margin-bottom: 10px;
    }
    
    .program-cards p {
        height: auto;
    }
}
