@import url('https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,100..800;1,100..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.widget-title h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 125%;
    text-align: center;
    color: #0B0B0B;
}

.widget-title p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
    color: #444444;
    letter-spacing: 1%;

}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.widget-title {
    margin-bottom: 30px;
}

.usp_intro {
    background: linear-gradient(352.61deg, rgba(77, 48, 105, 0.2) -10.38%, rgba(245, 245, 245, 0.2) 86.06%), url(../images/intro_bg.png) center/ cover no-repeat;

}

.usp_intro .intro_box {
    min-height: 140px;
    padding: 10px;
}

.usp_intro .intro_box h6 {
    text-align: left;
    background: linear-gradient(180deg, #4D3069 0%, #794EA2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;

}

.usp_intro .intro_box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #2D2F33;
}

.usp_intro .intro_box.br {
    border-right: 2px solid #fff;
}

.video-play-row {
    overflow: hidden;
    position: relative;
    border: solid 1px #fff;
}

.video-button {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 90px;
    font-size: 2rem
}

.video-section {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    z-index: 3
}

.courses_section {
    background: url(../images/course_bg.webp) center/ cover no-repeat;

}

.courses_section .parent_tab {
    margin: auto;
    text-align: center;
    width: 90%;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.courses_section .parent_tab .nav-item {
    width: 32.5%;

}

.courses_section .parent_tab .nav-item .nav-link {
    border: 2px solid #D8D8D8;
    border-radius: 20px;
    text-align: center;
    padding: 20px 5px;
    font-size: 18px;
    line-height: 22px;
    color: #2D2F33;
    width: 100%;
    background-color: #F5F5F5;

}

.courses_section .parent_tab .nav-item .nav-link.active {
    background-color: #4D3069;
    color: #fff;
}

.courses_section .parent_content .box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.courses_section .parent_content>.tab-pane h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    color: #3C3C3C;
    margin-bottom: 25px;
}

.courses_section .parent_content>.tab-pane span {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #2D2F33;
    margin-bottom: 15px;
    display: block;
}

.courses_section .parent_content .tab-pane p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #2D2F33;
}



.courses_section .mba_tabs {
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: -20px;
    display: flex;
    border-bottom: 0;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
}

.courses_section .mba_tabs .nav-item {
    width: 33%;

}

.courses_section .mba_tabs .nav-item .nav-link {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 10px 0px;
    width: 100%;

}

.courses_section .mba_tabs .nav-item .nav-link.active {
    border: none;
    border-bottom: 4px solid #fff;
    background: transparent;
}

.common_btn a {
    padding: 10px 30px;
    border-radius: 2px;
    text-align: center;
    background-color: #01A64E;
    font-weight: 600;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0%;
    display: block;
    margin-top: 25px;
    border: 1px solid #01A64E;
}

.common_btn a:active,
.common_btn a:hover {
    background-color: #fff;
    color: #01A64E;
    transition: all .5s;
    transform: scale(1.08);
    border: 1px solid #01A64E;
}

.placement_section .placement_box {
    overflow: hidden;
    position: relative;
}

.placement_section .placement_box img {
    width: 100% !important;
    height: 380px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}

.placement_section .placement_box .content {
    position: absolute;
    background: linear-gradient(to right, #4D3069, #6C4C8F);
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.placement_section .placement_box .content h6 {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    text-align: center;

}

.placement_section .placement_box .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;

}

.national_section {
    background: url(../images/national-firms_bg.webp) center/ cover no-repeat;
}

.national_section .natinonal_firm_box {
    background-color: #FFFFFF33;
    padding: 15px;
    border-radius: 15px;
}

.internatinonal_firm_box {
    background-color: #36424A;
    padding: 15px;
    border-radius: 15px;
}

.firm_parent {
    display: flex;
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 120px;
}

.firm_parent img {
    width: 100% !important;
    height: 100% !important;
    padding: 10px;
    object-fit: contain !important;
}


.schoolar_ship_section {
    background: url(../images/scholar-ship_banner.webp) center/ cover no-repeat;
}

.schoolar_ship_section .schoalhip_box {
    text-align: center;
    padding: 5px;
}

.schoolar_ship_section .schoalhip_box img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: all .5s;
}

.schoolar_ship_section .schoalhip_box h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 5px;
    color: #2D2F33;

}

.schoolar_ship_section .schoalhip_box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #2D2F33;

}

.schoolar_ship_section .schoalhip_box:hover img {
    transform: rotateY(180deg);
    transition: all .5s;
}

.curriculum_section .curriculum_div .grad_cont {
    background: linear-gradient(90.05deg, #4D3069 23.28%, #333333 104.19%);
    border-radius: 0px 0px 30px 30px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}

.curriculum_section .curriculum_div .grad_cont p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;

}

.curriculum_section .curriculum_div img {
    width: 100% !important;
    object-fit: cover !important;
}

.show {
    display: block !important;
}

.admissions_section {
    background: url(../images/process_img.png) center/ cover no-repeat;
}

.admissions_section .process_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    flex-direction: column;
}

.admissions_section .process_box .number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2D2F33;
    margin-bottom: 30px;

}

.admissions_section .process_box .process_child {
    text-align: left;
    padding: 0px 05px 0px 15px;
    position: relative;
    min-height: 150px;

}

/* .admissions_section .process_box:hover .number{
  background: linear-gradient(180deg, #4D3069 0%, #794EA2 100%);
    color: #fff;
    transition: all .5s;
} */
.admissions_section .process_slider {
    position: relative;
    width: 81%;
    margin: auto;
}

.admissions_section .process_slider::before {
    width: 100%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    content: '';
    position: absolute;
    background-color: #DDDDDD;
}

.admissions_section .process_slider .process_fill {
    width: 0%;
    height: 3px;
    transition: width 1s ease-in-out;
    left: 0%;
    top: 25px;
    content: '';
    position: absolute;
    background-color: #47315C;
}

.admissions_section .process_box .process_child img {
    width: 36px;
    height: 36px;
    object-fit: contain !important;
    margin-bottom: 20px;
}

.admissions_section .process_box .process_child p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #2D2F33;
}

.admissions_section .process_box .process_child::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5px;
    height: 100%;
    /* or any height you want */
    background: repeating-linear-gradient(to bottom,
            #2c003e,
            #2c003e 3.5px,
            transparent 4px,
            transparent 8px);
    background-blend-mode: multiply;
    -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 60%);
    mask-image: linear-gradient(to bottom, black 10%, transparent 60%);

}


.brand-logo-section {
    width: 100%;
    height: 100%;
}

/* .brand-logo-section .ty{
    height: 70px !important;
} */

.header-navigation {
    display: flex !important;
    width: 100%;
    height: 100%;
    gap: 30px;
    justify-content: flex-end !important;
    align-items: flex-end;
}

.header .nav-links {
    color: #444444;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    margin: 0px 05px;
    padding: 5px;

}

.nav-links:hover {
    transform: scale(1.04);
    transition: .5s all;
    color: black !important;
    /* border-bottom: 2px solid; */
}

.nav-links:before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 50%;
    transform: translate(-50%, 0px);
    height: 2px;
    width: 0%;
    background: #794EA2;
    border-radius: 12px;
    transition: all 0.4s ease;
}

.nav-links:hover:before {
    width: 80%;
}



.zIndex2 {
    z-index: 2;
}

/*== HEADER CSS START ==*/


/*== BANNER CSS START ==*/
.dsu-form {
    width: 340px;
    margin: 02rem auto 0;
    /* padding: 1.5rem 1rem; */
    float: right;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background-color: #ffffff;
}

.frmBg {
    position: relative;
    text-align: center;
    padding: 0 0;
    ;
}

.frmBg h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #3C3C3C;
    padding-top: 15px;


}

.dsu-intro {
    position: relative;
    z-index: 2;
}

.dsu-addmission {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    height: 100%;
}

.dsu-addmission p {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 0%;
    text-align: left;

}

.dsu-addmission hr {
    margin: 0;
    opacity: 1;
    background-color: #fff;
    color: #fff;
    width: 100px;
    height: 3px;
    margin: 15px 0px;
}

.dsu-addmission .bannerContent .blob>span {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0%;
    margin-bottom: 04px;
    display: block;
    text-align: left;

}

.dsu-addmission .bannerContent .blob h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 70.69px;
    line-height: 101%;
    margin-bottom: 20px;
    color: #272727;
}


.dsu-addmission .bannerContent .blob h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 10px;
}

/* Track */

/* Handle */

/* Handle on hover */
.dsu-addmission .bannerContent .blob h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #3F3F3F;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #FFDC96 0%, rgba(255, 220, 150, 0.1) 100%);
    display: inline-block;
    padding: 5px 10px;
}

.dsu-addmission .bannerContent .blob p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #3F3F3F;
    margin-bottom: 20px;
}

.usp {
    background: #00000033;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
}

.usp p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0%;
    text-align: left;

}

.usp span {
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    background: linear-gradient(197.9deg, #FFFFFF 36.93%, #E0C0FF 59.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Optional for better support and smoother rendering */
    background-clip: text;
    color: transparent;


}

.contact-fild-box {
    margin-bottom: 0px;
    position: relative;
}

.contact_fild {
    padding: 0px 5px;
}

.form-group {
    margin-bottom: 0px;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: #2A282899;
    background-color: #fff;
    border: 1px solid #D4D7E3;
    border-radius: 5px;
}

.btn_submit {
    background-color: #FDBD3D;
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    border-radius: 2px;
    padding: 8px 10px;
    margin-top: 10px;
}

.w-50 {
    width: 50%;
}

.btn_submit:hover {
    background-color: #FFFFFF;
    color: #FDBD3D;
    border: 1px solid #FDBD3D;
}

.ftr__btm {
    position: absolute;
    bottom: 0rem;
    left: 0;
}

/*== Footer css start ==*/
.footer {
    padding: 20px 90px !important;
    background: #060919;
    text-align: left;
    border-top: solid 1px #fff;
}


.footer p {
    text-align: center !important;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.desktop {
    display: block;
}

.active {
    font-weight: 600;
    color: #E06A42;
}

.active::before {
    width: 80%;
}



.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FDBD3D !important;
    width: 30px !important;
}


.owl-theme .owl-nav [class*=owl-] {
    background-color: #FDBD3D !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    padding: 8px 0 !important;
}

.why_section .owl-theme .owl-nav .owl-prev {
    left: -70px;
    position: absolute;
    top: 30%;
}

.why_section .owl-theme .owl-nav .owl-next {
    right: -70px;
    position: absolute;
    top: 30%;
}

.thankyou-sec .bc-img01 {
    background-color: transparent !important;
    mask-image: none;
}

.thankyou-sec .bc-img01::after {
    display: none;
}




.why_section {
    background-image: url(../images/whybg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.why_section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    background: url(../images/star_png.png);
    background-size: contain;
    background-position: center;
    width: 210px;
    height: 210px;
    z-index: 0;
    mix-blend-mode: overlay;

}

.why_section::before {
    content: '';
    position: absolute;
    right: -70px;
    bottom: 30px;
    background: url(../images/star_png.png);
    background-size: contain;
    background-position: center;
    width: 260px;
    height: 260px;
    z-index: 0;
    mix-blend-mode: overlay;

}

.why_section .text_content h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #323232;
    margin-bottom: 10px;
}

.why_section .text_content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #101010;
    opacity: 0.9;
}

.why_section .cust_width {
    width: 80%;
    margin: auto;
}

.why_section .cmimg_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    box-shadow: 0px 4px 15px 0px #4497FB30;
}

.why_section .cmimg_box img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}


.programmes_section {
    background: linear-gradient(81.46deg, rgba(255, 191, 35, 0) 1.86%, #ffc12336 91.11%);
    overflow: hidden;
}


#programmes_slider {
    position: relative !important;
    width: 130% !important;
}


#programmes_slider::after {
    background: linear-gradient(91deg, rgb(255 191 35 / 0%) 1.86%, #ffc12394 91.11%);
    right: 0;
    height: 900px;
    width: 200px;
    top: -65px;
    content: '';
    position: absolute;
}


.programmes_section .programme_item {
    background: #FFFFFF;
    box-shadow: 2px -1px 13px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin: 8px 0;
    min-height: 340px;
}

.programmes_section .programme_item .program_title {
    padding: 10px 20px;
}


.programmes_section .programme_item .program_title h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #0B0B0B;
    margin-bottom: 10px;
}


.programmes_section .programme_item .program_title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #45474B;
}


.programmes_section .owl-nav {
    left: -290px;
    position: absolute;
    bottom: 50px;
}


.alumni-section {
    background: linear-gradient(91deg, rgb(255 191 35 / 0%) 1.86%, #ffc12347 91.11%);
}



.bloxi {
    position: relative;
    padding: 0px;
    margin: 0 0px;
    border: 1px solid #FFDD8C;
    border-radius: 10px;
    overflow: hidden;
}

.training-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;

}



.training-block-one .inner-box:hover .overlay-box:before {
    height: 100%;
}

.training-block-one .inner-box .content-box {
    position: relative;
    display: block;

}

.training-block-one .inner-box .content-box .image-box {
    margin-bottom: 0px;
}

.training-block-one .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 2;
    padding: 40px 15px;
    opacity: 0;
    transition: all 500ms ease;
}

.training-block-one .inner-box .content-box .text {
    position: relative;
    /* left: 0; */
    /* bottom: 0; */
    /* width: 100%; */
    /* text-align: left; */
    padding: 15px 20px;
    z-index: 1;
    opacity: 1;
    transition: all 500ms ease;
}

.training-block-one .inner-box .content-box .text h4 {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
}

.training-block-one .inner-box .content-box .text h4 span {
    font-size: 1rem;
    font-weight: 300;
    display: block;
}

.training-block-one .inner-box .overlay-box .text {
    position: relative;
    z-index: 2;
    transform: translateY(30px);
    /* text starts slightly lower */
    opacity: 0;
    transition: all 0.6s ease;
}


.training-block-one .inner-box .overlay-box .text h4 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3;
}

.training-block-one .inner-box .overlay-box .text h4 span {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    display: block;

}

.training-block-one .inner-box .overlay-box .text p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 1.3;
}




.training-block-one .inner-box:hover .overlay-box {
    opacity: 1;
    transform: translateY(0);
    /* slide overlay upward */
}

.training-block-one .inner-box:hover .overlay-box .text {
    opacity: 1;
    transform: translateY(0);
    /* text slides up into view */
}



.training-block-one .inner-box .content-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: inset 0 -130px 40px -40px #000000;
    z-index: 1;
    transition: all 500ms ease;
}

.training-block-one .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0px;
    top: 0px;
    right: 0;
    /* border: solid 0px #fff; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;

}

.training-block-one .inner-box:hover .overlay-box:before {
    height: 100%;
}

.training-block-one .inner-box:hover .content-box .text {
    opacity: 0;
}

.training-block-one .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    /* Keeps text at the bottom */
    justify-content: center;
    text-align: left;
    padding: 25px;
    padding-bottom: 15px;
    opacity: 0;
    transition: all 0.6s ease;
    overflow-y: hidden;
    /* Allows scroll if content is long */
    transform: translateY(70%);
    /* start hidden below */
}



.course-section {
    background-image: url(../images/courseBg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.course-section .program-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    padding: 15px;
}

.course-section .program-card h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #45474B;
}

.course-section .program-card p,
small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #45474B;
}



.course-section .program-card img {
    width: 100%;
    object-fit: cover;
}

.course-section .program-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Tab Styling */
.course-section .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 14px 30px;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.course-section .nav-tabs .nav-link.active {
    background-color: #444;
    color: white;
    border: none;
    border-radius: 0;
}


.course-section li.nav-item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #828282;
    border: none;
}



.partners-section .partner_logo {
    background: #ffffff;
    box-shadow: 1px 0px 14px 3px rgba(50, 50, 50, 0.07);
    margin: 10px 0px;
    padding: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}


.partners-section .partner_logo img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}


.location-section {
    background: linear-gradient(81.46deg, #ffc12340 1.86%, rgba(255, 191, 35, 0) 91.11%);
}


/* .location-section .map{
     border: 5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 10px;
} */


.location-section .locat_text h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #45474B;
    margin-bottom: 10px;
}


.location-section .locat_text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #45474B;
}


.scholarship_section {
    background-image: url(../images/scholorBg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


.scholarship_section .whitee {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 2.41358px 13.8781px rgba(0, 0, 0, 0.08);
    border-radius: 18.1019px;
    padding: 10px;
}

.scholarship_section .nav-tabs {
    display: flex;
    height: 100%;
    width: 100%;
    gap: 05px;
    justify-content: space-between;
    flex-direction: column;
}

.scholarship_section .nav-tabs .nav-item {
    border: none !important;
    width: 100%;
    height: 23%;

}

.scholarship_section .nav-tabs .nav-item .nav-link {
    background: rgba(253, 189, 61, 0.2);
    border-radius: 0px;
    border: none !important;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #45474B;
    width: 100%;

}

.scholarship_section .nav-tabs .nav-item .nav-link.active {
    background: #FDBD3D;
    color: #fff;

}

.scholarship_section .tab-content {
    padding: 10px 5px;
}

.scholarship_section .tab-content h4 {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #45474B;
}

.scholarship_section .tab-content span {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    display: block;
    margin-bottom: 10px !important;
}

.scholarship_section .tab-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.scholarship_section .tab-content ul {
    margin-left: 0;
    padding-left: 20px;
    height: 90px;
    overflow-y: scroll;
}

.scholarship_section .tab-content ul li::marker {
    color: #01A64E;
}

.scholarship_section .tab-content ul li {
    font-size: 16px;
    line-height: 24px;
    list-style-type: disc;
    font-weight: 400;
    font-family: 'Montserrat';
    font-style: normal;
    color: #45474B;

}

.scholarship_section .seat {
    background: #FAE3B1;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #45474B;
}



.scholarship_section ::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

.scholarship_section ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d8d8d8;
    border-radius: 10px;
}

/* Handle */
.scholarship_section ::-webkit-scrollbar-thumb {
    border-radius: 10px;
}


/* Track */
.scholarship_section ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scholarship_section ::-webkit-scrollbar-thumb {
    background: #01A64E;
}

/* Handle on hover */
.scholarship_section ::-webkit-scrollbar-thumb:hover {
    background: #FDBD3D;
}



.work_section .work_div {
    border-left: 2px solid #DDDDDD;
}

.work_section .work_div .working_logo .item {
    padding: 20px 15px;
}

.work_section .work_div .working_logo .item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.work_section .work_div .border-btm {
    border-bottom: 2px solid #DDDDDD;
}



.hidden_btn {
    display: none !important;
}


.accordion-item {
    border: none;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    padding: 16px 20px;
    background: rgba(139, 77, 58, 0.08);
    color: #333;
    border: none;
    box-shadow: none;
    transition: background 0.3s ease;

}

.accordion-button:hover {
    background: rgba(243, 233, 228, 1);
}

.accordion-button:not(.collapsed) {
    background: rgba(139, 77, 58, 0.08);
    color: #000000;
}

/* Custom Plus/Minus Icon */
.accordion-button::after {
    content: "+";
    font-size: 1.2rem;
    color: rgba(114, 52, 33, 1);
    transform: none !important;
    background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    font-size: 24px;
    color: rgb(255, 255, 255);
    background: rgba(114, 52, 33, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 15px;
}

.accordion-body {
    padding: 18px 22px;
    background: rgba(139, 77, 58, 0.08);
    border: 1px solid #FFFFFF;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}