.top-sec{
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	background: #820b27;
}
.top-sec2{
	position: relative;
}
.inner-page .top-sec2{
	background: rgba(130, 11, 39, 0.7);
	padding: 15px 25px;
	border-radius: 5px;
	display: inline-block;
	backdrop-filter: blur(5px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.top-sec2 ul{
	display: inline-flex;
	margin-bottom: 0;
	padding-bottom: 0;
	align-items: center;
}
.top-sec2 ul li{
	list-style: none;
	color: #ffffff;
	padding-right: 15px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.top-sec2 ul li:not(:last-child)::after{
	content: "/";
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
}
.top-sec2 ul li a{
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease;
}
.top-sec2 ul li a:hover{
	color: #FFF10A;
	text-decoration: underline;
}
.top-sec2 ul li i{
	padding-right: 5px;
}

.top-sec5{
	position: relative;
	float: right;
}
.top-sec5 ul{
	display: inline-flex;
	margin-bottom: 0;
	padding-bottom: 0;
}
.top-sec5 ul li{
	list-style: none;
	color: #ffffff;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 23px;
}
.top-sec5 ul li a{
	color: #ffffff;
}

.top-sec3{
	position: relative;
}
.top-sec3 ul{
	display: inline-flex;
	padding-bottom: 0;
	margin-bottom: 0;
}
.top-sec3 ul li{
	list-style: none;
	margin-right: 10px;
}
.top-sec3 ul li img{
	height: 25px;
	width: 25px;
}
.top-sec3 ul li a{
	color: #ffffff;
}
.sdfsdf{
	opacity: 0.3;
}

.blink-white {
    animation: blink-whiteText 1.0s infinite;
    color: #FFF10A;
}
@keyframes blink-whiteText {
    0% {
        /* color: #0001a2;*/
        /* color: #0b5d0a; */ 
        /* color: #317446; */
        color: #FFF10A;
    }

    49% {
        color: #FFF10A;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #FFF10A;
    }
}

.cc1{
	background: #0863F7;
	padding: 3px 11px 3px 11px !important;
	border-radius: 50px;
}
.cc2{
	background: #0B63BD;
	padding: 3px 11px 3px 11px !important;
	border-radius: 50px;
}
.cc3{
	background: #5F26A0;
	padding: 3px 11px 3px 11px !important;
	border-radius: 50px;
}
.cc5{
	background: #F60032;
	padding: 3px 11px 3px 11px !important;
	border-radius: 50px;
}
.cc1 a i{
	color: #ffffff;
}
.secmain{
	position: relative;
}
.secmain2{
	position: absolute;
	width: 100%;
	z-index: 9;
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(to bottom,  rgba(51,51,51,0.5) 0%,rgba(51,51,51,0) 100%) !important;
}

.secmain2 .row {
	align-items: center;
}

.secmain2 .col-lg-5 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.secmain2 .col-lg-7 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
	.secmain2 .col-lg-7 {
		padding-right: 20px;
	}
}

/* Responsive Header Styles - Dark Background for Text Visibility */
@media only screen and (max-width: 991px) {
	.secmain2 {
		position: relative;
		background: #333333 !important;
		background: linear-gradient(to bottom, rgba(51,51,51,0.98) 0%, rgba(51,51,51,0.95) 100%) !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.secmain2::before {
		display: none;
	}
	
	/* Ensure text is visible on dark background */
	.musndsec ul li a {
		color: #ffffff !important;
	}
	
	/* Ensure logo is visible */
	.secmain2 .col-lg-5 img {
		filter: none;
	}
}

@media only screen and (max-width: 767px) {
	.secmain2 {
		position: relative;
		background: #333333 !important;
		background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(51,51,51,0.98) 100%) !important;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.secmain2::before {
		display: none;
	}
	
	/* Ensure text is visible on dark background */
	.musndsec ul li a {
		color: #ffffff !important;
	}
	
	/* College name text if present */
	.secmain2 h1,
	.secmain2 h2,
	.secmain2 h3,
	.secmain2 h4,
	.secmain2 h5,
	.secmain2 h6,
	.secmain2 p,
	.secmain2 span {
		color: #ffffff !important;
	}
}

@media only screen and (max-width: 575px) {
	.secmain2 {
		background: #333333 !important;
		background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 100%) !important;
	}
	
	.secmain2::before {
		display: none;
	}
}
.secmain3{
	position: relative;
	z-index: -5;
}
.vid-hed{
    position: relative;
    margin-bottom: -10px;
}


.menu-btn{
	position: relative;
	top: 0;
	right: 0;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
}

/* Responsive Menu Button */
@media only screen and (max-width: 991px) {
  .menu-btn {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .menu-btn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .menu-btn {
    font-size: 16px;
  }
}
.close-btn
{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
	padding: 5px;
	background: rgba(130, 11, 39, 0.8);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}

.close-btn:hover {
	background: rgba(130, 11, 39, 1);
}

/* Responsive Close Button */
@media only screen and (max-width: 575px) {
  .close-btn {
    top: 15px;
    right: 15px;
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}
.side-bar
{
	position: fixed;
	top: 0;
	right: -100%;
	width: 280px;
	max-width: 85%;
	height: 100%;
	overflow-y: auto;
	background: #2B2D92;
	transition: 0.6s ease;
	transition-property: right;
	z-index: 9999;
	box-shadow: -2px 0 10px rgba(0,0,0,0.3);
}
.side-bar.active
{
	right: 0;
}

/* Responsive Sidebar */
@media only screen and (max-width: 767px) {
  .side-bar {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .side-bar {
    width: 100%;
    max-width: 100%;
  }
  
  .side-bar .menu {
    margin-top: 50px;
  }
  
  .side-bar .menu .item a {
    padding: 12px 20px;
    font-size: 16px;
  }
  
  .side-bar .menu .item .sub-menu a {
    padding-left: 40px;
    font-size: 14px;
  }
}
.side-bar .menu
{
	width: 100%;
	margin-top: 60px;
}
.side-bar .menu .item
{
	cursor: pointer;
}
.side-bar .menu .item a 
{
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	padding: 10px 28px;
}
.side-bar .menu .item a:hover
{
	background: #820b27;
	transition: 0.4s;
}
.side-bar .menu .item i 
{
	margin-right: 14px;
}
.side-bar .menu .item a .dropdown
{
	position: absolute;
	right: 14px;
	transition: 0.4s;
}
.side-bar .menu .item a .dropdown.rotate
{
	transform: rotate(90deg);
}
.side-bar .menu .item .sub-menu
{
	display: none;
	background: rgba(255, 255, 255, 0.1);
}
.side-bar .menu .item .sub-menu a 
{
	padding-left: 60px;
}
.sdfsdg{
	color: #FFF10A !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.jug i{
	padding-right: 7px;
}
.jug{
	background: #2B2D92;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff !important;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
}

.jug:hover {
	background: #820b27;
	transform: scale(1.05);
}

.jug:active {
	transform: scale(0.95);
}

/* Ensure menu button is always visible on mobile */
@media only screen and (max-width: 991px) {
  .menu-btn.jug {
    visibility: visible !important;
    display: inline-block !important;
  }
}
.numbersec{
	background: #820b27;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.numbersec2{
	background: #A51C36;
background: linear-gradient(90deg,rgba(165, 28, 54, 0) 0%, rgba(165, 28, 54, 1) 0%, rgba(198, 43, 83, 1) 100%);
border-radius: 50%;
height: 120px;
	width: 120px;
	margin: 0 auto;
}
.numbersec2 h3{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0px;
	padding-top: 12px;
}
.numbersec2 p{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;	
}	
.numbersec3{
	padding: 10px;
}
.numbersec5{
	position: relative;
	z-index: 9999 !important;
	width: 100%;
}
.pt-20{
	padding-top: 20px;
}

.new-list2 li {
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #ffffff;
    list-style: none;
    background-image: url(../images/lis.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list2 {
    padding: 0;
    margin: 0;
}

.new-list3 li {
    line-height: 25px;
    padding-left: 35px;
    font-size: 16px;
    color: #333333;
    list-style: none;
    background-image: url(../images/lis.png);
    background-repeat: no-repeat;
    background-position: 0 11px;
    border-bottom: 1px dashed #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list3 {
    padding: 0;
    margin: 0;
}

.bgbox{
	background: #2B2D92;
	padding: 10px;
	border-radius: 8px;
}
.bgbox:hover{
	background: #820b27;
}
.bgbox img{
	width: 45px;
	height: 45px;
}
.bgbox h4{
	text-align: center;
	font-size: 21px;
	line-height: 31px;
	padding-top: 10px;
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 0;
}
.cousdf{
	padding: 0;
	margin: 0;
}
.cousdf li{
	list-style: none;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 10px;
}
.cousdf2{
	border-left: 8px solid #2B2D92 !important;
	padding-left: 10px;
}
.cousdf2:hover{
	border-left: 8px solid #820b27 !important;
}
.cousdf li a{
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	padding-left: 10px;
}
.glance {
  padding:60px 0 350px 0;
  background:#fff url('../images/d1.jpg') no-repeat scroll bottom center;
  background-size: 100%;
}

.success-slidersdfsdfs img {
    border: 5px solid #c1c1c1;
    border-radius: 10px;
    width: 100%;
}
.success-slidersdfsdfs p {
    font-size: 20px;
    margin: 10px 0;
    color: #262626;
    font-weight: 600;
}
.success-slidersdfsdfs {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 3px #000;
    width: 100%;
    background: #fff;
    padding: 10px;
}
.success-slidersdfsdfs p span{
	color: #931f41;
}

.spacex{
  padding-top: 20px;
}
.spacex1{
  padding-top: 1px;
}
.spacex2{
  padding-top: 2px;
}
.spacex3{
  padding-top: 3px;
}
.spacex4{
  padding-top: 4px;
}
.spacex5{
  padding-top: 5px;
}
.spacex6{
  padding-top: 6px;
}
.spacex7{
  padding-top: 7px;
}
.spacex8{
  padding-top: 8px;
}
.spacex9{
  padding-top: 9px;
}
.spacex10{
  padding-top: 10px;
}
.spacex11{
  padding-top: 11px;
}
.spacex12{
  padding-top: 12px;
}
.spacex13{
  padding-top: 13px;
}
.spacex14{
  padding-top: 14px;
}
.spacex15{
  padding-top: 15px;
}
.spacex16{
  padding-top: 16px;
}
.spacex17{
  padding-top: 17px;
}
.spacex18{
  padding-top: 18px;
}
.spacex19{
  padding-top: 19px;
}
.spacex20{
  padding-top: 20px;
}
.spacex21{
  padding-top: 21px;
}
.spacex22{
  padding-top: 22px;
}
.spacex23{
  padding-top: 23px;
}
.spacex24{
  padding-top: 24px;
}
.spacex25{
  padding-top: 25px;
}
.spacex26{
  padding-top: 26px;
}
.spacex27{
  padding-top: 27px;
}
.spacex28{
  padding-top: 28px;
}
.spacex29{
  padding-top: 29px;
}
.spacex30{
  padding-top: 30px;
}
.spacex31{
  padding-top: 31px;
}
.spacex32{
  padding-top: 32px;
}
.spacex33{
  padding-top: 33px;
}
.spacex34{
  padding-top: 34px;
}
.spacex35{
  padding-top: 35px;
}
.spacex36{
  padding-top: 36px;
}
.spacex37{
  padding-top: 37px;
}
.spacex38{
  padding-top: 38px;
}
.spacex39{
  padding-top: 39px;
}
.spacex40{
  padding-top: 40px;
}
.spacex41{
  padding-top: 41px;
}
.spacex42{
  padding-top: 42px;
}
.spacex43{
  padding-top: 43px;
}
.spacex44{
  padding-top: 44px;
}
.spacex45{
  padding-top: 45px;
}
.spacex46{
  padding-top: 46px;
}
.spacex47{
  padding-top: 47px;
}
.spacex48{
  padding-top: 48px;
}
.spacex49{
  padding-top: 49px;
}
.spacex50{
  padding-top: 50px;
}
.spacex51{
  padding-top: 51px;
}
.spacex52{
  padding-top: 52px;
}
.spacex53{
  padding-top: 53px;
}
.spacex54{
  padding-top: 54px;
}
.spacex55{
  padding-top: 55px;
}
.spacex56{
  padding-top: 56px;
}
.spacex57{
  padding-top: 57px;
}
.spacex58{
  padding-top: 58px;
}
.spacex59{
  padding-top: 59px;
}
.spacex60{
  padding-top: 60px;
}
.spacex61{
  padding-top: 61px;
}
.spacex62{
  padding-top: 62px;
}
.spacex63{
  padding-top: 63px;
}
.spacex64{
  padding-top: 64px;
}
.spacex65{
  padding-top: 65px;
}
.spacex66{
  padding-top: 66px;
}
.spacex67{
  padding-top: 67px;
}
.spacex68{
  padding-top: 68px;
}
.spacex69{
  padding-top: 69px;
}
.spacex70{
  padding-top: 70px;
}
.spacex71{
  padding-top: 71px;
}
.spacex72{
  padding-top: 72px;
}
.spacex73{
  padding-top: 73px;
}
.spacex74{
  padding-top: 74px;
}
.spacex75{
  padding-top: 75px;
}
.spacex76{
  padding-top: 76px;
}
.spacex77{
  padding-top: 77px;
}
.spacex78{
  padding-top: 78px;
}
.spacex79{
  padding-top: 79px;
}
.spacex80{
  padding-top: 80px;
}
.spacex81{
  padding-top: 81px;
}
.spacex82{
  padding-top: 82px;
}
.spacex83{
  padding-top: 83px;
}
.spacex84{
  padding-top: 84px;
}
.spacex85{
  padding-top: 85px;
}
.spacex86{
  padding-top: 86px;
}
.spacex87{
  padding-top: 87px;
}
.spacex88{
  padding-top: 88px;
}
.spacex89{
  padding-top: 89px;
}
.spacex90{
  padding-top: 90px;
}
.spacex91{
  padding-top: 91px;
}
.spacex92{
  padding-top: 92px;
}
.spacex93{
  padding-top: 93px;
}
.spacex94{
  padding-top: 94px;
}
.spacex95{
  padding-top: 95px;
}
.spacex96{
  padding-top: 96px;
}
.spacex97{
  padding-top: 97px;
}
.spacex98{
  padding-top: 98px;
}
.spacex99{
  padding-top: 99px;
}
.spacex100{
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .spacex{
  padding-top: 0px;
}
.spacex1{
  padding-top: 0px;
}
.spacex2{
  padding-top: 0px;
}
.spacex3{
  padding-top: 0px;
}
.spacex4{
  padding-top: 0px;
}
.spacex5{
  padding-top: 0px;
}
.spacex6{
  padding-top: 0px;
}
.spacex7{
  padding-top: 0px;
}
.spacex8{
  padding-top: 0px;
}
.spacex9{
  padding-top: 0px;
}
.spacex10{
  padding-top: 0px;
}
.spacex11{
  padding-top: 0px;
}
.spacex12{
  padding-top: 0px;
}
.spacex13{
  padding-top: 0px;
}
.spacex14{
  padding-top: 0px;
}
.spacex15{
  padding-top: 0px;
}
.spacex16{
  padding-top: 0px;
}
.spacex17{
  padding-top: 0px;
}
.spacex18{
  padding-top: 0px;
}
.spacex19{
  padding-top: 0px;
}
.spacex20{
  padding-top: 0px;
}
.spacex21{
  padding-top: 0px;
}
.spacex22{
  padding-top: 0px;
}
.spacex23{
  padding-top: 0px;
}
.spacex24{
  padding-top: 0px;
}
.spacex25{
  padding-top: 0px;
}
.spacex26{
  padding-top: 0px;
}
.spacex27{
  padding-top: 0px;
}
.spacex28{
  padding-top: 0px;
}
.spacex29{
  padding-top: 0px;
}
.spacex30{
  padding-top: 0px;
}
.spacex31{
  padding-top: 0px;
}
.spacex32{
  padding-top: 0px;
}
.spacex33{
  padding-top: 0px;
}
.spacex34{
  padding-top: 0px;
}
.spacex35{
  padding-top: 0px;
}
.spacex36{
  padding-top: 0px;
}
.spacex37{
  padding-top: 0px;
}
.spacex38{
  padding-top: 0px;
}
.spacex39{
  padding-top: 0px;
}
.spacex40{
  padding-top: 0px;
}
.spacex41{
  padding-top: 0px;
}
.spacex42{
  padding-top: 0px;
}
.spacex43{
  padding-top: 0px;
}
.spacex44{
  padding-top: 0px;
}
.spacex45{
  padding-top: 0px;
}
.spacex46{
  padding-top: 0px;
}
.spacex47{
  padding-top: 0px;
}
.spacex48{
  padding-top: 0px;
}
.spacex49{
  padding-top: 0px;
}
.spacex50{
  padding-top: 0px;
}
.spacex51{
  padding-top: 0px;
}
.spacex52{
  padding-top: 0px;
}
.spacex53{
  padding-top: 0px;
}
.spacex54{
  padding-top: 0px;
}
.spacex55{
  padding-top: 0px;
}
.spacex56{
  padding-top: 0px;
}
.spacex57{
  padding-top: 0px;
}
.spacex58{
  padding-top: 0px;
}
.spacex59{
  padding-top: 0px;
}
.spacex60{
  padding-top: 0px;
}
.spacex61{
  padding-top: 0px;
}
.spacex62{
  padding-top: 0px;
}
.spacex63{
  padding-top: 0px;
}
.spacex64{
  padding-top: 0px;
}
.spacex65{
  padding-top: 0px;
}
.spacex66{
  padding-top: 0px;
}
.spacex67{
  padding-top: 0px;
}
.spacex68{
  padding-top: 0px;
}
.spacex69{
  padding-top: 0px;
}
.spacex70{
  padding-top: 0px;
}
.spacex71{
  padding-top: 0px;
}
.spacex72{
  padding-top: 0px;
}
.spacex73{
  padding-top: 0px;
}
.spacex74{
  padding-top: 0px;
}
.spacex75{
  padding-top: 0px;
}
.spacex76{
  padding-top: 0px;
}
.spacex77{
  padding-top: 0px;
}
.spacex78{
  padding-top: 0px;
}
.spacex79{
  padding-top: 0px;
}
.spacex80{
  padding-top: 0px;
}
.spacex81{
  padding-top: 0px;
}
.spacex82{
  padding-top: 0px;
}
.spacex83{
  padding-top: 0px;
}
.spacex84{
  padding-top: 0px;
}
.spacex85{
  padding-top: 0px;
}
.spacex86{
  padding-top: 0px;
}
.spacex87{
  padding-top: 0px;
}
.spacex88{
  padding-top: 0px;
}
.spacex89{
  padding-top: 0px;
}
.spacex90{
  padding-top: 0px;
}
.spacex91{
  padding-top: 0px;
}
.spacex92{
  padding-top: 0px;
}
.spacex93{
  padding-top: 0px;
}
.spacex94{
  padding-top: 0px;
}
.spacex95{
  padding-top: 0px;
}
.spacex96{
  padding-top: 0px;
}
.spacex97{
  padding-top: 0px;
}
.spacex98{
  padding-top: 0px;
}
.spacex99{
  padding-top: 0px;
}
.spacex100{
  padding-top: 0px;
}
}

.foot-contact{
	padding: 0;
	margin: 0;
}
.foot-contact li{
	text-align: left;
	list-style: none;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.foot-contact li i{
	float: left;
	width: 30px;
	font-size: 18px;
	line-height: 28px;
}
.foot-contact li p{
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}
.foot-contact li a{
	color: #ffffff;
}
.vv1{
	padding-left: 30px;
}
.sdfsfdsg p{
font-size: 14px;
}
.msdfsdf{
  background: #ffffff;
border-radius: 20px;
border: 1px solid #dddddd;
box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.msdfsdf2{
padding: 20px;
}
.msdfsdf marquee{
  height: 270px;
}
.achivements{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #820b27;
}
.achivements .new-list2 li{
  color: #ffffff;
}
.achivements h3{
  color: #ffffff;
}
.inner-page .achivements{
  background: #f2f2f2;
}
.inner-page .achivements .new-list2 li{
  color: #333333;
}
.inner-page .achivements .row{
  align-items: flex-start;
}
.inner-page .achivements .row > [class*="col-lg-6"],
.inner-page .achivements .row > [class*="col-lg-5"]{
  padding-left: 10px;
  padding-right: 10px;
}
.inner-page .achivements h3{
  color: #820b27;
  font-weight: 600;
  font-size: 31px;
  margin-top: 0;
  padding-top: 0;
}
.inner-page .achivements .img-fluid{
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-height: 500px;
  width: 100%;
  object-fit: contain;
  object-position: center top;
}

/* Side Navigation Menu Styles */
.side-nav-menu {
  position: sticky;
  top: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.side-nav-menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.side-nav-menu h5 {
  color: #820b27;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #820b27;
}

.side-nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-nav-menu .nav-link {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 8px 10px;
  border-radius: 4px;
  transition: all 0.3s;
  margin-bottom: 8px;
}

.side-nav-menu .nav-link:hover {
  background-color: #f2f2f2;
  color: #820b27;
  padding-left: 15px;
}

.side-nav-menu .nav-link.active {
  background-color: #820b27;
  color: #ffffff !important;
  font-weight: 600;
}

/* Responsive styles for side navigation */
@media (max-width: 991px) {
  .side-nav-menu {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    max-height: none;
  }
}
.evesees{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f2f2f2;
}
.evesees h3 {
    color: #820b27;
    font-weight: 600;
    font-size: 31px;
}
.msdfsdf ul{
  padding: 0;
  margin: 0;
}
.msdfsdf ul li{
  list-style: none;
  color: #ffffff;
  border-bottom: 1px dashed rgba(51,51,51,0.5);
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.msdfsdf ul li a{
  color: #333333;
  font-weight: 500 !important; 
  font-size: 16px;
  line-height: 26px;
}
.msdfsdf ul li a b{
  font-weight: 500;
}
.uyd{
  position: relative;
}
.uyd h5{
  text-align: center;
  font-size: 21px;
  line-height: 31px;
  color: #820b27;
  padding-top: 10px;
  font-weight: 500;
  margin-bottom: 0;
}
.uyd2{
  position: absolute;
  margin-left: 10px;
  background: #2B2D92;
  padding: 10px;
}
.uyd2 h4{
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #ffffff;
  padding-top: 0;
  margin-top: 0;
}
.uyd2 p{
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.musndsec{
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  float: right;
  padding-right: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  vertical-align: middle;
  justify-content: flex-end;
  width: 100%;
}
.musndsec ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.musndsec ul li{
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  vertical-align: middle;
}
.musndsec ul li a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  vertical-align: middle;
}
.musndsec ul li a:hover{
  color: #FFF10A;
}

/* Ensure header has dark background for white text visibility */
.secmain2 {
  background: linear-gradient(to bottom, rgba(51,51,51,0.5) 0%, rgba(51,51,51,0) 100%) !important;
}

/* Add dark background overlay for better text visibility */
.secmain2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  z-index: -1;
  pointer-events: none;
}

/* Responsive Navigation Styles */
@media only screen and (max-width: 1199px) {
  .musndsec {
    padding-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .musndsec {
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    height: auto;
  }
  
  .musndsec ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    height: auto;
  }
  
  .musndsec ul li {
    padding: 5px 8px;
  }
  
  .musndsec ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .musndsec {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .musndsec ul {
    justify-content: center;
    gap: 3px;
  }
  
  .musndsec ul li {
    padding: 5px 6px;
  }
  
  .musndsec ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  
  .jug {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 13px !important;
  }
  
  .jug i {
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 575px) {
  .musndsec {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .musndsec ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
  
  .musndsec ul li {
    padding: 4px 5px;
    flex: 0 0 auto;
  }
  
  .musndsec ul li a {
    font-size: 12px;
    line-height: 20px;
  }
  
  .jug {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 12px !important;
  }
  
  .jug i {
    font-size: 14px !important;
    padding-right: 4px !important;
  }
}
.msdfsdf h3{
  background: #820b27;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.adsfsdfs img{
  height: 280px;
  width: 280px;
}
.abtbtnn a{
  padding: 10px 30px 10px 30px; 
  background: #2B2D92;
  border-color: #2B2D92;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.abtbtnn a:hover{
  background: #2B2D92;
  border-color: #2B2D92;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link{
  background: #2B2D92;
}
.abtbtnn{
  padding-top: 20px;
}
.ourmanage{
  position: relative;
}
.ourmanage2{
  position: relative;
  background: #f2f2f2;
  padding:10px;
  margin-left: 10px;
  margin-right: 10px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  top: -45px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.ourmanage2 h4{
  font-size: 18px;
  line-height: 28px;
  color: #a21035;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}
.ourmanage2 p{
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #333333;
}
.ourmanage2:hover{
  background: #a21035;
}
.ourmanage2:hover h4{
  color: #fff000;
}
.ourmanage2:hover p{
  color: #ffffff;
}

/* Responsive Styles for Inner Pages */
@media only screen and (max-width: 1199px) {
  .inner-page .achivements .img-fluid{
    max-height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .inner-page .achivements .row > [class*="col-lg-6"],
  .inner-page .achivements .row > [class*="col-lg-5"]{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .inner-page .achivements .img-fluid{
    max-height: 400px;
    clip-path: none;
    border-radius: 10px;
  }
  .inner-page .achivements h3{
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .inner-page .achivements{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inner-page .achivements .row > [class*="col-lg-6"],
  .inner-page .achivements .row > [class*="col-lg-5"]{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .inner-page .achivements h3{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .inner-page .achivements .img-fluid{
    max-height: 300px;
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-page .achivements p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .inner-page .top-sec{
    padding: 80px 0 !important;
  }
  .inner-page .achivements .fluid-container{
    padding-top: 20px !important;
  }
  .top-sec2 ul li{
    font-size: 15px;
    padding-right: 12px;
  }
  .top-sec2 ul li:not(:last-child)::after{
    margin-left: 12px;
  }
  .sdfsdg{
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 575px) {
  .inner-page .achivements h3{
    font-size: 22px;
  }
  .inner-page .achivements .img-fluid{
    max-height: 250px;
  }
  .inner-page .achivements p{
    font-size: 14px;
    line-height: 24px;
  }
  .inner-page .top-sec{
    padding: 60px 0 !important;
  }
  .top-sec2 ul li{
    font-size: 14px;
    padding-right: 10px;
    line-height: 24px;
  }
  .top-sec2 ul li:not(:last-child)::after{
    margin-left: 10px;
    font-size: 12px;
  }
  .sdfsdg{
    font-size: 16px !important;
  }
}

/* ============================================
   COMPREHENSIVE RESPONSIVE FIXES FOR AERONAUTICAL PAGE
   ============================================ */

/* Mobile Devices (< 576px) */
@media only screen and (max-width: 575px) {
  /* Header and Navigation - Mobile */
  .secmain2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .secmain2 .col-lg-5 {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .secmain2 .col-lg-5 img {
    max-height: 60px;
    width: auto;
  }
  
  .secmain2 .col-lg-7 {
    text-align: center;
  }
  
  /* Top Section (Breadcrumb) */
  .top-sec {
    padding: 80px 0 40px 0 !important;
  }
  
  .top-sec2 {
    padding: 12px 15px !important;
    width: 100%;
    display: block;
  }
  
  .top-sec2 ul {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .top-sec2 ul li {
    padding-right: 0;
    padding-bottom: 5px;
    font-size: 13px;
  }
  
  .top-sec2 ul li:not(:last-child)::after {
    display: none;
  }
  
  .top-sec2 ul li:not(:last-child)::before {
    content: "/";
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.6);
  }
  
  /* Main Content Layout */
  .achivements .fluid-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .achivements .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .achivements .col-lg-1 {
    display: none;
  }
  
  .achivements .col-lg-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  
  .achivements .col-lg-7 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* Side Navigation Menu */
  .side-nav-menu {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    padding: 15px;
  }
  
  .side-nav-menu h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .side-nav-menu .nav-link {
    font-size: 13px;
    padding: 6px 8px;
  }
  
  /* Content Sections */
  .content-section h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
  
  .content-section p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
  }
  
  .content-section ul li {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 12px !important;
  }
  
  .content-section h5 {
    font-size: 16px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  
  /* Tables */
  .content-section table {
    font-size: 12px;
  }
  
  .content-section table th,
  .content-section table td {
    padding: 8px 6px !important;
    font-size: 11px;
  }
  
  .content-section table th {
    font-size: 12px;
  }
  
  /* Images */
  .content-section img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 15px;
  }
  
  /* Footer */
  #footer .footer-top {
    padding: 30px 0;
  }
  
  #footer .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-links .col-lg-4 {
    margin-bottom: 25px;
  }
  
  #footer .footer-contact {
    margin-top: 20px;
  }
  
  #footer .copyright {
    text-align: center;
    padding: 15px 0;
  }
  
  #footer .social-links {
    text-align: center;
    margin-top: 15px;
  }
}

/* Tablet Devices (576px - 767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Header - Tablet */
  .secmain2 .col-lg-5 {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .secmain2 .col-lg-5 img {
    max-height: 70px;
  }
  
  .secmain2 .col-lg-7 {
    text-align: center;
  }
  
  /* Top Section */
  .top-sec {
    padding: 100px 0 50px 0 !important;
  }
  
  .top-sec2 {
    padding: 15px 20px !important;
  }
  
  /* Main Content */
  .achivements .col-lg-1 {
    display: none;
  }
  
  .achivements .col-lg-3 {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .achivements .col-lg-7 {
    width: 100%;
  }
  
  .side-nav-menu {
    position: relative;
    top: 0;
  }
  
  /* Content */
  .content-section h4 {
    font-size: 22px !important;
  }
  
  .content-section p {
    font-size: 15px !important;
  }
  
  /* Tables */
  .content-section table {
    font-size: 13px;
  }
  
  .content-section table th,
  .content-section table td {
    padding: 10px 8px !important;
  }
}

/* Tablet Landscape / Small Laptop (768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Header */
  .musndsec {
    padding-right: 0;
    margin-right: 0;
  }
  
  /* Top Section */
  .top-sec {
    padding: 110px 0 60px 0 !important;
  }
  
  /* Main Content */
  .achivements .col-lg-1 {
    display: none;
  }
  
  .achivements .col-lg-3 {
    width: 30%;
  }
  
  .achivements .col-lg-7 {
    width: 70%;
  }
  
  .side-nav-menu {
    position: relative;
    top: 0;
    margin-bottom: 25px;
  }
  
  /* Content */
  .content-section h4 {
    font-size: 23px !important;
  }
  
  /* Tables */
  .content-section table {
    font-size: 14px;
  }
}

/* Laptop / Desktop (992px - 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Header */
  .musndsec {
    padding-right: 0;
    margin-right: 0;
  }
  
  /* Main Content */
  .achivements .col-lg-1 {
    width: 4%;
  }
  
  .achivements .col-lg-3 {
    width: 28%;
  }
  
  .achivements .col-lg-7 {
    width: 68%;
  }
  
  .side-nav-menu {
    padding: 18px;
  }
  
  .side-nav-menu h5 {
    font-size: 17px;
  }
  
  .side-nav-menu .nav-link {
    font-size: 13px;
  }
  
  /* Content */
  .content-section h4 {
    font-size: 23px !important;
  }
  
  .content-section p {
    font-size: 15px !important;
  }
}

/* Large Desktop (>= 1200px) */
@media only screen and (min-width: 1200px) {
  /* Ensure proper spacing */
  .achivements .col-lg-1 {
    width: 8.33333333%;
  }
  
  .achivements .col-lg-3 {
    width: 25%;
  }
  
  .achivements .col-lg-7 {
    width: 58.33333333%;
  }
  
  .side-nav-menu {
    padding: 20px;
  }
}

/* Additional Responsive Fixes for Tables */
@media only screen and (max-width: 991px) {
  .content-section table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .content-section table thead {
    display: table-header-group;
  }
  
  .content-section table tbody {
    display: table-row-group;
  }
  
  .content-section table tr {
    display: table-row;
  }
  
  .content-section table th,
  .content-section table td {
    white-space: nowrap;
    min-width: 100px;
  }
}

/* Fix for Sidebar Menu on Mobile */
@media only screen and (max-width: 767px) {
  .side-bar {
    width: 100%;
  }
  
  .side-bar .menu .item a {
    padding: 12px 20px;
    font-size: 16px;
  }
  
  .side-bar .menu .item .sub-menu a {
    padding-left: 40px;
    font-size: 14px;
  }
}

/* Responsive Images */
@media only screen and (max-width: 991px) {
  .content-section img.img-fluid {
    max-width: 100%;
    height: auto;
  }
}

/* Table Responsive Enhancements */
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}

.table-responsive table {
  margin-bottom: 0;
}

/* Mobile Table - Card Layout */
@media only screen and (max-width: 767px) {
  .table-responsive {
    border: none;
    border-radius: 0;
    overflow-x: visible;
  }
  
  .table-responsive table {
    width: 100% !important;
    min-width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
  }
  
  .table-responsive table thead {
    display: none;
  }
  
  .table-responsive table tbody {
    display: block;
    width: 100%;
  }
  
  .table-responsive table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0;
    overflow: hidden;
  }
  
  .table-responsive table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
  
  .table-responsive table tbody tr:nth-child(even) {
    background-color: #ffffff;
  }
  
  .table-responsive table tbody td {
    display: block;
    width: 100% !important;
    padding: 12px 15px !important;
    padding-left: 45% !important;
    text-align: left !important;
    border: none !important;
    border-bottom: 1px solid #eee;
    position: relative;
    word-wrap: break-word;
    white-space: normal;
    min-height: 40px;
    box-sizing: border-box;
  }
  
  .table-responsive table tbody td:last-child {
    border-bottom: none;
  }
  
  /* Use data-label attribute (added by JavaScript automatically) */
  .table-responsive table tbody td[data-label]:before {
    content: attr(data-label) ": ";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 38%;
    max-width: 38%;
    font-weight: 600;
    color: #820b27;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    padding-right: 12px;
    display: block;
  }
  
  /* Adjust padding based on label length for better spacing */
  .table-responsive table tbody td[data-label] {
    padding-left: 42% !important;
  }
  
  /* First column (S.NO) styling */
  .table-responsive table tbody td:first-child {
    background-color: #820b27;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 15px !important;
    padding-left: 15px !important;
    border-bottom: 2px solid #820b27;
    min-height: auto;
    width: 100% !important;
  }
  
  .table-responsive table tbody td:first-child:before {
    display: none;
  }
  
  /* Ensure content doesn't overlap with label */
  .table-responsive table tbody td:not(:first-child) {
    padding-right: 15px !important;
  }
  
  /* Long label handling - ensure labels wrap properly */
  .table-responsive table tbody td[data-label]:before {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
  
  /* Ensure content area has enough space and doesn't overlap */
  .table-responsive table tbody td:not(:first-child) {
    min-height: 44px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  
  /* Adjust for tables with images or complex content */
  .table-responsive table tbody td img {
    max-width: 100%;
    height: auto;
    margin-top: 5px;
    display: block;
  }
  
  /* Handle long text content */
  .table-responsive table tbody td:not(:first-child) {
    line-height: 1.5;
  }
  
  /* Ensure proper spacing between label and content */
  .table-responsive table tbody td[data-label] {
    padding-right: 15px !important;
  }
  
  /* Remove min-width constraint */
  .table-responsive table[style*="min-width"] {
    min-width: 100% !important;
  }
}

/* Tablet Table - Better Scrolling */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table-responsive table {
    min-width: 700px;
  }
  
  .table-responsive table th,
  .table-responsive table td {
    padding: 10px 8px !important;
    font-size: 13px;
  }
}

/* Small Mobile - Extra Small Screens */
@media only screen and (max-width: 480px) {
  .table-responsive table tbody td {
    padding: 10px 12px !important;
    padding-left: 40% !important;
    font-size: 12px;
    min-height: 35px;
  }
  
  .table-responsive table tbody td[data-label]:before {
    font-size: 11px;
    width: 35%;
    max-width: 35%;
    top: 10px;
    left: 12px;
    padding-right: 8px;
    line-height: 1.3;
  }
  
  .table-responsive table tbody td:first-child {
    padding: 10px 12px !important;
    padding-left: 12px !important;
    font-size: 13px;
    min-height: auto;
  }
  
  /* Stack layout for very small screens if needed */
  @media only screen and (max-width: 360px) {
    .table-responsive table tbody td[data-label] {
      padding-left: 38% !important;
    }
    
    .table-responsive table tbody td[data-label]:before {
      width: 33%;
      max-width: 33%;
      font-size: 10px;
    }
  }
}

/* Improve Side Navigation Menu Responsiveness */
@media only screen and (max-width: 991px) {
  .side-nav-menu {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
}

/* Content Section Improvements */
.content-section {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: justify;
}

.content-section h4,
.content-section h5 {
  word-wrap: break-word;
}

/* Justify all text content */
.content-section p {
  text-align: justify !important;
}

.content-section ul li {
  text-align: justify !important;
}

.content-section ol li {
  text-align: justify !important;
}

.content-section div {
  text-align: justify;
}

/* Justify table cell content (except first column which is numbers) */
.content-section table td {
  text-align: justify !important;
}

.content-section table th {
  text-align: justify !important;
}

/* Keep table headers centered for better readability */
.content-section table thead th {
  text-align: center !important;
  color: #820b27 !important;
  background-color: #f9f9f9 !important;
  font-weight: 600 !important;
}

/* General table header styling - maroon color for all table headers */
.content-section table th,
.content-section .table-responsive table th {
  color: #820b27 !important;
  background-color: #f9f9f9 !important;
  font-weight: 600 !important;
}

/* Keep first column (S.NO) centered */
.content-section table tbody td:first-child {
  text-align: center !important;
}

/* Keep headings left-aligned for better readability */
.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
  text-align: left !important;
}

/* Justify content in achievement section */
.inner-page .achivements .content-section p {
  text-align: justify !important;
}

.inner-page .achivements .content-section ul li {
  text-align: justify !important;
}

.inner-page .achivements .content-section ol li {
  text-align: justify !important;
}

/* Justify all paragraphs and text in the main content area */
.achivements p {
  text-align: justify !important;
}

.achivements .content-section p {
  text-align: justify !important;
}

.achivements li {
  text-align: justify !important;
}

/* Mobile responsive - ensure justification works on all screen sizes */
@media only screen and (max-width: 767px) {
  .content-section p {
    text-align: justify !important;
  }
  
  .content-section ul li,
  .content-section ol li {
    text-align: justify !important;
  }
  
  .content-section table td {
    text-align: justify !important;
  }
  
  /* Mobile table cards - justify content */
  .table-responsive table tbody td:not(:first-child) {
    text-align: justify !important;
  }
  
  /* Ensure content in mobile cards is justified */
  .table-responsive table tbody td[data-label] {
    text-align: justify !important;
  }
}

/* Ensure all text elements are justified */
.content-section span {
  text-align: justify;
}

.content-section strong,
.content-section b {
  text-align: justify;
}

.content-section em,
.content-section i {
  text-align: justify;
}

/* Justify text in nested elements */
.content-section div p,
.content-section div li,
.content-section div div {
  text-align: justify !important;
}

/* Additional Header Logo Responsiveness */
@media only screen and (max-width: 575px) {
  .secmain2 .col-lg-5 img {
    max-height: 50px;
    width: auto;
  }
  
  .secmain2 .col-lg-5 {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .secmain2 .col-lg-5 img {
    max-height: 65px;
    width: auto;
  }
}

/* Ensure header container is responsive */
@media only screen and (max-width: 991px) {
  .secmain .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .secmain .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Overlay when sidebar is open on mobile */
@media only screen and (max-width: 767px) {
  body.sidebar-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  
  /* Create overlay backdrop */
  .side-bar::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  
  .side-bar.active::before {
    opacity: 1;
    pointer-events: all;
  }
  
  /* Ensure sidebar is above overlay */
  .side-bar.active {
    z-index: 9999;
  }
}

/* Improve Footer Responsiveness */
@media only screen and (max-width: 767px) {
  #footer .footer-top .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  #footer ul li {
    margin-bottom: 8px;
  }
  
  #footer ul li a {
    font-size: 14px;
  }
}

/* Improve Top Section Background on Mobile */
@media only screen and (max-width: 767px) {
  .top-sec {
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}

/* Ensure proper container padding */
@media only screen and (max-width: 575px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Footer Responsive */
@media only screen and (max-width: 991px) {
  #footer .footer-links .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  #footer .footer-links .col-lg-4 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer-links .col-lg-4 {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .foot-contact li {
    font-size: 14px;
    line-height: 24px;
  }
  
  .foot-contact li i {
    width: 25px;
    font-size: 16px;
  }
  
  .vv1 {
    padding-left: 25px;
  }
}

/* Video Cards Responsive */
@media only screen and (max-width: 767px) {
  .video-cards-container {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  .video-card .play-button {
    width: 60px !important;
    height: 60px !important;
  }
  
  .video-card .play-button i {
    font-size: 24px !important;
  }
  
  .video-modal-content {
    width: 95% !important;
    margin: 5% auto !important;
  }
  
  .video-modal-close {
    top: -35px !important;
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 480px) {
  .video-card .play-button {
    width: 50px !important;
    height: 50px !important;
  }
  
  .video-card .play-button i {
    font-size: 20px !important;
  }
  
  .video-title h5 {
    font-size: 14px !important;
  }
}

/* Academic Year Tabs Styles */
.academic-year-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
  flex-wrap: nowrap;
  border-bottom: 2px solid #e0e0e0;
  align-items: flex-end;
}

.academic-year-tab {
  padding: 12px 20px;
  background-color: #f9f9f9;
  color: #820b27;
  border: none;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: -2px;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  text-align: center;
}

.academic-year-tab:hover {
  background-color: #f0f0f0;
}

.academic-year-tab.active {
  background-color: #820b27;
  color: #fff;
}

.academic-year-content {
  display: none;
}

.academic-year-content.active {
  display: block;
}

@media only screen and (max-width: 991px) {
  .academic-year-tab {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .academic-year-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .academic-year-tab {
    flex: 1 1 calc(50% - 4px);
    min-width: 140px;
    padding: 10px 12px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  .academic-year-tabs {
    flex-direction: column;
    gap: 5px;
    border-bottom: none;
  }
  
  .academic-year-tab {
    width: 100%;
    flex: none;
    border-radius: 8px;
    margin-bottom: 0;
  }
  
  .academic-year-tab.active {
    border-radius: 8px;
  }
}

/* Laboratory Accordion Styles */
.lab-accordion-item {
  transition: box-shadow 0.3s ease;
}

.lab-accordion-item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.lab-accordion-header {
  user-select: none;
}

.lab-accordion-header:hover {
  background-color: #f0f0f0 !important;
}

.lab-accordion-content {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 5000px;
  }
}

/* Responsive Accordion */
@media only screen and (max-width: 767px) {
  .lab-accordion-header {
    padding: 12px 15px !important;
    font-size: 16px !important;
  }
  
  .lab-accordion-content {
    padding: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .lab-accordion-header {
    padding: 10px 12px !important;
    font-size: 15px !important;
  }
  
  .lab-accordion-content {
    padding: 12px !important;
  }
}

