﻿


/*===========SLIDER*==========================*/




section {
    padding: 1px 0 0 0;
    overflow: hidden;
}
/* Make image container relative */
.slider-img {
    position: relative;
    width: 100%;
}

    .slider-img img {
        width: 100%;
        height: auto;
        display: block;
    }

/* Button Styling */
.slider-label {
    position: absolute;
    bottom: 80px;
    left: 80px;
    border: 2px solid #999;
    background-color: #ffffff;
    color: #666666;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    border-radius: 15px;
    z-index: 10;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .slider-label a {
        text-decoration: none;
        color: inherit;
        display: block;
    }

    .slider-label span {
        font-weight: 600;
        font-size: 22px;
        display: block;
    }

    /* Click Animation */
    .slider-label:active {
        transform: scale(0.96);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }


/* Read more button*/


.read-more-btn {
    position: absolute;
    bottom: 92px;
    left: 20%;
    border: 2px solid #999;
    background-color: #ffffff;
    color: #666666;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    border-radius: 15px;
    z-index: 10;
    transition: background-color 0.2s, transform 0.1s;
}

    .read-more-btn:hover {
        background-color: #b98d45;
    }

    .read-more-btn:active {
        background-color: #a67f3f;
        transform: scale(0.98);
    }


/* Responsive Breakpoints */

/* For screens ≤1440px */
@media (max-width: 1440px) {
    .slider-label {
        bottom: 70px;
        left: 70px;
        font-size: 18px;
        padding: 10px 20px;
    }

        .slider-label span {
            font-size: 16px;
        }
    .read-more-btn {
        bottom: 77px;
        left: 272px;
    }

}

/* For screens ≤1024px */
@media (max-width: 1024px) {
    .slider-label {
        bottom: 60px;
        left: 60px;
        font-size: 16px;
    }

        .slider-label span {
            font-size: 14px;
        }

    .read-more-btn {
        bottom: 66px;
        left: 253px;
        font-size: 13px;
    }
}


/* For screens ≤768px */
@media (max-width: 768px) {
    .slider-label {
        bottom: 20px;
        left: 20px;
        font-size: 14px;
        padding: 8px 16px;
    }

        .slider-label span {
            font-size: 12px;
        }

    .read-more-btn {
        bottom: 24px;
        left: 177px;
        font-size: 11px;
    }
}

/* For screens ≤425px */
@media (max-width: 425px) {
    .slider-label {
        bottom: 10px;
        left: 10px;
        font-size: 10px;
        padding: 6px 12px;
    }

        .slider-label span {
            font-size: 9px;
        }

    .read-more-btn {
        bottom: 14px;
        left: 122px;
        font-size: 9px;
        padding: 6px 9px;
    }
}

/* For screens ≤375px */
@media (max-width: 375px) {
    .slider-label {
        font-size: 8px;
        padding: 5px 10px;
    }

        .slider-label span {
            font-size: 8px;
        }

    .read-more-btn {
        bottom: 14px;
        left: 111px;
        padding: 4px 8px;
    }
}



/*===========SLIDER*==========================*/


/*=========================offered========================*/
/* Adds white space above */
.offered-section {
    background-color: #ffffff;
    padding: 0;
}

/* Parent wrapper for correct positioning */
.offered-wrapper {
    position: relative;
    width: 100%;
    overflow: visible; /* must allow the logo to overflow if needed */
}

/* Full width image with no overflow issues */
.offered-img {
    width: 100%; /* DO NOT use 100vw */
    height: 700px;
    display: block;
}

/* Logo fixed to top-right corner inside image */
.offered-logo {
    position: absolute;
    top: 86px;
    right: 175px;
    z-index: 10;
    background-color: white; /* keeps contrast if needed */

    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-top: 20px;
}

    .offered-logo img {
        max-width: 800px;
        height: auto;
        display: block;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }

    /* Remove border-radius to keep it rectangular */
    .offered-logo,
    .offered-logo img {
        border-radius: 10px;
        width: 700px;
    }

/* Responsive adjustments */
@media (max-width: 1440px) {
    .offered-logo {
        top: 66px;
        right: 20px;
    }
}

@media (max-width: 1024px) {
    .offered-logo {
        top: 115px;
        right: 100px;
    }

        .offered-logo img {
        }

        .offered-logo, .offered-logo img {
            border-radius: 10px;
            width: 400px;
        }
}

@media (max-width: 768px) {
    .offered-logo {
        top: 62px;
        right: 5px;
        padding: 4px;
    }

        .offered-logo img {
        }

        .offered-logo, .offered-logo img {
            border-radius: 10px;
            width: 356px;
        }
}

@media (max-width: 425px) {
    .offered-logo {
        top: 5px;
        right: 37px;
        display: none;
    }

        .offered-logo img {
            max-width: 60px;
            display: none;
        }
}


/*================================card================*/

/* MBA CARD overlay */
.offered-card {
    /*position: absolute;*/
    top: 45px;
    left: 380px;
    background-color: #b1282e;
    color: white;
    width: 500px;
    padding: 25px 20px;
    border-radius: 15px;
    z-index: 9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid;
}

section.section.section-offered-card-info {
    background-color: #afa6a630;
    padding: 30px 0 30px 0;
}


/* Headings and badge centered */
.mba-title,
.mba-badge,
.mba-minor-label,
.mba-minor-specialization {
    text-align: center;
}

/* MBA Title */
.mba-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 15px;
}

/* MBA Badge */
.mba-badge {
    background-color: #d1a550; /* yellow just behind text */
    color: #ffffff; /* text in maroon */
    font-weight: 700;
    font-size: 27px;
    padding: 1px 12px; /* tight background around text */
    border-radius: 3px; /* slight rounding if you like */
    margin: 0 auto 20px;
    display: table; /* centers inline element horizontally */
}

.mba-badge {
    position: relative;
}

    .mba-badge::before {
        content: '';
        position: absolute;
        width: 170px;
        height: 3px;
        background-color: #d1a550;
        top: 17px;
        right: 72px;
    }

    .mba-badge::after {
        content: '';
        position: absolute;
        width: 170px;
        height: 3px;
        background-color: #d1a550;
        top: 17px;
        left: 72px;
    }

/* Subtitle left aligned */
.mba-subtitle {
    color: #d1a550;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

/* List left aligned */
.mba-list {
    list-style-type: square;
    color: white;
    margin: 0 0 20px 20px;
    padding-left: 30px;
    text-align: left;
}

    .mba-list li {
        font-size: 18px;
        margin-bottom: 8px;
    }

/* Divider */
.mba-divider {
    border: none;
    border-top: 2px solid #d1a550;
    margin: 20px 0 5px;
}

/* Bottom specialization centered */
.mba-minor-label {
    font-size: 20px;
    margin-bottom: 8px;
}

.mba-minor-specialization {
    color: #d1a550;
    font-weight: bold;
    font-size: 23px;
    margin-top: 0;
    border-bottom: 2px solid #d1a550;
    padding-top: 6px;
}

/* Responsive */
@media(max-width:1440px) {
    .offered-card {
        top: 52px;
        left: 220px;
        width: 462px;
    }

    .mba-title {
        font-size: 30px;
    }

    .mba-badge {
        font-size: 24px;
    }

    .mba-subtitle {
        font-size: 24px;
    }

    .mba-list li {
        font-size: 18px;
    }

    .mba-minor-label,
    .mba-minor-specialization {
        font-size: 24px;
    }
}


@media (max-width: 1024px) {
    .offered-img {
        height: 580px;
    }

    .offered-card {
        top: 26px;
        left: 128px;
        width: 366px;
        padding: 15px;
    }

    .mba-title {
        font-size: 28px;
    }

    .mba-badge {
        font-size: 16px;
    }


        .mba-badge::before {
            width: 133px;
            height: 3px;
            top: 13px;
            right: 49px;
        }


        .mba-badge::after {
            width: 133px;
            height: 3px;
            top: 13px;
            left: 49px;
        }


    .mba-subtitle {
        font-size: 20px;
    }

    .mba-list li {
        font-size: 16px;
    }

    .mba-minor-label,
    .mba-minor-specialization {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .offered-img {
        height: 520px;
    }

    .offered-card {
        top: 20px;
        left: 92px;
        width: 250px;
        padding: 18px;
    }

    .mba-title {
        font-size: 22px;
    }

    .mba-badge {
        font-size: 14px;
    }

        .mba-badge::before {
            width: 103px;
            height: 3px;
            top: 10px;
            right: 50px;
        }


        .mba-badge::after {
            width: 103px;
            height: 3px;
            top: 10px;
            left: 50px;
        }

    .mba-subtitle {
        font-size: 18px;
    }

    .mba-list li {
        font-size: 14px;
    }

    .mba-minor-label,
    .mba-minor-specialization {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .offered-img {
        height: 360px;
    }

    .offered-card {
        top: 15px;
        left: 55px;
        width: 290px;
        padding: 10px;
        margin-left: 67px;
        margin-bottom: 20px;
    }

    .mba-title {
        font-size: 14px;
    }

    .mba-badge {
        font-size: 12px;
    }

        .mba-badge::before {
            width: 78px;
            height: 3px;
            top: 8px;
            right: 50px;
        }


        .mba-badge::after {
            width: 78px;
            height: 3px;
            top: 8px;
            left: 50px;
        }

    .mba-subtitle {
        font-size: 14px;
    }


    .mba-list {
        list-style-type: square;
        color: white;
        margin: 0 0 -20px 5px;
        padding-left: 30px;
        text-align: left;
    }

        .mba-list li {
            font-size: 10px;
        }

    .mba-minor-label,
    .mba-minor-specialization {
        font-size: 14px;
    }
}

@media (max-width: 375px) {


    .offered-card {
        top: 15px;
        left: 50px;
        width: 270px;
        padding: 7px;
        margin: 25px;
    }

    .mba-title {
        font-size: 12px;
    }

    .mba-badge {
        font-size: 10px;
    }

        .mba-badge::before {
            width: 59px;
            height: 3px;
            top: 7px;
            right: 45px;
        }


        .mba-badge::after {
            width: 59px;
            height: 3px;
            top: 7px;
            left: 45px;
        }

    .mba-subtitle {
        font-size: 12px;
    }


    .mba-list {
        list-style-type: square;
        color: white;
        margin: 0 0 -20px 0;
        padding-left: 16px;
        text-align: left;
    }

        .mba-list li {
            font-size: 10px;
        }

    .mba-minor-label,
    .mba-minor-specialization {
        font-size: 12px;
    }
}

@media (max-width: 320px) {


    .offered-card {
        top: 15px;
        left: 24px;
        width: 273px;
        padding: 10px;
    }
}
/*=========================offered========================*/

.card.shadow-lg.p-4 {
    border: 2px solid #bdb4b4;
    border-radius: 8px;
}

h3.text-center.mb-4 {
    background-color: #b32e32;
    color: #FFF;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
}

button.btn.btn-primary {
    background-color: #d1a44f;
    border: navajowhite;
    padding: 8px;
    font-weight: 400;
    font-size: 18px;
}

section.section.section-our-feature {
    background-image: url('/images/3.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

.title-info {
    border: 3px solid #d1a44f;
    width: 33%;
    padding-top: 6px;
    color: #b32e32;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

@media(max-width:768px) {
    .title-info {
        border: 3px solid #d1a44f;
        width: 100%;
        margin-top: 25px;
    }
}

ul.feature-info li {
    padding: 2px;
}

    ul.feature-info li::marker {
        color: #d1a44f;
        font-size: 22px;
    }

.fees-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-top: 30px;
}

    .fees-box .duration {
        font-weight: bold;
        color: #b32e32;
    }

    .fees-box .total-fees {
        background-color: #e0a800;
        color: white;
        font-weight: 600;
        padding: 0.5rem;
        margin: 0.5rem 0;
        border-radius: 5px;
    }

    .fees-box .breakup {
        font-size: 0.9rem;
        color: #333;
    }

.highlight {
    color: #b32e32;
    font-weight: bold;
}

.breakup {
    text-align: center;
    margin-top: 14px;
    color: #b32e32;
    font-weight: 600;
}

.skills-section {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 2rem;
    margin-top: 2rem;
}

.section-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.skill-box {
    background-color: white;
    color: black;
    padding: 0.5rem 1rem;
    margin: 0.3rem;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
}

.certifications ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    color: #ffd700;
}

.certifications li {
    margin-bottom: 0.4rem;
}

.nism-logo {
    max-width: 150px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

section.section.section-technical {
    background-image: url('/images/SBS-slider.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    height: 430px;
}

@media(max-width:600px) {
    section.section.section-technical {
        background-image: url(/images/SBS-slider.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px;
        height: auto;
    }

    .skill-info {
        margin-bottom: 15px;
    }
}

@media(max-width:1024px) {
    .d-none {
        display: block !important;
        padding-bottom: 20px;
    }
}

.technical-info h3 {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
}

ul.certification li {
    color: #FFF;
    font-size: 20px;
}

    ul.certification li::marker {
        color: #d1a44f;
        font-size: 25px;
    }

section.section.section-footer {
    background-color: #d1a44f;
}

.footer-info h3 {
    color: #FFF;
    font-weight: bold;
    padding-top: 25px;
}

.btn-light {
    color: #fff;
    background-color: #b32e32 !important;
}

.footer-text {
    padding-top: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

section.section.section-last-footer {
    background-color: #b32e32;
}
