* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Trenda';
}

.apply-online-at-form .npfWidget-7a9549f5dd5cfffb55adeabbd83a5470.npfWidgetButton{
    background-color: transparent !important;
    color: #CE8000 !important;
} 

.link-highlight{
    color: #CE8000 !important;
    margin-left: 5px;
}

.apply_now_link{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
    gap: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 10px 28px !important;
    border-radius: 12px !important;
    color: white !important;
    outline: none !important;
    border: 2px solid #FFFDFD !important;
    font-weight: bold !important;
    background: linear-gradient(88.27deg, #FC9D00 -6.65%, #1D0500 111.52%) !important;
}

.benefits-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.banner-section {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 100vh; */
    background-image: url('../assets/banner/acce-WI-mba-banner.png');
    padding: 120px 0px;
}

.heading {
    font-family: 'Trenda';
    margin-bottom: 2rem;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.paragraph {
    font-family: 'Trenda';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.mediam-para {
    font-family: 'Trenda';
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}

.banner-title {
    font-family: 'Trenda';
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    text-align: left;
    color: #FFFFFF;
}

.banner-subtitle {
    font-family: 'Trenda';
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}

.regular-mode,
.accelerated-mode {
    font-family: 'Trenda';
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
    color: #FFFFFF;
}

.banner-list-text {
    font-family: 'Trenda';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
}

.highlight,
.regular-mode strong,
.accelerated-mode strong {
    color: #FFCE73 !important;
    font-weight: 800 !important;
}

.vertical-hr {
    width: 1px;
    height: 20px;
    background-color: #ccc;
}

.block-section {
    width: 100%;
    margin: 5rem 0rem;
    box-sizing: border-box;
}


.programs-card {
    background-image: url('../assets/banner/program-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    gap: 30px;
}

.programs-content {
    gap: 20px;
    padding: 20px 10px;
}

.programs-header {
    background: #FC9D00;
    padding: 15px 35px;
    border-radius: 0px 0px 15px 15px;
    border: 3px 0px 0px 0px;
}

.program-name,
.program-item .highlight {
    font-family: 'Trenda';
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
}

.program-icon {
    margin-right: .8rem;
}

.log-box {
    padding: 10px;
    border-radius: 12px;
    background-color: #FFFFFF;
}

.log-box img {
    width: 90px;
}

/* Button */
.brochure-btn {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 30px;
    border-radius: 12px;
    outline: none;
    border: 2px solid #FFFDFD;
    background: linear-gradient(88.27deg, #FC9D00 -6.65%, #1D0500 111.52%);
}

.brochure-btn:hover {
    background-color: #1D0500;
}

.btn-text {
    color: white;
    font-family: 'Trenda';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}

.programs-header .btn-text {
    text-transform: capitalize;
}

.content-heading {
    width: 50%;
}

.feature-card-1,
.feature-card-2 {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.feature-card-1 {
    background: #E7F3F7;
}

.feature-card-2 {
    background: #FFF5E4;
}

.image-block {
    margin-top: -1.8rem;
}

.mba-section {
    background: #09496A;
    color: white;
    padding: 30px;
    height: 480px;
}

.mba-text h5 {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.mba-text p {
    margin-bottom: 20px;
    text-align: left;
    color: white;
    line-height: 25px;
}

.apply-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 30px !important;
    border-radius: 12px !important;
    outline: none;
    color: white;
    border: 2px solid #FFFDFD !important;
    background: linear-gradient(88.27deg, #FC9D00 -6.65%, #1D0500 111.52%);
}

.apply-btn img {
    width: 20px;
}

.mba-image {
    height: 480px;
}

.mba-image img {
    width: 100%;
    height: 480px;
}

.modes {
    flex-direction: row;
    align-items: center;
}

/* Program Outline */
.program-outline {
    background-image: url('../assets/banner/program-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 40px 50px;
}

.specialization-btn-1 {
    background-color: #09496A;
    padding: 15px 30px;
    text-align: center;
    border-radius: 10px;
    width: 300px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.specialization-btn-2 {
    background-color: #CA7E00;
    padding: 15px 30px;
    text-align: center;
    border-radius: 10px;
    width: 300px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.specialization-btn-1:hover,
.specialization-btn-2:hover {
    color: #e2e2e2;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    transform: translateY(-2px);
}

.program-outline-accordion .accordion-button{
    text-transform: capitalize !important;
}

.specialization-btn-1 .btn-text,
.specialization-btn-2 .btn-text {
    text-transform: capitalize !important;
    text-align: center;
}

.button-block {
    justify-content: center;
    column-gap: 50px;
    row-gap: 25px;
}

.how-to-apply-block {
    background-image: url('../assets/images/bg/process-bg.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.highlight-para {
    color: #CE8000;
}

.program-credits {
    background-color: #011D35;
    padding: 40px 0px;
}

.program-credits-para {
    font-family: 'Trenda';
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
}

.program-credits .banner-list-text {
    font-size: 18px;
}

.benefits-list .banner-list-text:hover a {
    color: white;
}

.credits-table th {
    text-align: center;
    background-color: #CE8000;
    font-weight: bold;
    padding: 10px;
    font-family: 'Trenda';
    font-size: 22px;
    font-weight: 700;
    line-height: 31.75px;
    color: #FFFFFF;

}

.table1 th {
    background-color: #00689E;
}

.credits-table td {
    text-align: center;
    padding: 15px;
    border: 1px solid #0C3A5E;
    background-color: #0A1B36;
    color: #ffffff;
}

.table td {
    text-align: center;
    vertical-align: middle;
}

.program-background div h1 {
    font-family: 'Trenda';
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 48.84px;
    text-align: center;

}

.program-background div p {
    font-family: 'Trenda';
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 36px;
}

.credits-table div .table {
    height: 100%;
    border-collapse: collapse;
}

.credits-table div .table1 {
    height: 100%;
}

.higher-education-block {
    width: 100%;
    padding: 40px 20px;
    background-color: #F0F8FF;
}

.table-sm-text {
    font-size: 'Trenda';
    font-size: 15px;
    font-weight: 500 !important;
}

.strong-ele {
    font-weight: 600;
    font-family: 'Trenda';
}

.amba-table tr td:nth-child(3) {
    background-color: #011D35;
    color: white !important;
}

.amba-table .bg-blue {
    background-color: #00689E !important;
}

.amba-table .bg-yel {
    border-left: none !important;
}

.amba-table tr td:nth-child(2) {
    background-color: white !important;
    color: black !important;
    border-left: 2px dashed rgba(0, 0, 0, 0.162);
}

/* Tablet and smaller devices */
@media (max-width: 992px) {
    .modes {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .mba-section {
        height: auto;
    }

    .log-box img {
        width: 100px;
    }

    .content-heading {
        width: 90%;
    }

    .block-section {
        margin: 2rem 0rem;
    }

    .heading {
        font-size: 33px;
        margin-bottom: 1.5rem;
    }

    .banner-section {
        height: auto;
        background-size: center;
        padding: 110px 10px;
    }

    .banner-list-text {
        font-size: 16px;
    }

    .programs-content {
        padding: 20px 30px;
    }
}

@media (max-width: 768px) {
    .modes {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .regular-mode,
    .accelerated-mode {
        font-size: 20px;
    }

    .mba-section {
        height: auto;
    }

    .content-heading {
        width: 100%;
        padding: 0px 20px;
    }

    .block-section {
        margin: 1.2rem 0rem;
    }

    .heading {
        font-size: 28px;
        margin-bottom: 1rem;
        line-height: 33px;
    }

    .programs-content {
        padding: 20px;
        flex-direction: column;
    }

    .programs-content .vertical-hr {
        display: none !important;
    }

    .program-name,
    .program-item .highlight {
        font-size: 16px;
    }

    .btn-text {
        font-size: 15px;
    }

    .specialization-btn-1,
    .specialization-btn-2 {
        width: 200px;
        padding: 10px 15px;
    }

    .button-block {
        justify-content: center;
        gap: 10px;
    }

    .how-to-apply-block {
        padding: 40px 0px;
    }

    .program-credits {
        padding: 20px 0px;
    }
}

.table-title {
    background-color: #E09512;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Trenda';
}

.table-title-2 {
    background-color: #00689E;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Trenda';
}

.table-block {
    border: 1px solid #A0D3EE;
}

.table-block-sp{
    border: 1px solid #A0D3EE;
    box-shadow: 0px 4px 18px 8px #1291D417;
}
.table-block-sp .table {
    margin-bottom: 0px !important;
}

.table-head-regular tr th {
    background-color: #DFEAF1 !important;
}