* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  
}

:root {
  --primary-color: #1e88e5;
  --secondary-color: #4caf50;
  --text-color: #333;
  --bg-color: #f9f9f9;
  --error-color: #e53935;
  --border-radius: 8px;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  font-family: Arial, sans-serif;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: -1;
}
p {
  margin-bottom: 0rem !important;
}
a {
  text-decoration: none;
  color: #fff;
}
ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  list-style-type: none;
}

table {
  border: 2px solid #000 !important;
}
th {
  border: 2px solid black !important;
}
.top-bar {
  position: sticky;
  background: #192f59;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
  font-size: 14px;
  z-index: 1000;
}

.top-bar .left a:hover {
  color: green;
}

.top-bar .right a:hover {
  color: green;
}

.top-bar .right a {
  margin-left: 5px;
  color: #fff;
}

.top-bar .right span {
  margin-left: 5px;
  font-size: 14px;
}

/* .header {
  position: sticky;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  z-index: 999;
} */
.header {
  position: sticky;
  background: #fff;
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between; */
  padding: 10px 20px;
  z-index: 999;
}
.header_pi {
  /* width: 96%; */
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#depnam {
 /* font-family: cursive; */
  color: #004080;
  /* font-size: 3rem; */
  font-size: 2rem;
  cursor: pointer;
  /* font: 2.7rem; */
}
.header_img_a {
  margin: 0;
  padding: 0;
}
.header img {
  height: 100px;
}

.menu_icons {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: #004080;
}

.depname {
  display: none;
}

.container_main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #192e59;
  position: sticky;
  top: 0;
  z-index: 999;
}
.icons-hmg {
  width: 150px;
}
/* Navigation Menu */

.nav_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0rem !important;
  padding-left: 0rem !important;
  width: 80%;
}

.nav_links li {
  line-height: 3rem;
  padding-left: 10px;
  position: relative;
}

/* .nav_links li:hover > a .fa-chevron-down {
  transform: rotate(-180deg);
} */

.nav_links li .fa-chevron-down {
  display: none;
  width: 16px;
  margin-left: 5px;
  transition: max-height 0.3s ease;
  pointer-events: none;
}

.nav_links a {
  display: flex;
  color: #fff;
  /* padding: 0 0.1rem; */
  font-size: 16px;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav_links a:hover {
  color: green;
}

.sub_menu li {
  margin-left: -32px;
}
.sub_menu li a {
  font-size: 16px !important;
}
.sub_menu a {
  color: #545454;
}
.sub_menu {
  position: absolute;
  background-color: #e0e0e0;
  width: 15rem;
  opacity: 0;
  visibility: hidden;
  display: block;
  z-index: 999;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.sub_menu::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 3rem;
}

.sub_menu .sub_menu::before {
  top: 0.9rem;
  left: -2.5rem;
}

.sub_menu .sub_menu {
  border-top: none;
  top: 0;
  left: 160%;
}

.nav_links li:hover > .sub_menu {
  opacity: 1;
  visibility: visible;
}

.sub_menu li:hover > .sub_menu {
  top: 0;
  left: 100%;
}

.social_icons ul {
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
  margin-bottom: 0rem;
}

.social_icons a {
  color: white;
  font-size: 16px;
}

.social_icons a:hover {
  color: green;
}

/* add collage_name */

.collage_name {
  display: none;
}

.web_mail {
  display: none;
}

/* Start carousel_main */

.carousel_right {
  height: 100%;
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ff7350;
  overflow: hidden;
}
.carousel-item {
  width: 100%;
}

.carousel-item img {
  height: 600px;
  object-fit: fill;
  cursor: pointer;
}
/* .carousel-item p {
  */
.carousel_p {
  width: 100%;
  /* height: 40px; */
  position: absolute;
  align-items: center;
  bottom: 0px;
  text-align: center;
  color: inherit;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(0px);
  opacity: 1;
  transition: opacity 0.3s;
  /* z-index: 1; */
}

.carousel-item:hover .carousel_p {
  /* opacity: 1; */
  overflow-x: hidden;
  backdrop-filter: blur(4px);
}

/* .carousel-caption {
  color: #000;
  opacity: 0.5;
  transition: opacity 0.15s ease;
} */

/* .carousel-control-next-icon:hover .carousel-caption {
  background-color: #003366;
opacity:.9;
}
.carousel-control-next:hover .carousel-caption {
  background-color: #003366;
opacity:.9;
}
.carousel-control-prev-icon:hover .carousel-caption {
  background-color: #003366;
opacity:.9;
} */
/* .carousel-control-prev:hover .carousel-caption {
  background-color: #003366;
  opacity: 1;
} */
/* .carousel-item:hover .carousel-caption {
  opacity: 1;
} */
/* .carousel-control-prev:hover .carousel_p {
  z-index: 1;
  backdrop-filter: blur(4px) !important ;
} */

/* .carousel-item:hover .carousel-caption {
  backdrop-filter: blur(4px);
}

.carousel-control-prev:hover .carousel-caption {
  backdrop-filter: blur(4px);
}

.carousel-control-next:hover .carousel-caption {
  backdrop-filter: blur(4px);
} */

/* .carousel-control-next:hover
.carousel-control-prev:hover  .carousel_p {
  backdrop-filter: blur(4px);
} */

/* .carousel-item:hover .carousel-control-prev { */
/* #demo:hover button:hover span {
  backdrop-filter: blur(4px);
} */
/* .carousel-item:hover .carousel-control-next {
  backdrop-filter: blur(4px);
} */

.carousel-indicators {
  cursor: pointer;
}
/* .slide:hover .carousel-indicators{
  visibility: hidden;
} */
.carousel-indicators {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  height: 50px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8% !important;
  padding: 0;
  color: #fff;
  text-align: center;
  /* background-color: #000 !important; */
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem !important;
  height: 3rem !important;
}

/* .carousel-control-next:hover,
 .carousel-control-prev .carousel_p:hover
 {
 backdrop-filter: blur(4px);
 } */
/* .carousel-control-next,
.carousel-control-prev {
  width: 30px !important;
} */

/* .notice-board_cr {
  height: 598px;
  position: relative;
  background-color: #f8f9fa;
  padding: 15px;
  overflow: hidden;
} */
.notice-board_cr {
  height: 100%;
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
}
/* border: 1px solid #000;
padding: 15px; */

/* hod tab-buttons News Board start */

.container_sms_main {
  width: 99.99%;
  max-width: 960px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8f9fa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* new update 15 09 2025 */
.tab-buttons {
  width: 100%;
  background: green;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px 0;
  border: none;
}

.tab-buttons a {
  flex: 1;
  position: relative;
  text-decoration: none;
  padding: 12px 15px;
  cursor: pointer;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
/* padding: 12px 20px; */

.tab-buttons a.active {
  background: #f8f9fa;
  color: initial;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab-buttons a.active::before {
  content: "";
  position: absolute;
  /* left: -20px; */
  left: -25px;
  border: 0;
  /* width: 20px; */
  width: 25px;
  /* height: 21px; */
  height: 36px;
  /* background: #0f0; */
  background: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 5px 5px 0px 5px #f8f9fa;
  /* box-shadow: 8px 8px 0px 8px #f8f9fa; */
}
.tab-buttons a.active::after {
  content: "";
  position: absolute;
  right: -20px;
  border: 0;
  width: 20px;
  /* height: 21px; */
  height: 36px;
  /* background: #0f0; */
  background: transparent;
  border-bottom-left-radius: 20px;
  box-shadow: -5px 5px 0px 5px #f8f9fa;
  /* box-shadow: -8px 8px 0px 8px #f8f9fa; */
}
.selected-btn {
  background-color: green;
  color: white;
}
/* .container-fluid .home-btn .hom-btn a {
  background-color: #04aa6d; 
 border: 1px solid green;
  color: white;
   padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
  margin: 4px 2px;
} */

/* .home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
} */
/* grid-template-columns: repeat(4, 1fr); */
/* .hom-btn {
    display: grid;
    grid-template-columns: repeat(auto-fill, 1fr);
      grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    gap: 5px;
  } */

.hom-btn {
  display: grid;
  grid-template-columns: repeat(auto-fit, 148px);
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  cursor: pointer;
}

/* .hom-btn {
  padding: 15px 32px;
  padding: 15px 0px;
  margin: 4px 2px;
} */
.hom-btn a {
  width: 100%;
  padding: 15px 10px;
}
.pqb a {
  padding: 10px 10px;
  justify-content: start;
}

/* new update 15 09 2025 */

/* Tab Buttons Container */
/* .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f9fa;
  color: initial;
  align-items: center;
  border: 1px solid green;
} */

/* notice-board_x tab-content */
.notice_a {
  color: #212529;
}
.notice_a:hover {
  color: #008000;
}
.atagcol {
  word-wrap: break-word;
  color: #000;
}
.atagcol:hover {
  color: #007bff;
}
.atagcolsupp {
  word-wrap: break-word;
  color: #007bff;
}
.atagcolsupp:hover {
  color: green;
  /* color: #545454 ; */
}
.sch-supp {
  margin-top: 2px;
  padding-left: 0rem !important;
}
.tab-content {
  display: none;
  padding: 20px;
  animation: fadeIn 0.3s ease-in-out;
  /* min-height: 200px; */
  height: 100%;
}

.tab-content.active {
  display: block;
}
/* #news {
  height: 500px;
}

#event {
  height: 500px;
} */

.nc-nen-main {
  height: 100%;
}
/* Individual Tab Button */
.tab-buttons p {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  /* border-right: 1px solid #444; */
  margin: 0;
  background-color: green;
  /* background-color: #e0e0e0; */
  color: #fff;
}

/* Remove right border on the last tab */
.tab-buttons p:last-child {
  border-right: none;
}

/* Hover effect */
.tab-buttons p:hover {
  background-color: #e2e6ea;
}

.list-group li a {
  color: initial;
  font-size: 16px;
}

.img_carousel {
  width: 100%;
  height: 550px;
}

/* Scrolling Text */

.notice-label {
  background-color: blue;
  text-align: center;
  color: white;
  line-height: 50px;
  font-weight: bold;
}

.notice-content {
  overflow: hidden;
  position: relative;
  height: 50px;
}

.scroll-wrapper {
  position: absolute;
  white-space: nowrap;
  display: inline-block;
  animation: scroll-text 25s linear infinite;
  will-change: transform;
  font-size: 1rem;
  line-height: 50px;
  font-weight: bold;
  direction: ltr;
}

.scroll-wrapper:hover {
  animation-play-state: paused;
}

.scroll-wrapper a {
  color: #545454;
  text-decoration: none;
  margin: 0 10px;
  white-space: nowrap;
}

.scroll-wrapper a:hover {
  color: rgb(96, 201, 136);
}

@keyframes scroll-text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* #notice {
  height: 500px;
} */

#scrollBox {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

/* Scroll effect on visible tab */

.notice-list {
  padding: 0rem;
  margin: 0rem;
  width: 100%;
  /* position: absolute; */
  /* width: 95%; */
  /* animation: scroll-up 20s linear infinite; */
}

/* Pause on hover */

.paused .notice-list,
.notice-list:hover {
  animation-play-state: paused !important;
}

/* Pause scroll on non-active tabs */

.tab-content:not(.active) .notice-list {
  animation-play-state: paused !important;
}

/* Keyframe for scrolling upward */

@keyframes scroll-up {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}

/* Hide all tabs by default */

.tab-content {
  display: none;
  position: relative;
}

/* Show only active tab */

.tab-content.active {
  display: block;
}

/* hod Header */

.header_hod {
  background-color: #fff;
}
.header_hod h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  /* background-color: #e0e0e0; */
  border-radius: 5px;
  color: initial;
}
.fmenbers {
  /* display: flex; */
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}

.fmenbers h4::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.fmenbers h4 {
  position: relative;
  border-radius: 0px;
  border-bottom: 2px solid red;
}

/* .fmenbers::before{
  width: 20px;
  height: 20px;
  background-color: #000;
  outline: auto;
} */

.depleftp {
  text-align: justify;
}

.aatestimonials_main_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}

.main_para {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}

.left_pic {
  margin-top: 1rem;
  margin-left: 3%;
}

#img_hod_p {
  width: 250px;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.aatestimonials_sub_content {
  flex: 2;
  width: 1200px;
  /* max-width: 1200px; */
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: justify;
}

.hod_paragraph {
  flex: 2;
  width: 1200px;
  /* max-width: 1200px; */
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: justify;
}

.sp_warm p {
  display: flex;
  justify-content: end;
  padding-right: 18rem;
}

.hod_bot {
  padding-right: 1px;
}

.hod_bot p {
  display: flex;
  justify-content: end;
  margin: 0;
}

/*  Board Notice Start */

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  /* padding: 20px; */
  background: #f9f9f9;
}

.board-notice-box {
  height: 399px;
  box-shadow: 1px 1px 10px rgba(27, 27, 27, 0.5);
  background-color: #2a73b7;
  border-radius: 15px;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  overflow: hidden;
}

.board-notice-header {
  align-items: center;
  justify-content: space-between;
}

.board-notice-header h3 {
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  color: black;
  padding: 8px;
  border-radius: 10px;
  margin: 20px 0px 0px 15px;
}

.board-notice-design img {
  width: 45px;
  height: 45px;
  margin: 10px 25px;
}

.board-notice-design {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 0 0 0 100%;
  border-top-right-radius: 15px;
}

.marquee-container {
  margin-top: 10px;
  height: 330px;
  overflow: hidden;
}

marquee {
  width: 100%;
}

marquee ul li {
  margin-bottom: 10px;
  color: #fff;
}

marquee ul li:hover,
a:hover {
  color: yellow;
}

/* Board Notice End */

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
/* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
padding: 20px;
justify-items: center; */
.parog-super-main {
  width: 100%;
  height: 100%;
}
.prog-main-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}

.prog-inc {
  display: grid;
  column-gap: 8px;
  border-right: 2px dotted #000;
}

.prog-sub {
  display: flex;
  width: 97%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #e0e0e0;
  border-right: 2px dotted #000;
}

.prog-inc:last-child {
  border-right: none;
}
.prog-sub:last-child {
  border-right: none;
}

/* .prog-sub:not(:last-child) {
  border-right: 2px dotted #000;
} */

.prog-sub div {
  width: 100%;
  height: 50px;
  /* outline: auto; */
}
/* .prog-contener-top{
  width: 100%;
  height: 25%;
  outline: auto;
} */
.prog-contener-top p {
  width: 100%;
  height: 100%;
  padding-top: 1.3rem;
  font-weight: 600;
  /* outline: auto; */
  /* overflow: auto; */
}
/* .prog-contener-top p i{
font-weight: 100;
} */
.prog-contener-mid {
  width: 100%;
  /* display: grid;
  grid-auto-rows: 80px 200px; */
  justify-content: center;
  align-items: center;
}
.prog-contener-mid p {
  font-size: 1.8rem;
  /* display: flex;
  text-align: center;
  align-items: center;
  padding-left: 5px; */
}
.prog-contener-button p {
  font-size: 16px;
}
/* .prog-contener-button {
  width: 100%;
  height: 25%;
  outline: auto;
} */

.course-card {
  background-color: #7741bc;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out;
  color: #fff;
}

.course-card p {
  margin: 6px 0;
  font-size: 15px;
}

.stats-container {
  /* max-width: 97%; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}

.stat-card {
  border-radius: 6px;
  transition: transform 0.2s ease;
  background-color: #ea580b;
}

.stat-body {
  padding: 1.25rem 0.5rem;
  text-align: center;
  border-radius: 6px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  justify-content: center;
  min-width: 120px;
}

.stat-number {
  font-size: 20px;
}
.counter {
  position: relative;
}

.counter::before {
  position: absolute;
  content: "";
  right: 40%;
  top: 25%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.stat-card:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 999;
  cursor: pointer;
}

.stat-label {
  font-size: 16px;
}

.about_sec {
  text-align: left;
  /* padding: 20px; */
}

.about-sec h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  margin-left: 20px;
}

#row {
  display: flex;
  flex-wrap: wrap;
  /* gap: 15px; */
  gap: 26px;
 
}

.card {
  position: relative;
  width: 23%;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 20px;
  padding: 0;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  width: 100%;
  text-align: left;
  padding: 10px;
}

/* footer */
/* Scroll to Top Button */

#myBtntop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #192e59;
  color: white;
  cursor: pointer;
  border-radius: 50px;
}

#myBtntop:hover {
  background-color: #555;
}

.scroll_main {
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
  position: relative;
}
.scroll_sub {
  display: flex;
  animation: scrollLoop 90s linear infinite;
  width: max-content;
}
.scroll_sub:hover {
  animation-play-state: paused;
}

/* Animation */
@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.scroll_items {
  display: flex;
}

.card_scroll_main {
  display: inline-block;
  width: 120px;
  margin: 0 8px;
  padding: 5px;
  flex-shrink: 0;
  align-items: center;
}

.card_scroll_main img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.footer {
  background-color: #1a1a1a;
  color: #888;
  padding: 15px 20px;
  font-size: 16px;
  margin-top: auto;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-link:hover {
  color: green;
}

.vis {
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background: none !important;
  background-image: none !important;
}

#vcw {
  background: none;
  background-image: none;
}

.footer_last {
  background-color: #faebd7;
  width: 100%;
  overflow-x: hidden;
}

.image-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #faebd7;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

.image-sub.scroll_items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding: 10px 20px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.image-sub.scroll_items::-webkit-scrollbar {
  height: 6px;
}
.image-sub.scroll_items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.aatestimonials_main_content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.main_para {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.left_pic img {
  max-width: 300px;
  height: auto;
}

.aatestimonials_sub_content {
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

.hod_paragraph {
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

/* Read more button */
#myBtnhod {
  margin-top: 10px;
  background-color: #007bff;
  color: white;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
}

/* body sidebar  */

.body_sidebar {
  width: 100% !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.body_menu-item {
  border-bottom: 1px solid #eee;
}

.body_menu-title {
  padding: 12px 10px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  color: #333;
}

.body_menu-title:hover {
  background: #f1f1f1;
}

.body_menu-title::after {
  content: "»";
  color: red;
  font-weight: bold;
  transition: transform 0.3s;
}

.body_menu-item.active .body_menu-title::after {
  transform: rotate(90deg);
}

.body_submenu {
  display: none;
  background: #fafafa;
}

.body_submenu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  color: #555;
  border-top: 1px solid #eee;
}

.body_submenu a:hover {
  background: #eaeaea;
  color: #000;
}

.body_menu-item.active .body_submenu {
  display: block;
}
.aatestimonials_sub {
  max-width: 100%;
  overflow-x: hidden;
}

.about_can {
  max-width: 100%;
  overflow-x: hidden;
}

.button-group {
  margin-bottom: 20px;
}

.button-group button {
  padding: 10px 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #2196f3;
  background-color: white;
  color: #2196f3;
  border-radius: 4px;
  transition: all 0.3s;
}

.button-group button.active {
  background-color: #2196f3;
  color: white;
}

.staff-content {
  display: none;
  padding: 20px;
  border-radius: 8px;
}

.staff-content h3 {
  margin-top: 0;
  margin-left: 0px;
}

.visible {
  display: block;
}

/* faculty-grid */

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.faculty-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.faculty-card:hover {
  transform: scale(1.03);
}

.faculty-card img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 50%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.faculty-card h3 {
  margin: 10px 0 5px;
  font-size: 16px;
  color: #003366;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
}

.faculty-card p {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* profile */

.profile_main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  /* max-width: 650px; */
  max-width: 800px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile_card {
  display: flex;
  /* background: #fff; */
  padding: 15px;
  border-radius: 10px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  box-shadow: none !important;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.profile-container {
  background-image: linear-gradient(to right, #192f59, #4caf3d);
  box-shadow: 1px 2px 15px green;
}

.profile_div {
  display: flex;
  line-height: 2.5rem;
}

.profile_card img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 250px;
  height: 250px;
  object-fit: fill;
  border-radius: 50%;
}

.profile_card h3 {
  height: 3.5rem;
  margin: 10px 0 5px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  border: 2px solid blueviolet;
  background-image: linear-gradient(to right, #4caf3d, #192f59);
  text-transform: uppercase;
}

.profile_card h3:hover {
  background-image: linear-gradient(to right, #4caf3d, blueviolet, #192f59);
}
.profile_card span {
  display: flex;
}
.profile_card span p {
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile_bot {
  padding: 0;
  /* margin-top: 15px;
  margin-left: 15px; */
  filter: brightness(0.9);
}
.rightside_profile {
  width: 100%;
  margin-left: 22px;
  /* margin-top: 25px;
  width: 300px; */
  align-items: center;
  justify-content: center;
  color: #faf9f6;
  filter: brightness(1);
}

/* contact Us */

.contact_div {
  width: 90%;
  margin-left: 50px;
}

.contact_card {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.contact_card h2 {
  font-size: 20px;
  color: #fff;
  background-color: #005aab;
  padding: 10px;
  margin: -20px -20px 15px -20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.contact_card p {
  color: black;
}

.contact_card a {
  color: #005aab;
  text-decoration: none;
}

.placement-view {
  display: flex;
  justify-content: space-around;
}

.placement-view p {
  color: black;
}

.placement-card {
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
  border-radius: 6px;
}

.placement-card p {
  margin: 5px 0;
}

.placement-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.placement-table th,
.placement-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.placement-table th {
  background-color: #f1f1f1;
}

.address-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.address h3 {
  color: red;
  margin-bottom: 10px;
}

.enquiry h3 {
  color: red;
  margin-bottom: 10px;
}
.course-card h3 {
  margin-top: 0;
  color: #005ea2;
}
.course-card p {
  margin: 6px 0;
  font-size: 15px;
}

/* Gallery */

.gallery {
  max-width: 1200px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: center;
}
.gallery-item {
  background: #ffff;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}
.gallery-item img,
.gallery-item video {
  max-width: 100%;
  height: 200px;
  border-radius: 6px;
}

/* Student Feedback Form */

.container-sfform {
  max-width: 850px;
  margin: 40px auto;
  background-color: #fff;
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}
.container-sfform h2 {
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 30px;
}

#feedbackForm label {
  display: block;
  font-weight: 600;
  margin: 20px 0 8px;
}
#feedbackForm input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  transition: border-color 0.3s ease-in-out;
}
#feedbackForm input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}
#feedbackForm textarea {
  min-height: 100px;
  resize: vertical;
}

#feedbackForm .error {
  color: var(--error-color);
  font-size: 0.875em;
  margin-top: 5px;
}
#feedbackForm .div_btnid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
#feedbackForm .btn {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
#feedbackForm .btn:hover {
  background-color: #e0e0e0;
}
#feedbackForm .btn.selected {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}
#feedbackForm button[type="submit"] {
  margin-top: 30px;
  padding: 12px;
  width: 100%;
  background-color: var(--primary-color);
  color: white;
  font-size: 16px;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#feedbackForm button[type="submit"]:hover {
  background-color: #1565c0;
}

/* query_btn */

/* General Styling for the Form */

.form {
  display: flex;
  flex-direction: column;
}

/* Label Styling */
label {
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

input,
select,
textarea,
.alumnibtn {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

/* Focused input styling */
input:focus,
select:focus,
textarea:focus {
  border-color: #007bff;
  outline: none;
}

/* Error Messages */
.error {
  color: red;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Character count for textarea */
#charCount {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

/* Buttons */
.querybtn {
  padding: 10px 15px;
  font-size: 16px;
  color: white;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 5px;
  width: 48%;
}

.querybtn:hover {
  background-color: #0056b3;
}

button[type="reset"] {
  background-color: #6c757d;
}

button[type="reset"]:hover {
  background-color: #5a6268;
}

/* Container for buttons */
#query_btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
/* #alumnibtn {
  background-color: #0056b3;
  width: 100%;
  display: flex;
  justify-content: center;
}
#alumnibtn .alumnibtn {
  width: 100%;
  justify-content: center;
  align-items: center;
  color: inherit;
   background-color: #1e88e5 !important;
  display: flex;
} */

/* home-marquee */

.courses-grid > .home_marq:last-child {
  grid-column: span 2;
  max-height: 300px;
}

.home_marq {
  width: 100%;
  /* height: fit-content; */
  background: #f9f9f9;
  border: 2px solid #0056b3;
  padding: 5px 0;
  border-radius: 20px;
  align-items: center;
  overflow: hidden;
}

.home_noticebar-marquee {
  /* height="200px" */
  display: flex;
  align-items: center;
  gap: 30px; /* space between notices */
}

.bcs-content {
  width: 155px !important;
  /* width: 185px !important; */
  height: 190px !important;
}

.home-notice-content {
  width: 250px;
  /* height: 200px; */
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 10px 15px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  min-height: 100px;
}
/* .home-notice-content {
  width: 250px;
  height: 200px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 10px 15px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  min-height: 100px;
} */

.home-notice-content img {
  /* width: 80px;
  height: 80px;
  margin-bottom: 8px; */
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  border-radius: 50%;
  border: 1px solid red;
}

.home-notice-content h3 {
  font-size: 12px;
  color: #333;
  margin: 5px 0;
}

.home-notice-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.com-logo {
  /* width: 220px; */
  height: 180px;
}


/* .com-logo img {
  width: 220px;
  height: 180px;
  margin-bottom: 8px;
  border-radius: 50%;
  object-fit: scale-down;
  border: 1px solid #000; 
} */
.com-logo img {
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
  border-radius: 50%;
  object-fit: scale-down;

}
.mr-fcd {
  max-width: 100%;
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  /* grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); */
  gap: 20px;
  padding: 20px;
  justify-items: center;
}

.mr-div :hover {
  /* width: 110%;
  height: 110%; */
  border-radius: 1rem;
  padding: 15px 15px;
  /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 4px 6px -1px rgb(211, 211, 211); */
  /* box-shadow: 0 4px 6px 1px #0000001A; */
  box-shadow: 0 4px 6px -1px #888888;

  transition: transform 0.3s ease;
}

.mr-div {
  width: 230px;
  height: 200px;

  /* width: 150px;
  height: 100px; */
}
.mr-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2%;
  cursor: pointer;
  /* transition: width 2s, height 4s, background-color 3s; */
}

/* exploremyModal  Start*/
/* Thumbnails */
.thumbnail {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}
.thumbnail:hover {
  opacity: 0.7;
}

/* Gallery grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 1000px;
  margin: auto;
}

/* Modal (background) */
.exploremodal {
  display: none !important;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);

  /* Flexbox Centering */
  display: flex;
  justify-content: center;
  align-items: center;
}
.exploremodal.show {
  display: flex !important;
}
/* Modal Content (Image) */
.explore-modal-content {
  width: 90%;
  height: 90%;
  max-width: 800px;
  max-height: 400px;
  border: 2px solid #007bff;
  border-radius: 10px;
  object-fit: fill;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* Close Button */
.exploreclose {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
.exploreclose:hover {
  color: #bbb;
}

/* Prev/Next Buttons */
#prevBtn,
#nextBtn {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  font-size: 2rem;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s;
}
#prevBtn:hover,
#nextBtn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#prevBtn {
  left: 20px;
}
#nextBtn {
  right: 20px;
}

/* exploremyModal  End*/

/* new tech St*/
.faculty-container-directory {
  max-width: 100%;
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 15px;
  padding: 20px;
  /* outline: auto; */
}
.faculty-cards {
  width: 100%;
  /* max-width: 300px; */
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
  margin: 0px auto;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
}
.faculty-card-social-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 5%;
  left: 10px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  transition: all 0.3s ease;
}

.faculty-card-social-btn {
  width: 35px;
  height: 35px;
  margin: 5px 0;
  font-size: 20px;
  border-radius: 50%;
  align-items: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-20px);
  background: transparent;
}

.faculty-cards:hover .faculty-card-social-buttons {
  transform: translateY(0);
}

.faculty-cards:hover .faculty-card-social-btn {
  opacity: 1;
  transform: translateX(0);
}

.faculty-card-social-btn.facebook {
  color: #fff;
  background-color: #1c5bdf;
  /* Facebook color */
}
.faculty-card-social-btn.facebook:hover {
  transform: scale(1.1);
  background-color: #1c5bdf;
}

.faculty-card-social-btn.linkedin {
  color: #fff;
  background-color: #0077b5;
  /* LinkedIn color */
}

.faculty-card-social-btn.linkedin:hover {
  transform: scale(1.1);
  background-color: #0077b5;
}

.faculty-card-social-btn.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  color: #fff;
  /* Instagram color */
}

.faculty-card-social-btn.instagram:hover {
  transform: scale(1.1);
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.faculty-card-info {
  padding: 20px;
  text-align: center;
}
.faculty-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
#fa_img {
  object-position: top;
}
.faculty-department-badge {
  background: linear-gradient(45deg, #4f46e5, #06b6d4);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9em;
  display: inline-block;
  margin: 10px 0;
}
.faculty-card-info h4 {
  font-size: 20px;
  color: #555;
  margin-bottom: 10px;
}

.faculty-card-info p {
  font-size: 16px;
  color: #777;
}
/* new tech End*/

/* download */
/* background-color: #04aa6d;  */
/* padding: 15px 32px; */
/* display: grid;  */
/* align-items: center; */

.download_button {
  width: 100%;
  background-color: #fff;
  border: none;
  color: #000;
  padding: 5px 32px;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}
.btn-dow-con > div {
  display: flex !important;

  justify-content: space-between;
}
.btn-dow-con > div > a:hover {
  color: green;
}

.dewnload_d_tr_a:hover {
  /* color: green !important; */
  color: blue !important;
}

.career_photo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
.our_student_photo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}
/* background: #fff;
margin: 0 10px; */

.career_photo_sub {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #7741bc;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  min-height: 100px;
}
.career_photo_sub img {
  width: 100px;
  height: 100px;
}
.career_photo_sub a div {
  width: 100%;
  height: 36%;
  color: #ffff;
}

.td_a:hover {
  color: blue !important;
}

/* Main Page */
.ns_span_date {
  text-align: start;
  background-color: yellow;
  padding: 3px;
  border-radius: 4px;
  font-size: 12px;
  /* margin-left: 8px; */
  color: red;
}

.ind_card_principal_main {
  background-color: #fff;
  border-radius: 0px;
  padding: 0px;
  transition: transform 0.2s ease-in-out;
  color: #fff;
}

.ind_card_principal {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  min-height: 100px;
}
.ind_card_principal img {
  width: 150px;
  height: 150px;
  margin-bottom: 8px;
  border-radius: 50%;
  /* border: 1px solid red; */
}
.ind_card_principal h3 {
  font-size: 18px;
  color: #333;
  margin: 5px 0;
}

.ind_card_principal p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.ind_card_hod_main {
  background-color: #fff;
  border-radius: 0px;
  padding: 0px;
  transition: transform 0.2s ease-in-out;
  color: #fff;
}

.ind_card_hod {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  min-height: 100px;
}

.ind_card_hod img {
  width: 150px;
  height: 150px;
  margin-bottom: 8px;
  border-radius: 50%;
  /* border: 1px solid red; */
}

.ind_card_hod h3 {
  font-size: 18px;
  color: #333;
  margin: 5px 0;
}
.ind_card_hod p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Main Page End */

/* alumni-achievements-testimonials Start */

.aatestimonials_header {
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}

.aatestimonials_header h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  color: initial;
  position: relative;
  border-radius: 0px;
  border-bottom: 2px solid red;
}

.aatestimonials_header h4::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.aatestimonials_main_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
  /*  */
  /* display: flex; */
  align-items: flex-start;
  /* gap: 20px; */
}

/* alumni-achievements-testimonials End */

/* Mobile Responsiveness */

@media only screen and (max-width: 370px) {
  /* .collage_name h4 a {
    white-space: nowrap;
    font-size: 8px !important;
  } */
  .collage_name_sub a {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    flex-direction: column !important;
  }
  #depnam {
    padding: 0;
    margin: 0;
    font-size: 0.8rem !important;
  }
  .our_student_photo {
    grid-template-columns: 1fr !important;
  }

  /* .hom-btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  } */
}

@media (max-width: 500px) {
  #depnam {
    padding: 0;
    margin: 0;
    /* font-size: 0.8rem !important; */
    font-size: 0.7rem !important;
  }
}

@media (max-width: 600px) {
  .courses-grid {
    grid-template-columns: 1fr !important;
  }
  .courses-grid > .home_marq:last-child {
    grid-column: span 1;
  }

  .board-notice-container {
    justify-content: center;
  }
  .profile_card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .rightside_profile {
    margin-left: 0px;
  }

  /* contact Us */
  .address-section {
    flex-direction: column;
  }
  .contact_div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .contact_card {
    width: 100%;
    margin: 0;
  }

  .placement-table {
    display: none;
  }

  .placement-view {
    display: block;
  }

  .placement-card {
    background: #f9f9f9;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px;
    border-radius: 6px;
  }

  .placement-card p {
    flex-wrap: wrap;
    margin: 5px 0;
  }
  .placement-card a {
    word-wrap: break-word;
  }

  #feedbackForm .container-sfform {
    padding: 20px;
  }

  #feedbackForm .btn {
    flex: 1 1 45%;
  }

  .container-sfform {
    padding: 15px;
  }

  .querybtn {
    width: 100%;
  }

  #query_btn {
    flex-direction: column;
  }
  .board-notice-grid-container {
    grid-template-columns: 1fr !important;
  }
  .prog-main-grid {
    grid-template-columns: 1fr !important;
  }

  .prog-inc {
    border-right: none;
    display: grid;
    column-gap: 0px;
    row-gap: 8px;
    border-bottom: 2px dotted #000;
  }
  .prog-sub {
    width: 100% !important;
    height: 95%;
    border-right: none;
    /* border-bottom: 2px dotted #000; */
  }
  /* .prog-sub-last{
    border-bottom: none;
  } */
  /* .prog-sub:last-child {
    border-bottom: none;
  } */

  .prog-inc:last-child {
    border-right: none;
    border-bottom: none;
  }

  /* .prog-sub:last-of-type {
    border-bottom: none;
  } */

  .our_student_photo {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .mr-div {
    width: 100px;
    height: 80px;
  }

  .mr-fcd {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 10px;
    padding: 0rem;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .header img {
    width: 95%;
    height: 80%;
  }
  .aatestimonials_main_content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .main_para {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .left_pic {
    width: 100%;
    margin-left: 0%;
  }
  .left_pic img {
    margin: 0 auto !important;
    display: flex;
  }

  #hod-dephome {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .deprightbtn {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .depleftp {
    width: 100%;
    text-align: justify;
  }

  #deprightbtn {
    width: 100%;
    justify-content: center;
  }

  .body_sidebar {
    width: 260px;
  }

  .cfbsmain {
    width: 30% !important;
  }

  .aatestimonials {
    align-items: center;
    flex-direction: column;
  }
  .aatestimonials_sidebar {
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
  }

  .about_side_main {
    align-items: center;
    flex-direction: column;
  }
  .about_side_main_sub {
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
  }

  .collage_name_sub {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .collage_name_sub h3 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5rem;
    box-sizing: border-box;
  }

  .collage_name_sub a {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    margin-top: 10px;
    font-size: 14px;
  }

  #closeMenu {
    font-size: 24px;
    margin-top: 10px;
  }

  .header_pi {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .our_student_photo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .carousel-item img {
    height: 300px;
    object-fit: fill;
  }

  .aatestimonials_sub_content {
    width: 100% !important;
  }

  .pqb a {
    padding: 8px 5px;
  }
  .pqb {
    display: grid;
    grid-template-columns: repeat(auto-fit, 126px);
    gap: 3px;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    cursor: pointer;
  }

  .carousel_p {
    /* height: 60px;
  bottom: 0px;
  align-items: center !important;
  justify-content: center; */
    font-size: 1em;
    /* top: 0;
    right: 0;
    left: 0; */
    /* bottom: 0;
   padding: 1em 0;
   margin: 0;
   padding-bottom: 1em; */
  }

  /* .hom-btn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  } */

  .table-container {
    overflow-x: auto;
  }
}

@media only screen and (max-width: 992px) {
  .depname {
  /* font-family: cursive; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: sticky;
    /* top: 75px;
    top: 115px; */
    top: 110px;
    z-index: 999;
    padding-top: 0px;
    font-weight: bold;
    overflow: hidden;
  }

  #depnam {
    /*  font-family: cursive; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .f-card {
    /* width: 450px !important; */
    width: 100% !important;
   
    height: 400px;
    overflow: hidden;
  }

  .tab_buttons_p {
    font-size: 10px !important;
  }
}

@media (max-width: 1024px) {
  .career_photo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
  }
  .tab_buttons_p {
    font-size: 11px !important;
  }
  .cfbsmain {
    width: 40% !important;
  }
}

@media (max-width: 1250px) {
  .top-bar {
    display: none;
  }
  .header {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0px;
    display: flex;
    justify-content: space-between;
  }

  #depnam {
    font-size: 1.7rem;
  }

  #menu_icons_close {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-right: 0;
  }
  .menu_icons {
    display: block;
  }
  #closeMenu {
    position: absolute;
    right: 25px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
  }

  .container_main {
    width: 95%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    background-color: #fff;
    z-index: 9999;
    align-items: center;
    display: none;
  }

  .container_main.active {
    display: flex;
  }
  .nav_links {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    scroll-behavior: smooth;
    transition: max-height 0.3s ease;
  }
  .nav_links li {
    width: 90%;
  }
  .nav_links li a {
    color: #545454;
    border-bottom: 1px solid #545454;
    font-weight: bold;
    font-size: 18px;
    line-height: 3rem;
  }

  .nav_links li a:last-child {
    border-bottom: none;
  }
  #fa_home {
    display: none;
    border: none;
  }
  .sub_menu {
    width: 100%;
    max-height: 0px;
    position: initial;
    background-color: #fff;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: block;
  }
  .nav_links li > .sub_menu {
    opacity: 1;
    visibility: visible;
  }
  .sub_menu .sub_menu {
    width: 100%;
    transition: max-height 0.3s ease;
    overflow-y: auto;
  }

  .sub_menu .sub_menu li {
    width: 100%;
  }
  .sub_menu .sub_menu li a {
    width: 100%;
    font-size: 16px;
  }

  .sub_menu li a {
    font-size: 16px;
    font-weight: normal !important;
  }
  .sub_menu.show {
    max-height: 500px;
  }

  .nav_links li .fa-chevron-down {
    display: block;
    transition: 0.3s ease;
  }

  .social_icons {
    display: none;
  }
  .collage_name {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2rem;
    justify-content: space-between;
    background-color: #192f59;
    overflow: hidden;
  }

  .collage_name_sub {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .collage_name_sub h3 {
    width: 100%;
    color: #fff;
    align-items: center;
    line-height: 1.5rem;
    margin-bottom: 0;
    font-size: 16px;
  }
  .collage_name_sub a {
    display: block;
    margin-top: 10px;
  }
  .web_mail {
    display: flex;
    background-color: #e0e0e0;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .web_mail_sub a:hover {
    color: green;
  }
  .web_mail_sub a {
    color: initial;
    display: flex;
    justify-content: center;
  }
  .web_mail_sub p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .web_mail_sub h4 {
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    cursor: pointer;
  }

  .web_mail_sub h4:hover {
    color: green;
  }

  .scroll-wrapper {
    font-size: 0.875rem;
  }

  .notice-label {
    font-size: 0.9rem;
  }

  .col-md-1 {
    position: absolute;
    z-index: 1;
    flex: 0 0 auto;
    width: fit-content;
  }
  .notice-content {
    overflow: hidden;
    position: relative;
    height: 50px;
  }

  .notice-label {
    background-color: blue;
    text-align: center;
    color: white;
    font-weight: bold;
  }

  .stats-container {
    margin-top: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .madrow {
    justify-content: center;
  }

  #f-row {
    justify-content: center;
  }
  .f-card {
    width: 450px !important;
    height: 200px;
    overflow: hidden;
  }
  .card_img {
    width: 250px !important;
  }
  .container-fluid {
    z-index: 999;
  }

  /* 2nd */

  .footer {
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .footer-section {
    width: 100%;
    flex-direction: column;
  }

  #copyright {
    padding: 2px;
  }

  .company-link {
    padding-top: 10px;
  }

  .vis {
    display: block;
    padding-bottom: 15px;
  }

  #vis {
    align-items: center;
  }

  .image-sub {
    background-color: #faebd7;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
  }

  .aatestimonials_sub_content {
    width: 100%;
  }

  .hod_paragraph {
    width: 100%;
  }

  .sp_warm p {
    width: 100%;
    padding-right: 6rem;
  }

  .hod_bot p {
    display: flex;
    justify-content: end;
    margin: 0;
  }

  #text_p {
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
  }

  .noticebar-marquee {
    height: 299px;
    width: 100%;
  }

  .noticebar-marquee:hover {
    color: aquamarine;
  }
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .board-notice-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .header_pi {
    width: 96% !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .home_noticebar-marquee {
    height: 200px;
  }
}
