h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#introductionbgCE {
	padding-top:100px;
	/*margin-top:188px;*/
	margin-top:213px;
	color: #fff; 	
	background-image: url("../academics/images/CE-Header.jpeg");
	background-repeat: no-repeat;
	background-color: #cacaca;
	background-size:100% 100%;
	height:350px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.divsection-inner {
    background-color: #2d4697;
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    position: fixed;
    margin-top:172px; 
    width: 100%;
    z-index: 1;
}
@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: 105px;
        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;
    }

    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}
.nav li a {
    padding: 0px;
    padding-top: 12px;

}

.navbar-nav {
    text-align: center;
    width: 100%;

}

.navbar-nav>li {
    /* width:20%; */
    text-align: center;

}



.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-nav-7 >  li  {
	width:14.2%;
	padding:0px;
	margin:0px;
}

.navbar-inverse .navbar-nav-7>li>a {
    font-size: 1.4vh;
}


@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 {
    text-align: center;
    width: 200%;
    margin-left: 50px;

}
    .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;
    }

}

.navbar-nav-6>li {
    width: 16%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /* //border: solid red 1px; */
}
.navbar-nav-5>li {
    width: 13%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /* //border: solid red 1px; */
}

.headertext {
    margin-top: 120px;
    text-shadow: 2px 3px 3px #000000;

}

.headertext {
    padding: 60px 0px 0px 60px;
    font-size: 45px;
}

.paddingtop {
    padding-top: 40px;
}
.navbar-nav-8 >  li  {
	width:12.5%;
	padding:0px;
	margin:0px;
}
 .paragraphBody {
	  text-align:justify;
	  line-height:25px;
  }
    .paragraphBody li {
	  text-align:justify;
	  line-height:25px;
  }

  
	/* <!-- campus Placements  --> */


		.recruiter-grid {
			display: flex;
			flex-wrap: wrap;
			gap: 20px;
			justify-content: center;
		}

		.recruiter-item {
			flex: 0 0 12%;
			text-align: center;
			padding: 10px;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
			border-radius: 8px;
			/* background-color: #f9f9f9; */
		}

		.recruiter-item img {
			height: 60px;
			width: auto;
			max-width: 100%;
			object-fit: contain;
			display: block;
			margin: 0 auto 10px;
		}

		.content-section {
			margin-top: 30px;
		}

/* <!-- STUDENTS PLACEMENTS --> */

    .placement-card {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 15px;
      text-align: center;
      margin-bottom: 20px;
      background-color: #fdfdfd;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .placement-card img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin-bottom: 10px;
    }
    .student-name {
      font-size: 18px;
      font-weight: bold;
    }
    .student-details {
      font-size: 14px;
      margin-top: 5px;
    }

/* <!-- students internships --> */

    .internship-card {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 15px;
      text-align: center;
      margin-bottom: 20px;
      background-color: #fdfdfd;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .internship-card img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin-bottom: 10px;
    }
    .student-name {
      font-size: 18px;
      font-weight: bold;
    }
    .student-details {
      font-size: 14px;
      margin-top: 5px;
    }

    
/* <!-- STUDENTS ACHIEVEMENTS --> */

    .student-card {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 15px;
      text-align: center;
      margin-bottom: 20px;
      background-color: #f9f9f9;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .student-card img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin-bottom: 15px;
    }
    .student-name {
      font-size: 18px;
      font-weight: bold;
    }
    .student-details {
      font-size: 14px;
      margin-top: 5px;
    }

    .name-bg {
	padding: 4px;
}
/* <!-- ALUMNI ACCOMPLISHMENT --> */

    .alumni-card {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 15px;
      text-align: center;
      margin-bottom: 20px;
      background-color: #fefefe;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .alumni-card img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin-bottom: 10px;
    }
    .alumni-name {
      font-size: 18px;
      font-weight: bold;
    }
    .alumni-details {
      font-size: 14px;
      margin-top: 5px;
    }


  .panel-body {
    background-color: #091426;
    color: #ffffff;
    border: 0px;
}

.panel-collapse {
    border-top: 0px solid #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #abb6c4;
    border: #ddd;
}

.panel-heading:hover {
    background-color: #df9d0d;
    text-decoration: none;
}

.panel-heading:active {
    background-color: #df9d0d;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-family: opensans_bold;
    font-size: 13px;
    text-transform: uppercase;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.overviewpanelbody {
    background-color: #ffffff;
    color: #000;
}

.overviewpanelheading {
    background-color: #f5f4f4;
    color: #000;
}

.paddingtopbottom {
    padding-top: 40px;
    padding-bottom: 40px;
}   


.research-tablink-new {
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    font-size: 17px;
    width: 26%;
	margin-left:5px;
	
}
.research-tablink-new {
    background-color: #ffffff;
	color: #000000;
	border-bottom:solid #cacaca 1px;
}
#RandD {background-color:#ffffff;}
#TRAINING {background-color:#ffffff;}


.tabcontent {
    color: #082535;
    display: none;
    padding: 50px;
    text-align: center;
	margin-top:auto;
}
.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;
}


#introductionbgCE h1 {

    display: block;
}

@media (min-width: 769px) and (max-width: 950px) {
    #introductionbgCE h1 {
        display: none;
    }

    #introductionbgCE {
        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) {
   #introductionbgCE {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        /* //border:solid red 1px; */
        position: static;
    }

    #introductionbgCE h1 {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    #introductionbgCE {
        margin-top: -45px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150px;
        /* //border:solid red 1px; */
    }

    #introductionbgCE h1 {
        display: none;
    }
}


.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%;
}

	/* <!-- ALUMNI ACCOMPLISHMENT --> */
		.alumni-card {
			border: 1px solid #ddd;
			border-radius: 6px;
			padding: 15px;
			text-align: center;
			margin-bottom: 20px;
			background-color: #fefefe;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		}

		.alumni-card img {
			width: 100px;
			height: 100px;
			border-radius: 50%;
			margin-bottom: 10px;
		}

		.alumni-name {
			font-size: 18px;
			font-weight: bold;
		}

		.alumni-details {
			font-size: 14px;
			margin-top: 5px;
		}

        
	/* <!-- STUDENTS ACHIEVEMENTS --> */

		.student-card {
			border: 1px solid #ddd;
			border-radius: 6px;
			padding: 15px;
			text-align: center;
			margin-bottom: 20px;
			background-color: #f9f9f9;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		}

		.student-card img {
			width: 100px;
			height: 100px;
			border-radius: 50%;
			margin-bottom: 15px;
		}

		.student-name {
			font-size: 18px;
			font-weight: bold;
		}

		.student-details {
			font-size: 14px;
			margin-top: 5px;
		}

        /* Section Titles */
        .section-title {
            color: #2d4697;
            font-weight: 700;
            margin-bottom: 2rem;
            position: relative;
            padding-bottom: 0.75rem;
        }
        

        /* <!-- campus Placements  --> */
		.recruiter-grid {
			display: flex;
			flex-wrap: wrap;
			gap: 20px;
			justify-content: center;
		}

		.recruiter-item {
			flex: 0 0 12%;
			text-align: center;
			padding: 10px;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
			border-radius: 8px;
			/* background-color: #f9f9f9; */
		}

		.recruiter-item img {
			height: 60px;
			width: auto;
			max-width: 100%;
			object-fit: contain;
			display: block;
			margin: 0 auto 10px;
		}

		.content-section {
			margin-top: 30px;
		}

	/* <!-- STUDENTS PLACEMENTS --> */

		.placement-card {
			border: 1px solid #ddd;
			border-radius: 6px;
			padding: 15px;
			text-align: center;
			margin-bottom: 20px;
			background-color: #fdfdfd;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		}

		.placement-card img {
			width: 100px;
			height: 100px;
			border-radius: 50%;
			margin-bottom: 10px;
		}

		.student-name {
			font-size: 18px;
			font-weight: bold;
		}

		.student-details {
			font-size: 14px;
			margin-top: 5px;
		}


/* <!-- students internships --> */

		.internship-card {
			border: 1px solid #ddd;
			border-radius: 6px;
			padding: 15px;
			text-align: center;
			margin-bottom: 20px;
			background-color: #fdfdfd;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		}

		.internship-card img {
			width: 100px;
			height: 100px;
			border-radius: 50%;
			margin-bottom: 10px;
		}

		.student-name {
			font-size: 18px;
			font-weight: bold;
		}

		.student-details {
			font-size: 14px;
			margin-top: 5px;
		}

#LABORATORIES {
  padding: 30px 15px;
}

/* Lab Card */
.lab-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Alternate layout */
.lab-card:nth-child(even) {
  flex-direction: row-reverse;
}

/* Alternating background colors */
.lab-card:nth-child(1) .lab-content { background: #e9e9e9; }
.lab-card:nth-child(2) .lab-content { background: #dee5fd; }
.lab-card:nth-child(3) .lab-content { background: #e9e9e9; }
.lab-card:nth-child(4) .lab-content { background: #dee5fd; }
.lab-card:nth-child(5) .lab-content { background: #e9e9e9; }
.lab-card:nth-child(6) .lab-content { background: #dee5fd; }

/* Image */
.lab-img {
  flex: 1 1 40%;
}

.lab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.lab-content {
  flex: 1 1 60%;
  padding: 25px;
}

.lab-content b {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.paragraphBody {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* UL Styling */
.lab-content ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

.lab-content li {
  font-size: 14px;
  margin-bottom: 5px;
}

/* TAGS → now clean bullet style */
.lab-tags {
  margin: 10px 0 15px;
  padding-left: 18px;
}

.lab-tags span {
  display: block;
  position: relative;
  margin-bottom: 6px;
  font-size: 14px;
}

.lab-tags span::before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #2d4697;
  font-size: 16px;
}

/* Section Title */
.section-title {
  font-size: 26px;
  margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .lab-card {
    flex-direction: column !important;
  }

  .lab-content {
    padding: 15px;
  }

  .section-title {
    font-size: 22px;
  }
}

 /* About Section */
        .about-section {
            padding: 4rem 0;
            background: white;
        }
        
        .about-image {
            overflow: hidden;
            border-radius: 12px;
            height: 100%;
            min-height: 300px;
        }
        
        .about-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }
        
        .about-content p {
            /* font-size: 1rem; */
            color: var(--text-dark);
            margin-bottom: 1.5rem;
        }
        
        .about-list {
            list-style: none;
            padding: 0;
            margin: 2rem 0 0;
        }
        
        .about-list li {
            padding: 0.25rem 0;
            padding-left: 2.5rem;
            position: relative;
            font-weight: 500;
        }
      .about-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2d4697;
  font-size: 18px;
}


/* 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;
    }
}


