html, body {
    overflow-x: hidden;
}


/* Fonts */
:root {
	--font-primary: "Blinker", sans-serif;
	--font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
	--color-primary: #08245b;
	--color-secondary: #fdbd0f;
	--color-heading: #fff;
	--color-default: #000000;
}

/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

body {
	color: var(--color-primary);
	line-height: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.6rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}

p,
span,
a {
	line-height: initial;
}

table,
th,
td {
	border: 1px solid #ddd;
	color: #000;
}

p,
a,
li {
	color: var(--color-default);
}

li,
td,
button {
	font-size: 16px;
}

.shadow {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* Home Page Headings */

.homePage-sectionHeading {
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.homePage-sectionHeading-white {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.home-sectionHeading{
	color: #181818;
	font-family: "Larken";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	position: relative;
}
.home-sectionHeading::after {
    content: '';
    width: 50px; 
    height: 4px; 
    background-color: #FC8F00;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translateY(100%);
}

.home-sectionHeading2{
	color: #181818;
	font-family: "Larken";
	font-size: 22px !important;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	position: relative;
	display: block;
}
.home-sectionHeading2::after {
	content: '';
    display: block;
    width: 50px; 
    height: 4px;  
    background-color: #FC8F00;
    margin: 5px auto 0 auto; 
}

.page-back-blue {
	background-color: #08245B;
}

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
.web-cust-menu {
	background-color: #08245B !important;
}

.web-cust-menu .active {
	background-color: v#08245B;
}

.top-menu-left a {
	color: #fff;
}

.topbar-menu .navbar-nav a {
	margin: 0px;
	padding: 0px 12px;
	color: #08245b !important;
	font-family: Raleway;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.topbar-menu .sub-menu li a {
    color: #fff !important;
}

.topbar-menu {
	z-index: 1021;
}
.topbar-menu {
	height: 38px;
	position: relative;
	left: 211px;
	padding-left: 58px !important;
	background: linear-gradient(232deg, #d7d7d7 96%, rgba(45, 45, 45, 0) 96%);
	fill: #d7d7d7;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.07));
}
.top-menu-left {
	display: flex;
}

.top-menu-left a {
	color: #fff;
	padding-right: 50px;
}

.top-menu-left a:hover {
	color: var(--color-secondary) !important;
}

.second-menu {
	justify-content: end;
	margin: auto;
}

.top-menu li {
	display: flex;
}

.second-menu {
	justify-content: end;
	margin: auto;
}
a.website-link {
	text-decoration: underline;
}

/* a.mobile {
	text-decoration: underline;
} */

@media (max-width: 992px) {
	.top-menu-mobile-view {
		border-top: 1px solid #676a6d !important;
	}

	.top-menu-mobile-view li a {
		color: var(--color-heading) !important;
	}
}

/*  header College Name */

.site-header {
	/* text-align: center; */
	padding-top: 15px;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	gap: 35px;
}

.logo-holder,
.title-holder {
	display: inline-block;
	vertical-align: top;
}

.logo-holder {
	margin-top: -15px;
}

.left-logo {
	text-align: left;
}

.right-logo {
	text-align: right;
}

.responsive-logo {
	display: none;
}

.header-college-name {
	color: #9d0e2a;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	}
.clg-title {
    color: #08245b !important;
    font-family: "Playfair Display";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}
.clg-title2 {
	color: #08245b !important;
	font-family: "IBM Plex Serif";
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
}
p.clg-title3.m-0 {
    color: #9d0e2a;
    font-weight: 500;
    font-size: 17px;
}

.site-header img.logo {
	width: 125px;
}

img.header-logo {
    width: 125px;
    margin-top: -43px;
    /* margin-bottom: 20px; */
}

.header-row {

	margin-top: -47px;
}
/* ------- main menu ---------------- */
.main-menu {
	background-color: var(--color-primary);
}

.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	color: var(--color-heading);
}

.web-cust-menu .active {
	background-color: var(--color-secondary);
}

.main-menu .navbar-nav .nav-item a {
    color: #ffffff;
    padding: 12px 20px;
    font-family: 'Raleway';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}

.main-menu .dropdown-menu a {
	color: #fff !important;
}

.main-menu .dropdown-item:hover {
	background-color: var(--color-secondary);
	color: #000000;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: var(--color-default);
}

.main-menu .dropdown-item {
	background-color: var(--color-primary);
	padding: 10px 9px;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	background-color: var(--color-secondary);
	font-weight: 600;
}

.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid #cabe76 !important;
}

.topbar-menu .navbar-nav .dropdown-menu li {
	border-bottom: 1px solid var(--color-secondary) !important;
}

.navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0px !important;
}

.top-menu #navbarNavDropdown {
	justify-content: end !important;
}
nav#main_navbar {
	margin-bottom: -7px;
}

.topbar-menu .navbar-nav ul li :hover {
	background-color: var(--color-secondary);
}

.second-menu li :hover {
    background-color: #08245B;
    color: #fff !important;
}

.second-menu li :active {
	background-color: var(--color-secondary);
}
.topbar-menu .second-menu li .link-active {
	background-color: #000000 !important;
}

.topbar-menu .second-menu li a {
	padding: 8px 10px !important;
}
.menu-alignment {
	display: contents;
}

/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background-color: var(--color-secondary);
}

/* .menu-border {
	border-top: 4px solid #ff9f2a;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background-color: #08245b;
}

/* Home slider start */

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #323232;
	border: 10px solid #43371d;
}

.banner-slider img {
    background: #08245b;
    height: 600px ;
    object-fit: cover !important;
}

.carousel-caption {
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}

.carousel-caption span {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-primary);
	font-style: normal;
	background: rgba(46, 46, 46, 0.5);
	padding: 10px 12px;
	border-radius: 5px;
}
.carousel-caption p {
	padding-top: 18px;
}

/*  Home slider end */


/* carrer start */
.career-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    bottom: 110px;
}
.carrer-box {
	margin-top: 22px;
	/* height: 259px; */
	border-radius: 2px;
	padding: 20px;
	background: #108FCD;
	width: 255px;
	height: 160px;
	flex-shrink: 0;
	
}
/* .carrer-box:hover {
    margin-top: 22px;
    height: 259px;
	border-radius: 2px;
    padding: 20px;
} */
.carrer-con{
	display: flex;
	gap: 20px;
}
.carrer-name {
    color: #FFF;
    font-family: "El Messiri";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.carrer-para p {
    color: #FFF;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.carrer-main{
	display: flex;
}

/* welcome start */
.welcome{
	background:url(../img/color-back.png) ;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: cover; */
}
.wel-back {
    height: 342px;
    background: #9D0E2A;
	position: relative;
margin-top: 0px !important;
    z-index: 1;
}

.wel-name{
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding: 10px 15px;
    position: relative;
    margin: 0;
}
.wel-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 0;
    width: 5px;
    height: 60px;
    background-color: #FC8F00;
}
.wel-para1 {
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
}
.wel-para2{
	color: #FFF;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	text-transform: capitalize;
}
img.welcome-img {
    top: -48px;
    position: relative;
    height: 93%;
}

.wel-back::after {
    content: "";
    width: 93%;
    height: 450px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    display: flow;
    top: -50px;
    left: 46px;
    position: absolute;
z-index:-1;
}

/* news marquee start */

.news-sec{
	background: rgba(238, 238, 238, 0.65);
}

.news-events .homePage-sectionHeading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.news-circular {
	border-radius: 0px 0px 10px 10px;
	/* background: #110069; */
	padding: 20px;
	height: 380px;
}

.holder {
    height: 420px !important;
    overflow: hidden;
    padding: 10px;
}

.quick-link-home {
	height: 372px;
}

.holder marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder ul li {
	padding: 25px 0px;
	border-bottom: 0.5px solid #636363;
}

.holder ul li a {
	color: #000;
	-webkit-text-stroke-width: 0.30000001192092896;
	-webkit-text-stroke-color: #000;
	font-family: Raleway;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 30px;
}

.holder ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder ul li span {
	color: #000;
	font-size: 15px;
}


.news-img{
	position: relative;
}

.news-date {
	position: absolute;
	bottom: 65px;
	left: -12px;
	border-radius: 2px !important;
    background: rgba(8, 36, 91, 0.90);
	color: #fff !important;
    width: 70px;
    height: 53px;
    padding: 10px;
    text-align: center;
    font-family: Raleway !important;
	font-style: normal;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin: 0px 10px 0px 0px;

}
/* Events & Programs */


.holder2 {
	height: 430px !important;
	overflow: hidden;
	padding: 10px;
	
}
.holder-2 ul li::marker {
    display: none !important; 
	list-style-type: none;
}
.holder2 ul  {
  padding-left: 0px;
}

.holder2 ul li {
	list-style: none !important;
}
.holder2 ul li a {
	color:#fff ;
	text-align: center !important;
}
 .news-events .event-title1{
	background-color: rgba(8, 36, 91, 0.80) !important;
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.holder-2 marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder-2 ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.holder-2 ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: var(--color-default);
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.holder-2 ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder-2 ul li span {
	color: var(--color-primary);
	font-size: 15px;
}

.view-all a {
    font-weight: 500;
    padding-top: 5px;
    color: #110069;
    text-decoration: underline;
    float: right;
    text-decoration: underline;
}

.read-btn {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-default);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

.news-div .btn-news {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
}

.news-div .btn-news-down {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
	margin-top: 0.5em;
}

.events-program-box {
	padding-right: 50px;
	border-right: 2px dashed #8b7ed2;
}
.news-category {
	display: none;
}
/* marquee end- */


/* carrer2 start */
.career-item2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}
.career-item2::after {
    content: "";
    width: 85%;
    height: 286px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    display: flow;
    top: 25px;
    left: 77px;
    z-index: -1;
    position: absolute;
}

.carrer-box1 {
	margin-top: 22px;
	/* height: 259px; */
	border-radius: 2px;
	padding: 20px;
	background: url(../img/sub1.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 210px;
	flex-shrink: 0;
}
.carrer-box2 {
	margin-top: 22px;
	/* height: 259px; */
	border-radius: 2px;
	padding: 20px;
	background: url(../img/sub2.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 210px;
	flex-shrink: 0;
}
.carrer-box3 {
	margin-top: 22px;
	/* height: 259px; */
	border-radius: 2px;
	padding: 20px;
	background: url(../img/sub3.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 210px;
	flex-shrink: 0;
}
.carrer-box4 {
	margin-top: 22px;
	/* height: 259px; */
	border-radius: 2px;
	padding: 20px;
	background: url(../img/sub4.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 210px;
	flex-shrink: 0;
}

.carrer-con2{
	display: flex;
	gap: 20px;
}
.carrer-name2 {
    color: #FFF;
    font-family: "El Messiri";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.carrer-para2 p {
    color: #FFF;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.carrer-main2{
	display: flex;
}
/* career-2 end */

/* principle & institute  */
.principle-sec{
	position: relative;
}
.particle-img {
    right: 0px;
    top: 408px;
    height: 290px;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}
.about-img-left {
    float: left;
    /* width: 400px; */
    /* box-shadow: 5px 5px 10px #8d8686; */
    margin-left: 5px;
    margin-right: 29px;
    margin-bottom: 5px;
    height: 208px;
    width: 208px;
}
.principle-name {
    color: #151515;
    font-family: Raleway !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%;
}
.principle-para{
	color: #151515;
	text-align: justify;
	font-family: Raleway !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 150%;
}
.principle-para1 {
    color: #151515 !important;
    text-align: justify;
    font-family: Raleway !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%;
}
.principle-para1 span{
	font-weight: 700;
}

/* faq section */


.faq-sec .accordion-button {
    background-color: transparent !important;
    padding-right: 3rem !important;
    align-items: center !important;
    position: relative !important;
    font-family: 'Raleway';
    color: #151515;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #777 !important;
    padding: 1.25rem 1.25rem !important;
    box-shadow: none !important;
}

.faq-sec .accordion-button::after {
    content: '+';
    color: #FF9400 !important;
    font-size: 3rem;
    position: absolute !important;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: none !important;
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 400;
}
.faq-sec .accordion-button:not(.collapsed)::after {
    content: '-';
}

.faq-sec .accordion-item:first-of-type {
    border-top-left-radius: none;
    border-top-right-radius: none;
}
.faq-sec .accordion-item {
    border: none !important;
    margin-bottom: 5px;
    background: transparent;
}
.faq-sec .accordion-header {
    margin-bottom: 0;
    background: transparent !important;
    color: #000;
    
}
.faq-sec .accordion-body {
    padding: 1rem 1.2rem;
    color: #666;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.faq-sec .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* home page quick links */

.section-back {
	background-color: var(--color-primary);
}

.segment-item p {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.segment-item img:hover {
	transform: rotateY(360deg);
}

.segment-item img {
	width: 65px;
	margin: auto;
	transition: all 0.9s;
}

.segment-item .icon-holder {
	border-radius: 50%;
	height: 79px;
	width: 79px;
	margin: auto;
	margin-bottom: auto;
}

/* home page quick links */

/*  Departments Home Dept */

.departments .departments-item {
	box-sizing: content-box;
	margin: 30px 25px;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	position: relative;
	background: #fff;
	border-radius: 10px;
}

/* Photo Gallery */

.photo-gallerys-section {
	background: rgba(238, 238, 238, 0.65);
}

.photo-gallery-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.photo-item {
    padding-right: 32px;
}

/*  Photo Gallery */

/* testimonial */
.testimonials{
	position: relative;
}
.headding {
    /* position: absolute; */
    z-index: 5;
    right: 20rem;
}

.testimonial-container {
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    overflow: hidden;
}


.testimonials-item {
    /* background: #9D0E2A; */
    /* height: 380px; */
    position: relative;
    display: flex;
    justify-content: end;
}

/* .test-img img {
    position: absolute;
    bottom: 49px;
    width: 37rem !important;
    height: 380px;
    left: -40px;
    border-radius: 5px;
} */
.test-con {
    text-align: center;
}
.test-con p{
	color: #FFF;
	text-align: center;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%;
	position: relative;
}
.tc-1 h1 {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-color: #FFF;
    font-family: Roboto;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tc-1 h3{
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.owl-carousel .owl-carousel-testimonials {
    overflow: hidden;
}
/* .test-con::before {
    content: '“';
    color: #FF9400;
    font-family: "Times New Roman";
    font-size: 170px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 15.5rem;
    right: 34rem;
} */

/* .testimonials-item::after {
    content: "";
    width: 85%;
    height: 286px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    display: flow;
    top: 127px;
    left: 226px;
    z-index: -1;
    position: absolute;
} */
.owl-carousel-testimonials .owl-nav span {
    font-size: 61px !important;
    color: #110069;
    font-weight: 400 !important;
}
.testimonials-item {
    /* background: #9D0E2A; */
    /* height: 380px; */
    position: relative;
    display: flex;
    justify-content: end;
    overflow: hidden ;
}
.test-row {
    background: #9D0E2A;
    height: 380px;
    width: 90%;
    position: relative;
}

.testimonials-item::after {
    content: "";
    width: 75%;
    height: 286px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    display: flow;
    top: 176px;
    left: 300px;
    z-index: -1;
    position: absolute;
}
.test-con::before {
    content: '“';
    color: #FF9400;
    font-family: "Times New Roman";
    font-size: 170px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 15.2rem;
    right: 30rem;
}
.test-con p {

    padding-top: 4rem !important;
}
.test-para{
    padding-right: 50px;
}
.test-img img {
    position: absolute;
    bottom: 42px;
    width: 35rem !important;
    height: 384px;
    left: -167px;
    border-radius: 5px;
    overflow: hidden;
}

/* testimonial end */

/* ------Home page Section start--------- */

.bred-img1 {
	background-color: var(--color-primary) !important;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bred-pos {
	margin-top: -125px;
	margin-bottom: 14px;
}

.footer-section {
	background-color: #08245B;
}

.right-res {
	background-color: #EEEEEECC;
}

.right-res p,
.right-res span
 {
	color: #0C0C0C;
	font-family: "Source Sans 3";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.right-res a{
	color: #0C0C0C;
	font-family: "Source Sans 3";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #E8E8E8 !important;
	font-family: Larken;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

	
}

.right-res p a {
	text-decoration: underline !important;
}

.right-res p a:hover {
	text-decoration: none !important;
}
h2.quick-head-back-event {
	background-color: #ff9f2a;
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

.footer-section .imp-links a,
.footer .btn.btn-link {
	color: rgb(255, 255, 255);
}

.social-icon a {
	color: #ffffff;
}

.footer-section h2,
.footer-section h3 {
	color: #FFF;
	font-family: Larken;
	font-size: 16px;
	font-style: normal;
	font-weight: 700 !important;
}


.footer-section a:hover {
	color: var(--color-primary);
}

/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}
#visitor_counter li {
    list-style: none;
    background-color: transparent !important;
    padding: 0% 2% !important;
    margin-left: 0% !important;
    color: #fff;
}

/* Styles for reset button */
#reset {
	margin-top: 20px;
	background-color: #008cba;
	cursor: pointer;
	font-size: 18px !important;
	padding: 8px 20px;
	color: white;
	border: 0;
}

.footer-logoname {
    display: flex;
    justify-content: start;
    /* padding-left: 8%; */
    gap: 25px;
	align-items: center;
}
.foot-title{
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.footer-name{
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
/* Footer section end */

/* breadcrumb */

.bred-img {
    background-image: url("../img/CHEF2.jpg"); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed; /* This makes the background slide (parallax effect) */
}

.bred-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 92, 140, 0.575); 
}

.bred-head {
    color: white;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    margin-bottom: 0;
}

.breadcrumb {
    background-color: transparent;
    padding: 10px;
	justify-content: center;
    z-index: 1;
}

.breadcrumb-item a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: white;
    font-size: 18px;
}

.breadcrumb-item+.breadcrumb-item::before{
color: #ffff !important;
}

@media (max-width: 768px) {
    .bred-img {
        height: 200px;
        background-attachment: scroll; /* Disable parallax for mobile for performance */
    }

    .bred-head {
        font-size: 28px;
    }

    .breadcrumb-item a,
    .breadcrumb-item.active {
        font-size: 16px;
    }
    .page-headings {
    padding-left: 0px !important;
}
.director-box {
        flex-direction: column;
      }
      .director-photo {
        flex: none;
      }
      .director-info {
        padding: 20px;
      }
      .aim-card strong {
        font-size: 1rem;
      }
    

}


/* -End breadcrumb- */
/* -Inner Page Style- */

.about-info {
	padding: 0px 0px 0px 25px;
}

.about-info .page-insight {
	/* box-shadow: 2px 2px 4px #888888; */
	padding: 5px 10px 20px 10px;
	background-color: #fff;
}

/*.page-headings {
	 border-bottom: 3px solid #bbbbbb; 
	margin-bottom: 20px !important;
	 padding-left: 100px; 
	padding-bottom: 5px; 
	padding-top: 25px;
	font-size: 25.6px !important;
	color: var(--color-primary);
	font-weight: 600 !important; }

 .page-headings::after{
    content: "" !important;
    display: block;
    width: 10%;
    height: 3px;
    background: #ed1c23;
    margin-top: 8px;
    left: calc(50% - 25px);
} */

.page-headings {
    position: relative;
    margin-bottom: 20px !important;
   /* padding-left: 60px;*/
    padding-bottom: 10px;
    padding-top: 25px;
    font-size: 30px !important;
    color: var(--color-primary);
    font-weight: 600 !important;
    cursor: pointer; /* optional, to show hover effect */
}

.page-headings::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px; 
    width: 100%; 
    background: linear-gradient(to right, var(--color-primary) 0%, rgba(0,0,0,0) 100%);
}

/* .sub-heading {
	padding-bottom: 8px;
	color: var(--color-primary);
	font-family: "Blinker", sans-serif !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 38px;
	letter-spacing: 0.02em;
} */

.sub-heading {
   position: relative; 
    padding-bottom: 8px;
    color: var(--color-primary);
    font-family:"Larken" !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 38px;
    letter-spacing: 0.02em;
    margin-bottom:15px;
    margin-top:15px;
}

.sub-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;     
    width: 70%;
    background: linear-gradient(to right, var(--color-primary) 0%, rgba(0,0,0,0) 100%)!important;
    transition: width 0.5s ease;
}

.sub-heading:hover::after {
    width: 100%; 
}

.about-page .about-info p {
	margin-bottom: 0px !important;
}




.page-back {
		
}



/* NAAC Pages */
.naac-section a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}

.naac-section a:hover {
	text-decoration: none;
}

.naac-section a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: var(--color-primary);
	width: 2.5% !important;
	display: inline-block;
	font-size: 19px;
	margin-right: 0px;
}

/* -End Naac Pages-- */

/* accordian start*/

/* .accordion-button:not(.collapsed) {
	color: var(--color-default);
	background-color: #dff5f9;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */

/* .accordion-button:focus {
	z-index: 3;
	border: none !important;
	outline: 0;
	box-shadow: none !important;
} */

/* .accordion-button {
	color: #000 !important;
} */

/* .accordion-item {
	border: 1px solid #a59a9a !important;
	margin-bottom: 5px;
} */

/* .tab-horizontal1,
.tab-horizontal2 {
	width: 100% !important;
} */

/* .tab-horizontal1 ul {
	flex-direction: inherit !important;
} */

/* .inner-accordion-header {
	border: 1px solid #a59a9a !important;
} */

/* .inner-accordion-header .accordion-button:not(.collapsed) {
	background: #f8f8f8 !important;
} */

/* accordian end */

/* Styles added by Shruti J */
.table th,
table th {
	padding: 0.5rem 0.5rem;
	background: #ececec;
	border-color: #d9d9d9;
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
	text-align: center;
	font-weight: 700 !important;
}

.table .text-link {
	text-decoration: underline;
}

.table p {
	margin-bottom: 0px;
}

.table .text-link:hover {
	text-decoration: none;
	vertical-align: middle;
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
	cursor: pointer;
}

.table td,
table td {
	border-color: #d9d9d9;
	padding: 0.5rem 0.5rem;
}

.table th.srno {
	width: 75px !important;
}

.table td.al-right,
.table .srno {
	text-align: right;
}

.btn-primary:focus {
	color: var(--color-default);
	background-color: var(--color-secondary);
}

.content-holder {
	background: white;
	padding: 0 25px;
}

.subheader {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 700 !important;
	font-family: var(--font-primary);
	font-style: normal;
	font-size: 18px;
}

@media only screen and (max-width: 980px) {
	.about-info {
		padding: 0 25px;
		margin: 25px 0 0;
	}
}

.vtabs .tabs-right {
	padding: 0;
}

.vtabs .tabs-right .tab-content {
	padding: 0;
}

.vtabs .tabsContent-holder {
	padding-left: 0;
	/* margin-left: 100px; */
}

.vtabs .tab-content {
	padding: 0.5rem;
}

.vtabs .accordion-item {
	border: 0 !important;
}

.sub-head {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-style: normal;
}

.vtabs .accordion-body {
	padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
	
   /*  box-shadow: 0 0 15px rgba(0, 255, 255, 0.5); 
	padding-left: 0;
    padding-right: 0;
	/* margin-left: 20px; */
	padding-left: 10px;
    margin-bottom: 10px;
    /* box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important; */
    padding-top: 1rem;
	/* box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important; */
}


.vtabs .nav-tabs .nav-link {
    color: white;
    margin-bottom: 10px;
    background-color: #108FCD;
    background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
    border-radius: 5px;
    position: relative;
    padding: 10px 40px 10px 15px; /* Space for arrow */
    display: flex;
    align-items: center;
    white-space: nowrap; }

/* Right-side arrow */
.vtabs .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px; /* Move arrow outward */
    width: 20px;
    height: 100%;
    background-color: inherit; /* Same as tab background */
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}


/* Active tab effect */
.vtabs .nav-tabs .nav-link.active {
    background-color:white; /* Even darker shade */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Animation when clicked */
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.vtabs .tab-content .tab-pane {
    animation: fadeInSlide 0.4s ease-out;
}



/* .vtabs .nav-tabs .nav-link.active {
	
	background-color: white;
	 color: white;
} */

.vtabs .accordion-button:not(.collapsed) {
	color: #064065;
	background: #dff5f9;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #000 !important;
	background: #efe290;
	border: 1px solid #9d9355;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.vtabs .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
 
.vtabs .nav-tabs .nav-link.active {
	
	color: #0b0a0a;
}

.vtabs .deptt{
	position: relative;
	left: -72px;
    top: 40px;
}

.vtabs .deptt1{
	position: relative;
	left: -72px;
   
}



@media (max-width: 575px) {
	.owl-nav .owl-next {
		right: 8px !important;
	}

	.owl-prev {
		padding-left: 16px;
	}
}

.link-active {
	background-color: #064065 !important;
	padding: 15px 10px !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}

/* ssr table */
.ssr-table tr td:first-child {
	text-align: center;
}

.ssr-table th:nth-child(3) {
	width: 185px;
}

.ssr-table th:first-child {
	width: 100px;
	text-align: center;
}

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

#carousel-placement img {
	object-fit: contain;
	aspect-ratio: 3/2;
	padding: 4px 10px;
}

/* CMS Photo Gallery*/
.list-horizontal {
	padding: 0;
	margin: 0;
}

.list-horizontal li {
	display: inline-block;
	margin-right: 10px;
}

.btn-year {
	border: 1px solid;
	padding: 6px 36px;
	border-radius: 5px;
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}

.btn-year:hover {
	color: white;
}

.btn-year.active {
	background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
	cursor: pointer;
}

a.btn-year.ng-binding.active {
	cursor: auto;
}

.gallery {
	position: relative;
	width: 302px;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery .desc {
	padding: 15px;
	text-align: center;
}

.gallery:hover .viewGallery {
	transform: translateY(100px);
}

.stack,
.nostack {
	border: 6px solid #fff;
	float: left;
	height: 175px;
	width: 240px;
	margin: 20px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
	width: 100%;
	height: 100%;
}

.stack:before,
.stack:after {
	content: "";
	height: 175px;
	width: 240px;
	position: absolute;
	z-index: -1;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	border: 6px solid #fff;
}

.stack:before {
	background: #eff4de;
	top: 0px;
	left: -10px;
	transform: rotate(-5deg);
}

.stack:after {
	background: #768590;
	top: 5px;
	left: 0px;
	transform: rotate(4deg);
}

.firstImage:after {
	display: block;
	content: "View Gallery";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImage:hover:after {
	transform: translateY(30px);
}

.firstImageForCollegeNews:after {
	display: block;
	content: "View Paper";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImageForCollegeNews:hover:after {
	transform: translateY(30px);
}

.first-image:hover:after {
	transform: translateY(30px);
}

.link-active {
	background-color: #fdbd0f !important;
	padding: 15px 10px !important;
	color: #fff !important;
}
.main-whitePanel {
	background-color: #fff;
	/* box-shadow: 2px 2px 4px #888888; */
}

/* CMS Photo Gallery*/

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
}

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
}

.mydiv .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10px;
	pointer-events: none;
	box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	font-family: Arial !important;
	font-size: 22px !important;
	line-height: 1 !important;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.85) !important;
	pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
	visibility: hidden;
}

/* Plan Of Action */

.table-responsive.plan {
	padding: 8px 15px;
}

a.btn.btn-primary.naac-certificate {
	padding-bottom: 11px;
	margin-top: 18px;
}

img.img-fluid.naac {
	width: 450px;
	height: 500px;
}
.inner-category-gallery {
	border-bottom: 2px solid;
}

.gallery-category {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery-category .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery-category .desc {
	padding: 15px;
}

.gallery-category:hover .viewGallery {
	transform: translateY(100px);
}
.btn-handy {
	border: 1px solid #b5b5b5;
	background: #f2f2f2;
	margin-right: 10px;
	text-decoration: none;
	padding: 3px 8px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.container.main-whitePanel h4 span {
	font-size: 1.6rem !important;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid var(--color-primary);
	padding-right: 16px;
}

.saftey {
	margin-top: 10px;
}

.section.row.host.saftey {
	margin-left: 0px;
}

.lib-text {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

a.active.aqar-quickl {
	color: var(--color-secondary);
}

.yearHolder {
	background: #e7e7e7 !important;
	vertical-align: middle;
}

.noRecords {
	color: #babcc0;
}

.link-holder a {
	color: #333;
	text-decoration: underline !important;
}

.link-holder a:hover {
	color: #333;
	text-decoration: none !important;
}

.files-noMeric {
	padding: 15px 15px 15px 25px !important;
}

.faculty-text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.dept-faculty {
	text-align: center !important;
}

.department-faculty-all-div {
	display: inline-table;
}

/*  End Departments Home Dept */

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: var(--color-heading);
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--color-secondary);
	letter-spacing: 1px;
	box-shadow: none;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}


/* Start Media Queries */
@media only screen and (max-width: 1400px) {
      .carrer-box {
	margin-left: 0px !important;
     }
}

@media only screen and (max-width: 1280px) {
	.naac-section a:before {
		margin-right: 5px;
	}

	.top-menu-hide {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.events-program-box {
		padding-right: 0px;
		border-right: none;
		border-bottom: 2px dashed #8b7ed2;
	}

	.container.about-page {
		margin-left: 11px;
	}

	.title-lines {
		margin-right: 0px !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static !important;
	}

	.quick-hover-section {
		display: none;
	}

	.quick-inner-top {
		margin-top: 25px;
	}

	.view-all a {
		margin-top: -2em;
	}

	.news-div .btn-news-down {
		margin-top: -0.7em;
	}

	.top-line {
		padding-bottom: 25px;
	}

	img.header-logo {
    width: 125px;
    margin-left: 15px;
    margin-bottom: 17px;
    margin-top: 13px !important;
}

	.header-logo {
		margin-top: 0px !important;
	}

	.site-header {
		/*text-align: center;*/
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		width: 100%;
		max-width: 100%;
	}



	.holder {
		height: 210px;
		margin-top: 25px;
	}

	.quick-hover-section:hover {
		opacity: 1;
		border: 1px solid transparent;
		left: -63px;
	}

	.container.about-page {
		max-width: 100%;
		padding-right: 40px;
	}

	.photo-gallery-img {
		width: 210px !important;
	}
	/* new--- */
	/* img.welcome-img {
		display: none;
	} */
	.wel-back::after {
		display: none;
	}
	.career-item2::after {
		display: none;
	}
	.wel-back {
		height: 702px;
		background: #9D0E2A;
		position: relative;
	}
	img.welcome-img {
		top: 0px;
		position: relative;
		height: 19.5rem;
	}

	.testimonials-item {
		background: #9D0E2A;
		height: 627px;
		position: relative;
	}
	.test-img img {
		position: unset;
		bottom: 49px;
		width: 24rem !important;
		height: 232px;
		/* left: -9px; */
		border-radius: 5px;
	}
	.test-con p {
		color: #FFF;
		text-align: center;
		font-family: Raleway;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 200%;
		position: relative;
	}
	.test-con::before {
		font-size: 159px;
		bottom: -1rem;
		right: 27rem;
	}
	.testimonials-item::after {
	display: none;
	}
}

@media only screen and (max-width: 808px) {
	.header-row {
		margin-top: -61px !important;
	}

	img.header-logo {
    		width: 100px;
    		margin-top: -55px;
    		margin-bottom: 28px;
	}

	.site-header img.logo {
		width: 100px;
	}

	.responsive-logo {
		display: inline-block;
	}

	.responsive-logo2 {
		display: none;
	}

	.site-header {
		/* text-align: center; */
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		max-width: 100% !important;
		gap:10px;
	}
	.logo-holder, .title-holder {
    		display: inline-block;
   		 vertical-align: top;
    		margin-top: 15px;
	}
	.clg-title {
    		font-size: 18px !important;
	}	
	.header-college-name {
    		font-size: 28px;
	}
	.clg-title2 {
   		 font-size: 15px !important;
	}
}

@media only screen and (max-width: 768px) {
	.bred-img {
		height: auto;
	}

	.naac-section a:before {
		margin-right: 10px !important;
	}
}

@media only screen and (max-width: 741px) {
	.owl-nav .owl-next {
		right: -22px !important;
	}
	.header-college-name {
    		font-size: 26px;
	}
    img.header-logo {
        width: 90px;}
}

@media (max-width: 600px) {
.contact-box {
text-align:start;

}
.clg-title {
        font-size: 15px !important;
    }

    .header-college-name {
        font-size: 22px !important;
    }
    .clg-title2 {
        font-size: 12px !important;
    }

    .clg-title3 {
        font-size: 13px !important;
    }

    .img.header-logo {
        width: 80px !important;
        height: auto !important;
    }
}


@media only screen and (max-width: 500px) {
	.clg-title {
        font-size: 18px;
    }

    .header-college-name {
        font-size: 22px;
    }
    .clg-title3 {
        font-size: 12px;
    }

    .img.header-logo {
        width: 100px;
        height: auto;
    }
	.clg-title2 {
		/* padding-bottom: 15px; */
        		font-size: 10px !important;
	}
	.site-header {
		flex-direction: row;
	}
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.title-lines {
   		 margin-right: 0px !important;
   		 padding-left: 0px !important;
	}
	.logo-holder, .title-holder {
    		margin-top: 47px;
	}	
	.clg-title {
    		font-size: 14px !important;
	}
	.banner-slider img {
		background: var(--color-primary);
		height: 295px;
		object-fit: cover !important;
	}
	.career-item {
		justify-content: center;
		bottom: 10px;
	}
	img.welcome-img {
		top: 0px;
		position: relative;
		height: 12rem;
	}
	.wel-back {
		height: 775px;
		background: #9D0E2A;
		position: relative;
		margin: 21px -12px !important;
	}
	.welcome .row {
		margin-right: 0rem !important;
		margin-left: 0rem !important;
	}
	.wel-back::after {
		display: none;
	}
	.career-item2 {
		justify-content: center;
	
	}
	.headding {
		position: unset;
		
	}
	.testimonials-item {
		background: #9D0E2A;
		height: 673px;
		position: relative;
		margin: 3px 6px !important;
	}
	.test-con::before {
		font-size: 159px;
		bottom: 16.5rem;
		right: 13rem;
	}
	/* .test-img img {
		display: none !important;
	} */
	.test-con p {
		padding-top: 0rem !important;
	}
	.photo-item {
		padding-right: 2px;
	}
	.test-para {
		padding-right: 16px;
	}
	.particle-img {
		opacity: 35%;
	}
	.testimonials {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 428px) {
	span.carousel-control-prev-icon {
		margin-left: 18px !important;
		padding-left: 7px !important;
	}

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}
	.owl-carousel-testimonials .owl-nav .owl-next {
		right: -9px !important;
	}
	.wel-name {
		font-family: "Playfair Display";
		font-size: 21px;
	}
	.wel-para2 {
		font-size: 14px;
	}

	.testimonials-item {

		position: relative;
		display: flex;
		justify-content: center;
		overflow: hidden;
	}
	.test-con::before {
		font-size: 159px;
		bottom: 16.5rem;
		right: 11rem;
	}

h3.title-subhead {
    font-size: 20px;
    text-align: start;
}
}

/* home news & event */
/* .news-events .news-notice-view {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
}

.news-events {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
}

.news-events .news-text-line {
    margin-top: 10px;
    background-color: none;
}

.news-events .card-img-overlay {
    padding: 0rem;
    top: 25px;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

p.event-date-overlay {
    margin-bottom: 0px;
    background-color: var(--color-primary);
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.news-events .event-title a i {
    color: #fff;
}

.news-events .card-img img {
    height: 270px;
    width: 100%;
}
.view-all-past-event {
    display: flex;
    justify-content: flex-end;
}
.view-all-past-event a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--color-primary);
    border-radius: 10px;
    padding: 7px 63px
    
}
.event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-events .card-img-overlay{
    color: #fdbd0f !important;
} */

/* home news & event */
/* home news & event */
.news-events .news-notice-view a {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--main-color);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: white;
	color: black;
	max-height: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: #110069;
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #110069;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff !important;
}
a.view-event-link {
	color: white !important;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}
/* .event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* home news & event */

.view-all-event {
	text-align: end;
	margin-top: 18px;
	margin-left: 14px;
}

.view-all-event a {
	color: var(--color-default);
	text-decoration: underline;
	float: left;
	left: 10px;
	margin-top: -0.5em;
}
.view-all-event a {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #ff9f2a;
	border-radius: 10px;
	padding: 7px 63px;
}

.view-all-event a:hover {
	text-decoration: none;
}

.event-div {
	background-color: white;
}

.event-div .btn-news {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
}

.event-div .btn-news-down {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
	margin-top: 0.5em;
}

/* home news & event */
.news-events .news-notice-view {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: var(--color-primary);
	color: #fff;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #ff9f2a;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}

/* home news & event */

.quick-inner-top {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	/* position: fixed;
    top: 52%;
    left: 10%;
    right: 90%;
    width: 18%; /* Adjust width as needed */
	/* background-color: #fff; /* Background color of the fixed section */
	/* z-index: 999; Ensure it's above other content */
}

.quick-links .col-lg-3 {
	text-align: center;
}

/* whatsaap popup */
/* a:link,
a:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
} */

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	color: white;
}

#whatsapp-chat {
	box-sizing: border-box !important;
	outline: none !important;
	position: fixed;
	width: 350px;
	border-radius: 10px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 164px;
	right: 160px;
	overflow: hidden;
	z-index: 1103;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

a.blantershow-chat {
	/* background: #009688; */
	/* background: #fff; */
	color: #404040;
	position: fixed;
	display: flex;
	font-weight: 400;
	justify-content: center;
	z-index: 6;
	bottom: 90px;
	right: 107px;
	font-size: 15px;
	padding: 27px 20px;
	border-radius: 87px;
	/* box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); */
}

a.blantershow-chat svg {
	transform: scale(2.2);
	margin: 0 0px 0 0;
	background-size: cover;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 91px;
	right: 102px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 0px;
	border: 16px solid #25d366;
	opacity: 0;
	animation-name: pulse-border;
	animation-duration: 1.8s;
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.header-chat {
	background: #009688;
	background: #095e54;
	color: #fff;
	padding: 20px;
}
.header-chat h3 {
	margin: 0 0 10px;
}
.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}
.info-avatar {
	position: relative;
}
.info-avatar img {
	border-radius: 91%;
	width: 63px;
	height: 49px;
	float: left;
	margin: -2px 11px 2px 0px;
}

a.informasi {
	padding: 20px;
	display: block;
	overflow: hidden;
	animation-name: showhide;
	animation-duration: 0.5s;
}
a.informasi:hover {
	background: #f1f1f1;
}
.info-chat span {
	display: block;
}
#get-label,
span.chat-label {
	font-size: 12px;
	color: #888;
}
#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}
#get-label,
#get-nama {
	color: #fff;
}
div#admission {
	z-index: 1043;
}
span.my-number {
	display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
	font-family: "Arial", sans-serif;
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 14px;
}
a#send-it {
	width: 48px;
	/* margin-left: 10px; */
	font-weight: 900;
	padding: 12px 13px 5px;
	background: #dadada;
	/* border-radius: 10px;*/

	svg {
		fill: #a6a6a6;
		height: 24px;
		width: 24px;
	}
}
input.styles-module_input__2IYfc {
	background-color: #fefefe;
	border: none;
	outline: none;
	border-radius: 20px;
	min-height: 45px;
	padding: 0 10px;
	transition: box-shadow 0.2s ease-in-out;
	width: 100%;
}

.first-msg {
	background: transparent;
	padding: 30px;
	text-align: center;
	& span {
		background: #e2e2e2;
		color: #333;
		font-size: 14.2px;
		line-height: 1.7;
		border-radius: 10px;
		padding: 15px 20px;
		display: flex;
		padding: 10px;
		background: #dcdcdc;
	}
}

.start-chat .blanter-msg {
	display: flex;
	padding: 10px;
	background-color: #dadada;
}
#get-number {
	display: none;
}
a.close-chat {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 30px;
}

@keyframes ZpjSY {
	0% {
		background-color: rgb(182, 181, 186);
	}
	15% {
		background-color: rgb(17, 17, 17);
	}
	25% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes hPhMsj {
	15% {
		background-color: rgb(182, 181, 186);
	}
	25% {
		background-color: rgb(17, 17, 17);
	}
	35% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes iUMejp {
	25% {
		background-color: rgb(182, 181, 186);
	}
	35% {
		background-color: rgb(17, 17, 17);
	}
	45% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes showhide {
	from {
		transform: scale(0.5);
		opacity: 0;
	}
}
@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0;
	}
}
@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%;
	}
}
.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 0.5s;
	transform: scale(1);
	opacity: 1;
}
/* .show {
  display: block !important;
  animation-name: showhide;
  
  transform: scale(1);
  opacity: 1;
} */

.whatsapp-message-container {
	display: flex;
	z-index: 1;
}

.whatsapp-message {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
	position: relative;
	&::before {
		display: block;
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		z-index: 0;
		opacity: 0.08;
		background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
	       /*background-image: url('assets/images/whatsaap-bg.png');*/
	}
}

.dAbFpq {
	display: flex;
	z-index: 1;
}

.eJJEeC {
	background-color: rgb(255, 255, 255);
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-left: 10px;
	opacity: 0;
	transition: all 0.1s ease 0s;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
	position: relative;
	display: flex;
}

.ixsrax {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	background-color: rgb(158, 157, 162);
	animation-name: ZpjSY;
}

.dRvxoz {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: rgb(182, 181, 186);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	animation-name: hPhMsj;
}

.kAZgZq {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
	&::before {
		position: absolute;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		top: 0px;
		left: -12px;
		width: 12px;
		height: 19px;
	}
}

.bMIBDo {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;

	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.cqCDVm {
	text-align: right;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
	margin-right: -8px;
	margin-bottom: -4px;
}
.limited-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3; /* Limit to 3 lines */
}

/* Alumni Registration state */

.autocomplete {
	position: relative;
}

.autocomplete-items {
	position: absolute;
	border: none !important;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 5px;
	cursor: pointer;
	background-color: #efeeee;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

/* admissiom form */

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}

.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #ccc;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
	width: 34px;
	height: 34px;
	margin-bottom: 2%;
	background: #110069;
	border: 2px solid #110069;
	color: #ccc;
	z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fdbd0f;
	border: 2px solid #fdbd0f;
	color: #110069 !important;
}

.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #0dcaf0;
	transition: 0.1s ease-in-out;
}

/* .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #931962;
} */

.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}

.section-program {
	padding: 30px 15px;
	border-radius: 15px;
	background: #f5f5f5;
}

.admission-form-header {
	color: #000;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	margin-bottom: 10px;
}

.modal-enquiryForm-section label {
	margin-bottom: 10px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}

.modal-enquiryForm-section label em {
	margin-bottom: 10px;
	color: #ff0000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.otp-linkHolder {
	display: flex;
	justify-content: center;
	gap: 7px;
	vertical-align: middle;
	align-items: center;
}
.otp-linkHolder a {
	text-decoration: underline;
}

.msg-OTPsent {
	display: block;
	color: black;
	font-size: 14px !important;
	margin-bottom: 15px;
	font-style: italic;
}
.email-id-group {
	margin: 0 auto;
	display: flow;
	text-align: center;
}

.email-varify-btn {
	color: #000000;
	text-align: center;
	font-family: "Rounded Mplus 1c";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	width: 144px;
	height: 45px;
	border-radius: 40px;
	border: 1.333px solid #f1efff;
	background: var(--Neutral-Colors-White, #fff);
	box-shadow: 5px 3px 5px -2px rgb(199 192 244);
}

select.form-control {
	font-size: 14px;
	appearance: auto;
}

.adhar-input {
	padding: 6px;
}

.education-form-header {
	color: #460b2f;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.form-control {
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.admission-enquiryForm-header {
	color: #110069;
	font-family: Poppins;
	font-size: 23px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-count {
	margin: 0;
	color: white;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-titel {
	font-weight: 500;
}

.wizard .nav-tabs .nav-item .nav-link ::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #000;
}

.email.varification.image {
	width: 300px;
}

.email-id-group .form-group .form-control {
	text-align: center;
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
	color: #ffffff;
	background-color: #110069 !important;
	border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
	color: #110069 !important;
	background-color: #fdbd0f !important;
	border-color: #ffffff !important;
}

.btn-secondary {
	color: #ffffff !important;
	background-color: #110069 !important;
	border-color: #ffffff !important;
}

.form-control:focus {
	color: #525368;
	background-color: #fff;
	border-color: none !important;
	outline: 0;
	box-shadow: none !important;
}

.wizard .nav-tabs .nav-item .nav-link.active i {
	color: white !important;
}

.wizard .nav-tabs .nav-item .nav-link .active .wizard-count {
	color: #ffffff !important;
}

.wizard .nav-tabs .nav-item .nav-link.active p {
	color: #fff;
}

.verify-mail-box {
	margin: 0 auto;
	width: 400px;
}
/*.vision-mission-motto {
    padding: 3rem 1rem;
    max-width: 720px;
    margin: 0 auto;
  }
  .timeline {
    position: relative;
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 4px solid #0d6efd;
  }
  .timeline-item {
    position: relative;
    padding: 1.5rem 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
    margin-bottom: 2.5rem;
    transition: box-shadow 0.3s ease;
  }
  .timeline-item:hover {
    box-shadow: 0 4px 14px rgb(0 0 0 / 0.15);
  }
  .timeline-item::before {
    content: "";
    position: absolute;
    left: -1.2rem;
    top: 1.7rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #0d6efd;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
  }
  .timeline-icon {
    position: absolute;
    left: -2.6rem;
    top: 1.4rem;
    width: 2rem;
    height: 2rem;
    background: #0d6efd;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
  .timeline-item.vision .timeline-icon {
    background: #0d6efd;
  }
  .timeline-item.mission .timeline-icon {
    background: #198754;
  }
  .timeline-item.motto .timeline-icon {
    background: #ffc107;
    color: #212529;
  } */
   .profile-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            margin: auto;
            overflow: hidden;
        }
        .profile-card img {
            width: 100%;
            height: auto;
            border-bottom: 4px solid #007bff;
        }
        .profile-content {
            padding: 20px;
        }
        .profile-content h2 {
            margin: 0;
            font-size: 1.5rem;
            color: #007bff;
        }
        .profile-content p {
            text-align: justify;
            line-height: 1.6;
            margin: 10px 0;
        }
        .profile-content .qualifications {
            font-weight: bold;
            color: #555;
        }

/*Directer Address*/
.director-wrapper {
     /* max-width: 1075px; */
      margin: 0 auto;
    }
.director-box {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .director-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    /* Image side */
    .director-photo {
      flex: 0 0 300px;
      background: #dfe9f5;
      text-align: center;
      padding: 20px;
    }

    .director-photo img {
    width: 220px;
    height: 220px;
   
    object-fit:contain;   /* fit karayla */
    border: 5px solid #fff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
  }

  .director-photo img:hover {
    transform: scale(1.05);
  }

    .director-name {
      font-size: 1.4rem;
      font-weight: bold;
      color: #003366;
      margin: 15px 0 5px;
    }

    .director-qualifications {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 10px;
    }

    /* Content side */
    .director-info {
      flex: 1;
      padding: 30px 40px;
    }

    .director-heading {
      font-size: 1.2rem;
      font-weight: bold;
      color: #0055aa;
      margin-bottom: 20px;
      text-align: left;
    }

    .director-info p {
      margin-bottom: 15px;
      line-height: 1.7;
    }

    .director-greeting {
      font-weight: bold;
      color: #333;
    }

    .director-signature {
      margin-top: 20px;
      
      color: #444;
    }

    .director-contact {
      margin-top: 20px;
      font-weight: bold;
      color: #003366;
    }

    .director-contact a {
      color: #0055aa;
      text-decoration: none;
    }

    .director-contact a:hover {
      text-decoration: underline;
    }

    .director-tags {
      display: block;
      margin-top: 8px;
      color: #777;
      font-size: 0.9rem;
    }

.role-list {
  list-style: none; 
  padding-left: 0;
}

.role-list li {
  margin: 8px 0;
  padding-left: 25px;
  position: relative;
}

.role-list li::before {
  content: "➤" !important;  
  position: absolute;
  left: 0;
  color: #0066cc; 
  font-weight: bold;
}






/* Card container */
.about-card {
    position: relative;
    border: none;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 6rem;
    background: transparent;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

/* Diagonal split layout */
.img-section {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.7s ease;
    border-radius: 2rem 0 0 2rem;
}

.about-img:hover {
    transform: scale(1.1) rotate(1deg);
}

/* Text block floating */
.about-body {
    position: relative;
    margin-left: -5%;
    background: transparent;
    padding: 3rem;
    border-radius: 2rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-body:hover {
    transform: translateY(-5px) translateX(5px);
    /* box-shadow: 0 15px 30px rgba(0,0,0,0.3); */
}


@keyframes neonMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Paragraph styling */
.about-body p {
    margin-bottom: 1rem;
    text-align: justify;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .img-section {
        clip-path: none;
        border-radius: 2rem 2rem 0 0;
    }
    .about-body {
        margin-left: 0;
        padding: 2rem;
    }
.page-content {
        padding: 20px;
      }
      .sub-heading {
        font-size: 1.5rem;
      }

}


/*about trust */
.page-content {
      max-width: 1000px;
      background: #fff;
      border-radius: 14px;
      padding: 40px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align:justify;
    }

    .page-content:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

/*institute*/

/* Step style info cards */
    .step-card {
      background: #f9fbfd;
      border-left: 5px solid #236fa1;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 18px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .step-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }
    .step-card h5 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 10px;
      color: #0a3d62;
    }
    .step-card p {
      margin-bottom: 0;
      color: #444;
      text-align: justify;
    }

    /* Links */
    .page-content a {
      color: #236fa1;
      text-decoration: none;
      font-weight: 500;
    }
    .page-content a:hover {
      text-decoration: underline;
    }

    /* Custom bullet list */
    ul.custom-list {
      list-style: none;
      padding-left: 0;
    }
    ul.custom-list li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 10px;
    }
    ul.custom-list li::before {
      content: "✔︎";
      position: absolute;
      left: 0;
      top: 0;
      color: #236fa1;
      font-weight: bold;
    }

    /* Gallery with overlay */

.institute-gallery {
    text-align: center;
}
    .institute-gallery-section {
      background: #fff;
      padding: 50px 20px;
      margin: 40px 0;
      border-radius: 16px;
      box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    }
    .institute-gallery img {
      border-radius: 14px;
     width: 204px;
    height: 205px;
      object-fit: cover;
      transition: transform 0.4s ease, box-shadow 0.3s ease;
    }
    .institute-gallery img:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    }

    /* Contact box (unchanged) */
     /*.contact-box {
      background: #0a3d62;
      color: #fff;
      border-radius: 14px;
      padding: 25px;
      margin-top: 30px;
    }
        .contact-box a {
      color: #ffd700;
      font-weight: bold;
      text-decoration: none;
    }  */

.contact-box {
  background: #0a3d62;
  color: #fff;
  border-radius: 14px;
  padding: 25px;
  margin-top: 30px;
     
}

.contact-box a {
  color: #ffd700;
  font-weight: bold;
  text-decoration: none;
  word-break: break-all;      
}

    .contact-box a:hover {
      text-decoration: underline;
    }
.contact-box h4 {
      font-weight: 600;
    }


    .management-add {
      color: #fff !important;
    }
.admission-cont{
color:#ffff !important;
}




 /* Custom Table */
        .custom-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }

        .custom-table th {
            background: #08245b;
            color: #fff;
            padding: 10px;
            text-align: center;
        }

        .custom-table td {
            border: 1px solid #e2e8f0;
            padding: 10px;
        }

        /* Custom Table Hover */
        .custom-table tbody tr {
            transition: background 0.3s ease, transform 0.2s ease;
            cursor: pointer;
        }

        .custom-table tbody tr:hover {
            background: #eef3f9;
            /* transform: scale(1.01); */
        }

        /* Course List Hover */
        .course-list .list-group-item {
            transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
            cursor: pointer;
        }

        .course-list .list-group-item:hover {
            background: #0a3d62;
            color: #fff;
            transform: translateX(5px);

        }


        /* Custom Card */
        .custom-card {
            background: #f9fafb;
            border-radius: 12px;
            padding: 20px;
            margin-top:15px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
        }

        .custom-card:hover {
            background: #eef3f9;
            transform: translateY(-5px);
        }

        .custom-card h5 {
            font-weight: 600;
            color: #0a3d62;
            margin-bottom: 10px;
        }

        /* Autonomous Courses */
        .course-card {
            background: #f1f5f9;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
        }

        .course-card:hover {
            background: #0a3d62;
            color: #fff;
            transform: translateY(-5px);
        }



        /* Tourist Attractions */
       .attraction-box {
            background: #f9fafb;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
            transition: 0.3s ease;
        }

        .attraction-box:hover {
            background: #eef3f9;
            color: #fff !important;
        }

        .attraction-box h5 {
            font-weight: 600;
            margin-bottom: 10px;
        }

/* About The Management */
.card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .icon-card {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .icon-card i {
            color: var(--accent-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }

        .icon-card .content {
            flex: 1;
        }

        .management-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }

        .management-item {
            background: white;
            padding: 15px;
            border-radius: 6px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .management-item strong {
            color: var(--primary-color);
            display: block;
            margin-bottom: 5px;
        }

    .heading {
        font-size:22px;
	font-family: var(--font-primary);
	font-weight: 400;
	font-style: normal;
        margin-top:10px;
             }

/* HMCT Ratnagiri */
      
   .list-group {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            
        }
        
        .list-group-item {
            border: none;
            border-bottom: 1px solid #eee;
            padding: 1.25rem;
            transition: all 0.3s ease;
        }
        
        .list-group-item:last-child {
            border-bottom: none;
        }
        
        .list-group-item:hover {
           /* background-color: #f8f9fa;*/
            transform: translateX(5px);
        }
        
        .list-group-item strong {
            color: var(--accent-color);
            font-weight: 600;
            background-color: rgba(10, 61, 98, 0.1);
            border-radius: 4px;
            padding: 3px;
            margin-right: 5px;
        }
        
        .list-group-item ul {
            margin-top: 0.75rem;
            margin-bottom: 0;
            padding-left: 1.5rem;
        }
        
        .list-group-item ul li {
            margin-bottom: 0.5rem;
            position: relative;
            padding-left: 0.5rem;
        }
        
        .list-group-item ul li::before {
            content: "•";
            color: #0a3d62 !important;
            font-weight: bold;
            position: absolute;
            left: -1rem;
        } 
        
        /* Hostel Section Styling */
        .list-group-item i {
            color: var(--primary-color);
            margin-right: 0.75rem;
        }
        

        .list-group-item ul {
            list-style-type: none;
            padding-left: 0.5rem;
        }
        
        .list-group-item ul li {
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 0.75rem;
        }
        
        .list-group-item ul li::before {
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: var(--accent-color);
            position: absolute;
            left: 0;
        }

/* Alumni */

 .check-list {
      list-style: none; /* remove default bullets */
      padding: 0;
      margin: 1rem 0;
    }

    .check-list li {
      position: relative;
      padding-left: 2rem; /* space for checkmark */
      margin-bottom: 0.75rem;
    }

    .check-list li::before {
      content: "✅"; /* checkmark symbol */
      position: absolute;
      left: 0;
      top: 0;
      color: green; /* green check */
      font-weight: bold;
      font-size: 1.2rem;
    }

.alumni-buttons {
      text-align: center;
      margin-top: 2rem;
    }

    .alumni-buttons .btn-custom {
      display: inline-block;
      background-color: #0a3d62; /* deep blue */
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 0.8rem 1.5rem;
      margin: 0.5rem;
      font-weight: 600;
      font-size: 1rem;
      text-decoration: none; /* remove underline */
      transition: background 0.3s ease, transform 0.3s ease;
    }

    .alumni-buttons .btn-custom:hover {
      background-color: #06406b; /* darker blue on hover */
      transform: translateY(-2px);
      color: #fff;
      text-decoration: none;
    }


/*success strory */

.alumni-card {
      background: #ffffff;
      border: 1px solid #e6e6e6;
      border-radius: 12px;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%; /* equal height in row */
    }

    .alumni-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .alumni-card p {
      margin: 0;
      font-size: 1rem;
      line-height: 1.6;
      color: #333;
    }

    .alumni-card p:first-child {
      color: #444;
      margin-bottom: 0.75rem;
      position: relative;
      padding-left: 1.5rem;
    }

    .alumni-card p:first-child::before {
      content: "❝"; /* quotation mark */
      position: absolute;
      left: 0;
      top: -4px;
      font-size: 1.5rem;
      color: #0a3d62; 
    }


    .alumni-card .author {
      font-weight: 600;
      color: #0a3d62; 
      text-align: right;
      font-size: 0.95rem;
    }

/*Alumni Event */
.alumni-event-card {
      background: #ffffff;
      border: 1px solid #e6e6e6;
      border-radius: 12px;
      padding: 1.2rem 1rem;
      text-align: center;
      font-weight: 600;
      font-size: 1rem;
      color: #0a3d62 !important; /* blue text */
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
      cursor: pointer;
    }

    .alumni-event-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
      background: #d6e0f0; /* light blue hover */
      color: #0a3d62;
    }

    .alumni-event-card p {
      margin: 0;
color: #0a3d62;
    }

/* Give Back to MCMS */

.contribute-item {
      background: #ffffff;
      border: 1px solid #e6e6e6;
      border-radius: 12px;
      padding: 1.5rem 1.2rem;
      margin-bottom: 1rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
      cursor: pointer;
      height: 100%;
    }

    .contribute-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);
      background: #d6e0f0; /* light blue hover */
    }

    .contribute-item .item-heading {
      font-size: 1.2rem;
      font-weight: 600;
      color: #0a3d62; /* deep blue */
      text-align: center;
      margin-bottom: 0.8rem;
    }

    .contribute-item p {
      margin: 0;
      font-size: 1rem;
      line-height: 1.6;
      text-align: center;
      color: #333;
    }
        


/* vision, Mission. Motto*/

 .circle-steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      max-width: 1100px;
      margin: 0 auto;
    }

    /* Step Card */
    .step {
      flex: 1 1 280px;
      background: #fff;
      border-radius: 20px;
      padding: 30px 20px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .step:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    }

    /* Circle Icon */
    .icon {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      background: #f3f4f6;
      box-shadow: inset 0 4px 10px rgba(0,0,0,0.08);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .icon img {
      width: 60px;
      height: 60px;
      transition: transform 0.4s ease;
    }

    /* Hover effect for logo */
    .icon:hover {
      transform: scale(1.15) rotate(8deg);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .icon:hover img {
      transform: scale(1.2) rotate(-8deg);
    }

    /* Headings & Text */
    .step h4 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .step p {
      font-size: 1rem;
      color: #555;
      line-height: 1.7;
     text-align:center;

    }


.vision-head{

text-align:center;

}

    /* Unique Colors */
    .vision .icon { background: #e0e7ff; }
    .vision h4 { color: #3730a3; }

    .mission .icon { background: #dcfce7; }
    .mission h4 { color: #166534; }

    .motto .icon { background: #fef9c3; }
    .motto h4 { color: #92400e; }

    /* Responsive */
    @media (max-width: 768px) {
      .circle-steps {
        flex-direction: column;
        align-items: center;
      }
    }


/* Autonomous Courses  */

h3.title-subhead {
    font-size: 21px !important;
    font-weight: 600;
    text-decoration: underline;
}

h6.table-head {
    font-size: 19px;
    font-weight: 600;
}


.card-img-left {
      width: 120px;
      height: 100%;
      object-fit: cover;
      border-top-left-radius: .4rem;
      border-bottom-left-radius: .4rem;
background:#adb5bd;
    }
 
/*.card-body{
height: 160px;
}
*/
.card-title {
    margin-bottom: .5rem;
    font-family: "Poppins", sans-serif;
    font-size: larger;
}

.card-txt{
font-size: 14px;
}

a.btn.card-btn.btn-sm {
    background: #08245b;
    color: #ffff;
}


.card-btn:hover {
background:#fdbd0f !important;
color: #08245b !important;
transition: 0.3s;
}

.text-para {
    margin-bottom: 10px !important;
}

a.direction-link {
    color: #0c44b0;
    text-decoration: underline;
}

/*page back button */

.back-button-container {
  position: relative;
  margin-left: -40px; /* moves the button slightly outside the page content */
} 


.back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #236fa1;
  color: #ffff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 25px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background-color 0.3s;
}

.back-button:hover {
  background:#9d0e2a;
color:#ffff;
}



/* Aims And Objective*/
 .aims-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      max-width: 1100px;
      margin: 0 auto;
    }

    /* Card */
    .aim-card {
      background: #fff;
      color:#000;
      padding: 1.5rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px #d1cece;
      text-align: left;
      line-height: 1.6;
      transform: translateY(8px);
      transition: all 0.6s ease;
      margin-bottom:1rem;
    }

   
    .aim-card strong {
      display: block;
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
      color:#08245b;
    }

    .aim-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px #d1cece;
    }

 .transport-card {
      border: 1px solid #ddd;
      border-radius: 0.75rem;
      padding: 1.5rem;
      background-color: #fff;
      margin-bottom: 1.5rem;
        box-shadow: inset 0 4px 10px rgba(0,0,0,0.08);
      transition: transform 0.4s ease, box-shadow 0.4s ease;


    }

    .transport-card h3 {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    .route-info {
      font-size: 0.9rem;
      color: #6c757d; /* muted gray */
      margin-top: 0.25rem;
    }

.add-icon:after {
    content: " 👉";
    font-size: 18px;
    color: #014751;
}
.add-icon {
    position: relative;
}
.workshop-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px auto;
  
  border: 1px solid #eee;
  
}

.workshop-title {
  color: #08245b;
  font-size: 20px;
  margin-bottom: 10px;
}

.workshop-details p {
  margin: 5px 0;
  font-size: 15px;
  color: #333;
}



.brief-report h4,
.photographs h4 {
  font-size: 19px;
  font-weight: 600;
  color: #222;
}

.gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 15px;
        }
        .gallery-item {
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        .gallery-item:hover {
            transform: scale(1.03);
        }
        .gallery-item img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }
        .lightbox-modal .modal-content {
            background-color: transparent;
            border: none;
        }
        .lightbox-modal .modal-body {
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background:#ffff;
        }
        .lightbox-modal .modal-body img {
            max-width: 100%;
            max-height: 80vh;
            object-fit: contain;
            }


        .lightbox-modal .modal-header {
    border-bottom: none;
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 1;
}
        .lightbox-modal .btn-close {
            background-color: white;
            opacity: 0.8;
        }

/*Button Pdf */

  .btn-pdf {
            display: inline-block;
            padding: 12px 24px;
            background: linear-gradient(135deg, #08245b, #108FCD);
            color:#ffff;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            box-shadow: 0 4px 15px rgba(16, 143, 205, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        
        .btn-pdf:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(16, 143, 205, 0.4);
            background: linear-gradient(135deg, #108FCD, #08245b);
            color:#ffff !important;
        }
        
        .btn-pdf:active {
            transform: translateY(1px);
        }
        
        .btn-pdf::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fdbd0f'%3E%3Cpath d='M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v2H7.5V7H10c.83 0 1.5.67 1.5 1.5v1zm5 2c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm4-3H19v1h1.5V11H19v2h-1.5V7h3v1.5zM9 9.5h1v-1H9v1zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5.5h1v-3h-1v3z'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 10px;
            vertical-align: middle;
            transition: transform 0.3s ease;
        }
        
        .btn-pdf:hover::before {
            transform: scale(1.1);
        }
        
        .btn-text {
            vertical-align: middle;
color: #ffff;
font-size: small !important;
        }
        
        .btn-pdf::after {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(253, 189, 15, 0.2), transparent);
            transition: left 0.5s ease;
        }
        
        .btn-pdf:hover::after {
            left: 100%;
        }


/* Principal Image */
/* Container Box */
.principal-box {
  background: linear-gradient(135deg, #eef5ff 0%, #ffffff 100%);
  border-left: 5px solid #0a3368;
  border-radius: 12px;
}

/* Image */
.principal-photo {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.principal-photo:hover {
  transform: scale(1.05);
}

/* Name & Title */
.principal-name {
  font-weight: 700;
  color: #0a3368;
  font-size: 18px;
  margin-bottom: 4px;
}
.principal-qualifications {
  color: #666;
  font-size: 15px;
  margin: 0;
}

/* Text */
.principal-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Responsive Design */
@media (max-width: 767px) {
  .principal-photo {
    width: 100px;
    height: 100px;
  }
  .principal-text {
    font-size: 15px;
  }
}


/* Placement Partners */

.placement-section {
  background: linear-gradient(to bottom, #f6f9ff, #ffffff);
    padding: 35px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 40, 100, 0.1);
        margin: 30px auto;
}

.placement-subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 40px;
}

.placement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.placement-item {
  background: #fff;
  border-radius: 12px;
  padding: 25px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.placement-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.placement-item h3 {
  color: #002366;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.placement-item p {
  color: #444;
  font-size: 0.95rem;
}
        
        .hotel-slider {
            position: relative;
            padding: 20px 0;
        }
        
        .hotel-slide {
            text-align: center;
            padding: 20px;
            transition: transform 0.2s ease;
        }
        
        .hotel-slide:hover {
            transform: translateY(-5px);
        }
        
        .hotel-logo {
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            padding: 15px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .hotel-logo:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        .hotel-logo img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
            filter: grayscale(30%);
            transition: filter 0.3s ease;
        }
        
        .hotel-logo:hover img {
            filter: grayscale(0%);
        }
        
        .hotel-name {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 5px;
            font-size: 1.1rem;
        }
        
        .slider-controls {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .slider-btn {
           background: #3498db;
    color: white;
    border: none;
    width: 80px;
    height: 40px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.3s 
ease;
        }
        
        .slider-btn:hover {
            background: #2c3e50;
            transform: scale(1.1);
        }
        
      
        @media (max-width: 768px) {
            .hotel-logo {
                height: 100px;
            }
            .hotel-name{
                 font-size:10px;
            }
            
        }
/* ✅ Responsive Design */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .placement-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .placement-title {
    font-size: 1.6rem;
  }
  .placement-subtitle {
    font-size: 1rem;
  }
  .stat-item h2 {
    font-size: 1.6rem;
  }
.about-info.col-lg-12 {
    padding: 0;
}
}


/* Internship Opportunity */

/* Section Styling */
.internship-section {
  background: linear-gradient(to bottom, #f6f9ff, #ffffff);
  padding: 35px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 40, 100, 0.1);
   margin: 30px auto;
}

/* Headings */
.internship-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #002366;
  margin-bottom: 10px;
}

.internship-subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 40px;
}

/* Stats Grid */
.internship-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.internship-item {
  background: #fff;
  border-radius: 12px;
  padding: 25px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.internship-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 40, 100, 0.15);
}

.internship-item h3 {
  color: #002366;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.internship-item p {
  color: #444;
  font-size: 0.95rem;
}


/* Responsive Styling */
@media (max-width: 768px) {
  .internship-title {
    font-size: 1.6rem;
  }

  .internship-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .internship-item {
    padding: 20px 10px;
  }

  .internship-item h3 {
    font-size: 1.5rem;
  }

 }

@media (max-width: 480px) {
  .internship-grid {
    grid-template-columns: 1fr;
  }

  .internship-title {
    font-size: 1.4rem;
  }

  .internship-item h3 {
    font-size: 1.3rem;
  }

  .internship-subtitle {
    font-size: 0.9rem;
  }
}




/* ======== RESPONSIVE ACCORDION VIEW ======== */
 @media (max-width: 768px) {

   .left-side-menu {
    display: none !important;
  }

   .vtabs .row {
    flex-direction: column !important;
  }

 #accordion-left-tabs .accordion-item {
    display: block !important;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  #accordion-left-tabs .accordion-header {
    background: #f5f5f5 !important;
  }

  #accordion-left-tabs .accordion-button {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #550029;
    padding: 0.9rem 1rem;
  }

  #accordion-left-tabs .accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    color: #fff;
  }

  #accordion-left-tabs .accordion-body {
    background-color: #fff;
    padding: 1rem;
  }

  .tab-pane {
    display: block !important;
    opacity: 1 !important;
    transition: none !important;
  }

} 


/* Career Guidance */

.tagline {
            font-size: 1rem;
            color: #666;
        }

        /* Services Section */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
            margin-top: 48px;
        }

        .service-card {
            background-color: white;
            padding: 24px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-5px);
        }

        .service-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #f0f7ff;
        }

        .service-card h3 {
            font-size: 1.25rem;
            margin-bottom: 8px;
            color: #1e3c72;
        }

        .service-card p {
            color: #666;
            font-size: 0.9rem;
        }

        /* Journey cards (one row of 4 on desktop, responsive) */
        .journey-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            max-width: 1200px;
            margin: 20px auto 0;
            padding: 0 12px;
        }

        .journey-card {
            background: #ffffff;
            border-radius: 10px;
            padding: 14px;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
            transition: transform 0.18s ease, box-shadow 0.18s ease;
            text-align: center;
        }

        .journey-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
        }

        .journey-badge {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #ff9a3d;
            /* removed number text; keep decorative badge only */
            color: transparent;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 1rem;
        }

        .journey-title {
            margin: 0 0 6px 0;
            font-weight: 700;
            color: #1e3c72;
            font-size: 1rem;
        }

        .journey-desc {
            margin: 0;
            color: #555;
            font-size: 0.95rem;
            line-height: 1.4;
        }

        /* responsive: switch to 2 columns under 992px, 1 column under 480px */
        @media (max-width: 992px) {
            .journey-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .journey-grid {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .journey-badge {
                width: 36px;
                height: 36px;
                font-size: 0.95rem;
            }
        }

/* Curriculum & Syllabus */

 .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 3rem;
            font-size: 2.5rem;
        }
        .section-title::after {
            content: '';
            position: absolute;
            width: 60px;
            height: 4px;
            background-color: #e63946;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        .program-tabs {
            margin-bottom: 3rem;
        }
        .nav-pills .nav-link{
            background-color: #1a3c6d;
    color: #ffffff;
            border-radius: 50px;
            margin: 0 8px;
            padding: 12px 25px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .nav-pills .nav-link.active {
            background-color: #f1c40f;
    color: #324b62;
            box-shadow: 0 4px 15px rgba(26, 60, 109, 0.3);
        }
        .tab-pane {
            animation: fadeIn 0.5s ease-in-out;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .curriculum-card {
            background-color: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            height: 100%;
            border: none;
        }
        .curriculum-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        .card-header {
            background-color: #1a3c6d;
            color: white;
            padding: 1.5rem;
            border: none;
            font-weight: 600;
            font-size: 1.3rem;
        }
        .card-body {
            padding: 2rem;
        }
        .semester-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #f1c40f;
            color: #1a3c6d;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .subject-item {
            padding: 12px 0;
            border-bottom: 1px dashed #dee2e6;
            transition: all 0.3s ease;
        }
        .subject-item:hover {
            background-color: #f8f9fa;
            padding-left: 10px;
        }
        .subject-item:last-child {
            border-bottom: none;
        }
        .subject-code {
            font-weight: 600;
            color: #e63946;
            min-width: 100px;
            display: inline-block;
        }
        .credit-hours {
            background-color: #f1c40f;
            color: #1a3c6d;
            padding: 2px 8px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 600;
            float: right;
        }
        .download-section {
            background-color: #f8f9fa;
            padding: 4rem 0;
           
        }
        .download-card {
            background-color: white;
            border-radius: 15px;
            padding: 2.5rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        .download-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        .download-icon {
            width: 60px;
            height: 60px;
            margin-bottom: 1.5rem;
        }
        .btn-download {
            background-color: #1a3c6d;
            color: white;
            border: none;
            padding: 12px 35px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .btn-download:hover {
            background-color: #f1c40f;
            color:#1a3c6d;
            transform: translateY(-2px);
        }
        .program-overview {
            background-color: white;
            border-radius: 15px;
            padding: 2.5rem;
            margin-bottom: 3rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .overview-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
            padding: 1rem;
            background-color: #f8f9fa;
            border-radius: 10px;
        }
        .overview-icon {
            width: 60px;
            height: 60px;
            margin-right: 1.5rem;
        }
        .icon-small {
            width: 24px;
            height: 24px;
            
        }
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            .nav-pills .nav-link {
                margin: 5px 0;
                display: block;
                width: 100%;
                text-align: center;
            }
            .overview-item {
                flex-direction: column;
                text-align: center;
            }
            .overview-icon {
                margin: 0 0 1rem 0;
            }
            .subject-code {
                min-width: 80px;
                font-size: 0.9rem;
            }
            .card-header {
                font-size: 1.1rem;
                padding: 1rem;
            }
            .card-body {
                padding: 1.5rem;
            }
            .btn-download {
                padding: 10px 20px;
                font-size: 0.9rem;
            }

             
            .download-card {
                padding: 1.5rem;
            }
        }
        @media (max-width: 576px) {
            .section-title {
                font-size: 1.8rem;
            }
            .semester-badge {
                position: static;
                display: inline-block;
                margin-bottom: 10px;
            }
            .curriculum-card {
                margin-bottom: 1.5rem;
            }
        }



 /* History & Milestone */
        .infographic-header {
            background: linear-gradient(135deg,  #08245b, #108fcd);
            color: #fff;
            padding: 38px 24px;
            border-radius: 12px;
            margin-bottom: 22px;
        }

        .header-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 28px;
            margin-bottom: 8px;
            font-weight: 700;
        }

        .header-subtitle {
            font-size: 15px;
            line-height: 1.6;
            opacity: 0.95;
            max-width: 100%;
        }

        /* About / History block */
        .about-history {
            background:  #ffffff;
            border-radius: 10px;
            padding: 22px;
            box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
            margin-bottom: 26px;
        }

        .about-history .header-title {
            font-size: 20px;
            color:  #08245b;
            margin-bottom: 8px
        }

        .about-history .header-subtitle {
            font-size: 0.98rem;
            color: #444;
            line-height: 1.6;
            margin-bottom: 10px
        }

        /* Timeline */
        .timeline-section {
            background: #ffffff;
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    margin-bottom: 26px;
        }

        .timeline-title {
            text-align: center;
            margin-bottom: 18px;
            font-weight: 700;
            color:  #08245b
        }

        .timeline-container {
            position: relative;
            max-width: 1100px;
            margin: 0 auto;
                    }

        .timeline-line {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, #fdbd0f, #108fcd);
            transform: translateX(-50%);
            border-radius: 4px;
            z-index: 1;
        }

        .timeline-item {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 80px 1fr;
            gap: 12px;
            align-items: start;
            margin-bottom: 22px;
            z-index: 2;
        }

        .timeline-item .timeline-content {
            background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    border-left: 4px solid #9d0e2a !important;
    transition: all 0.3s 
ease-in-out;
    border-left: 4px solid transparent;
        }

.timeline-item:hover .timeline-content {
            border-left-color: #08245b !important;
            transform: translateX(5px);
        }

        .timeline-item .timeline-content h3 {
            margin: 0 0 6px;
            font-size: 1.05rem;
            color:  #08245b
        }

        .timeline-item .timeline-year {
            display: inline-block;
            background:  #08245b;
            color: #fff;
            padding: 6px 14px;
            border-radius: 999px;
            font-weight: 700;
            font-size: 0.95rem;
            box-shadow: 0 6px 14px rgba(8, 36, 91, 0.12);
        }

        .timeline-connector {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
        }

        .timeline-dot {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #fff;
            border: 5px solid #fdbd0f;
            box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
        }

        /* Alternate left / right placement on desktop */
        .timeline-item-left {
            grid-template-areas: "content connector spacer";
        }

        .timeline-item-right {
            grid-template-areas: "spacer connector content";
        }

        .timeline-item-left .timeline-content {
            grid-area: content;
            text-align: left;
        }

        .timeline-item-right .timeline-content {
            grid-area: content;
            text-align: left;
        }

        .timeline-item .timeline-connector {
            grid-area: connector;
        }

        .timeline-item .spacer {
            grid-area: spacer;
        }

        /* Mobile: single column & line on left */
        @media (max-width: 768px) {
            .timeline-line {
                left: 32px;
                transform: none
            }

            .timeline-item {
                grid-template-columns: 30px 1fr;
                grid-template-areas: "connector content";
                gap: 12px;
            }

            .timeline-item-left,
            .timeline-item-right {
                grid-template-areas: "connector content"
            }

            .timeline-connector {
                width: 56px;
                min-width: 56px
            }

            .timeline-item .spacer {
                display: none
            }

            .timeline-item .timeline-content {
                border-left: 4px solid #9d0e2a;
                border-right: none
            }
        }

        /* Awards */
        .awards-section {
           background: #ffffff;
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    margin-bottom: 26px;
        }

        .award-card {
            background: #ffffff;
            border-radius: 10px;
            padding: 18px;
            box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
            height: 100%;
            transition: all 0.3s ease-in-out;
            border: 1px solid transparent;
        }

        .award-card:hover {
            transform: translateY(-4px);
      
            box-shadow: 0 15px 30px rgba(16, 24, 40, 0.12);
        }

        .award-icon {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background:  #08245b;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px
        }

        .award-icon img {
            width: 28px;
            height: 28px
        }

        /* small screens adjustments */
        @media (max-width:576px) {
            .header-title {
                font-size: 20px
            }

            .header-subtitle {
                font-size: 14px
            }

            .about-history .header-title {
                font-size: 18px
            }
        }


/* Admission 2025-26 */

.admission-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;              
text-decoration: none;
  color: #0b57a4;      
  font-weight: 600;
  font-family: system-ui, Arial, sans-serif;
}

.admission-link__icon{
  width: 20px;          
  height: 20px;
  object-fit: contain;
  display: inline-block;
}

/* hover effect (optional) */
.admission-link:hover{
  text-decoration: underline;
}

/* Non-Teaching-Staff */

 .staff-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            border-radius: 16px;
            padding: 0;
            box-shadow: 0 8px 30px rgba(8, 36, 91, 0.12);
            border: 1px solid #e9ecef;
            transition: all 0.4s ease;
            height: 98%;
            overflow: hidden;
            margin-bottom: 30px;
        }
        
        .staff-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(8, 36, 91, 0.2);
        }
        
        .staff-header {
            background: linear-gradient(135deg, #08245b 0%, #108FCD 100%);
            padding: 25px 20px;
            text-align: center;
            position: relative;
        }
        
        .staff-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #ffd700, #ffed4e, #ffd700);
        }
        
        .staff-img {
           width: 120px !important;
    height: 119px !important;
    border: 2px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: block;
        }
        
        .staff-content {
            padding: 25px 20px;
        }
        
        .staff-name {
            color: #08245b;
            font-weight: 600;
            text-align: center;
            margin-bottom: 8px;
            font-size: 1.3rem;
        }
        
        .staff-designation {
            color: #108FCD;
            font-weight: 600;
            text-align: center;
            margin-bottom: 20px;
            font-size: 1rem;
            padding-bottom: 15px;
            border-bottom: 2px dashed #e9ecef;
        }
        
        .info-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
            margin-bottom: 20px;
        }
        
        .info-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 0;
        }
        
        .info-icon {
            width: 32px;
            height: 32px;
            background: rgba(16, 143, 205, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .info-icon img {
            width: 18px;
            height: 18px;
            object-fit: contain;
        }
        
        .info-content {
            flex: 1;
        }
        
        .info-label {
            color: #08245b;
            font-weight: 600;
            font-size: 0.8rem;
            margin-bottom: 2px;
        }
        
        .info-value {
            color: #555;
            font-size: 0.9rem;
        }
        
        .summary-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 15px;
            border-radius: 10px;
            margin: 15px 0;
            border-left: 4px solid #108FCD;
        }
        
        .summary-title {
            color: #08245b;
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .summary-title img {
            width: 16px;
            height: 16px;
        }
        
        .summary-text {
            color: #666;
            font-size: 0.85rem;
            line-height: 1.5;
            margin: 0;
        }
        
        .responsibilities-section {
            margin-top: 20px;
        }
        
        .responsibilities-title {
            color: #08245b;
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .responsibilities-title img {
            width: 16px;
            height: 16px;
        }
        
        .responsibilities-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 8px;
        }
        
        .responsibility-item {
            background: white;
            padding: 10px 12px;
            border-radius: 8px;
            border: 1px solid #e9ecef;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
        }
        
        .responsibility-item:hover {
            background: rgba(16, 143, 205, 0.05);
            border-color: #108FCD;
            transform: translateX(5px);
        }
        
        .responsibility-item img {
            width: 14px;
            height: 14px;
        }
        
        .responsibility-text {
            color: #555;
            font-size: 0.85rem;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .staff-img {
                width: 100px;
                height: 100px;
            }
            
            .staff-content {
                padding: 20px 15px;
            }
        }       

/* Exams */

.left-side-menu .nav-link{
width:100%;
}


/* Fees & Scholarships */

.page-title {
    font-size: 21px;
}

 .scholarship-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            padding: 2rem;
            margin-bottom: 2rem;
            transition: transform 0.3s ease;
            border-top: 4px solid #08245b;
        }
        
        .scholarship-card:hover {
            transform: translateY(-5px);
        }
        
              
        .btn-apply {
            background-color: #3498db;
            color: white;
            padding: 0.75rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-apply:hover {
            background-color: #08245b;
            transform: scale(1.05);
            color:#ffff;
        }
        
                
.scholarship-icon {
    height: 100px;
    width: 100px;
}
               .category-badge {
            display: inline-block;
            background-color: #ecf0f1;
            color: #2c3e50;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            margin: 0.25rem;
            font-weight: 500;
        }
        
        .amount-highlight {
               font-size: 1.2rem;
    font-weight: 600;
    color: #e74c3c;
        }
        

/* University Courses */
          .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
            margin-top:25px;
        }
        
        .info-card {
            background: white;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            border-left: 4px solid #108FCD;
            transition: all 0.3s ease;
        }
        
        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
              
        .card-content {
            color: #555;
            margin: 0;
        }
        
        .section-card {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            border-top: 3px solid #08245b;
        }
        
        .section-title {
            color: #08245b;
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 1.4rem;
        }
        
        .doc-list {
            list-style: none;
            padding: 0;
        }
        
        .doc-list li {
            padding: 10px 0;
            border-bottom: 1px solid #e9ecef;
            position: relative;
            padding-left: 20px;
        }
        
        .doc-list li:last-child {
            border-bottom: none;
        }
        
        .doc-list li:before {
            content: "•";
            color: #108FCD;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        .fee-highlight {
            background-color: rgba(255, 193, 7, 0.1);
            border-left: 4px solid #ffc107;
            padding: 20px;
            border-radius: 0 6px 6px 0;
            margin: 20px 0;
        }
        
        .fee-highlight ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .fee-highlight li {
            margin-bottom: 8px;
        }
        
        .admission-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }
        
        .admission-card {
            background: white;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            border-top: 3px solid #108FCD;
            transition: all 0.3s ease;
        }
        
        .admission-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
             
        .btn-primary-custom {
            background-color: #08245b;
            border-color: #08245b;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
            margin-top: 15px;
            color: #ffff !important;
        }
        
        .btn-primary-custom:hover {
            background-color: #061c42;
            border-color: #061c42;
            transform: translateY(-2px);
        }
        
        .btn-outline-custom {
            color: #08245b;
            border-color: #08245b;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
            margin-top: 15px;
        }
        
        .btn-outline-custom:hover {
            background-color: #08245b;
            color: white;
            transform: translateY(-2px);
        }
        
        .divider {
            height: 1px;
            background: linear-gradient(to right, transparent, #108FCD, transparent);
            margin: 40px 0;
        }
        
        @media (max-width: 768px) {
            .hospitality-container {
                padding: 20px 15px;
            }
            
            .main-title {
                font-size: 1.8rem;
            }
            
            .info-grid, .admission-cards {
                grid-template-columns: 1fr;
            }
            
            .section-card, .info-card, .admission-card {
                padding: 20px;
            }
        }
        
        @media (max-width: 576px) {
            .hospitality-container {
                padding: 15px 10px;
            }
            
            .main-title {
                font-size: 1.6rem;
            }
            
            .section-card, .info-card, .admission-card {
                padding: 15px;
            }
        }


 .activity-btn {
            color: #08245b;
            border: 2px solid #08245b;
            padding: 15px 25px;
            border-radius: 10px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            text-decoration: none;
        }
        
        .activity-btn:hover {
            background-color: #08245b;
            color: white;
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(8, 36, 91, 0.3);
        }
        
        .btn-visit {
            border-color: #108FCD;
            color: #108FCD;
        }
        
        .btn-visit:hover {
            background-color: #108FCD;
            color: white;
        }
        
        .btn-container {
            margin-bottom: 20px;
            padding: 0 10px;
        }
        
        .btn-image {
            width: 28px;
            height: 28px;
            object-fit: contain;
            filter: brightness(0.8);
        }
        
         /* .btn-visit .btn-image {
            filter: brightness(0.8) sepia(1) hue-rotate(180deg) saturate(2);
        } */
        
        .activity-btn:hover .btn-image {
            filter: brightness(0) invert(1);
        }
        
        @media (max-width: 768px) {
            body {
                padding: 30px 15px;
            }
            
            .section-title {
                font-size: 1.7rem;
                margin-bottom: 30px;
            }
            
            .activity-btn {
                padding: 12px 20px;
                font-size: 1rem;
                gap: 10px;
            }
            
            .btn-image {
                width: 24px;
                height: 24px;
            }
        }
        
        @media (max-width: 576px) {
           
            
            .activity-btn {
                padding: 12px 15px;
                font-size: 0.95rem;
                gap: 8px;
            }
            
            .btn-container {
                padding: 0 5px;
                margin-bottom: 15px;
            }
            
            .btn-image {
                width: 22px;
                height: 22px;
            }
        }

/* Workshops */

 .workshops-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            border-top: 4px solid #108FCD;
            transition: all 0.3s ease;
        }
        
        .workshops-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
.workshops-title {
            color: #08245b;
            font-weight: 700;
            margin-bottom: 25px;
            font-size: 1.5rem;
            border-bottom: 2px solid #e9ecef;
            padding-bottom: 10px;
        }
        
        .workshops-details {
            margin-bottom: 20px;
        }
        
        .workshops-details p {
            margin-bottom: 8px;
            font-size: 1.1rem;
        }
        
        .brief-report-section {
            margin: 25px 0;
        }
        
        .brief-report-title {
            color: #08245b;
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .brief-report-content {
            margin-bottom: 15px;
            font-size: 1.05rem;
            line-height: 1.7;
        }
        
        .tags-list {
            list-style: none;
            padding: 0;
            margin: 15px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .tag-item {
            background: #f8f9fa;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.9rem;
            color: #08245b;
            border: 1px solid #e9ecef;
        }
        
        .photographs-section {
            margin-top: 25px;
        }
        
        .photographs-title {
            color: #08245b;
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .section-divider {
            border: 0;
            height: 3px !important;
            background: linear-gradient(to right, transparent, #108FCD, transparent);
            margin: 25px 0;
        }
        
        @media (max-width: 768px) {
            
            .workshops-title {
                font-size: 1.5rem;
            }
 .workshops-card {
                padding: 25px;
            }
            
            .tags-list {
                gap: 8px;
            }
            
            .tag-item {
                font-size: 0.85rem;
                padding: 5px 10px;
            }
        }
        
        @media (max-width: 576px) {
            .workshops-container {
                padding: 10px;
            }
 .workshops-card {
                padding: 20px;
            }
           
            .workshops-title {
                font-size: 1.4rem;
            }
            
            .brief-report-title, .photographs-title {
                font-size: 1.2rem;
            }
            
            .tags-list {
                gap: 6px;
            }
            
            .tag-item {
                font-size: 0.8rem;
                padding: 4px 8px;
            }
        }

/* FAQ */

  /* FAQ Tabs */
       .fq-nav-tabs {
    border-bottom: 2px solid #E5E5E5;
    justify-content: center;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
padding-bottom: 1.5rem;
}

/* Tab Buttons */
.fq-nav-tabs .fq-nav-link {
    background: white;
    border: 2px solid #E5E5E5;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.95rem;
    color: #2B2D42;
    padding: 0.7rem 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.fq-nav-tabs .fq-nav-link.active {
    background: #D4AF37;
    color: white;
    border-color: #D4AF37;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.fq-nav-tabs .fq-nav-link:hover {
    border-color: #D4AF37;
}

/* Responsive */
@media (max-width: 992px) {
    .fq-nav-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.7rem;
        scrollbar-width: thin;
    }
}

@media (max-width: 576px) {
    .fq-nav-tabs .fq-nav-link {
        padding: 0.5rem 1.2rem;
        font-size: 0.85rem;
    }
}

        /* FAQ Accordion */
        .fq-accordion {
            display: grid;
            gap: 1.2rem;
        }
        .fq-accordion-item {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0,0,0,0.07);
            transition: all 0.3s ease;
            border: none;
        }
        .fq-accordion-item:hover {
            box-shadow: 0 12px 30px rgba(0,0,0,0.12);
        }
        .fq-accordion-button {
            padding: 1.5rem 2rem;
            background: white;
            font-weight: 600;
            font-size: 1.1rem;
            color: #1A3C34;
            transition: all 0.3s;
            border: none;
            box-shadow: none;
        }
        .fq-accordion-button:not(.collapsed) {
            background: #D4AF37;
            color: white;
        }
        .fq-accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D4AF37' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
            background-size: 20px;
        }
        .fq-accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
            transform: rotate(180deg);
        }
        .fq-accordion-body {
            padding: 1.5rem 2rem;
            background: #fdfdfb;
        }
                .fq-accordion-body ul {
            margin: 1rem 0;
            padding-left: 1.5rem;
        }
                
        .fq-accordion-body strong {
            color: #1A3C34;
        }

        /* CTA Banner */
        .cta-banner {
            background: linear-gradient(135deg, #1A3C34, #0f2a24);
            color: white;
            padding: 3rem 5%;
            text-align: center;
            margin: 4rem 0;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
        }
        .cta-banner::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: url('https://images.unsplash.com/photo-1552566626-52f8b828add9?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') center/cover no-repeat;
            opacity: 0.1;
        }
        .cta-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
        }
        .cta-banner h3 {
            font-family: 'Playfair Display', serif;
            font-size: 2.2rem;
            margin-bottom: 1rem;
        }
        .cta-banner p {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 1.5rem;
        }
        .cta-btn {
            background: #D4AF37;
            color: white;
            border: none;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }
        .cta-btn:hover {
            background: white;
            color: #1A3C34;
            transform: translateY(-3px);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 { font-size: 2.5rem; }
            .fq-accordion-button { font-size: 1rem; padding: 1.2rem 1.5rem; }
                 }

/* Student-club */

.clubs-section {
            padding: 20px 0;
        }
      
        .club-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            margin-bottom: 30px;
            height: 100%;
        }
        
        .club-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .club-img {
            position: relative;
            height: 200px;
            overflow: hidden;
        }
        
        .club-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .club-card:hover .club-img img {
            transform: scale(1.05);
        }
        
        .club-icon {
          background: #f0f8ff;
    color: #ffffff;
       height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
       box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
        }
        
        .club-icon img {
           width: 50px;
    height: 50px;
    object-fit: contain;
        }
        
        .club-content {
            padding: 25px;
        }
        
        .club-content h3 {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .club-content p {
            color: #666;
            margin-bottom: 20px;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        .club-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
        }
        
        .tag {
            background: rgba(16, 143, 205, 0.1);
            color: var(--secondary-color);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .club-cta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 15px;
            border-top: 1px solid #e9ecef;
        }
        
        .members-count {
            color: var(--primary-color);
            font-weight: 600;
            font-size: 0.9rem;
        }
        
        .upcoming-events2 {
            background:aliceblue;
            padding: 60px 0;
            color: white;
        }
        
               
        .carousel-track {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .event-slide2 {
            background: #08245b;
           height: 100%;
            border-radius: 12px;
            padding: 30px;
            margin: 0 15px;
            flex: 0 0 calc(100% - 30px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .event-slide2 h3 {
            color: white;
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .event-slide2 p {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 10px;
        }
        
        .event-slide2 strong {
            color: white;
        }
        
        @media (max-width: 768px) {
            .clubs-section {
                padding: 40px 0;
            }
            
            .section-title h2 {
                font-size: 2rem;
            }
            
            .club-content {
                padding: 20px;
            }
            
            .club-content h3 {
                font-size: 1.2rem;
            }
            
            .event-slide2 {
                padding: 20px;
                margin: 0 10px;
            }
            
            .event-slide2 h3 {
                font-size: 1.1rem;
            }
        }
        
        @media (max-width: 576px) {
            .clubs-section {
                padding: 30px 0;
            }
            
            
            .club-img {
                height: 180px;
            }
            
            .club-content {
                padding: 15px;
            }
            
            .club-tags {
                gap: 6px;
            }
            
            .tag {
                font-size: 0.75rem;
                padding: 4px 10px;
            }
            
            .event-slide2 {
                padding: 15px;
            }
        }

/* Important Dates */
.card-structure .card {
            margin-bottom: 15px;
            border-left: 4px solid #08245b;
        }
.date-badge {
    background: #fdbd0f;
    color: #000000;
}

.card-titles {
    font-size: 20px;
}

 /* International certification */
    .certificate-ul {
      list-style: none;
      padding-left: 0;
    }
    .certificate-ul li {
      padding:10px 0;
      position: relative;
      padding-left: 25px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e9ecef;
    }
    .certificate-ul li::before {
      content: "🏅";
      position: absolute;
      left: 0;
      top: 0;
      color: #236fa1;
      font-weight: bold;
padding: 10px 0;
    }


/* Bug Fixing */


@media (max-width: 992px) {
.home-sectionHeading {
    margin-top: 30px !important;
}
.news-events {
       padding-top: 0px !important;
}

.view-all {
    margin-top: 50px;
}
section.py-5.news-sec {
    padding-top: 0px !important;
}
}

@media (max-width: 768px) {
body{
padding:0px !important;
}
.principle-content {
    text-align: justify;
}
.career-item2 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.text-link.btn.btn-primary.read-more-director-add {
    margin-bottom: 35px !important;
}

.principle-sec {
    padding-top: 0px !important;
}

.home-sectionHeading2 {
padding-bottom: 0px !important;
}

    .bred-head {
         margin-top: 30px;
    }
    .card-body {
        padding: 0.5rem;
    }

.about-img {
       border-radius: 0px;
}
.page-headings {
padding-top:0px;
}

.back-button-container {
      margin-left: -5px;
}

.institute-gallery {
      justify-content: center;
}

.back-button {
    margin-bottom: 10px;
}


}

/*fq-accordion */
@media (max-width: 768px) {
  /* Stack tabs vertically */
  .fq-nav-tabs {
      border-bottom: none;
    gap: 5px;
    margin-bottom: 20px;
  }
  
  .fq-nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 0;
  }
  
  .fq-nav-link {
    text-align: center;
    border-radius: 8px !important;
    border: 1px solid #dee2e6;
    margin: 2px 0;
    padding: 12px 15px;
    font-size: 14px;
    background-color: #f8f9fa;
  }
  
  .fq-nav-link.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
  }
  
  /* Fix tab content stacking issue */
  .tab-content {
    position: relative;
    min-height: 200px;
  }
  
  .tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .tab-pane.active {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  
  .tab-pane.show {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  
  .tab-pane.fade:not(.show) {
    opacity: 0;
    visibility: hidden;
  }
  
  .tab-pane.fade.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Ensure only one accordion is open at a time */
  .accordion.show {
    display: block !important;
  }
  
  /* Fix accordion text wrapping */
  .fq-accordion-button {
    white-space: normal;
    text-align: left;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.4;
  }
  
  .fq-accordion-body {
    font-size: 14px;
    padding: 15px 20px;
    line-height: 1.5;
  }
  
  /* Remove any extra margins/padding causing overlap */
  .fq-accordion-item {
    margin-bottom: 10px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .fq-nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }
  
  .fq-accordion-button {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .tab-content {
    min-height: 150px;
  }
}

/* Ensure Bootstrap's default behavior works properly */
.tab-pane {
  display: none;
}

.tab-pane.active,
.tab-pane.show {
  display: block;
}


/*Library & E Resources*/



  /* Mobile Accordion Styles */
       /* NEW CUSTOM ACCORDION STYLES */
        .library-accordion-container {
            display: none;
        }

        .library-accordion-item {
            margin-bottom: 15px;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            overflow: hidden;
            background: white;
        }

        .library-accordion-header {
            background: #f8f9fa;
            border: none;
            padding: 0;
            margin: 0;
        }

        .library-accordion-button {
            background-color: #f8f9fa;
            color: #333;
            font-weight: 600;
            padding: 16px 20px;
            font-size: 16px;
            border: none;
            width: 100%;
            text-align: left;
            transition: all 0.3s ease;
            cursor: pointer;
            display:flex;
        }

        .library-accordion-button:hover {
            background-color: #e9ecef;
        }

        .library-accordion-button.active {
            background-color: #007bff;
            color: white;
        }

        .library-accordion-content {
            padding: 20px;
            background: white;
            border-top: 1px solid #dee2e6;
        }

        .library-accordion-title {
            color: #2c3e50;
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .library-accordion-text {
            color: #555;
            line-height: 1.6;
            margin-bottom: 15px;
            font-size: 16px;
        }

 .library-accordion-button:after {
                content: '+';
                position: absolute;
                right: 1.5rem;
                font-size: 1.5rem;
                transition: transform 0.3s ease;
            }
            
            .library-accordion-button.collapsed:after {
                content: '+';
            }
            
            .library-accordion-button:not(.collapsed):after {
                content: '−';
                transform: rotate(180deg);
            }

        /* Responsive Styles */
           /* Responsive Styles */
        @media (max-width: 1199px) {
            .desktop-tab-content {
                display: none !important;
            }
            
            .library-accordion-container {
                display: block !important;
            }
            
            .left-tabs.left-side-menu {
                display: none !important;
            }
        }

        @media (min-width: 1200px) {
            .desktop-tab-content {
                display: block !important;
            }
            
            .library-accordion-container {
                display: none !important;
            }
        }

        /* Tablet and Mobile Optimizations */
        @media (max-width: 768px) {


.library-accordion-item {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .library-accordion-button {
        padding: 14px 16px;
        font-size: 15px;
        width: 100% !important;
    }
    
    .library-accordion-content {
        padding: 16px;
        width: 100% !important;
    }
            .vtabs.admissionsTabs {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }            
            .library-accordion-title {
                font-size: 18px;
            }
            
            .library-accordion-table td {
                padding: 10px 8px;
                font-size: 14px;
            }

.library-col{
width:100% !important;
padding-right: 0px;
        padding-left: 0px;
}
        }

        @media (max-width: 480px) {
            .library-accordion-button {
                padding: 12px 15px;
                font-size: 14px;
            }
            
            .library-accordion-content {
                padding: 12px;
            }
            
            .library-accordion-title {
                font-size: 17px;
            }
            
            .library-accordion-text {
                font-size: 15px;
            }
            
            .custom-list {
                font-size: 15px;
                padding-left: 22px;
            }
            
            .btn-pdf {
                width: 100%;
                text-align: center;
                padding: 15px;
            }
        }
/* Training-Labs */
.photos-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(301px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }
        
        .photo-card {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            height: 400px;
            cursor: pointer;
        }
        
        .photo-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.4s ease;
        }
        
        /* Hover Info Overlay */
        .hover-info {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #08245b;
            color: white;
            padding: 1rem;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.4s ease;
            display: flex;
            flex-direction: column;
            overflow-y: auto;
        }
        
        .photo-card:hover .hover-info {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .photo-card:hover img {
            transform: scale(1.05);
        }
        
        .info-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #3498db;
            color: white;
        }
        
        .equipment-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .equipment-item {
            padding: 0.70rem 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            color: #f0f0f0;
        }
        
        .equipment-item:last-child {
            border-bottom: none;
        }
        
        /* Different section colors */
        .training-kitchen .info-title {
            border-bottom-color: #e74c3c;
        }
        
        .housekeeping-lab .info-title {
            border-bottom-color: #2ecc71;
        }
        
        .training-restaurant .info-title {
            border-bottom-color: #9b59b6;
        }
        
        .it-lab .info-title {
            border-bottom-color: #1abc9c;
        }
        
        .front-office-lab .info-title {
            border-bottom-color: #f39c12;
        }
        
        .bakery-lab .info-title {
            border-bottom-color: #d35400;
        }
        
        /* Hover instruction */
        .hover-instruction {
            position: absolute;
            bottom: 15px;
            left: 0;
            width: 100%;
            text-align: center;
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 8px;
            font-size: 0.85rem;
            transition: all 0.3s ease;
        }
        
        .photo-card:hover .hover-instruction {
            opacity: 0;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .photos-container {
                grid-template-columns: 1fr;
            }
            
            .photo-card {
                height: 400px;
            }
            
            .hover-info {
                padding: 1rem;
            }
        }

/* Industry Tie-ups */
                
        .highlight-card {
            background: white;
            padding: 2.5rem 1.5rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            
        }
        
        .highlight-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        .highlight-number {
            font-size: 1.8rem;
            font-weight: 800;
            color: #08245b;
            line-height: 1;
            margin-bottom: 1rem;
        }
        
        .highlight-text {
            font-weight: 600;
            color: #2c3e50;
            
        }
        
        /* Current Partners Section */
        .partners-title {
            color: var(--primary-color);
            font-weight: 800;
            font-size: 2.2rem;
            margin-bottom: 3rem;
            text-align: center;
        }
        
        .partners-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, #fdbd0f, #08245b);
            margin: 15px auto;
            border-radius: 2px;
        }
        
        /* Partner Cards */
        .partner-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            height: 100%;
            border: 1px solid #eee;
        }
        
        .partner-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.2);
        }
        
        .partner-img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .partner-card:hover .partner-img {
            transform: scale(1.05);
        }
        
        .partner-content {
            padding: 2rem;
        }
        
        .partner-name {
            color: #08245b;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 1rem;
            line-height: 1.3;
        }
        
        .partner-description {
            color: #555;
            margin-bottom: 1.5rem;
            line-height: 1.7;
        }
        
        /* Tags */
        .partner-tag {
            display: inline-block;
            padding: 0.4rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-top: 0.5rem;
        }
        
        .tag-amber {
            background-color: #fdebd0;
            color: #08245b;
        }
                
        /* Coming Soon Card */
        .coming-soon-card {
            background: linear-gradient(135deg, #fdebd0 0%, #fef9e7 100%);
            border: 2px dashed #fdbd0f;
            border-radius: 20px;
            padding: 3rem 2rem;
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .coming-soon-card:hover {
            transform: scale(1.02);
            box-shadow: 0 10px 30px rgba(243, 156, 18, 0.2);
        }
        
        .coming-soon-icon {
            font-size: 4rem;
            margin-bottom: 1.5rem;
            display: block;
        }
        
        .coming-soon-title {
            color: #08245b;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
        
        .coming-soon-text {
            color: #7d6608;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .highlight-number {
                font-size: 2.5rem;
            }
            
            .partner-img {
                height: 200px;
            }
            
            .partners-title {
                font-size: 1.8rem;
            }
            
            .partner-content {
                padding: 1.5rem;
            }
        }
        
        @media (max-width: 576px) {
            .highlight-card {
                padding: 2rem 1rem;
            }
            
            .coming-soon-card {
                padding: 2rem 1rem;
            }
        }
        
        /* Animation for highlights */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-fade-in-up {
            animation: fadeInUp 0.8s ease-out forwards;
        }
        
        .delay-100 {
            animation-delay: 0.1s;
        }
        
        .delay-200 {
            animation-delay: 0.2s;
        }
/* Byke Section */
        .byke-icon {
            width: 3rem;
            height: 3rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        
        .byke-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .byke-title {
            color: #08245b;
            font-weight: 700;
            font-size: 2rem;
            margin: 0;
        }
        
        .program-text {
            font-size: 1.1rem;
            color: #475569;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }
        
        .highlight-text2 {
            background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
            border-left: 5px solid #fdbd0f;
            padding: 1.5rem;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            color: #08245b;
            margin: 1rem 0;
        }
        
        .benefits-title {
            display: flex;
            align-items: center;
            gap: 15px;
            color: #08245b;
            font-weight: 600;
            font-size: 1.8rem;
            margin-bottom: 2rem;
        }
        
        .benefit-item {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            border-left: 5px solid #08245b;
            transition: transform 0.3s ease;
        }
        
        .benefit-item:hover {
            transform: translateX(10px);
        }
        
        .benefit-name {
            color: #08245b;
            font-weight: 600;
            font-size: 1.3rem;
            margin-bottom: 0.8rem;
        }
        
        .benefit-desc {
            color: #64748b;
            margin: 0;
            line-height: 1.6;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .internship-section {
                padding: 2rem;
                margin: 1rem;
            }
            
            .byke-title {
                font-size: 1.6rem;
            }
            
            .benefit-item {
                padding: 1.5rem;
            }
        }
        
        @media (max-width: 576px) {
            .internship-section {
                padding: 1.5rem;
            }
                        .byke-icon {
                width: 2.5rem;
                height: 2.5rem;
            }
            
            .benefits-title {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
        }
 /* Student Corner Content Design */
        .achievement-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border: 1px solid #e9ecef;
            margin-bottom: 2rem;
        }
        
        .achievement-header {
            background: linear-gradient(135deg, #08245b 0%, #1a2530 100%);
            color: white;
            padding: 1.5rem 2rem;
            position: relative;
        }
        
        .achievement-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
color: #ffff;
        }
        
        .achievement-subtitle {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 0;
color: #ffff;
        }
        
        .trophy-badge {
            position: absolute;
            top: 18px;
            right: 20px;
            background: #fdbd0f;
            color: white;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
            overflow: hidden;
        }
        
        .trophy-badge img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            filter: brightness(0) invert(1);
        }
        
        .achievement-body {
            padding: 1.5rem;
        }
        
        .achievement-content {
            line-height: 1.7;
            color: #555;
            font-size: 1.05rem;
            text-align:justify;
        }
        
        .student-details {
            display: flex;
            gap: 1.5rem;
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid #e9ecef;
        }
        
        .detail-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            color: #666;
        }
        
        .detail-icon {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .detail-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border: 1px solid yellow;
    border-radius: 50%;
    padding: 3px;
    background: #e9ecef;
        }
.corner-img {
    height: 360px;
    width: 100%;
    border: 2px solid #08245b;
}
        
        
        /* Responsive */
        @media (max-width: 768px) {
            
            .achievement-header {
                padding: 1.25rem;
background: #08245b !important;
            }
            
            .achievement-body {
                padding: 1.5rem;
            }
            
            .student-details {
                flex-direction: column;
                gap: 0.75rem;
            }
            
            
            /* Mobile accordion images */
           .trophy-badge {
                display:none;            }
            
            .trophy-badge img {
                width: 35px;
                height: 35px;
            }
            
         .detail-icon {
                width: 28px;
                height: 28px;
            }
 .document-item {
                padding: 0.8rem 0;
            }
        }
        
        @media (max-width: 576px) {
           
            .achievement-title {
                font-size: 1.3rem;
            }
                 
             .trophy-badge img {
                width: 35px;
                height: 35px;
            }
            
            .detail-icon {
                width: 28px;
                height: 28px;
            }
        }
/* Document Requirements */
        .documents-section {
            margin-bottom: 1rem;
        }
        
        .documents-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .document-item {
            padding: 1rem 0;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }
        
        .document-item:last-child {
            border-bottom: none;
        }
        
        .document-icon {
            width: 24px;
            height: 24px;
            background: #2d74da;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 0.9rem;
            flex-shrink: 0;
            margin-top: 0.2rem;
        }
        
        .document-text {
            flex-grow: 1;
        }
        
        .document-name {
            font-weight: 600;
            color: #08245b;
            margin-bottom: 0.25rem;
        }
        
        .document-desc {
            color: #64748b;
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
        }
