.school-section-heading h2,
.school-title {
    font-family: Hind, sans-serif;
    margin: 0;
    color: #2b2d30
}

.ZF.recruiter-grid-column,
.recruiter-grid-column .KG.tatsu-module {
    margin-bottom: 0 !important
}

.slider-content-container {
    transition: opacity .7s ease-in-out;
    opacity: 1
}

.slider-dot-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding-bottom: 25px
}

.slider-dot {
    height: 10px;
    width: 10px;
    margin: 0 8px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .3s;
    cursor: pointer
}

.slider-dot.active {
    background-color: #333
}

.company-logo {
    max-width: 120px;
    height: auto;
    display: block;
    margin-top: 5px
}

.school-card-container {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    width: 100%
}

.school-subtitle {
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
    font-weight: 400
}

.school-title-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(43, 45, 48, .3);
    text-decoration: none;
    color: inherit;
    transition: border-color .3s
}

.school-title-link:hover {
    border-color: #2b2d30
}

.school-title {
    font-size: 24px;
    font-weight: 500
}

.school-arrow {
    font-size: 20px;
    color: #2b2d30;
    margin-left: 10px;
    line-height: 1
}

.school-section-heading {
    display: inline-block;
    position: relative;
    margin-bottom: 50px
}

.school-section-heading h2 {
    font-weight: 600;
    font-size: 34px
}

.school-section-heading:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    width: 80%;
    background: linear-gradient(to right, #7a2776, #000, transparent)
}

.dbs_p {
    padding-bottom: 70px
}

.new-slider-container {
    position: relative;
    padding-bottom: 60%;
    height: 65vh;
    overflow: hidden;
    width: 100%
}

.new-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.ii-image-card:hover .ii-overlay-layer,
.new-slide-item.active {
    opacity: 1
}

.new-slide-item img {
    width: 100%;
    height: auto;
    position: relative !important
}

.ll {
    padding: 19px 0
}

.recruiter-grid-row {
    flex-wrap: wrap;
    align-items: center
}

.recruiter-grid-column .tatsu-column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.ZF.recruiter-grid-column {
    border-right: 1px solid #eaeaea;
    height: auto;
    padding-bottom: 0 !important
}

.ZF.recruiter-grid-column:nth-child(4n),
.scholarship-cell-last {
    border-right: none
}

.recruiter-grid-row>.ZF {
    border-bottom: 1px solid #eaeaea
}

.recruiter-grid-row>.ZF:nth-last-child(-n+4) {
    border-bottom: none
}

@media only screen and (max-width:767px) {
    .ZF.recruiter-grid-column {
        width: 50%;
        border-right: 1px solid #eaeaea
    }

    .ZF.recruiter-grid-column:nth-child(2n),
    .ZF.recruiter-grid-column:nth-child(4n) {
        border-right: none
    }

    .recruiter-grid-row>.ZF,
    .recruiter-grid-row>.ZF:nth-last-child(3) {
        border-bottom: 1px solid #eaeaea
    }

    .recruiter-grid-row>.ZF:nth-last-child(-n+2) {
        border-bottom: none
    }
}

.mba-section-wrapper {
    padding: 4rem 0;
    background-color: #f9fafb !important;
    color: #1a1a1a !important
}

.mba-container {
    width: 100% !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 1rem !important
}

@media (min-width:768px) {
    .mba-container {
        padding: 0 2rem !important
    }

    .mba-section-wrapper {
        padding: 1rem 0 !important
    }
}

.mba-section-heading {
    font-size: 2.25rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4rem
}

@media (min-width:640px) {
    .mba-section-heading {
        font-size: 2.5rem !important
    }
}

.mba-grid-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important
}

@media (min-width:1024px) {
    .mba-grid-cards {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important
    }
}

.mba-partnership-card {
    background-color: #fff !important;
    padding: 2.5rem !important;
    border-radius: 1rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform .3s ease-in-out !important;
    box-shadow: .3s ease-in-out !important
}

.mba-partnership-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .08) !important
}

.mba-partnership-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 0 0 38px 37px !important;
    border-color: transparent transparent #7a2776 !important;
    z-index: 10 !important
}

.mba-partner-badge {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    background-color: #7a2776 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 1.7px 1rem !important;
    border-bottom-left-radius: 1rem !important;
    font-size: .9rem !important;
    transition: background-color .3s !important
}

.badge-sap {
    background-color: #10b981 !important
}

.badge-sas {
    background-color: #3b82f6 !important
}

.mba-card-title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    margin-bottom: .5rem !important
}

.mba-certification-value {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    margin-bottom: 1.5rem !important;
    border-bottom: 2px solid #e5e7eb !important;
    padding-bottom: 1rem !important
}

.mba-description-text {
    color: #4b5563 !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.6 !important
}

.mba-module-list-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-top: 1.5rem !important;
    margin-bottom: .75rem !important
}

.mba-module-list {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    color: #4b5563 !important;
    line-height: 1.8 !important
}

.mba-module-list li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: .5rem !important
}

.mba-module-list li::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    color: #7a2776 !important;
    font-weight: 900 !important;
    font-size: 1.1rem !important;
    line-height: 1 !important
}

.brand-color-primary {
    color: #7a2776 !important
}

.brand-color-accent {
    color: #ffc107 !important
}

.scholar-bg {
    background: #f6f2f2 !important;
    padding: 40px 10px !important
}

.scholarship-component-wrapper * {
    box-sizing: border-box
}

.scholarship-component-wrapper {
    background-color: #f6f2f2;
    color: #333;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    width: 100%
}

.scholarship-main-container {
    width: 100%;
    max-width: 1200px
}

.scholarship-title-main {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #7a2776;
    margin-top: 0;
    text-align: center
}

.scholarship-title-section {
    font-size: 1.5rem;
    font-weight: 500;
    color: #7a2776;
    margin-bottom: 5px;
    margin-top: 0
}

.scholarship-divider-line {
    height: 3px;
    width: 248px;
    background-color: #999;
    margin-bottom: 12px;
    margin-top: 4px
}

.scholarship-title-sub {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    margin-top: 0
}

.scholarship-table-container {
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

.scholarship-grid-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .95rem;
    min-width: 900px;
    margin: 0
}

.scholarship-header-cell {
    text-align: left;
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .5px
}

.scholarship-header-merged {
    text-align: center;
    border-left: 1px solid #e0e0e0
}

.scholarship-body-cell {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #333;
    vertical-align: top
}

.scholarship-col-primary {
    font-weight: 700;
    background-color: #f9f9f9;
    min-width: 200px
}

.ii-main-title,
.scholarship-row-first .scholarship-body-cell {
    font-weight: 600
}

.scholarship-row-even .scholarship-body-cell:not(.scholarship-col-primary) {
    background-color: #fcfcfc
}

.scholarship-note-footer {
    margin-top: 15px;
    font-size: .9rem;
    color: #000
}

@media (min-width:300px) and (max-width:900px) {
    .scholar-mobile-card {
        display: block !important;
        max-width: 420px !important;
        margin: 0 auto 25px !important;
        background: #fff !important;
        padding: 15px !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .1) !important;
        border: 1px solid #eee !important;
        font-family: Arial, sans-serif !important
    }
}

.ii-gallery-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px
}

.ii-gallery-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 100%
}

.ii-image-card {
    position: relative;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    transition: .4s;
    background: #fff
}

.ii-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
    display: block
}

.ii-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .3) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    align-items: center;
    transition: opacity .4s
}

.ii-text-content {
    text-align: center;
    color: #fff;
    transform: translateY(30px);
    transition: transform .4s;
    width: 80%
}

.ii-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.ii-sub-title {
    font-family: Poppins, sans-serif;
    font-size: .9rem;
    margin-top: 5px;
    color: #f0f0f0;
    font-weight: 300;
    letter-spacing: .5px;
    text-transform: uppercase
}

.ii-image-card:hover img {
    transform: scale(1.15)
}

.ii-image-card:hover .ii-text-content {
    transform: translateY(0)
}

@media (max-width:1024px) {
    .ii-gallery-track {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {

    .footer-container,
    .footer-right {
        text-align: center
    }

    .ii-gallery-wrapper {
        padding: 20px 0
    }

    .ii-gallery-track {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 10px 20px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .ii-gallery-track::-webkit-scrollbar {
        display: none
    }

    .ii-image-card {
        flex: 0 0 115%;
        scroll-snap-align: center
    }

    .footer-container {
        flex-direction: column;
        gap: 30px
    }
    .mba-card-title {
    font-size: 1.2rem !important;
    
}
.mba-certification-value {
    font-size: 1.1rem !important;
    
}
}

.main-footer {
    background-color: #7a2776;
    color: #fff;
    padding: 20px 0 15px;
    font-family: Hind, sans-serif
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    flex-wrap: wrap
}

.footer-left {
    flex: 1
}

.footer-logo {
    max-width: 300px;
    height: auto
}

.footer-center {
    flex: 1;
    display: flex;
    justify-content: center
}

.center-logos {
    display: flex;
    gap: 7px
}

.center-logos img {
    width: 90px
}

.footer-right {
    flex: 1;
    text-align: center
}

.footer-right h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.footer-right p {
    font-size: 14px;
    margin: 5px 0;
    line-height: 1.6
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 13px
}


/* Section Container */
        .faq-section {
            position: relative;
            z-index: 10;
            background-color: #ffffff;
            border-radius: 1rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            max-width: 80rem;
            margin: 0 auto;
            padding: 2.5rem 1rem;
        }

        @media (min-width: 768px) {
            .faq-section {
                padding: 4rem 1.5rem;
            }
        }

        @media (min-width: 1024px) {
            .faq-section {
                padding: 4rem 2rem;
            }
        }

        /* Header */
        .faq-header {
            text-align: center;
            margin-bottom: 2.5rem;
        }

        .faq-title {
            font-size: 1.875rem;
            font-weight: 800;
            color: #19194d;
        }

        @media (min-width: 768px) {
            .faq-title {
                font-size: 2.25rem;
            }
        }

        /* FAQ List */
        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        /* Accordion Item */
        .accordion-item {
            border: 1px solid #e5e7eb;
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        /* Accordion Button */
        .accordion-btn {
            width: 100%;
            padding: 1.25rem 1.5rem;
            text-align: left;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #68176B;
            color: #ffffff;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            outline: none;
        }

        .accordion-btn.active {
            background-color: #ffffff;
            color: #111827;
        }

        .btn-text {
            font-weight: 700;
            font-size: 0.875rem;
            padding-right: 1rem;
        }

        @media (min-width: 768px) {
            .btn-text {
                font-size: 1.125rem;
            }
        }

        /* Icon Container */
        .icon-container {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;
            transition: background-color 0.3s, border-color 0.3s, color 0.3s;
        }

        .icon-svg {
            width: 1rem;
            height: 1rem;
            transition: transform 0.3s;
        }

        /* Active State Icon Styles */
        .accordion-btn.active .icon-container {
            background-color: #000000;
            border-color: #000000;
            color: #ffffff;
        }

        .accordion-btn.active .icon-svg {
            transform: rotate(45deg);
        }

        /* Accordion Content & Animation */
        .accordion-content {
            display: grid;
            grid-template-rows: 0fr;
            opacity: 0;
            background-color: #ffffff;
            transition: grid-template-rows 0.3s ease-in-out, opacity 0.3s ease-in-out;
        }

        .accordion-content.is-open {
            grid-template-rows: 1fr;
            opacity: 1;
        }

        .accordion-content-inner {
            overflow: hidden;
        }

        .accordion-text {
            padding: 0 1.5rem 1.25rem 1.5rem;
            color: #4b5563;
            font-size: 1rem;
            line-height: 1.625;
        }
        
        
        
        
        
        
        
        
        
        