/* NEW CSS START  */
#navbar ul {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .mobile-nav-toggle {
    display: none;
  }
}

@media (max-width: 991px) {
  #navbar {
    position: relative;
  }

  #navbar ul {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-radius: 4px;
    padding: 10px 0;
    flex-direction: column !important;
    /* Vertical stack */
  }

  #navbar ul li {
    width: 100%;
    text-align: left;
  }

  #navbar ul li a {
    padding: 10px 20px;
    display: block;
  }

  #navbar .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    background: #f9f9f9;
  }

  #navbar .dropdown > .dropdown-active {
    display: block !important;
  }

  .mobile-nav-toggle {
    display: block !important;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }

  #navbar.navbar-mobile ul {
    display: flex !important;
  }

  body {
    overflow-x: hidden;
  }
}

.column-title {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.column-title::after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #ffc107;
  width: 50px;
  margin-left: 10px;
  vertical-align: middle;
}

.clients-logo {
  overflow: hidden;
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.clients-logo img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

.clients-logo:hover {
  border-color: #ffc107;
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

.clients-logo:hover img {
  transform: scale(1.05);
}

/* news section ke links ka default colour */
.col-md-6 table a {
  color: inherit;
  text-decoration: none;
}

/* news section link color change */
.col-md-6 table a:hover {
  color: #1c87c9;
  text-decoration: none;
}

/* topbar bg & text color */
#topbar {
  background-color: #ad1409;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 0;
}

#topbar a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
  font-style: normal;
}

#topbar a:hover {
  color: #f4d03f;
}

#topbar i {
  color: #ffffff;
  margin-right: 5px;
}
.principal-img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.principal-img:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.MS-content .item {
  text-align: center;
  transition: transform 0.4s ease;
}

.MS-content .item .student-img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: inline-block;
}

.MS-content .item .student-name {
  display: block;
  text-align: center;
  transition: transform 0.4s ease, color 0.4s ease;
}

.MS-content .item:hover {
  transform: scale(1.05);
}

.MS-content .item:hover .student-img {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border-color: #f4a036;
}

.MS-content .item:hover .student-name {
  transform: scale(1.05);
  color: #0d6efd;
}

.header-search input.form-control {
  border-radius: 4px;
  padding: 3px 8px;
  height: 30px;
  width: 150px;
  font-size: 13px;
}

.header-search button {
  border-radius: 4px;
  padding: 3px 10px;
  height: 30px;
  font-size: 13px;
}

@media (max-width: 992px) {
  .header-search {
    display: none !important;
  }
  .header-search2 {
    display: block !important;
  }

}
@media (min-width: 993px) {
  .header-search2 {
    display: none !important;
  }
   .w-90{
    width: 23% !important;
  }
}

/* read more button about section */
.btn-border-yellow {
  background-color: transparent;
  color: #000;
  border: 2px solid #ad1409;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-border-yellow:hover {
  background-color: #ad1409;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* read more button news section */
.btn-yellow-hover2 {
  background-color: transparent;
  color: #000;
  border: 2px solid #ffc107;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-yellow-hover2:hover {
  background-color: #ffc107;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Principal section read more button */
.btn-yellow-hover3 {
  background-color: transparent;
  color: white;
  border: 2px solid #ad1409;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-yellow-hover3:hover {
  background-color: #ad1409;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#news-scroll-container:hover #news-table {
  animation-play-state: paused;
}
/* sab links ka normal style */
#navbar ul li a {
  display: inline-block;
  padding: 8px 15px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease; /
}

#navbar ul li a:hover {
  background-color: #ad1409;
  color: #fff !important;
  border-radius: 4px;
}
/* News / Announcements  */
.divMarq {
  overflow: hidden;
  position: relative;
  height: 56px;
  line-height: 50px;
  text-align: center;
}

.pMarq {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

#news-table a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

#news-table a:hover {
  color: #e74c3c;
  text-decoration: u;
}

.other-links-img {
  width: 100%;
  height: auto;
  max-height: 80px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.other-links-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
/* About school heading */

.about-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  cursor: pointer;
}

.about-top {
  font-size: 2.2rem;
  font-weight: 800;
  color: #004c66;
  text-transform: uppercase;
  line-height: 1;
  transition: text-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.about-bottom {
  font-size: 2.2rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #004c66;
  text-transform: uppercase;
  line-height: 1;
  transition: text-shadow 0.3s ease, transform 0.3s ease;
}

.about-heading:hover .about-top,
.about-heading:hover .about-bottom {
  text-shadow: 0 0 10px rgba(0, 76, 102, 0.8), 0 0 20px rgba(0, 76, 102, 0.6);
  transform: scale(1.05);
}

/* CAREER COUNLING SECTION CSS  */
.career-counseling-section {
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
  color: #fff;
}
.career-counseling-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.career-counseling-section .row {
  position: relative;
  z-index: 1;
}

.career-counseling-text {
  text-align: left;
}
.career-counseling-heading {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  transition: text-shadow 0.3s ease, transform 0.3s ease;
}
.career-counseling-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 20px;
}
.career-counseling-img img {
  border-radius: 5%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* CAREER COUNSLING SECTION CSS END */
/* Principal's desk heading */
.principal-heading {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px #004c66;
  letter-spacing: 2px;
  text-align: center;

  cursor: pointer;
  transition: text-shadow 0.3s ease, transform 0.3s ease;
}

.principal-heading:hover {
  text-shadow: 0 0 10px rgba(0, 76, 102, 0.8), 0 0 20px rgba(0, 76, 102, 0.6);
  transform: scale(1.05); /* हल्का zoom */
}

/* Topper's Section heading */
.dual-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  cursor: pointer;
}

.top-text {
  font-size: 2.5rem;
  font-weight: 800;
  color: #004c66;
  text-transform: uppercase;
  line-height: 1;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.bottom-text {
  font-size: 2.5rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #004c66;
  text-transform: uppercase;
  line-height: 1;
  transition: text-shadow 0.3s ease;
}

.dual-heading:hover .top-text {
  text-shadow: 0 0 10px rgba(0, 76, 102, 0.8), 0 0 20px rgba(0, 76, 102, 0.6);
}

.dual-heading:hover .bottom-text {
  text-shadow: 0 0 10px rgba(0, 76, 102, 0.8), 0 0 20px rgba(0, 76, 102, 0.6);
}

/* Breadcrumb section */


.breadcrumb-wrapper {
  position: relative;
  z-index: 2;
}

.breadcrumb-wrapper h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}

.breadcrumb-list li {
  margin: 0 5px;
  font-size: 0.95rem;
}

.breadcrumb-list li a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-list li::after {
  content: none;
  margin-left: 5px;
}

.breadcrumb-list li:last-child::after {
  content: none;
}

/* Staff page css */
.table-header-red {
  background-color: #ad1409;
}
.table-header-red th {
  color: white !important;
}

#basicSlider2 .MS-content {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Class X Toppers  card styles */
.topper-card {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #df0707;
  /* padding: 15px; */
  text-align: center;
  width: 150px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.topper-card:hover {
  border-color: #1c87c9;
  box-shadow: 0 0 15px rgba(28, 135, 201, 0.3);
  transform: none !important;
}

.topper-img {
  width: 100%;
  max-width: 170px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 10px auto;
  display: block;
}

.topper-name {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  display: block;
}

/* Class XII card styles */
/* current animation */

.toppersXII-track {
  display: flex;
  gap: 20px;
  animation: toppersScroll 20s linear infinite;
}

/* pause on hover */
.toppersXII-wrapper:hover .toppersXII-track {
  animation-play-state: paused;
}

@keyframes toppersScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.toppersXII-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.toppersXII-track {
  display: flex;
  gap: 15px;
  animation: slideX 15s linear infinite;
}


.toppersXII-card {
  flex: 0 0 auto;
  background: #fff;
  border: 2px solid #df0707;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  width: 180px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}


.toppersXII-card img {
  width: 80%;
  border: 2px solid #555;
  border-radius: 8px;
  display: block;
  margin: 0 auto 10px auto;
}


.toppersXII-card span {
  display: block;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}


.toppersXII-card:hover {
  border-color: #1c87c9;
  box-shadow: 0 0 10px rgba(28, 135, 201, 0.4), 0 0 20px rgba(28, 135, 201, 0.3);
  transform: none !important;
}


@keyframes slideX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .toppersXII-card {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .toppersXII-card {
    width: 130px;
  }
}

@keyframes slideDownNews {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.news-card-animate {
  animation: slideDownNews 1s ease-out forwards;
}

@keyframes slideUpOtherLinks {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.other-links-card-animate {
  animation: slideUpOtherLinks 1s ease-out forwards;
}

@keyframes slideUpHero {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero-slide-up {
  animation: slideUpHero 1.2s ease-out forwards;
}

/* Latest Updates Section Styles */
.latest-updates-heading{
    background-color: antiquewhite;
}
.fancy-section-heading {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1px;
}

.fancy-section-heading::before,
.fancy-section-heading::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.fancy-section-heading::before {
  left: -60px;
}
.fancy-section-heading::after {
  right: -60px;
}

.pill-heading {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  width: 25vh;
  transition: all 0.3s ease;
}

.news_design_box.blue_theme .pill-heading {
  background: #ad1409;
}
.news_design_box.yellow_theme .pill-heading {
  background: #ad1409;
  color: #000;
}
.news_design_box.orange_theme .pill-heading {
  background: #ad1409;
}

.news_design_box {
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news_design_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);

}

.list_control.common_height,
.common_height {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 5px;
}


.list_control.common_height::-webkit-scrollbar,
.common_height::-webkit-scrollbar {
  width: 6px;
}
.list_control.common_height::-webkit-scrollbar-thumb,
.common_height::-webkit-scrollbar-thumb {
  background: rgba(3, 8, 37, 0.2);
  border-radius: 3px;
}


.btn_theme {
  width: 14vh;
  margin-top: 10px;
  padding: 6px 15px;
  font-size: 0.85rem;
  color: #fff;
  background: #df0707;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}
.btn_theme:hover {
  color: #fff;
  background: #b30505;
}

/* gallary section slide */
/* wrapper to anchor arrows */
.gallery-wrapper {
  position: relative;
}

/* arrows */
.gallery-arrow {
  position: absolute;
  top: 50%;
      background: rgba(255,255,255,0.9);

  transform: translateY(-50%);
  border: none;

  font-size: 2rem;
  padding: 6px 12px;

  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 5;
}



/* position left/right */
.left-arrow {
  left: -50px; /* push into empty margin */
}

.right-arrow {
  right: -50px;
}

/* responsive tweak */
@media (max-width:768px){
  .left-arrow { left: 0; }
  .right-arrow { right: 0; }
}

#sp-explore-college-gallery {
  padding: 60px 0;
  background: #f8f9fa;
}

.gallery-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333;
}

.gallery-slider .gallery-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.gallery-slider .gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-slider .gallery-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 220px;
}

.gallery-title {
  display: block;
  padding: 10px;
  font-size: 1rem;
  color: #444;
}

#event-gallery {
  padding: 40px 0;
  background: #f9f9f9;
}

.gallery-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  background-color: lightgoldenrodyellow;
}

.gallery-slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  cursor: grab;
  user-select: none;
}

.gallery-slider.active {
  cursor: grabbing;
}

.gallery-slider::-webkit-scrollbar {
  display: none;
}
.gallery-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gallery-item {
  flex: 0 0 auto;
  width: 220px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  display: block;
}

.gallery-item span {
  display: block;
  padding: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.gallery-item:hover {
  box-shadow: 0 0 10px rgba(28, 135, 201, 0.3), 0 0 20px rgba(28, 135, 201, 0.2);
}
/* Alumni section css */
.fancy-heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancy-heading {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 2px;

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.fancy-heading::before,
.fancy-heading::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.fancy-heading::before {
  left: -60px;
}

.fancy-heading::after {
  right: -60px;
}

.entry-main-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 40vh;
}

.achievements-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.achievements-track {
  display: flex;
  gap: 15px;
  animation: scrollSlider 20s linear infinite;
}

.achieve-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  flex: 0 0 32%; /* show 3 items per view */
}

.achieve-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.achieve-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.achieve-card .session {
  display: block;
  font-size: 0.7rem;
  color: #666;
}

.achieve-card .game {
  display: block;
  font-size: 0.8rem;
  color: #333;
  font-weight: 500;
}
/* Existing track animation */
.achievements-track {
  display: flex;
  gap: 15px;
  animation: achievementsScroll 20s linear infinite;
}

/* Stop animation on hover */
.achievements-slider:hover .achievements-track {
  animation-play-state: paused;
}

/* Scroll keyframes */
@keyframes achievementsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 992px) {
  .achieve-card {
    flex: 0 0 48%;
  }
}

@media (max-width: 576px) {
  .achieve-card {
    flex: 0 0 80%;
  }
}

/* event section css */
.upcoming-events-heading{
    background-color: antiquewhite;
}
.events-slider {
  overflow: hidden;
  position: relative;
}
.upcoming-events {
  background-color: lightgoldenrodyellow;
}
.events-track {
  display: flex;
  gap: 20px;
  animation: eventScroll 20s linear infinite;
}

.event-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex: 0 0 30%;
  text-align: center;
  position: relative;
}

.event-image {
  position: relative;
}

.event-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.event-date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: orange;
  color: #fff;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 15px;
  font-weight: 600;
}

.event-title {
  font-size: 1rem;
  font-weight: 700;
  color: #003366;
  margin: 10px 0 5px 0;
}

.event-location {
  display: inline-block;
  font-size: 0.9rem;
  color: #ffffff;
  background: #ad1409;
  /* background: linear-gradient(to right, #f7b733, #fc4a1a); */
  padding: 5px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}
/* Stop animation on hover */
.events-slider:hover .events-track {
  animation-play-state: paused;
}

@keyframes eventScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .event-card {
    flex: 0 0 45%;
  }
}

@media (max-width: 576px) {
  .event-card {
    flex: 0 0 80%;
  }
}

/* FAQ section css  */
.FAQ-section{
    background-color: antiquewhite;
}
.faq-heading {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(90deg, #ff6b6b, #f7d794);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.faq-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #ff6b6b;
  border-radius: 3px;
  margin: 0.5rem auto 0;
}

.faq-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s;
}
.faq-item .accordion-button {
  background-color: #fff;
  font-weight: 600;
  border-radius: 0;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
}


.faq-item .accordion-body {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  color: #555;
}

#sa-achievements {
  padding: 50px 15px;
}

.sa-gallery-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #003366;
  margin-bottom: 40px;
  position: relative;
}
.sa-gallery-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  margin: 10px auto 0;
  border-radius: 2px;
}

.sa-slider-wrapper {
  /* overflow: hidden; */
  position: relative;
}

.sa-slider-track {
  display: flex;
  gap: 20px;
  animation: sa-scroll 20s linear infinite;
}

.sa-item {
  flex: 0 0 40%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sa-item img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.sa-item span {
      display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 11.5px;
    color: #003366;
    background: #e5c1c496;
    border-radius: 0px 0px 13px 13px;
}

.sa-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
/* Stop animation on hover */
.sa-slider-wrapper:hover .sa-slider-track {
  animation-play-state: paused;
}

@keyframes sa-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 992px) {
  .sa-item { flex: 0 0 45%; }
}

@media (max-width: 576px) {
  .sa-item { flex: 0 0 80%; }
}

/* Blog section index page css */
.blog-slider-container {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.blog-slider-wrapper {
    overflow: hidden;
    flex: 1;
}

.blog-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}

.blog-slider::-webkit-scrollbar { display: none; }
.blog-slider { -ms-overflow-style: none; scrollbar-width: none; }

.blog-arrow {
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 2rem;
    padding: 10px;

    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.left-arrow { order: -1; }
.right-arrow { order: 1; }


.blog-section .section-heading {
  background: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
}

.blog-section {
  padding: 0 0;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.blog-section .section-heading h5.dash-style {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #ff6b6b;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.blog-section .section-heading h5.dash-style::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #ff6b6b;
  margin: 8px auto 0;
  border-radius: 2px;
}

.blog-section .section-heading h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #333;
}

.blog-section .section-heading p {
  color: #666;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

.blog-section .post {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 21rem;
}

.blog-section .post:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.blog-section .post .feature-image img {
  width: 100%;
  height: 220px;
  object-fit: fill;
  transition: transform 0.4s ease;
}

.blog-section .post:hover .feature-image img {
  transform: scale(1.05);
}

.blog-section .post .entry-content {
  padding: 0px 20px;
}

.blog-section .post .entry-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
  transition: color 0.3s ease;
}

.blog-section .post .entry-content h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-section .post .entry-content h3 a:hover {
  color: #ff6b6b;
}

.blog-section .post .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
  color: #999;
}

.blog-section .post .entry-meta a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-section .post .entry-meta a:hover {
  color: #ff6b6b;
}

@media (max-width: 992px) {
  .blog-section .section-heading h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .blog-section .section-heading h2 {
    font-size: 1.7rem;
  }
  .blog-section .post .feature-image img {
    height: 180px;
  }
}

.blogpage-section {
  /* padding: 80px 0; */
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

/* Heading */
.blogpage-heading h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}
.blogpage-heading p {
  color: #777;
  margin-bottom: 40px;
}

/* Blog posts */
.blogpage-post {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blogpage-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
.blogpage-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blogpage-post:hover .blogpage-image img {
  transform: scale(1.05);
}
.blogpage-content {
  padding: 20px;
}
.blogpage-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.blogpage-content h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blogpage-content h3 a:hover {
  color: #ff6b6b;
}
.blogpage-meta {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 10px;
}
.blogpage-meta span {
  margin-right: 15px;
}
.blogpage-meta i {
  margin-right: 5px;
  color: #ff6b6b;
}
.blogpage-content p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 15px;
}
.blogpage-readmore {
  display: inline-block;
  padding: 8px 18px;
  background: #ad1409;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.blogpage-readmore:hover {
  background: #ad1409;
  color: #ffffff;
}
.Sidebartext{
    color: #ad1409;
}

/* Responsive */
@media (max-width: 992px) {
  .blogpage-heading h1 {
    font-size: 2.5rem;
  }
  .blogpage-image img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .blogpage-heading h1 {
    font-size: 2rem;
  }
  .blogpage-image img {
    height: 180px;
  }
}

/* === SINGLE POST SECTION === */
.single-post-section {
  background: #fafafa;
  /* padding: 60px 0; */
  font-family: 'Poppins', sans-serif;
}

.single-post-inner .primary {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Feature image */
.single-post-inner .feature-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 25px;
}

/* Post content */
.single-content-wrap h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.single-content-wrap p {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Blockquote */
.single-content-wrap blockquote {
  border-left: 4px solid #ad1409;
  background: #f9f9f9;
  padding: 20px 25px;
  margin: 25px 0;
  font-style: italic;
  color: #444;
  border-radius: 5px;
}

/* Tags */
.meta-wrap .tag-links a {
  display: inline-block;
  background: #f1f1f1;
  color: #555;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.meta-wrap .tag-links a:hover {
  background: #ad1409;
  color: #fff;
}

/* Social icons under post */
.post-socail-wrap .social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}

.post-socail-wrap .social-icon a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(173,20,9,0.1);
  color: #ad1409;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.post-socail-wrap .social-icon a:hover {
  background: #ad1409;
  color: #fff;
}

/* Author box */
.author-wrap {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.author-wrap .author-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.author-wrap .author-content h3 {
  margin: 0 0 10px;
  font-weight: 700;
}

.author-wrap .button-text {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  color: #ad1409;
  text-decoration: none;
}

.author-wrap .button-text:hover {
  text-decoration: underline;
}

/* Comments */
.comment-area {
  margin-top: 40px;
}

.comment-area .comment-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
}

.comment-area-inner ol {
  list-style: none;
  padding-left: 0;
}

.comment-area-inner li {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.comment-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comment-content {
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 8px;
  flex: 1;
}

.comment-content .author-name {
  font-weight: 700;
  margin: 0 0 5px;
  color: #333;
}

.comment-content .post-on {
  font-size: 0.8rem;
  color: #777;
  margin-left: 5px;
}

.comment-content .reply {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.85rem;
  color: #ad1409;
  text-decoration: none;
}

.comment-content .reply:hover {
  text-decoration: underline;
}

/* Comment form */
.comment-form-wrap {
  margin-top: 30px;
}

.comment-form-wrap .comment-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
}

.comment-form label {
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="submit"],
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.comment-form input[type="submit"] {
  background: #ad1409;
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background: #8c1007;
}

/* Post navigation */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}

.post-navigation a {
  display: block;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  transition: background 0.3s ease;
}

.post-navigation a:hover {
  background: #ad1409;
  color: #fff;
}

.nav-label {
  display: block;
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 5px;
}

.nav-title {
  font-weight: 600;
}

/* Sidebar */
.secondary .sidebar {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}


.widget-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  border-left: 4px solid #ad1409;
  padding-left: 10px;
}

.widget-content p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Recent posts in sidebar */
.widget-post-thumb ul {
  list-style: none;
  padding: 0;

  margin: 0;
}

.widget-post-thumb li {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;

}
.Sidebartext{
    color: #ad1409;
}
.widget-post-thumb .post-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  object-fit: cover;
}

.widget-post-thumb .post-content h5 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 5px;

}

.widget-post-thumb .entry-meta {
  font-size: 0.8rem;
  color: #777;
}

/* Sidebar social icons */
.widget_social .social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.widget_social .social-icon a {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(173,20,9,0.1);
  color: #ad1409;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.widget_social .social-icon a:hover {
  background: #ad1409;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .single-post-inner .feature-image img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .author-wrap {
    flex-direction: column;
    text-align: center;
  }
  .author-wrap .author-thumb img {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .single-post-section {
    padding: 40px 0;
  }
  .single-post-inner .primary {
    padding: 20px;
  }
  .single-content-wrap h3 {
    font-size: 1.3rem;
  }
  .single-post-inner .feature-image img {
    height: 200px;
  }
}

section .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

section .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#homeCarousel .carousel-item {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    position: relative; /* for overlay */

}
#homeCarousel .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* black overlay 40% opacity */
  z-index: 1; /* overlay above background */
}
#homeCarousel .carousel-caption-left {
position: absolute;
    top: 66%;
    left: 0%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    background: #00000061;
    width: 100% !important;
    padding: 0px 35px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.carousel-item {
  height: 400px; /* adjust height */
  background-size: cover;
  background-position: center;
  /* position: relative; */
}

.carousel-caption-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

/* right column box */
.ts-features {
  background: rgba(255,255,255,0.8);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  height: 100%;
}

/* button style */
.btn-border-yellow {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ad1409;
  color: #ad1409;
  font-weight: 800;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.btn-border-yellow:hover {
  background-color: #ad1409;
  color: #fff;
  text-decoration: none;
}
/* Header search icon */
.search-button{
    color: #FFFFFF;
background-color: #ad1409;}
.search-button:hover{
    color: #FFFFFF;
}
/* Trasfer certificate page button css  */
.transfer-certificate{
  color: #ffffff;
  background-color: #ad1409;
}
.transfer-certificate:hover{
  color: #FFFFFF;
}
/* LAB PHYSICS CSS */
/* Lab Section Base */
.lab-section {
  padding: 60px 20px;
  background-color: #eef9f1;  /* light greenish background */
}

.lab-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Image Column */
.lab-image-column {
  flex: 1 1 50%;
}

.lab-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.lab-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Swiper Pagination Styling */
.lab-slider .swiper-pagination-bullet {
  background: #ad1409;
  opacity: 0.7;
}

.lab-slider .swiper-pagination-bullet-active {
  background: #ff6b6b;
  opacity: 1;
}

/* Description Column */
.lab-description-column {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
}

.lab-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.lab-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.lab-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .lab-row {
    flex-direction: column;
  }
  .lab-image-column,
  .lab-description-column {
    flex: 1 1 100%;
  }
}
/* CHEMISTRY PAGE CSS  */

.chemistrylab-section {
  background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Slider */
.chemistrylab-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.chemistrylab-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Swiper Pagination Bullets */
.chemistrylab-slider .swiper-pagination-bullet {
  background: #4e79ff;
  opacity: 0.7;
}

.chemistrylab-slider .swiper-pagination-bullet-active {
  background: #2f59d6;
  opacity: 1;
}

/* Description Box */
.chemistrylab-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.chemistrylab-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.chemistrylab-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .chemistrylab-description {
    margin-top: 20px;
  }
}
/* BIOLOGY PAGE CSS */
/* Section Background */
.biologylab-section {
  background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Slider */
.biologylab-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.biologylab-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Swiper Pagination Bullets */
.biologylab-slider .swiper-pagination-bullet {
  background: #28a745;
  opacity: 0.7;
}

.biologylab-slider .swiper-pagination-bullet-active {
  background: #1e7c34;
  opacity: 1;
}

/* Description Box */
.biologylab-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.biologylab-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.biologylab-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .biologylab-description {
    margin-top: 20px;
  }
}

/* SOCIAL SCIENCE LAB PAGE CSS */
/* Section Background */
.sociallab-section {
  background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Slider */
.sociallab-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.sociallab-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Swiper Pagination Bullets */
.sociallab-slider .swiper-pagination-bullet {
  background: #0d6efd;
  opacity: 0.7;
}

.sociallab-slider .swiper-pagination-bullet-active {
  background: #084298;
  opacity: 1;
}

/* Description Box */
.sociallab-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.sociallab-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.sociallab-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .sociallab-description {
    margin-top: 20px;
  }
}
/* MATH LAB CSS */
/* Section Background */
.mathslab-section {
  background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Slider */
.mathslab-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.mathslab-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Swiper Pagination Bullets */
.mathslab-slider .swiper-pagination-bullet {
  background: #ff7b00;
  opacity: 0.7;
}

.mathslab-slider .swiper-pagination-bullet-active {
  background: #cc6300;
  opacity: 1;
}

/* Description Box */
.mathslab-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.mathslab-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.mathslab-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .mathslab-description {
    margin-top: 20px;
  }
}
/* COMPUTER LAB PAGE CSS */

.computerlab-section {
    background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Slider */
.computerlab-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.computerlab-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Swiper Pagination Bullets */
.computerlab-slider .swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.7;
}

.computerlab-slider .swiper-pagination-bullet-active {
  background: #0056b3;
  opacity: 1;
}

/* Description Box */
.computerlab-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.computerlab-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.computerlab-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .computerlab-description {
    margin-top: 20px;
  }
}
/* LANGUAGE LAB PAGE CSS  */
/* Section Background */
.languagelab-section {
  background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Slider */
.languagelab-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.languagelab-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Swiper Pagination Bullets */
.languagelab-slider .swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.7;
}

.languagelab-slider .swiper-pagination-bullet-active {
  background: #0056b3;
  opacity: 1;
}

/* Description Box */
.languagelab-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.languagelab-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.languagelab-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .languagelab-description {
    margin-top: 20px;
  }
}
/* LAB ROBOTICS PAGE CSS  */

.roboticslab-section {
   background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Slider */
.roboticslab-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.roboticslab-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Swiper Pagination Bullets */
.roboticslab-slider .swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.7;
}

.roboticslab-slider .swiper-pagination-bullet-active {
  background: #0056b3;
  opacity: 1;
}

/* Description Box */
.roboticslab-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.roboticslab-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.roboticslab-description b {
  display: block;
  color: #444;
  font-weight: 600;
  margin-bottom: 5px;
}

.roboticslab-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .roboticslab-description {
    margin-top: 20px;
  }
}
/* GUIDENCE PAGE CSS */

.guidance-section {
 background-color: #eef9f1;  /* light greenish background */
   padding: 60px 0;
}

/* Image Box */
.guidance-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.guidance-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Description Box */
.guidance-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.guidance-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.guidance-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.guidance-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #ad1409;
  transition: color 0.3s ease;
}

.guidance-link:hover {
  color: #0056b3;
}

/* Responsive */
@media (max-width: 992px) {
  .guidance-description {
    margin-top: 20px;
  }
}
/* CAREER PATH PAGE CSS */

.career-section {
   background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Image Box */
.career-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.career-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Text Box */
.career-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.career-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.career-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 12px;
}

.career-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #ad1409;
  transition: color 0.3s ease;
}

.career-link:hover {
  color: #0056b3;
}

/* Responsive */
@media (max-width: 992px) {
  .career-description {
    margin-top: 20px;
  }
}
/* NDA PAGE CSS */

.nda-cell-section {
   background-color: #eef9f1;  /* light greenish background */
  padding: 60px 0;
}

/* Image Box */
.nda-cell-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.nda-cell-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Text Box */
.nda-cell-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.nda-cell-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ad1409;
  margin-bottom: 15px;
}

.nda-cell-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 12px;
}

.nda-cell-description ul {
  padding-left: 20px;
  margin: 0;
}

.nda-cell-description ul li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .nda-cell-description {
    margin-top: 20px;
  }
}
/* ART & CRAFT PAGE CSS  */

.art-craft-section {
  background-color: #f9f9ff;
  padding: 60px 0;
}

/* Slider Box (just to add shadow/round edges) */
.art-craft-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Description Box */
.art-craft-description {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.art-craft-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 15px;
}

.art-craft-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 12px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .art-craft-description {
    margin-top: 20px;
  }
}
/* MUSIC ROOM PAGE CSS  */
.achievements-section {
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0;
}

.achievements-heading h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 40px;
  color: #333;
}

.achievements-post {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.achievements-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.achievements-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.achievements-post:hover .achievements-image img {
  transform: scale(1.05);
}

.achievements-content {
  padding: 20px;
}

.achievements-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
  transition: color 0.3s ease;
}

.achievements-content h3 a {
  color: inherit;
  text-decoration: none;
}

.achievements-content h3 a:hover {
  color: #ff6b6b;
}

.achievements-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 10px;
}

.achievements-meta i {
  margin-right: 5px;
}

.achievements-meta a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.achievements-meta a:hover {
  color: #ff6b6b;
}

.achievements-readmore {
  color: #ff6b6b;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.achievements-readmore:hover {
  color: #333;
}

@media (max-width: 992px) {
  .achievements-heading h1 {
    font-size: 2rem;
  }
  .achievements-image img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .achievements-heading h1 {
    font-size: 1.7rem;
  }
  .achievements-image img {
    height: 180px;
  }
}
/* ARCHIVEMENT STORIES PAGE CSS  */
.successstories-section {
  background: #fafafa;
  font-family: 'Poppins', sans-serif;
}

.successstories-inner .successstories-primary {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Feature image */
.successstories-inner .successstories-feature img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 25px;
}

/* Content */
.successstories-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.successstories-content p {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Sidebar */
.successstories-secondary .successstories-sidebar {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.successstories-widget {
  margin-bottom: 30px;
}

.successstories-widget-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  border-left: 4px solid #ad1409;
  padding-left: 10px;
}

/* Recent stories */
.successstories-postlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.successstories-postlist li {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.successstories-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  object-fit: cover;
}

.successstories-posttext h5 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 5px;
}

.successstories-entrymeta {
  font-size: 0.8rem;
  color: #777;
}

/* Social icons */
.successstories-socialwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.successstories-social {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(173,20,9,0.1);
  color: #ad1409;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.successstories-social:hover {
  background: #ad1409;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .successstories-inner .successstories-feature img {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .successstories-inner .successstories-primary {
    padding: 20px;
  }
  .successstories-content h3 {
    font-size: 1.3rem;
  }
  .successstories-inner .successstories-feature img {
    height: 200px;
  }
}
/* NCC & SPORTS PAGE CSS */
.ncc-activities-section {
   background-color: #eef9f1;  /* light greenish background */
  padding-top: 60px;
  padding-bottom: 60px;
}

.ncc-main-img {
  width: 100%;
  max-width: 800px;  /* image की width limit */
  height: auto;
  border-radius: 12px; /* rounded corners */
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.ncc-section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #222;
}

.ncc-section-desc {
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 800px;  /* description की width limit */
  margin: 0 auto;    /* center */
  color: #555;
  text-align: center;
}
/* NCC PROGRAM PAGE CSS */
.nccprogram-section {
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.nccprogram-heading h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.nccprogram-subtitle {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Card wrapper */
.nccprogram-post {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

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

/* Feature image */
.nccprogram-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 4px solid #ad1409; /* accent border */
}

/* Content */
.nccprogram-content {
  padding: 20px;
}

.nccprogram-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.nccprogram-content h3 a {
  text-decoration: none;
  color: inherit;
}

.nccprogram-meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 15px;
}

.nccprogram-content p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Read More */
.nccprogram-readmore {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ad1409;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nccprogram-readmore:hover {
  color: #ad1409;
}
/* NCC PROGRAM DETAILS PAGE CSS */
.nccdetails-post-wrapper {
  display: flex;
  align-items: center;
  gap: 15px; /* image and text gap */
  margin-bottom: 15px;
}
.nccprogramdetail-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.nccprogramdetail-feature-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.nccprogramdetail-content-wrap {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.nccprogramdetail-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.nccprogramdetail-content-wrap p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.widget-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.widget-post-thumb ul li {
  display: flex;
  margin-bottom: 15px;
}

.widget-post-thumb .post-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}

.sidebar .social-icon {
  margin-bottom: 10px;
}

.nccdetails-section {
  background: #f4f6f8;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0;
}

.nccdetails-primary {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.nccdetails-latest-post ul {
  list-style: none; /* dots remove */
  padding: 0;        /* default padding remove */
  margin: 0;         /* default margin remove */
}

/* Feature image */
.nccdetails-feature-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 25px;

}

/* Content */
.nccdetails-content-wrap h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #f03c02;
  margin-bottom: 20px;
  border-left: 6px solid #ad1409;
  padding-left: 12px;
}

.nccdetails-content-wrap p {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Sidebar */
.nccdetails-widget-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a2b4c;
  border-bottom: 2px solid #ad1409;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.nccdetails-post-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
  border: 2px solid #eee;
}

.nccdetails-post-content h5 a {
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}

.nccdetails-post-content h5 a:hover {
  color: #ad1409;
}

/* SPORTS VARIETY PAGE CSS  */
.sportsvariety-section {
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.sportsvariety-heading h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.sportsvariety-subtitle {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Card wrapper */
.sportsvariety-post {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

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

/* Feature image */
.sportsvariety-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 4px solid #ad1409; /* accent border */
}

/* Content */
.sportsvariety-content {
  padding: 20px;
}

.sportsvariety-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.sportsvariety-content h3 a {
  text-decoration: none;
  color: inherit;
}

.sportsvariety-meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 15px;
}

.sportsvariety-content p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Read More */
.sportsvariety-readmore {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ad1409;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sportsvariety-readmore:hover {
  color: #8b0f07;
}
/* SPORTS VARIETY PAGE CSS  */
.sportsvarietydetails-section {
  background: #f4f6f8;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0;
}

.sportsvarietydetails-primary {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Feature image */
.sportsvarietydetails-feature-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 25px;
}

/* Content */
.sportsvarietydetails-content-wrap h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2b4c;
  margin-bottom: 20px;
  border-left: 6px solid #ad1409;
  padding-left: 12px;
}

.sportsvarietydetails-content-wrap p {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Sidebar */
.sportsvarietydetails-widget-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a2b4c;
  border-bottom: 2px solid #ad1409;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.sportsvarietydetails-post-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
  border: 2px solid #eee;
}

.sportsvarietydetails-post-content h5 a {
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}

.sportsvarietydetails-post-content h5 a:hover {
  color: #ad1409;
}
/* SchoolCouncil&Clubs Page Css */
.schoolcouncil-section {
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0;
}

.schoolcouncil-heading h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a2b4c;
  margin-bottom: 10px;
}

.schoolcouncil-heading p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* Card Style */
.schoolcouncil-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

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

.schoolcouncil-card-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 4px solid #ad1409;
}

.schoolcouncil-card-content {
  padding: 20px;
}

.schoolcouncil-card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a2b4c;
  margin-bottom: 10px;
}

.schoolcouncil-card-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.schoolcouncil-readmore {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ad1409;
  text-decoration: none;
  transition: color 0.3s ease;
}

.schoolcouncil-readmore:hover {
  color: #1a2b4c;
}
/* Section Header */
.faculty-section .section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.faculty-section .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
}

.faculty-section .section-header h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    border-radius: 2px;
}

/* Faculty Category */
.faculty-section .faculty-category {
    margin-bottom: 50px;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

/* Table Styling */
.faculty-section .table-responsive {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.faculty-section .table {
    width: 100%;
    margin-bottom: 0;
    border: none;
    background: white;
}

.faculty-section .table thead th {
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 18px 15px;
    border: none;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.faculty-section .table tbody td {
    padding: 16px 15px;
    border: none;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
    font-size: 0.95rem;
    color: #5a6c7d;
    transition: all 0.3s ease;
}
.text-gray{
     color: #5a6c7d !important;
    font-weight: 500;
}
.text-red {
    color: #e74c3c !important;
    font-weight: 500;
}

.text-green {
    color: #27ae60 !important;
    font-weight: 500;
}

/* Empty State Styling */
.faculty-section .empty-row td {
    text-align: center;
    color: #7f8c8d !important;
    font-style: italic;
    padding: 40px 20px !important;
    background: #f8f9fa !important;
    font-size: 1.1rem;
}

.faculty-section .empty-row td::before {
    content: "📝";
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faculty-section .faculty-category:nth-child(3) {
    animation-delay: 0.4s;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faculty-section {
        padding: 50px 0;
    }

    .faculty-section .section-header h2 {
        font-size: 2rem;
    }

    .faculty-section .section-header p {
        font-size: 1.1rem;
    }

    .faculty-section .faculty-category {
        padding: 20px;
        margin-bottom: 30px;
    }

    .faculty-section .faculty-category h3 {
        font-size: 1.5rem;
    }

    .faculty-section .table thead th,
    .faculty-section .table tbody td {
        padding: 12px 8px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .faculty-section {
        padding: 40px 0;
    }

    .faculty-section .section-header h2 {
        font-size: 1.8rem;
    }

    .faculty-section .faculty-category {
        padding: 15px;
    }

    .faculty-section .faculty-category h3 {
        font-size: 1.3rem;
    }

    .faculty-section .table thead th,
    .faculty-section .table tbody td {
        padding: 10px 6px;
        font-size: 0.85rem;
    }

    .faculty-section .table td:nth-child(2) {
        text-align: center;
    }
}

/* Print Styles */
@media print {
    .faculty-section {
        background: white !important;
        padding: 20px 0 !important;
    }

    .faculty-section .faculty-category {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
        page-break-inside: avoid;
    }

    .faculty-section .table thead th {
        background: #f8f9fa !important;
        color: #2c3e50 !important;
    }
}


/* Feedback section */
.feedback-floating {
        position: fixed;
        top : 40%;
        right: 20px;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        padding: 12px;
        width: 180px;
        text-align: center;
        z-index: 9999;
        transition: all 0.3s ease;
        animation: bounce 2s infinite ease-in-out;
    }

    .feedback-floating h5 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 6px;
        color: #222;
    }

    .feedback-floating p {
        font-size: 12px;
        color: #555;
        margin-bottom: 10px;
    }

    .feedback-floating img {
        width: 100px;
        height: 100px;
        border-radius: 6px;
    }

    .feedback-close {
        position: absolute;
        top: 6px;
        right: 8px;
        font-size: 16px;
        color: #888;
        cursor: pointer;
        transition: color 0.2s;
        z-index: 10000;
    }

    .feedback-close:hover {
        color: #000;
    }
    .item-modern{
        display: flow !important;
    }
    .breadcrumbs {
        padding: 25px 1rem !important;
    }
    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-15px);
        }
    }

    @media (max-width: 520px) {
        .feedback-floating {
            right: 20px;
            top: 65%;
            width: 150px;
            padding: 8px;
        }

        .feedback-floating img {
            width: 80px;
            height: 80px;
        }
    }
   @media (min-width: 819px) and (max-width: 854px) {
        .hero-media{
            aspect-ratio: 10 / 8.1 !important;
        }
        .slide{
            display: block !important;
        }
        .chip-hide{
            display:none;
        }
         .indicators{
            top:22rem !important;
        }
    }
     @media(width:768px){
        .hero-media{
            aspect-ratio: 10 / 9 !important;
        }
        .slide{
            display: block !important;
        }
        .chip-hide{
            display:none;
        }
    }
    @media(width:912px){
        .hero-media{
                    aspect-ratio: 9.7 / 7 !important;
        }
         .indicators{
            top:22rem !important;
        }
        .slide{
            display: block !important;
        }
        .chip-hide{
            display:none;
        }
    }
      @media(width:1024px){
        .hero-media{
            aspect-ratio: 15.7 / 10.3 !important;
        }
        .slide{
            display: block !important;
        }
        .chip-hide{
            display:none;
        }
        .image-column{
            margin-top: 110px !important;
        }
        .about-section{
            padding : 50px 0px !important;
        }
    }
    @media(width:540px){
        .indicators{
            top:19rem !important;
        }
    }
    @media(max-width:1281px){
    .download{
        top: 52% !important;
        right: 18% !important;
    }
}
@media(max-width:991px){
    .download{
        top: 62% !important;
        right: 13% !important;
    }
}

  @media (max-width:767px){
        .download {
    position: absolute !important;
    top: 62% !important;
    right: 3% !important;
    }
    }
    @media(max-width:455px){

    .download{
     position: absolute !important;
    top: 72% !important;
    right: 3% !important;
    }
    .download-hide{
        display: none ;
    }}



