:root {
    --h1: 50px;
    --h2: 36px;
    --h3: 32px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
    --primary: #072259;
    --white: #ffffff;
    --secondary: #deab00;
    --pink: #e60084
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.logo {
    max-width: 180px;
}

section {
    padding: 60px 0px;
    overflow: hidden;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

.sticky-social {
    position: fixed;
    bottom: 45px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 999;
}


.social {
    list-style: none;
}

.sticky-apply {
    text-align: center;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 999;


}

.mm-hj {
    width: 100%;
    background-color: #DEAB00;
}

.mm-yutr {
    list-style: none;
    background-color: #DEAB00;
    color: #fff;
    font-size: 21px;

}

.ss-primary {
    background-color: var(--primary);
}

.ss-white {
    background-color: var(--white);
}

.ss-secondary {
    background-color: var(--secondary);
}

.landing-bg {
    background-image: url("banner-3.jpg");
    /* height: auto; */
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    padding: 85px 0px 50px 0px;
    /* background-repeat: no-repeat; */

}



.landing-bg::before {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    opacity: 60%;
    top: 0;
    left: 0;

}



.mm-heading2 {
    font-size: 36px;
    font-weight: 600;
    color: white;
    padding-bottom: 15px;

}

@media (max-width: 720px) {
    #mm-title1 {
        /* padding-top: 15px; */
        padding-bottom: 20px;
    }

    .landing-bg {
        padding: 130px 10px 40px 10px !important;
    }

    .mm-heading2 {
        font-size: 24px;
        padding-bottom: 15px;
        margin: 0px;
        font-weight: 600;
    }


    #mm-text-align {
        text-align: center !important;
    }

    .mm-padding {
        padding: 0px;
    }

    .mm-hp {
        padding: 30px 0px 10px 0px !important;
    }

    .mm-hp2 {
        padding: 0px 0px 10px 0px !important;

    }

    .mm-im {
        margin: 10px;
    }

    .mm-rh {
        padding: 0px 0px 0px 0px !important;
    }

    .mm-card-icon {
        width: 100% !important;
    }

    .mm-p-why {
        padding: 0px !important;
    }

    .mm-pf {
        padding: 10px 5px;
        margin: 0px;
    }

    .mm-header-h {
        font-size: 19px !important;
        padding: 15px 5px 10px 5px !important;
    }



    .mm-hy {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 40px !important;
        font-weight: 400 !important;
    }

    .mm-sp {
        padding: 40px 10px !important;
    }

    .course-section {
        margin: 0px 20px;
    }

    .mm-op {
        padding: 10px !important;
    }

    .mm-padding-right {
        padding-right: 10px !important;
    }


    .mm-sp {
        background-image: none !important;
    }

    .mm-yu {
        font-size: 12px !important;
    }

    .sticky-social {
        right: 20px !important;
    }

    .mm-yutr {
        font-size: 17px !important;
    }

}

.mm-img {
    background-size: 50%;
}

#mm-title1 {

    z-index: 999;
    /* padding: 70px 0px 0px 20px */
}

#mm-title1 p {

    color: white;
    font-size: 16px;
    font-weight: 600;

}

.mm-btn1 {
    background: #DEAB00;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #dd9221;
    font-size: 16px;


}


.course-card h5 {
    font-size: 1.2rem;
}

.card-body a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;

}


/* .card-body{
        text-align: center;
} */
.card-body ul li {
    font-size: 12px;
    text-align: center;
}

.list-group-item span {
    font-weight: 500;
    color: #dc3545
}

a {
    text-decoration: none;
    color: #fff;
}

.list-inline-item {
    padding: 0px 10px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.list-inline-item a:hover {
    color: #dd9221;
}

.form-control {
    font-size: 13px;
}

button {
    border: none;
    padding: 8px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.ss-course {
    border-bottom: 1px dotted #888;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h6 {
    font-size: 16px;
}

@media screen and (max-width:467px) {
    h6 {
        font-size: 16px;
    }
}

.ss-course {
    border: 1px solid #8f8f8f;
    border-radius: 10px;
    padding: 0px !important;
}

.ss {
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.ss p {
    margin: 0;
}

.apply {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px;
    /* position: absolute; */
    justify-self: end;
    background-color: #cc0000;


}

.ss a {
    text-align: right;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.ss {
    width: 100%;
}

.svg {
    background-color: #330000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23cc0000'/%3E%3Cstop offset='1' stop-color='%23330000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23dd9221' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23dd9221' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.courses .card-body p {
    /* font-size: .875rem; */
    margin-bottom: 5px;
}

.btn-sm {
    font-size: .7rem;
}


.courses .card-body {
    padding: 0.5rem !important;


}


.courses .img-fluid {
    height: 100%;
}

.position-sticky {
    z-index: 99;
}

.carousel-control-prev-icon {
    /* background-color: #dd9221; */
}

.carousel-control-next-icon {
    /* background-color: #dd9221; */
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

@media screen and (max-width:467px) {
    .desktop-only {
        display: none;

    }

    .list-inline-item {
        font-size: 14px;
    }

    .alumni h5 {
        font-size: 15px;
    }

    .alumni p {
        font-size: 14px;
        line-height: 1.1em;
    }

    .ss-scroll {
        max-height: 436px;
        overflow: scroll;
    }

    .logo {
        width: 100%;
        max-width: 130px;
    }

    .ipu {
        max-width: 65%;
    }

    .ipu-logo-small {
        max-width: 50px;
    }

    p {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }

    .btn-sm {
        font-size: .7rem;
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

    section {
        padding: 40px 10px;
    }
}

@media screen and (min-width:500px) {
    .mobile-only {
        display: none;
    }



}

@media (max-width: 467px) {
    .success {
        padding-top: 5vh !important;

        padding-bottom: 5vh !important;
    }
}


.success {

    background-color: #f7f7f7;
    padding-top: 30vh;
    padding-bottom: 30vh;
}

.partner-logo img {
    border: 1px solid #888;
}

.celebrities img {
    border: 3px solid #ffffff;
}

.ss-dark {

    background-color: #3a3a3a;
}


/* -----------offerd-- */
/* #programme {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

ul.disciplines-list {
    width: 100%;
    margin: 0% 0 2% 0;
    padding: 0px;
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}





.titlebar {
    margin-bottom: 20px;
    text-align: center;
}

.titlebar h2 {
    color: #000;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.mt-10 {
    margin-top: 10px;
}

ul.disciplines-list li {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 5px;
    background: url(../images/tick-icon.png) no-repeat 0 7px;
    padding-left: 40px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #222222;
    line-height: 28px;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 5px;
    text-align: left;
    border-bottom: solid 1px #c7c7c7;
    text-transform: uppercase;
} */

/* -----card----------- */

/* #mm-card1 {
    margin-bottom: 10px;
}

#mm-box-con {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 15px;

}

#mm-text {
    font-size: 30px;
}

#mm-active {
    color: #cc0000;
}

#mm-active:active {
    color: #dd9221;
}

#mm-team {
    padding-top: 70px;
}

#mm-con {
    background-color: whitesmoke;
    padding-top: 20px;
    padding-bottom: 20px;
}

#mm-box {

    border: none !important;
    width: 100px;

}

#mm-box:hover {
    background-color: rgba(26, 182, 157, 0.07);

}

#mm-box1 {

    border: none !important;
    width: 100px;

}

#mm-box1:hover {
    background-color: rgba(238, 74, 98, 0.07);
    ;

}

#mm-box2 {

    border: none !important;
    width: 100px;

}

#mm-box2:hover {
    background-color: rgba(142, 86, 255, 0.07);

} */

/* --------Program Highlights--------- */



.fw-bold {
    font-weight: 600 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

/* -------------------- */
.studentCls {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
}

.eligibleCls {
    margin-left: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
}

#mm-p3 p {
    font-size: 16px;
    font-weight: 400;
}


/* -----5-6-2024--------new item---------- */

/* <!-- ---------------CAREER BENEFITS OF bba strat----------- --> */

.program-section {
    padding: 60px 00px 60px 0px;
}

.headtitle h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 0px;
    font-family: 'Poppins', SemiBold;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}

.mm-bg {
    background-color: #3c2a9873;
}

/* 1 card  */
.mm-card-1 {
    position: relative;
    height: 250px;
    border: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('radio.jpg');
    /* apni image ka path */
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    transition: background-size 1.2s ease !important;
    /* slow smooth zoom */
}

/* 🔥 BLACK OVERLAY */
.mm-card-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 34, 89, 0.70);

    /* <-- YAHAN BLACK COLOR */
    transition: 0.6s ease;
    z-index: 1;
}

/* TEXT UPER DIKHNE K LIYE */
.mm-card-1 h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

/* 🔥 HOVER EFFECT – IMAGE ZOOM + OVERLAY YELLOW */
.mm-card-1:hover {
    background-size: 120%;

}

.mm-card-1:hover::before {
    background: rgba(245, 217, 34, 0.70);
    /* yellow transparent overlay */
}

/* end  */

/* 2 card  */


.mm-card-2 {
    position: relative;
    height: 250px;
    border: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('voice.jpg');
    /* apni image ka path */
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    transition: background-size 1.2s ease;
    /* slow smooth zoom */
}

/* 🔥 BLACK OVERLAY */
.mm-card-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 34, 89, 0.70);

    /* <-- YAHAN BLACK COLOR */
    transition: 0.6s ease;
    z-index: 1;
}

/* TEXT UPER DIKHNE K LIYE */
.mm-card-2 h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

/* 🔥 HOVER EFFECT – IMAGE ZOOM + OVERLAY YELLOW */
.mm-card-2:hover {
    background-size: 120%;

}

.mm-card-2:hover::before {
    background: rgba(245, 217, 34, 0.70);
    /* yellow transparent overlay */
}

/* end  */

/* 3 card  */

.mm-card-3 {
    position: relative;
    height: 250px;
    border: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('podcast.jpg');
    /* apni image ka path */
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    transition: background-size 1.2s ease;
    /* slow smooth zoom */
}

/* 🔥 BLACK OVERLAY */
.mm-card-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 34, 89, 0.70);

    /* <-- YAHAN BLACK COLOR */
    transition: 0.6s ease;
    z-index: 1;
}

/* TEXT UPER DIKHNE K LIYE */
.mm-card-3 h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

/* 🔥 HOVER EFFECT – IMAGE ZOOM + OVERLAY YELLOW */
.mm-card-3:hover {
    background-size: 120%;

}

.mm-card-3:hover::before {
    background: rgba(245, 217, 34, 0.70);
    /* yellow transparent overlay */
}

/* end  */

/* 4 card  */


.mm-card-4 {
    position: relative;
    height: 250px;
    border: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('film.jpg');
    /* apni image ka path */
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    transition: background-size 1.2s ease;
    /* slow smooth zoom */
}

/* 🔥 BLACK OVERLAY */
.mm-card-4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 34, 89, 0.70);

    /* <-- YAHAN BLACK COLOR */
    transition: 0.6s ease;
    z-index: 1;
}

/* TEXT UPER DIKHNE K LIYE */
.mm-card-4 h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

/* 🔥 HOVER EFFECT – IMAGE ZOOM + OVERLAY YELLOW */
.mm-card-4:hover {
    background-size: 120%;

}

.mm-card-4:hover::before {
    background: rgba(245, 217, 34, 0.70);
    /* yellow transparent overlay */
}

/* end  */


.mm-card-5 {
    position: relative;
    height: 250px;
    border: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('production.jpg');
    /* apni image ka path */
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    transition: background-size 1.2s ease;
    /* slow smooth zoom */
}

/* 🔥 BLACK OVERLAY */
.mm-card-5::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 34, 89, 0.70);

    /* <-- YAHAN BLACK COLOR */
    transition: 0.6s ease;
    z-index: 1;
}

/* TEXT UPER DIKHNE K LIYE */
.mm-card-5 h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

/* 🔥 HOVER EFFECT – IMAGE ZOOM + OVERLAY YELLOW */
.mm-card-5:hover {
    background-size: 120%;

}

.mm-card-5:hover::before {
    background: rgba(245, 217, 34, 0.70);
    /* yellow transparent overlay */
}

/* end  */

/* 6 card  */

.mm-card-6 {
    position: relative;
    height: 250px;
    border: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('content.jpg');
    /* apni image ka path */
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    transition: background-size 1.2s ease;
    /* slow smooth zoom */
}

/* 🔥 BLACK OVERLAY */
.mm-card-6::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 34, 89, 0.70);

    /* <-- YAHAN BLACK COLOR */
    transition: 0.6s ease;
    z-index: 1;
}

/* TEXT UPER DIKHNE K LIYE */
.mm-card-6 h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

/* 🔥 HOVER EFFECT – IMAGE ZOOM + OVERLAY YELLOW */
.mm-card-6:hover {
    background-size: 120%;

}

.mm-card-6:hover::before {
    background: rgba(245, 217, 34, 0.70);
    /* yellow transparent overlay */
}



/* end  */
.mm-card-icon {
    border: none;

    background-color: #07225938;
    padding: 25px;
    text-align: center;
    align-items: center;
    height: 250px;

}

.mm-card-icon img {
    filter: brightness(0) invert(1);
}


.card-body {
    z-index: 1;
}

.mm-card-icon .card-body p {
    color: var(--white);
}

.mm-card-icon .card-body h5 {
    color: var(--white);
}






.eff-4 {
    width: 100%;
    height: 100%;
    left: -100%;
    background: #000;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    top: 0;
}

.card-title {
    color: #072259;
}

.choose-box p {
    font-size: 16px;
}

.choose-box img {
    width: 55px;
}

/* -------about himcom --------- */

.whySpBoxContaint a:hover {
    text-decoration: none;
    color: white;


}

.white-backgrd {
    padding: 20px 20px;
    background-color: white;
}

#mm-p {
    font-size: 16px;
    font-weight: 400;

}

/* --------Apply Now for BBA -------- */

.apply-grad {
    background: linear-gradient(180deg, rgba(213, 218, 222, 0) 0%, #dbd9d5 70%);
}

.apply-grad h3 {
    color: #000;
    font-weight: 600;
    text-align: center;
}

.apply-grad .bg-bluebtn {
    background-color: #ffc107;
    padding: 0 10px;
    border-radius: 50px;
}

.apply-grad a {
    color: #fff !important;
}

.btn.active {
    -webkit-box-shadow: none !important;
}


/* --------------Build a rewarding career------ */

/* @media (min-width: 1025px) {
    .section-head.get-started {
        padding-bottom: 121px;
    }

    #mm-build {
        text-align: center;
        justify-content: center;
        top: 50px;
    }
}

.section-head {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .lead-banner {
        padding: 24px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 467px) {
    .lead-banner {
        border-radius: 8px;
        padding: 20px;
    }

    .lead-banner-content__title {
        font-size: 19px;
        line-height: 1.25;
        font-weight: 500;
    }
}


.lead-banner {

    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #705ded;
    position: relative;
    overflow: hidden;

}

@media (min-width: 768px) {
    .lead-banner .lead-banner-content__title {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 600;
    }
}



@media (min-width: 768px) {
    .section-head .btn {
        font-size: 18px;
    }
}

.section-head .btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn.btn--secondary {
    color: #000;
    background-color: #fff;
} */


/* <!-- -------n Insider’s View---------- --> */

.view {
    background-image: url(progrmme4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    /* height: 700px; */
    padding-bottom: 0;
    padding: 50px 20px 40px 20px !important;
    z-index: 0;
    width: 100%;
    /* height: 100%; */
}

/* view::before {
    background-color:red;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 80%;
    top: 0;
    left: 0;

} */


@media (max-width: 720px) {
    .view {
        /* height: 500px; */
        height: auto;
        padding-top: 40px !important;
    }

    .angry-grid {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 7px !important;
    }
}

.left_v p {
    font-size: 16px;
    font-weight: 400;
}

.left_v {
    text-align: center;
    max-width: 1420px;
    margin: auto;
    padding-bottom: 100px;
}

@media (max-width: 1400px) {
    .left_v {
        padding: 0px 0 50px;
    }
}

@media (max-width: 1600px) {
    .view .left_v h2 {
        padding-bottom: 21px;
    }
}

.angry-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    /* padding-bottom: 20px; */
}

.view_con {
    position: relative;
    /* height: 100%; */
    overflow: hidden;
    padding: 5px;
}

.view_con img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */

}


.view_con:hover h4 {
    top: 50%;
    background: #c0305399;


}

.view_con h4 {
    position: absolute;
    top: -51px;
    color: #fff;
    z-index: 1;
    transition: all 0.3s ease-in;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;

}

.view_con::after {
    content: "";
    position: absolute;
    /* top: 0; */
    right: 0;
    left: 0;
    bottom: -101%;
    background: #c0305399;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}



/* -----------------DISTINGUISHED FACULTY------- */

#faculty {
    padding-top: 70px;
    padding-bottom: 30px;
    background: url(faculty-2.jpg) no-repeat;
    /* height: 612px; */
    height: auto;
}



@media (max-width: 720px) {
    #mm-faculty {
        background-color: #ffffffc2 !important;
        border-radius: 20px;
    }

    .titlebar2 {
        /* margin:  30px 0px; */
        padding: 20px;
    }

    .case_study {
        display: none;
    }
}


.titlebar2 {
    margin-bottom: 20px;
    text-align: center;
}

.titlebar2 h2 {
    color: #000;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
}

.titlebar2 h2:after {
    display: block;
    content: "";
    height: 2px;
    width: 150px;
    background: #ffc400;
    position: relative;
    text-align: left;
    margin-top: 20px;
}

.titlebar2 p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.case_study {
    box-shadow: 0 0 20px #ccc;
    background: #f3f3f3;
    padding: 25px;
    margin: 10px 0 0 0px;
    float: left;
}

.case_study h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 28px;
    color: #6c6d70;
    font-weight: 300;
    text-transform: uppercase;
}

.case_study span {
    font-family: 'Titillium Web', sans-serif;
    font-size: 38px;
    color: #6b8bc7;
    font-weight: bold;
    text-transform: uppercase;
}

/* <!-- -----------testimonel---------- --> */

/* .testimonial-slider {
    background-color: #5072a7;
    padding: 2em 2em 3em;
}

.testimonial-title {
    color: #fff;
}

.testimonial-title h2 {
    padding-left: 0.2em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #c9bdbd;
    color: white;

}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }

}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}
 */


/* ----------why himcom--------- */

.about-container h2 {
    text-align: center;
    color: rgb(152, 1, 46);
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}


.about img {
    width: 120px;
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}

.btn1 {
    background: #ffc858;
    color: #98022e;
    padding: 10px 10px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #ffc858;
}

.btn2 {
    background: white;
    color: #98022e;
    padding: 10px 10px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #98022e;
}

/* <!-- -------- Why should you go for a 4-year BBA ---------? --> */

.box-why {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 1.5rem;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.font-600 {
    font-weight: 600;
}



/* --------himcom placment----------> */

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;

}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* <!-- ----------progrmme overview---- --> */
#mm-course1 {
    background-color: white;
    padding: 20px;
}

#over-view {
    background-color: rgb(245, 245, 245);
}

.mm-p7-mm p {
    font-size: 16px;
    font-weight: 400;
}

.mm-p7 p {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 10px;

}

#mm-Recruiters li {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 720px) {
    #mm-ht {
        font-size: 30px;
    }

    /* .mm-p7{
        padding: 0px 20px 0px 20px;
    } */
}



/* -------------footer--- */
.footer {
    background: #072259;
    color: #ffffff;
}

.footer .row {
    align-items: start;
    padding-bottom: 2rem;
}

.mm-f {
    font-weight: 500;
    font-size: 20px;
}

.footer-left {
    padding-right: 2rem;
}

.theme-border-bottom {
    border-bottom: 1px solid var(--secondary);
    padding-bottom: 1rem;
    font-size: 23px;
    font-weight: 600;
}

.mm-button {
    background-color: var(--secondary);
    padding-bottom: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.footer-left p,
.copyright-wrap p {
    color: #c0c0c0;
    font-size: 16px;
}

.icon {
    padding-top: 2rem;
}

.footer-left p,
.copyright-wrap p {
    color: #c0c0c0;
    font-size: 16px;
}

.icon_link {
    display: flex;
    gap: 10px;
    padding: 10px 0px 20px 0px;
}

.icon_link a {
    line-height: 1.2;
    /* padding: 10px 20px 0px 0px; */
    text-align: center;
    padding: 1px 0px 0px 0px;
    width: 40px;
    height: 40px;
    background: #fefefe;
    line-height: 35px;
    border-radius: 50%;
    color: #de0a5c;
    font-size: 18px;
    transition: all 0.3s ease-in;
}



@media (max-width: 767px) {
    .footer-right {
        padding-left: 0rem !important;
    }

}

.footer-right {
    padding-left: 2rem;
}

.theme-border-bottom {
    border-bottom: 1px solid var(--secondary);
    padding-bottom: 1rem;
    font-size: 23px;
    font-weight: 600;
}

.copyright-wrap {
    text-align: center;
    border-top: 1px solid #deab00;
    padding: 20px 0px 2px 0px;
}

.copyright-wrap p {
    color: #c0c0c0;
    font-size: 16px;
}

/* ----------- testimonel 2---------- */



.gtco-testimonials {
    position: relative;
    margin-top: 30px;



    .owl-stage-outer {
        padding: 20px 0;
    }

    .owl-nav {
        display: none;
    }

    .owl-dots {
        text-align: center;

        span {
            position: relative;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            display: block;
            background: #fff;
            border: 2px solid red;
            margin: 0 5px;
        }

        .active {
            box-shadow: none;

            span {
                background: red;
                box-shadow: none;
                height: 12px;
                width: 12px;
                margin-bottom: -1px;
            }
        }
    }

    .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;

        .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            box-shadow: 0 8px 20px -4px #95abbb;
            width: 100px;
            height: 100px;
        }

        h5 {
            color: #cc0000;
            font-size: 21px;
            line-height: 1.3;

            span {
                font-size: 18px;
                color: #666666;
            }
        }

        p {
            font-size: 15px;
            color: #555;
            padding-bottom: 15px;
            font-weight: 400;
        }
    }

    .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .center {
        opacity: 1;

        h5 {
            font-size: 24px;

            span {
                font-size: 20px;
            }
        }

        .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }
    }
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel {
    .owl-nav button {

        &.owl-next,
        &.owl-prev {
            outline: 0;
        }
    }

    button.owl-dot {
        outline: 0;
    }
}

/* new site update -6-8-2025 */

.header-section {
    padding: 10px 0px 45px 0px;
    align-content: center;
    background-color: var(--primary);
}

.header-section-1 {
    text-align: left;
    align-content: center;
}

.header-section h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
}

.header-section p {
    font-size: 15px;
    margin: 0;
    color: var(--white);
}

.contact-link a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.contact-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background: var(--white);
    transition: width 0.3s ease;
}

.contact-link a:hover::after {
    width: 100%;
}

/* menu  */

.custom-nav {
    padding: 10px 0px 15px 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.45) !important;

}

/* Menu Text Style */
.navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: #000 !important;
    margin: 0 18px;
    position: relative;
    padding: 8px 0;
    letter-spacing: 0.3px;
}

/* Active Menu (Red) */
.active-menu {
    color: var(--secondary) !important;
}

/* Hover & Active Underline */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background-color: var(--secondary);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .active-menu::after {
    width: 100%;
}

/* Normal (Absolute + 60px down) */
.nav-absolute {
    position: absolute;
    top: 85px;

    z-index: 999;
    /* right: 10%; */
    transition: all 0.3s ease;
}

/* When sticky on scroll */
.nav-fixed {
    position: fixed !important;
    top: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15) !important;
}


/* Mobile Menu Icon */
.navbar-toggler-icon {
    background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/icons/list.svg");
}

/* end  */


.header-section-2 {
    text-align: right;

    align-content: center;
}

.course-section .mm-card-img {
    border: none;

}

.course-section .card-title {
    padding-top: 20px;
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 20px;
}

.course-section .mm-im {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 14px;
    width: 31%;
}

/* Hover Effect */
.course-section .mm-im:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
    /* background: linear-gradient(135deg, #3c2a98, #3c2a9852); */
    color: #fff;
}

/* Optional: Text and Icon inside the box */
.course-section .mm-im h4,
.course-section .mm-im p {
    margin: 0;
    padding: 0;
    transition: color 0.4s ease;
}

.course-section .mm-im:hover h4,
.course-section .mm-im:hover p {
    color: #ffffff;
}

.course-section .mm-card-col-1 {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--secondary);
    border-radius: 10px;
    padding: 10px;
    width: 40%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.course-section .mm-card-col-1:hover {
    /* background-color: #444;  */
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* border: 1px solid #DEAB00; */
}

.course-section .mm-card-col-2 {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--primary);
    border-radius: 10px;
    padding: 10px;
    width: 40%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.course-section .mm-card-col-2:hover {
    /* background-color: #0056b3;  */
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* border: 1px solid #3c2a98; */
}

/* Optional: Anchor tag inside */
.course-section .mm-card-col-1 a,
.course-section .mm-card-col-2 a {
    color: var(--white);
    text-decoration: none;
    display: block;
}


.course-section .mm-card-row {
    display: flex;
    column-gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 20px;
}


.mm-course-body {
    padding: 15px;
}

.mm-course-body p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0px;
    padding-bottom: 6px;

    text-transform: capitalize;
}

.mm-course-body span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.mm-course-body h3 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    color: #222;
    /* Optional: text color */
}

.mm-course-body h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    /* Line width */
    height: 3px;
    /* Line thickness */
    background-color: #f9dd22;
    /* Choose your brand or accent color */
    border-radius: 2px;
}





@media only screen and (max-width: 767px) {

    .header-section-2 h1 {
        font-size: 24px;
    }

    .header-section-2 p {
        font-size: 14px;
    }

    .header-section-2 p span {
        font-size: 14px;
    }

    .header-section-1 img {
        width: 70%;
    }

    .header-section-3 img {
        width: 70%;
    }

    .course-section .mm-im {

        width: 100%;
    }

}


/* 27-11-2025 */





/* new section  */
.mm-list .icon {
    padding: 0px;
    padding-right: 10px;
}

.btn-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* text left, icon right */
    width: 100%;
    padding: 12px 20px;
    background-color: var(--secondary);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-apply .btn-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transition: transform 0.8s ease;
    /* increased duration for slower effect */
}

.btn-apply:hover {
    background-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}

.btn-apply:hover .btn-icon {
    transform: rotate(360deg) translateX(5px);
    /* slower hover effect */
}

@media (max-width: 600px) {
    .btn-apply {
        padding: 10px 15px;
        font-size: 14px;
    }

    .btn-apply .btn-icon {
        width: 18px;
        height: 18px;
    }
}



/* end  */
/* -------------------- Section Background -------------------- */
.section-about-1 {
    background:
        linear-gradient(135deg, rgba(241, 245, 249, 0.95), rgba(4, 72, 162, 0.95)),
        url('bg-1.png');
    background-size: cover;
    background-position: left;
    padding-top: 100px;
    padding-bottom: 100px;

}

.form-box {
    backdrop-filter: blur(10px);
    background-color: var(--primary);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.form-title {
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
}

/* Inputs */
.form-input {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 8px;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-input:focus {
    border-color: #ffae00 !important;
    box-shadow: 0 0 8px rgba(255, 174, 0, 0.7) !important;
}

/* Button */
.form-btn {
    background: var(--secondary);
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    transition: .3s ease;
    color: #fff;
}

.form-btn:hover {

    background: var(--secondary);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: #8c6c03;
}

/* Dropdown caret white */
.form-select {
    color: #000;
}

#sidebarCollege .form-select {
    color: #fff !important;
}

.form-select option {
    color: #000 !important;
}


/* -------------------- Slider -------------------- */
.carousel-inner img {
    object-fit: cover;
    height: 560px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* -------------------- Slider Captions -------------------- */
.custom-caption {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 18px;
    animation: fadeInUp 0.6s ease;
}

.custom-caption h3 {
    font-size: 28px;
    font-weight: 700;
}

.custom-caption p {
    font-size: 16px;
    margin-bottom: 12px;
}

/* Caption Animation */
@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* -------------------- Responsive Tweaks -------------------- */
@media (max-width: 768px) {
    .carousel-inner img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .form-box {
        padding: 25px !important;
    }

    .custom-caption {
        padding: 12px;
    }

    .custom-caption h3 {
        font-size: 20px;
    }

    .custom-caption p {
        font-size: 14px;
    }
}

/* tab system  */

.mm-tab-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('bg-2.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px;
}

.mm-tab-btn {
    padding: 12px 25px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.mm-tab-btn.active {
    background: #ffae00;
    border-color: #ffae00;
    color: #000;
}

.mm-tab-btn:hover {
    transform: translateY(-3px);
}

/* .mm-list-2 {
    padding: 10px 0px 25px 0px;
}

.mm-list-2 p {

    color: var(--white);
}

.mm-list-2 .icon {
    padding: 0px;
    padding-right: 10px;
    width: 7%;

} */



.mm-tab-section .mm-tab-content h3 {

    font-size: 30px;
    padding-bottom: 15px;
}

.mm-tab-section h5 {

    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
    color: var(--white);
}




/* testimonel  */
.mm-testimonel-section {
    background: #0a0a0a;
    padding: 70px 0;
}

.testimonial-container {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.testimonial-slider {
    display: flex;
    gap: 25px;
    transition: transform 0.6s ease-in-out;
}

.testimonial {
    background: #151515;
    color: white;
    padding: 30px 25px;
    border-radius: 14px;
    min-width: calc(50% - 15px);
    text-align: center;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.3s;
}

.testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

/* Image */
.t-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #ffcc00;
}

.testimonial p {
    font-size: 1.05rem;
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 10px;
}

.testimonial h3 {
    color: #ffcc00;
    margin-top: 8px;
    font-size: 1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .testimonial {
        min-width: 100%;
    }
}


/* end  */



/* placment  */

/* MAIN SECTION WITH BACKGROUND IMAGE */
.placement-section {
    background: url("bg-3.jpg") no-repeat center center/cover;
    padding: 70px 0;
    color: #fff;
    position: relative;
}

/* BLUE OVERLAY (OPTIONAL) */


.placement-section .container,
.placement-section .row,
.placement-section .heading,
.placement-section ul,
.placement-section img {
    position: relative;
    z-index: 2;
}

/* HEADING */
.heading {
    font-size: 32px;
    font-weight: 600;
    font-weight: 600;
}

.heading span {
    color: #fff;
}

.clean-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clean-list li {
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 17px;
    color: #fff;
}

.list-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



/* RIGHT IMAGE */
.placement-img {
    max-height: 420px;
    object-fit: contain;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .heading {
        font-size: 26px;
        text-align: center;
    }



    .placement-img {
        margin-top: 20px;
        max-height: 300px;
    }
}


/* end  */

/* subheader width  */

/* Default (Large Desktop) */
.nav-width {
    width: 1220px;
    margin: 0 auto;
}

/* Desktop (1200px – 1399px) */
@media (max-width: 1399px) {
    .nav-width {
        width: 1200px;
    }
}

/* Laptop (992px – 1199px) */
@media (max-width: 1199px) {
    .nav-width {
        width: 960px;
    }
}

/* Tablet (768px – 991px) */
@media (max-width: 991px) {
    .nav-width {
        width: 720px;
    }
}

/* Mobile Large (576px – 767px) */
@media (max-width: 767px) {
    .nav-width {
        width: 90%;
    }
}

/* Mobile Small (< 576px) */
@media (max-width: 575px) {
    .nav-width {
        width: 100%;
        padding: 0 10px;
    }
}


/* end  */





/* ----------------------------------------------------
   MOBILE VIEW (Under 575px)
---------------------------------------------------- */
@media (max-width: 575px) {

    /* Header Section */
    .header-section {
        padding: 15px 10px 40px 10px;
        text-align: center;
    }

    /* Logo Center */
    .header-section img[alt=""] {
        margin: 0 auto;
        display: block;
    }

    /* Call + Email Blocks */
    .header-section .col-md-4,
    .header-section .col-12 {
        justify-content: center !important;
        text-align: center !important;
        margin-bottom: 20px;
    }

    /* Icons Left ko hata kar center me */
    /* .header-section img {
        margin-right: 8px !important;
    } */

    /* Contact Text */
    .header-section h6 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .header-section p {
        font-size: 14px;
    }

    /* Navbar */
    .custom-nav {
        padding: 10px 0;
        box-shadow: none !important;
    }

    /* Nav Absolute adjust */
    .nav-absolute {
        top: 0;
        position: relative;
    }

    /* Mobile Menu Width Full */
    .nav-width {
        width: 100% !important;
        padding: 0 10px !important;
    }

    /* Navbar Links (Spacing reduce) */
    .navbar-nav .nav-link {
        margin: 10px 0;
        font-size: 16px;
    }

    /* Remove underline hover for clean UI */
    .navbar-nav .nav-link::after {
        display: none;
    }

    /* Toggler icon center */
    .navbar-toggler {
        margin: 0 auto;
        display: block;
    }

    .mm-mobile-hide {
        display: none !important;
    }
}


/* MOBILE HEADER */

/* MOBILE HEADER */
.mobile-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: var(--primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    position: fixed;
}

/* Logo */
.mobile-logo img {
    max-height: 50px;
}

/* Hamburger Button */
.navbar-toggler {
    width: 40px;
    height: 40px;
    border: 2px solid #FFD700;
    /* Yellow border */
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Hamburger Bars */
.navbar-toggler .bar {
    width: 22px;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
}

/* Transform to X when active */
.navbar-toggler.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.active .bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    /* Hidden by default */
    height: 100%;
    width: 250px;
    background: #fff;
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 9998;
    padding-top: 70px;
    /* Space for header */
}

/* Show menu */
.mobile-menu.active {
    right: 0;
}

/* Close button inside menu */
.close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    background: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-menu:hover {
    color: #ff9800;
}

/* Menu Links */
.mobile-menu .nav-link {
    display: block;
    font-size: 16px;
    padding: 15px 20px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s, color 0.3s;
}

.mobile-menu .nav-link:hover {
    background: #fffbcc;
    color: #ff9800;
}

@media (max-width: 767px) {

    .section-about-1 {
        padding: 140px 0px 40px 0px;
    }

    .mobile-gap {
        gap: 25px;
    }

    .btn-apply {

        width: 100%;
        padding: 10px 10px;
        font-size: 12px;
    }

    .mm-tab-section {
        padding: 40px 10px;
    }

    .mm-tab-section h2 {
        font-size: 30px;

    }

    .mm-tab-section h3 {
        font-size: 25px;

    }

    .mm-testimonel-section {
        padding: 40px 10px;
    }

    .eligibility-section {
        padding: 40px 10px;
    }

    .placement-section {
        padding: 40px 10px;
    }

    .placement-section .heading {
        text-align: left;
    }
}

/* bootom bar call now  */
.fixed-apply-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
}

/* Apply Now Button */
.apply-btn {
    background: var(--secondary);
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    border: none;
    font-weight: 600;
    text-transform: capitalize;
}

/* Call Now Button */
.call-btn {
    background: #031438;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    border: none;
    font-weight: 600;
    text-transform: capitalize;

}



/* Mobile sizes */
@media (max-width: 576px) {

    .apply-btn,
    .call-btn {
        font-size: 16px;
        padding: 10px 0;
    }
}


/* end  */

.mm-main-title {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;

}

.mm-main-title::after {
    content: "";
    width: 100px;
    /* Center line width */
    height: 4px;
    /* Border thickness */
    background: var(--secondary);
    /* Border color */
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 10px;
    /* Smooth rounded edges */
}

.mm-modal {

    --bs-modal-width: 1000px !important;
}

@media (max-width: 576px) {
    .mm-modal {
        --bs-modal-width: 95% !important;
        --bs-modal-margin: 120px 15px 70px 15px !important;
    }
}

.mm-padding-right {
    padding-right: 25px;
}

/* faq start  */
.mm-faq {
    /* background: linear-gradient(180deg, #e7f0ff 0%, #ffffff 100%); */

}




/* Accordion Item */
.mm-faq .accordion-item {
    border: none;
    margin-bottom: 14px;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 6px 22px rgba(0, 40, 120, 0.12);
    transition: 0.3s;
}

.mm-faq .accordion-item:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 28px rgba(0, 40, 120, 0.22);
}

/* Accordion Button */
.mm-faq .accordion-button {
    background: #ffffff;
    border-left: 6px solid var(--secondary);
    /* Yellow Line */
    font-weight: 500;
    font-size: 20px;
    padding: 1rem 1.2rem;
    color: var(--primary);
    display: flex;
    align-items: center;
    text-transform: capitalize;
}


/* Active Button */
.mm-faq .accordion-button:not(.collapsed) {
    background: #e3f2fd;
    color: var(--primary);
    border-left-color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    font-style: normal;


}


/* FAQ Content */
.mm-faq .accordion-body {
    background: #ffffff;
    padding: 1rem 1.3rem;
    color: #333;
    border-left: 6px solid var(--primary);
    line-height: 1.5rem;
    font-size: 17px;
    font-weight: 500;
}

.mm-faq p {
    font-size: 17px;
    font-weight: 500;
}




/* Mobiles */
@media (max-width: 576px) {

    .mm-faq .accordion-button {
        font-size: 0.95rem;
        padding: 0.9rem 1rem;
    }

    .mm-faq .accordion-body {
        font-size: 0.9rem;
    }
}

/* end  */

.mm-slider h3 {
    color: var(--secondary);
}



.mm-list-2 {
    display: grid;
    gap: 10px;
    padding-bottom: 25px;
}

/* Course Card */
.mm-course-card {
    background: #ffffff;
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.09);
    transition: 0.35s ease;
    border: 1px solid #e8e8e8;
    position: relative;
    overflow: hidden;
}

/* Hover Glow */
.mm-course-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Title Section */
.mm-course-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.mm-course-header .icon {
    width: 45px;
    height: auto;
    padding: 0px !important;
}

.mm-course-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    color: var(--primary);
    line-height: 1.3;
}

/* Info Section */
.mm-course-info {
    display: flex;
    /* gap: 100px; */
    justify-content: space-between;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    width: 350px;

}

.mm-course-info span {
    font-weight: 700;
    color: var(--secondary);
    font-size: 18px;
}

@media (max-width: 768px) {
    .mm-course-info {
        width: 100% !important;
        padding: 0 !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .mm-course-info div {
        width: 100%;
    }
}

.mm-tankyou-page {
    padding: 20px !important;

}

.mm-padding-bottom-f {
    padding-bottom: 60px;


}

@media (max-width: 768px) {
    .mm-padding-bottom-f {
        margin-top: 100px;
        padding-bottom: 200px;


    }

    .mm-ptf {
        margin-top: 100px;
    }

}

/* "mm-logo-list  */
.mm-logo-simple {
    background: #fcfcfc;
    padding: 40px 10px;
}



.mm-logo-img {
    height: 120px;
    /* FIXED SAME SIZE */
    object-fit: contain;
    filter: grayscale(20%);
    transition: 0.3s ease;
}

.mm-logo-box:hover .mm-logo-img {
    filter: grayscale(0%);
    /* COLOR ON HOVER */
    transform: scale(1.06);
}

.mm-logo-title {
    font-size: 17px;
    font-weight: 600;
    color: #00205B;
    margin-top: 14px;
    letter-spacing: .3px;
    transition: 0.3s ease;
}

.mm-logo-box:hover .mm-logo-title {
    color: #E7B300;
    /* Premium Gold Hover */
}

/* Underline Effect on Hover */
.mm-logo-box {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}



/* Mobile */
@media (max-width: 576px) {
    .mm-logo-img {
        height: 65px;
    }

    .mm-logo-title {
        font-size: 15px;
    }

    .mm-logo-simple {
        padding: 40px 10px;
    }

    .mm-logo-box {
        margin-bottom: 20px;
    }
}



/* end  */

/* course section  */

.mm-card-title {
    border: none;
    background: none;
}

.mm-card-title .card-title {

    font-size: 42px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 10px;
    color: var(--secondary);
}


.mm-card-title p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--white) !important;
    margin-bottom: 15px !important;
}

/* why-trust  */

.mm-why-trust {
    background: #f9fafc;
    padding: 40px 10px;
}

.mm-trust-list {
    row-gap: 28px;
    column-gap: 0px;
}

.mm-trust-item {
    background: #fff;
    /* border: 1px solid #e7e7e7; */
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mm-trust-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    object-fit: contain;
}

.mm-trust-item p {
    color: #444;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}

.mm-trust-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    /* border-color: #00205B; */
}

.mm-cta-wrap {
    margin-top: 35px;
}

.mm-trust-btn {
    background: #00205B;
    padding: 12px 32px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}

.mm-trust-btn:hover {
    background: #00143B;
}


/* ---------- RESPONSIVE ---------- */

@media (max-width: 992px) {
    .mm-trust-heading {
        font-size: 26px;
    }

    .mm-trust-item {
        padding: 22px;
    }
}

@media (max-width: 768px) {
    .mm-trust-item {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .mm-why-trust {
        padding: 40px 10px;
    }

    .mm-trust-heading {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .mm-trust-item {
        padding: 10px;
    }

    .mm-trust-item:hover {
        transform: none;
        /* mobile hover remove */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .mm-trust-item img {
        width: 40px;
        height: 40px;
    }

    .mm-trust-btn {
        display: inline-block;
        padding: 12px 25px;
        background: var(--primary);
        color: var(--white);
        font-size: 16px;
        font-weight: 500;
        border-radius: 6px;
        text-decoration: none;
        transition: all 0.25s ease;

    }


    .mm-trust-btn:hover {
        background: var(--secondary);
        color: var(--white);
        transform: scale(1.01);
        text-decoration: none;
    }
}

.mm-simple-btn {
    display: inline-block;
    padding: 12px 25px;
    background: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;

}

.mm-simple-btn:hover {
    background: var(--secondary);
    color: var(--white);
    transform: scale(1.01);

    text-decoration: none;
}

/* call to action  section  */
.urgency-booster {
    background: url("call-action-bg.jpg") no-repeat center center/cover;
    background-attachment: fixed;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    position: relative;
    color: #fff;
}

/* Dark Overlay */
.urgency-booster::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 34, 89, 0.65);
    /* Darkness strength */
    backdrop-filter: blur(2px);
    /* Soft blur */
    z-index: 1;
}

.urgency-booster h2,
.urgency-list,
.cta-btn {
    position: relative;
    z-index: 2;
}

.urgency-booster h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* List */
.urgency-list li {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
}

/* CTA Button */
.cta-btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--secondary);
    color: #fff;
    border-radius: 30px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    text-transform: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cta-btn:hover {
    background-color: var(--primary);
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 768px) {
    .urgency-booster h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .cta-btn {
        width: 85%;
        padding: 12px 0;
    }
}



.course-section .mm-titile-course {
    background: linear-gradient(135deg, #072259, #0d2a66);
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 14px;
    width: 31%;
}

/* Hover Effect */
.course-section .mm-titile-course:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
    /* background: linear-gradient(135deg, #3c2a98, #3c2a9852); */
    color: #fff;
}

@media (max-width: 576px) {
    .course-section .mm-titile-course {
        width: 100%;
        padding: 40px 20px;
        margin: 10px;
    }

    .mm-card-title .card-title {
        font-size: 28px;

    }
}

.mm-about-subtile {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 15px;

}

.mm-title-h2 {
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 10px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .mm-title-h2 {
        font-size: 32px;
        padding-bottom: 13px;
        font-weight: 600;

    }

    .mm-main-title {
        font-size: 32px;
        font-weight: 600;

    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .mm-title-h2 {
        font-size: 32px;
        padding-bottom: 13px;
        font-weight: 600;
    }

    .mm-main-title {
        font-size: 32px;
        font-weight: 600;

    }
}

@media (max-width:480px) {
.landing-bg {
    background-image: url("banner-3.jpg");
   background-position-x: -150px;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    padding: 85px 0px 50px 0px;
    /* background-repeat: no-repeat; */

}}