h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


#introductionbg {
	padding-top:100px;
	/*margin-top:188px;*/
	margin-top:213px;
	color: #fff; 	
	background-image: url("../academics/images/MBA-HEADE (1).jpeg");
	background-repeat: no-repeat;
	background-color: #cacaca;
	background-size:100% 100%;
	height:350px;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 769px) and (max-width: 950px) {

    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 230px;
        z-index: 0;
        /* //border:solid yellow 1px; */
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 200px;
        z-index: 0;
        /* //border:solid red 1px; */
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 140px;
        z-index: 1;
        /* //border:solid red 1px; */
    }

    .tabcontent-vision {
        color: #082535;
        display: none;
        padding: 15px;
        padding-top: 80px;
        text-align: center;
        margin-top: auto;
        font-size: 15px;
    }

 
}
/* Style the tab content */
.tabcontent-vision {
    color: #082535;
    display: none;
    padding: 100px;
    text-align: center;
    margin-top: auto;
    font-size: 20px;
    line-height: 35px;

}

.tabcontent-vision span {
    font-size: 18px;

}

.tabcontent {
    color: #082535;
    display: none;
    padding: 50px;
    text-align: center;
    margin-top: auto;
}



.divsection-inner {
    background-color: #2d4697;
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    position: fixed;
    margin-top: 172px;
    width: 100%;
    z-index: 1;
}

.nav li a {
    padding: 0px;
    padding-top: 12px;

}

.navbar-nav {
    text-align: center;
    width: 100%;

}

.navbar-nav>li {
    /* width:20%; */
    text-align: center;

}

.navbar-nav-7 >  li  {
	width:14.2%;
	padding:0px;
	margin:0px;
} 


.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 1.5vh;
    -webkit-transition: 0.8s;
    /* Safari */
    transition: 0.8s;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #df9d00;
}

.navbar ul li a i {
    font-size: 2.8vh;
}

.navbar-inverse .navbar-nav-7>li>a {
    font-size: 1.4vh;
}


/*  */
 :root {
            --primary-purple: #2d4697;
            --secondary-purple: #2d4697;
            --accent-gold: #f59e0b;
            --accent-teal: #0d9488;
            --light-bg: #f8fafc;
            --text-dark: #1e293b;
            --text-light: #64748b;
            --success-green: #10b981;
            --info-blue: #3b82f6;
        }
        
       
        /* Section Titles */
        .section-title {
            color: var(--primary-purple);
            font-weight: 700;
            margin-bottom: 2rem;
            position: relative;
            padding-bottom: 0.75rem;
            /* font-size: 2.2rem; */
        }

        
        
        .section-title.text-center:after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-subtitle {
            color: var(--text-light);
            /* font-size: 1.1rem; */
            margin-bottom: 3rem;
        }
        
        /* About Section */
        .about-section {
            padding: 4rem 0;
            background: white;
        }
        
       .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    min-height: 300px;
}

.about-image {
    overflow: hidden;
    border-radius: 12px;
}
        .about-image i {
            /* font-size: 3.5rem; */
            margin-bottom: 1.5rem;
        }
        
        .about-image h3 {
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .about-content p {
            /* font-size: 12px; */
            color: var(--text-dark);
            margin-bottom: 1.5rem;
        }
        
        .about-list {
            list-style: none;
            padding: 0;
            margin: 2rem 0 0;
        }
        
        .about-list li {
            padding: 0.75rem 0;
            padding-left: 2.5rem;
            position: relative;
            font-weight: 500;
        }
        
        .about-list li:before {
            content: '✓';
            position: absolute;
            left: 0;
            width: 1.8rem;
            height: 1.8rem;
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }
        
        /* Course Highlights */
        .highlights-section {
            padding: 2rem 0;
            background: var(--light-bg);
        }
        
        .highlight-card {
            background: white;
            border-radius: 16px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border-bottom: 4px solid transparent;
            margin-bottom: 20px;
        }
        
        .highlight-card:hover {
            transform: translateY(-10px);
            border-bottom-color: var(--accent-gold);
            box-shadow: 0 20px 40px rgba(79, 70, 229, 0.1);
        }
        
        .highlight-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: white;
            font-size: 2rem;
        }
        
        .highlight-card h3 {
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary-purple);
        }
        
        .highlight-card p {
            color: var(--text-light);
            margin: 0;
        }
        
        /* Specializations */
        .specializations-section {
            padding: 2rem 0;
            background: white;
        }
        
        .specialization-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
        }
        
        .specialization-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(79, 70, 229, 0.15);
        }
        
        .specialization-header {
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            color: white;
            padding: 1.5rem;
            text-align: center;
        }
        
        .specialization-header i {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .specialization-header h3 {
            font-weight: 700;
            margin: 0;
            font-size: 1.5rem;
        }
        
        .specialization-body {
            padding: 1.5rem;
        }
        
        .specialization-body ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .specialization-body li {
            padding: 0.75rem 0;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
        .specialization-body li:last-child {
            border-bottom: none;
        }
        
        .specialization-body li i {
            color: var(--accent-gold);
            font-size: 1rem;
            width: 20px;
        }
        
        .specialization-tag {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            color: white;
            padding: 0.25rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-top: 1rem;
        }
        
        /* Stats Section */
        .stats-section {
            padding: 4rem 0;
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            position: relative;
            overflow: hidden;
            z-index: -1;
        }
        
     
        .stats-container {
            position: relative;
            z-index: 2;
        }
        
        .stat-card {
            text-align: center;
            color: white;
            padding: 2rem;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            border: 1px solid rgba(255,255,255,0.2);
            transition: transform 0.3s ease;
            height: 100%;
        }
        
        .stat-card:hover {
            transform: scale(1.05);
            background: rgba(255,255,255,0.15);
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            line-height: 1;
        }
        
        .stat-label {
            font-size: 1.1rem;
            opacity: 0.9;
            font-weight: 500;
        }
        
        .stat-icon {
            font-size: 2rem;
            margin-bottom: 1rem;
            opacity: 0.8;
        }
        
        /* Why Choose Section */
        .why-choose-section {
            padding: 2rem 0;
            background: white;
        }
        
        .reason-card {
            background: #e3e3e3;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
        }
        
        .reason-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(79, 70, 229, 0.1);
        }
        
        .reason-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            transition: width 0.3s ease;
        }
        
        .reason-card:hover:before {
            width: 6px;
        }
        
        .reason-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: white;
            font-size: 1.5rem;
        }
        
        .reason-card h3 {
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary-purple);
        }
        
        .reason-card p {
            color: var(--text-light);
            margin: 0;
        }
        
        .badge-new {
            background: linear-gradient(135deg, var(--accent-gold), #fbbf24);
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            margin-left: 0.5rem;
        }
        
/* Industrial Tour Gallery */
.tour-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Image Styling */
.tour-gallery img {
    width: 100%;
    height: 180px; /* equal height for all images */
    object-fit: cover; /* prevents stretching */
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Hover Effect */
.tour-gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

/* Responsive Fix */
@media (max-width: 768px) {
    .tour-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .tour-gallery img {
        height: 140px;
    }
}

@media (max-width: 480px) {
    .tour-gallery {
        grid-template-columns: 1fr;
    }

    .tour-gallery img {
        height: 200px;
    }
}
        /* Career Opportunities */
        .career-section {
            padding: 2rem 0;
            background: var(--light-bg);
        }
        
        .career-card {
            background: white;
            border-radius: 16px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
            MARGIN-BOTTOM:20PX;
        }
        
        .career-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(79, 70, 229, 0.15);
        }
        
        .career-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: white;
            font-size: 1.8rem;
        }
        
        .career-card h3 {
            font-weight: 700;
            margin-bottom: 0.75rem;
            color: var(--primary-purple);
        }
        
        .career-card .company-tag {
            color: var(--accent-gold);
            font-weight: 600;
            /* font-size: 0.9rem; */
            margin-bottom: 1rem;
        }
        
        .career-card p {
            color: var(--text-light);
            margin: 0 0 1rem;
            /* font-size: 0.95rem; */
        }
        
        .salary-range {
            display: inline-block;
            background: #e6f7e6;
            color: #2e7d32;
            padding: 0.25rem 1rem;
            border-radius: 20px;
            /* font-size: 0.9rem; */
            font-weight: 600;
            margin-top: 0.5rem;
        }
        
        .recruiter-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 2rem;
        }
        
        .recruiter-item {
            background: white;
            padding: 0.75rem 1.5rem;
            border-radius: 40px;
            font-weight: 600;
            color: var(--primary-purple);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border: 1px solid rgba(79, 70, 229, 0.2);
        }
        
        /* CTA Section */
        .cta-section {
            padding: 4rem 0;
            background: white;
        }
        
        .cta-card {
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            border-radius: 20px;
            padding: 3rem;
            color: white;
            text-align: center;
        }
        
        .cta-card h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .cta-card p {
            /* font-size: 1.1rem; */
            margin-bottom: 2rem;
            opacity: 0.9;
        }
        
        .cta-button {
            display: inline-block;
            padding: 1rem 3rem;
            background: white;
            color: var(--primary-purple);
            text-decoration: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .cta-button:hover {
            background: transparent;
            color: white;
            border-color: white;
        }
 

/*  */

@media (min-width: 951px) and (max-width: 2000px) {

    .navbar-inverse .navbar-nav-7>li>a {
        font-size: 0.8vw;
    }

    .navbar-inverse .navbar-nav-7>li>a>i {
        font-size: 1.4vw;
    }

}


@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .navbar-nav>li {
        width: 100%;
        text-align: left;
    }

    .headertext {
        padding: 0px 0px 0px 0px;
        font-size: 20px;
        margin-top: -10px;
    }

    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

}
  .headertext {
    margin-top: 120px;
    text-shadow: 2px 3px 3px #000000;

}

.headertext {
    padding: 60px 0px 0px 60px;
    font-size: 45px;
}


#introductionbg h1 {

    display: block;
}

@media (min-width: 769px) and (max-width: 950px) {
    #introductionbg h1 {
        display: none;
    }

    #introductionbg {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        /* //height:250px;
	//border:solid red 1px; */
        position: static;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #introductionbg {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        /* //border:solid red 1px; */
        position: static;
    }

    #introductionbg h1 {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    #introductionbg {
        margin-top: -45px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150px;
        /* //border:solid red 1px; */
    }

    #introductionbg h1 {
        display: none;
    }
}

.paddingtop{
	padding-top:40px;
}

.paddingtopbottom{
	padding-top:40px;
	padding-bottom:40px;
}
.highlights_no{
	font-size:40px; 
	font-family: opensans_extrabold; 
	line-height:3vh;
	color:#000000;
}
.modalnewtemplet
{
	width:98%;
}
 .Placementbg{
	background-color:#091426;
	margin:0px;
	padding-top:50px;
    margin-bottom: 30PX;
}

.higher-para> div > h5
{
    cursor: pointer;
}
.higher-para{
    color:#ffffff;
	text-align:justify;
}


.name-bg {
	padding: 4px;
}

.faculty-name {
	padding: 8px;
	background-color: #f5f4f4;
	text-align: left;
	color: #000000;
}

.faculty-name a {
	text-decoration: none;
	color: #676767;
}

.faculty-name a:hover {
	text-decoration: none;
	color: #000000;
}
.facultymodalfooter {
	padding: 15px;
}
.modalnewtemplet
{
	width:98%;
}

/* syllabus section */

#SYLLABUS {
    background: linear-gradient(135deg, #2d4697, #1a295e);
    color: #ffffff;
    padding: 40px 0px;

}

/* Paragraph box */
.syllabus-box {
    max-width: 1150px;
    margin: 0 auto;
    text-align: justify;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

#SYLLABUS p {
    font-size: 14px;
    line-height: 1.8;

}

/* Button styling */
.syllabus-btn {
    display: inline-block;
    margin-top: 40px;
    background-color: #df9d0d;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.syllabus-btn:hover {
    background-color: #fff;
    color: #2d4697;
    text-decoration: none;
    transform: scale(1.05);
}

.syllabus-btn i {
    margin-left: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .syllabus-box {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    #SYLLABUS {
        padding: 60px 15px;
    }

    #SYLLABUS p {
        font-size: 14px;
    }

    .syllabus-btn {
        font-size: 16px;
        padding: 12px 25px;
    }
}

@media (max-width: 576px) {
    #SYLLABUS h1 {
        font-size: 26px;
    }

    .syllabus-box {
        padding: 25px;
    }
}


