@font-face {
    font-family: "PlusJakartaSans-Regular";
    src: url(../fonts/PlusJakartaSans-Regular.woff2) format("woff2"),
      url(../fonts/PlusJakartaSans-Regular.woff) format("woff");
  
    font-weight: 400;
    font-style: normal;
  }

  /* @font-face {
    font-family: "Rubik-Regular";
    src: url(../fonts/Rubik-Regular.woff2) format("woff2"),
      url(../fonts/Rubik-Regular.woff) format("woff");
  
    font-weight: 400;
    font-style: normal;
  } */

  :root {
    --transition-default: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    --ease-default: cubic-bezier(0, 0, 0.58, 1);
    --ease-out-long: cubic-bezier(0, 0.5, 0, 1);
    --ease-out-medium: cubic-bezier(0, 0.57, 0.55, 1);
    --ease-out-short: cubic-bezier(0.15, 0.7, 0.78, 1);
    --ease-elastic-1: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    --ease-elastic-2: cubic-bezier(0.68, -3, 0.27, 5);
  
    --footer-font: "PlusJakartaSans-Regular";
    /* --primary-font: "Rubik-Regular"; */

    --ocean-navbar-nav-link-padding-x: 1rem;
    --news-bg: #1a5689;
    --bs-navbar-color: #000;

    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26, 86, 137, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(255, 193, 7, 0.5);

    --ad-pro-accent: #0066cc;
    --ad-pro-muted: #6b7280;
  }

  .news-bg { background-color: var(--news-bg); color: #FFF; }

  body {
    font-family: var(--footer-font);
  }

  .top-bar {
    font-family: var(--primary-font);
    font-size: 1.2rem;
    padding: 5px 0;
  }

  .social-icons i {
    margin-left: 10px;
  }

  .header-info i {
    font-size: 1.5rem;
    margin-right: 10px;
  }

  

  .apply-now {
    padding: 8px 20px;
    border-radius: 5px;
  }

  .info-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .custom-fs-14 { font-size: 14px; }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--ocean-navbar-nav-link-padding-x) !important;
        padding-left: var(--ocean-navbar-nav-link-padding-x) !important;
    }
}

.heroBanner-slider {
  position: relative;
  overflow: hidden;
}

.heroBanner-slide {
  position: relative;
}

.heroBanner-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.heroBanner-caption {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 15px 25px;
  border-radius: 8px;
  max-width: 80%;
}

.heroBanner-caption h2 {
  font-size: 2.2rem;
  margin: 0 0 10px;
}

.heroBanner-caption p {
  font-size: 1.2rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .heroBanner-caption {
    bottom: 10%;
    left: 5%;
    padding: 10px 15px;
  }

  .heroBanner-caption h2 {
    font-size: 1.5rem;
  }

  .heroBanner-caption p {
    font-size: 1rem;
  }
}

.aboutSection {
  background-color: #e6f4ff; /* Light blue theme */
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.aboutSection .aboutSection-image-wrapper {
  max-width: 100%;
}

.aboutSection-img {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.aboutSection-content .aboutSection-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #004080;
  display: block;
  margin-bottom: 5px;
}

.aboutSection-content .aboutSection-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #002b5e;
}

.aboutSection-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.aboutSection .highlighter-winered {
  color: #9b1c31;
  font-weight: 600;
}

/* Optional Background Decorations */
.aboutSection-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/images/bg-decor1.png'), url('assets/images/bg-decor2.png');
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 150px, 120px;
  opacity: 0.15;
  z-index: 0;
}

/* Responsive Tweaks */
@media (max-width: 767.98px) {
  .aboutSection {
    padding: 50px 20px;
  }
  
  .aboutSection-content .aboutSection-title {
    font-size: 2rem;
  }

  .aboutSection-content .aboutSection-subtitle {
    font-size: 1.1rem;
  }

  .aboutSection-content p {
    font-size: 0.95rem;
  }
}

.mvSection {
  width: 100%;
  min-height: 100vh;
}

.mvSection-text {
  background-color: #005288; /* Deep blue shade */
  padding: 60px 40px;
}

.mvSection-content {
  max-width: 600px;
}

.mvSection-heading {
  font-size: 2rem;
  font-weight: 700;
  border-left: 5px solid #ffffff;
  padding-left: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}

.mvSection-vision {
  font-size: 1.2rem;
  font-weight: 500;
  color: #dff6ff;
  margin-bottom: 30px;
}

.mvSection-mission p {
  font-size: 2rem;
  color: #e0e0e0;
  margin-bottom: 8px;
  line-height: 1.6;
}

.mvSection-image {
  min-height: 100vh;
  overflow: hidden;
}

.mvSection-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

/* Responsive */
@media (max-width: 767.98px) {
  .mvSection {
    flex-direction: column;
  }

  .mvSection-text,
  .mvSection-image {
    height: auto;
    min-height: auto;
  }

  .mvSection-heading {
    font-size: 1.5rem;
  }

  .mvSection-content {
    padding: 20px;
  }

  .mvSection-vision,
  .mvSection-mission p {
    font-size: 1rem;
  }
}

.mvSection-block p {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #e0e0e0;
}

.mvSection-divider {
  border-top: 2px dashed #ffffff;
  margin: 25px 0;
  width: 80px;
}

.mvSection-cta p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffc107; /* Bootstrap warning yellow */
  letter-spacing: 1px;
}

.mvSection-step {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 15px;
  margin-bottom: 8px;
  font-size: 1.1rem;
  border-left: 4px solid #ffffff;
}

.mvSection-step.alt {
  border-left-color: #ffc107;
}

.mvSection-final {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffc107;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-justify { text-align: justify; }

footer {
  background-color: #003e6b;
  color: #ffffff;
  /* font-family: 'Segoe UI', sans-serif; */
  width: 100%;
}

footer a {
  color: #dbefff;
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-title h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
  border-left: 4px solid #4dabf7;
  padding-left: 10px;
}

.footer-contain ul,
.footer-contact ul,
.address {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contain li,
.address li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.footer-contain li a,
.address li a {
  color: #dbefff;
}

.footer-contain li a:hover,
.address li a:hover {
  color: #ffffff;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-logo-contain p {
  font-size: 14px;
  color: #dbefff;
  line-height: 1.7;
  margin-bottom: 15px;
}

.footer-number {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-number svg {
  flex-shrink: 0;
  color: #ffffff;
}

.contact-number h6,
.contact-number h5 {
  margin: 0;
  font-size: 14px;
}

.contact-number h5 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.service-section {
  background-color: #e6f4ff;
  padding: 30px 15px;
}

.service-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  padding: 15px;
}

.service-box img {
  max-width: 60px;
  margin-bottom: 10px;
}

.service-detail h5 {
  font-size: 16px;
  margin: 0;
}

.sub-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  background-color: #002c4a;
  color: #b3d4ef;
}

.sub-footer a {
  color: #99ccff;
  text-decoration: none;
}

.sub-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .service-section {
    text-align: center;
  }

  .sub-footer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.location-address {
  max-width: 400px;
  color: #ffffff;
  /* font-family: 'Segoe UI', sans-serif; */
}

.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo .theme-logo img {
  max-width: 180px;
  height: auto;
}

.footer-logo-contain p {
  font-size: 15px;
  line-height: 1.8;
  color: #dbefff;
  margin: 0;
  text-align: justify;
}

.address {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.address li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  color: #dbefff;
  font-size: 14.5px;
  line-height: 1.6;
}

.address li svg {
  flex-shrink: 0;
  color: #ffffff;
  margin-top: 3px;
}

.address li a {
  color: #dbefff;
  text-decoration: none;
  display: inline-block;
}

.address li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .location-address {
    max-width: 100%;
  }
}
.service-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}

@media (max-width: 767px) {
  .service-contain {
      display: none
  }
}

.service-contain .service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media (max-width: 1366px) {
  .service-contain .service-box {
      width: 50%
  }
}

@media (max-width: 1366px) {
  .service-contain .service-box:nth-child(-n+2) {
      margin-bottom: 15px
  }
}

@media (max-width: 1366px) {
  .service-contain .service-box:nth-child(3)::before {
      display: none
  }
}

@media (max-width: 767px) {
  .service-contain .service-box::before {
      display: none
  }
}

.service-contain .service-box+.service-box::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  left: -104px;
  border: 1px dashed #c1c1c1
}

[dir="rtl"] .service-contain .service-box+.service-box::before {
  left: unset;
  right: -104px
}

@media (max-width: 1660px) {
  .service-contain .service-box+.service-box::before {
      left: -70px
  }
  [dir="rtl"] .service-contain .service-box+.service-box::before {
      left: unset;
      right: -70px
  }
}

@media (max-width: 1460px) {
  .service-contain .service-box+.service-box::before {
      left: -36px
  }
  [dir="rtl"] .service-contain .service-box+.service-box::before {
      left: unset;
      right: -36px
  }
}

@media (max-width: 1366px) {
  .service-contain .service-box+.service-box::before {
      left: -31px
  }
  [dir="rtl"] .service-contain .service-box+.service-box::before {
      left: unset;
      right: -31px
  }
}

.service-contain .service-box .service-image img {
  width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: contain;
  object-fit: contain
}

.service-contain .service-box .service-detail {
  margin-left: 20px
}

[dir="rtl"] .service-contain .service-box .service-detail {
  margin-left: unset;
  margin-right: 20px
}

.service-contain .service-box .service-detail h5 {
  font-weight: 500;
  color: #222
}

.service-contain-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(14px + (25 - 14) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
  background-color: rgba(191, 191, 191, 0.2);
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.service-contain-2:hover {
  background-color: var(--theme-color)
}

.service-contain-2:hover svg {
  fill: #fff
}

.service-contain-2:hover .service-detail h3,
.service-contain-2:hover .service-detail h6 {
  color: #fff
}

.service-contain-2 svg {
  width: 42px;
  height: 42px;
  fill: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.service-contain-2 i {
  width: 42px;
  height: 42px;
  fill: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.service-contain-2 .service-detail {
  margin-left: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

[dir="rtl"] .service-contain-2 .service-detail {
  margin-left: unset;
  margin-right: 25px
}

.service-contain-2 .service-detail h3 {
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600
}

.service-contain-2 .service-detail h6 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.service-contain .ph { font-size: 60px; color:#004080; }

.gallery-section {
  padding: 40px 20px;
  background: #f8f9fc;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  background: #fff;
}

.gallery-item:hover {
  transform: translateY(-4px);
}

.gallery-img {
  width: 100%;
  aspect-ratio: 1 / 1; /* ensures square shape */
  overflow: hidden;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-title {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #ffffff;
  border-top: 1px solid #eee;
}


.annual-report {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section {
  margin-bottom: 60px;
}

.section h2 {
  color: #0a3d62;
  margin-bottom: 20px;
  font-size: 28px;
  border-left: 6px solid #1e90ff;
  padding-left: 15px;
}

.section p,
.section ul {
  margin-bottom: 15px;
  text-align: justify;
}

.highlight {
  background-color: #dff9fb;
  padding: 15px;
  border-left: 5px solid #1e90ff;
  border-radius: 6px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.quote {
  font-style: italic;
  background-color: #eaf4ff;
  padding: 15px;
  border-left: 5px solid #007bff;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.videoGallery {
  padding: 60px 20px;
  background-color: #fdfdfd;
}

.videoGallery .sectionTitle {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.videoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.videoItem {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
}

.videoItem:hover {
  transform: translateY(-4px);
}

.videoItem iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

.videoTitle {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  text-align: center;
}

.managementSection {
  background-color: #f9f9f9;
  padding: 60px 20px;
  /* font-family: 'Segoe UI', sans-serif; */
}

.managementContainer {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  gap: 40px;
}

.managementText {
  flex: 1 1 600px;
}

.managementText h2.managementTitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #2a2a2a;
}

.managementText h3 {
  font-size: 22px;
  margin-top: 25px;
  color: #004a99;
}

.managementText p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.managementText strong {
  color: #000;
}

.managementImage {
  flex: 1 1 400px;
  text-align: center;
}

.managementImage img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.underDevelopmentSection {
  background: linear-gradient(135deg, #a8d1d6 0%, #99d5dd 100%);
  padding: 80px 20px;
  text-align: center;
  /* font-family: 'Segoe UI', sans-serif; */
  animation: fadeIn 1.5s ease-in-out;
}

.underDevelopmentBox {
  background: #ffffffdd;
  max-width: 700px;
  margin: auto;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.underDevelopmentBox h2 {
  font-size: 30px;
  color: #d35400;
  margin-bottom: 15px;
}

.underDevelopmentBox p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.teacherDetails {
  padding: 40px 20px;
  /* font-family: 'Segoe UI', sans-serif; */
  background: #f8f8f8;
}

.teacherDetails h2 {
  text-align: center;
  color: #2c3e50;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
}

.teacherCard {
  background: #fff;
  padding: 20px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 12px;
}

.teacherTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.teacherTable thead {
  background-color: #2980b9;
  color: white;
}

.teacherTable th,
.teacherTable td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

.teacherTable tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.totalRow {
  background-color: #dff0d8;
  font-weight: bold;
  color: #2c662d;
}

.teacher-table-section {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.teacher-table-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #1e3a8a;
}

.table-container {
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  /* font-family: 'Segoe UI', sans-serif; */
}

.styled-table th,
.styled-table td {
  border: 1px solid #ccc;
  padding: 12px 14px;
  text-align: center;
}

.styled-table thead {
  background-color: #1e3a8a;
  color: #fff;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #f1f5f9;
}

.styled-table tbody tr:hover {
  background-color: #e0f2fe;
  transition: background 0.3s;
}


.popup-gallery {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
}

.popup-gallery h2 {
  color: #1e3a8a;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
  aspect-ratio: 1 / 1; /* Makes square images */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.gallery-item:hover {
  transform: scale(1.03);
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}

.modal-content {
  display: block;
  margin: auto;
  border-radius: 12px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.studentStrength {
  background-color: #f5f9ff;
  padding: 60px 20px;
  /* font-family: 'Segoe UI', sans-serif; */
}

.studentStrength .title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #003366;
}

.table-responsive {
  overflow-x: auto;
}

.strength-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.strength-table th,
.strength-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
}

.strength-table thead th {
  background-color: #003366;
  color: white;
  font-size: 16px;
}

.strength-table tfoot th {
  background-color: #e1f0ff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .strength-table th,
  .strength-table td {
    padding: 10px 8px;
    font-size: 14px;
  }

  .studentStrength .title {
    font-size: 24px;
  }
}


.dutiesDiscipline {
  background: linear-gradient(to right, #f0f8ff, #eaf6ff);
  padding: 60px 20px;
  /* font-family: 'Segoe UI', sans-serif; */
  color: #333;
}

.dutiesDiscipline .section-title {
  text-align: center;
  font-size: 36px;
  color: #003366;
  margin-bottom: 10px;
}

.dutiesDiscipline .subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.rules-list {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.rule {
  background: #fff;
  padding: 20px 60px;
  border-left: 6px solid #003366;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.3s;
  position: relative;
  font-size: 17px;
  line-height: 1.6;
}

.rule:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.rule .num {
  font-weight: bold;
  font-size: 18px;
  color: #003366;
  margin-right: 10px;
  position: absolute;
  left: 30px;
  top: 20px;
}

.rule::before {
  content: "✔";
  color: #28a745;
  font-size: 18px;
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 22px;
}

@media (max-width: 768px) {
  .dutiesDiscipline .section-title {
    font-size: 28px;
  }
  .rule {
    font-size: 15px;
    padding: 16px 20px;
  }
}

.bus-rules-list {
  counter-reset: rule-counter;
  list-style: none;
  padding-left: 0;
}

.bus-rules-list li {
  counter-increment: rule-counter;
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.6;
}

.bus-rules-list li::before {
  content: counter(rule-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #0d6efd;
}

.leave-absence-section {
  background: #f7fbff;
  border-left: 6px solid #0d6efd;
  border-radius: 12px;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0d6efd;
}

.leave-list {
  counter-reset: leave-counter;
  list-style: none;
  padding-left: 0;
}

.leave-list li {
  counter-increment: leave-counter;
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
  line-height: 1.6;
}

.leave-list li::before {
  content: counter(leave-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #0d6efd;
}

.homework-notice-wrapper {
  max-width: 100%;
  background-color: #fff8e1;
  border-left: 6px solid #ff9800;
  border-radius: 8px;
  margin: 20px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.homework-notice {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #6d4c41;
  white-space: nowrap;
  overflow: hidden;
}

.homework-notice strong {
  color: #e65100;
}

a { text-decoration: none; }


.mandatory-disclosure h2 {
  color: #000; /* Black heading */
}

.mandatory-disclosure .card-header {
  letter-spacing: 3px;
  background-color: transparent !important;
  color: #000 !important;
}

.mandatory-disclosure table thead {
  background-color: #042f5a;
}

.mandatory-disclosure table thead th{
  color: #fff;
  letter-spacing: 3px;
}
.mandatory-disclosure table tbody tr:nth-child(odd) {
  background-color: #eef0f3 !important;
}
.mandatory-disclosure table tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}
.contact-us {
  background: transparent;
}
.contact-us h2 {
  font-weight: 700;
}
.contact-us .form-control {
  border-radius: 10px;
  padding: 12px 15px;
  box-shadow: none;
  border: 1px solid #ced4da;
}
.contact-us .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.2);
}
.contact-us .btn-primary {
  background-color: #0d6efd;
  border: none;
  border-radius: 8px;
  padding: 10px 25px;
}
.contact-info li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact-info li i {
  font-size: 22px;
  color: #0d6efd;
  margin-top: 3px;
}
.map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.news-scroll-wrapper {
  height: 100%; /* take full height of right side */
}

.news-scroll {
  display: inline-block;
  animation: scroll-up 20s linear infinite;
}

@keyframes scroll-up {
  0%   { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

/** About us **/
.about-v3-header {
    background: #2c3e50;
    color: white;
    padding: 1rem 0;
}

/* Section styles */
.about-v3-section {
    padding: 5rem 0;
}

.about-v3-section-heading {
    text-align: center;
    margin-bottom: 1.5rem;
}

.about-v3-section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.about-v3-section-subtitle {
    font-size: 1.8rem;
    color: #e74c3c;
    font-weight: 300;
}

/* Vision boxes */
.about-v3-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.about-v3-vision-box {
    background: darkslateblue;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.about-v3-vision-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.about-v3-vision-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #dbca6f;
}

.about-v3-vision-title {
    font-size: 1.5rem;
    color: bisque;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 3px;
}

.about-v3-vision-desc {
    color: aliceblue;
    font-size: 1rem;
}

/* Mission section */
.about-v3-mission {
    background: #2c3e50;
    color: white;
    padding: 4rem 0;
    margin-top: 4rem;
}

.about-v3-mission-heading {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

.about-v3-mission-list {
    list-style-type: none;
    max-width: 800px;
    margin: 0 auto;
}

.about-v3-mission-item {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.7;
}

.about-v3-mission-item:before {
    content: "•";
    color: #e74c3c;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
}

/* Footer styles (assuming you already have these) */
.about-v3-footer {
    background: #34495e;
    color: white;
    padding: 2rem 0;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-v3-section-title {
        font-size: 2rem;
    }
    
    .about-v3-section-subtitle {
        font-size: 1.5rem;
    }
    
    .about-v3-vision-grid {
        grid-template-columns: 1fr;
    }
}

.about-v3-header {
      background: #2c3e50;
      color: white;
      padding: 1rem 0;
  }
  
  /* Principal Message Section */
  .about-v3-principal {
      padding: 5rem 0;
      background: linear-gradient(to bottom, #ffffff, #f0f4f8);
  }
  
  .about-v3-principal-heading {
      text-align: center;
      margin-bottom: 3rem;
  }
  
  .about-v3-principal-title {
      font-size: 2.5rem;
      color: #2c3e50;
      margin-bottom: 0.5rem;
      position: relative;
      display: inline-block;
  }
  
  .about-v3-principal-title:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: #e74c3c;
      border-radius: 2px;
  }
  
  .about-v3-principal-content {
      display: flex;
      flex-wrap: wrap;
      gap: 3rem;
      align-items: flex-start;
  }
  
  .about-v3-principal-photo {
      flex: 1;
      min-width: 300px;
      text-align: center;
      position: relative;
  }
  
  .about-v3-principal-image {
      width: 100%;
      max-width: 350px;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease;
  }
  
  .about-v3-principal-image:hover {
      transform: scale(1.02);
  }
  
  .about-v3-principal-frame {
      position: absolute;
      top: -15px;
      left: -15px;
      right: 15px;
      bottom: 15px;
      border: 3px solid #3498db;
      border-radius: 10px;
      z-index: -1;
  }
  
  .about-v3-principal-name {
      margin-top: 1.5rem;
      font-size: 1.4rem;
      color: #2c3e50;
      font-weight: 600;
  }
  
  .about-v3-principal-role {
      color: #e74c3c;
      font-style: italic;
      margin-top: 0.5rem;
  }
  
  .about-v3-principal-message {
      flex: 2;
      min-width: 300px;
      background: white;
      padding: 2.5rem;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      position: relative;
  }
  
  .about-v3-principal-message:before {
      content: '"';
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 5rem;
      color: rgba(231, 76, 60, 0.2);
      /* font-family: Georgia, serif; */
      line-height: 1;
  }
  
  .about-v3-principal-text {
      font-size: 1.1rem;
      color: #555;
      line-height: 1.8;
      position: relative;
      z-index: 1;
  }
  
  .about-v3-principal-text p {
      margin-bottom: 1.5rem;
      text-align: justify;
  }
  
  .about-v3-principal-signature {
      margin-top: 2rem;
      text-align: right;
      font-family: 'Dancing Script', cursive;
      font-size: 2rem;
      color: #2c3e50;
  }
  
  .about-v3-principal-quote {
      margin-top: 2rem;
      padding: 1.5rem;
      background: #f8f9fa;
      border-left: 4px solid #3498db;
      border-radius: 4px;
      font-style: italic;
      color: #555;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
      .about-v3-principal-title {
          font-size: 2rem;
      }
      
      .about-v3-principal-content {
          flex-direction: column;
      }
      
      .about-v3-principal-message {
          padding: 1.8rem;
      }
      
      .about-v3-principal-message:before {
          font-size: 4rem;
      }
  }

  .org-header {
      text-align: center;
      margin-bottom: 2.5rem;
      padding: 2rem;
      background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);
      border-radius: 10px;
      color: white;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .org-title {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
      color: #fff;
  }
  
  .org-subtitle {
      font-size: 1.2rem;
      font-weight: 300;
      opacity: 0.9;
  }
  
  /* Organization chart styles */
  .org-chart {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  .org-level {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 40px;
      width: 100%;
  }
  
  .org-item {
      background: white;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      min-width: 250px;
      text-align: center;
      position: relative;
  }
  
  .org-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  
  .org-item.director {
      background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
      color: white;
      padding: 30px;
      z-index: 10;
  }
  
  .org-item.admin {
      background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
      color: white;
  }
  
  .org-item.schedastic {
      background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
      color: white;
  }
  
  .org-item.non-schedastic {
      background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
      color: white;
  }
  
  .org-item.teaching {
      background: linear-gradient(135deg, #f39c12 0%, #d35400 100%);
      color: white;
  }
  
  .org-item-header {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .director .org-item-header {
      font-size: 1.6rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .org-list {
      list-style-type: none;
      text-align: left;
  }
  
  .org-list li {
      padding: 8px 0;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
      display: flex;
      align-items: center;
  }
  
  .org-list li:last-child {
      border-bottom: none;
  }
  
  .org-list li i {
      margin-right: 10px;
      font-size: 0.9rem;
  }
  
  .org-connector {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      height: 40px;
  }
  
  .org-connector::after {
      content: '';
      position: absolute;
      top: 0;
      width: 2px;
      height: 100%;
      background: #3498db;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
      .org-level {
          flex-direction: column;
          align-items: center;
      }
      
      .org-item {
          width: 100%;
          max-width: 350px;
      }
      
      .org-title {
          font-size: 2rem;
      }
  }
  
  /* Print styles */
  @media print {
      body {
          padding: 0;
          background: white;
      }
      
      .org-item {
          break-inside: avoid;
          box-shadow: none;
          border: 1px solid #ddd;
      }
  }

  .council-header {
      text-align: center;
      margin-bottom: 3rem;
      padding: 2rem;
      background: linear-gradient(135deg, #2782dd 0%, #4a6491 100%);
      border-radius: 15px;
      color: white;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .council-title {
      font-size: 2.8rem;
      margin-bottom: 0.5rem;
      color: #fff;
  }
  
  .council-subtitle {
      font-size: 1.5rem;
      font-weight: 300;
      opacity: 0.9;
      margin-bottom: 1.5rem;
  }
  
  .head-leaders {
      display: flex;
      justify-content: center;
      gap: 3rem;
      flex-wrap: wrap;
      margin-top: 2rem;
  }
  
  .leader-card {
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      padding: 1.5rem;
      border-radius: 12px;
      min-width: 250px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .leader-title {
      font-size: 1.2rem;
      margin-bottom: 0.8rem;
      font-weight: 600;
      color: #ffd700;
  }
  
  .leader-name {
      font-size: 1.4rem;
      font-weight: 700;
  }
  
  /* Council Sections */
  .council-sections {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 2rem;
  }
  
  .council-card {
      border-radius: 15px;
      padding: 2rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      color: white;
      position: relative;
      overflow: hidden;
  }
  
  .council-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  }
  
  .council-card:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.05);
      z-index: 1;
  }
  
  .council-card-content {
      position: relative;
      z-index: 2;
  }
  
  .council-card h3 {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
      padding-bottom: 10px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
  
  .council-position {
      margin-bottom: 1.2rem;
      padding: 10px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.2);
  }
  
  .position-title {
      font-weight: 600;
      margin-bottom: 5px;
      font-size: 1.1rem;
  }
  
  .position-names {
      font-size: 1.2rem;
  }
  
  /* Color Themes */
  .card-yellow {
      background: linear-gradient(135deg, #ead97d 0%, #f6c15f 100%);
      color: #333;
  }
  
  .card-green {
      background: linear-gradient(135deg, #97c6ab 0%, #31ac65 100%);
  }
  
  .card-red {
      background: linear-gradient(135deg, #e8897f 0%, #903e35 100%);
  }
  
  .card-blue {
      background: linear-gradient(135deg, #89b7d6 0%, #4c7fa0 100%);
  }
  
  /* Decorative Elements */
  .circle {
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1);
  }
  
  .circle-1 {
      width: 100px;
      height: 100px;
      top: -30px;
      right: -30px;
  }
  
  .circle-2 {
      width: 60px;
      height: 60px;
      bottom: -20px;
      left: -20px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
      .council-title {
          font-size: 2.2rem;
      }
      
      .council-subtitle {
          font-size: 1.2rem;
      }
      
      .head-leaders {
          flex-direction: column;
          align-items: center;
          gap: 1.5rem;
      }
      
      .leader-card {
          width: 100%;
          max-width: 300px;
      }
      
      .council-sections {
          grid-template-columns: 1fr;
      }
  }
  
  /* Animation */
  @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
  }
  
  .council-card {
      animation: fadeIn 0.6s ease-out forwards;
  }
  
  .council-card:nth-child(2) {
      animation-delay: 0.2s;
  }
  
  .council-card:nth-child(3) {
      animation-delay: 0.4s;
  }
  
  .council-card:nth-child(4) {
      animation-delay: 0.6s;
  }

  .staff-header {
      text-align: center;
      margin-bottom: 2.5rem;
      padding: 2rem;
      background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);
      border-radius: 10px;
      color: white;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .staff-title {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
      color: #fff;
  }
  
  .staff-subtitle {
      font-size: 1.2rem;
      font-weight: 300;
      opacity: 0.9;
  }
  
  /* Table styles */
  .table-container {
      background: white;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      margin-bottom: 2rem;
  }
  
  .staff-table {
      width: 100%;
      border-collapse: collapse;
  }
  
  .staff-table th {
      background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
      color: white;
      padding: 1rem;
      text-align: left;
      font-weight: 600;
      position: sticky;
      top: 0;
  }
  
  .staff-table td {
      padding: 1rem;
      border-bottom: 1px solid #eaeaea;
  }
  
  .staff-table tr:nth-child(even) {
      background-color: #f8f9fa;
  }
  
  .staff-table tr:hover {
      background-color: #edf2f7;
  }
  
  .staff-table tr:last-child td {
      border-bottom: none;
  }
  
  /* Designation badges */
  .designation-badge {
      display: inline-block;
      padding: 0.4rem 0.8rem;
      border-radius: 50px;
      font-size: 0.85rem;
      font-weight: 600;
      text-align: center;
      min-width: 80px;
  }
  
  .badge-principal {
      background: #e74c3c;
      color: white;
  }
  
  .badge-vice-principal {
      background: #e67e22;
      color: white;
  }
  
  .badge-pct {
      background: #3498db;
      color: white;
  }
  
  .badge-tct {
      background: #2ecc71;
      color: white;
  }
  
  .badge-prt {
      background: #9b59b6;
      color: white;
  }
  
  .badge-ntt {
      background: #1abc9c;
      color: white;
  }
  
  .badge-pet {
      background: #f1c40f;
      color: #333;
  }
  
  .badge-other {
      background: #7f8c8d;
      color: white;
  }
  
  /* Search and filter */
  .table-controls {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1.5rem;
      flex-wrap: wrap;
      gap: 1rem;
  }
  
  .search-box {
      position: relative;
      flex: 1;
      min-width: 250px;
  }
  
  .search-box input {
      width: 100%;
      padding: 0.8rem 1rem 0.8rem 2.8rem;
      border: 1px solid #ddd;
      border-radius: 50px;
      font-size: 1rem;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .search-box i {
      position: absolute;
      left: 1rem;
      top: 50%;
      transform: translateY(-50%);
      color: #7f8c8d;
  }
  
  .filter-select {
      padding: 0.8rem 1rem;
      border: 1px solid #ddd;
      border-radius: 50px;
      font-size: 1rem;
      background: white;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      min-width: 180px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
      .staff-table {
          display: block;
          overflow-x: auto;
      }
      
      .staff-table th, 
      .staff-table td {
          padding: 0.8rem 0.6rem;
          font-size: 0.9rem;
      }
      
      .staff-title {
          font-size: 2rem;
      }
      
      .table-controls {
          flex-direction: column;
      }
      
      .search-box, .filter-select {
          width: 100%;
      }
  }
  
  /* Print styles */
  @media print {
      body {
          padding: 0;
          background: white;
      }
      
      .staff-header {
          background: #2c3e50 !important;
          -webkit-print-color-adjust: exact;
          color-adjust: exact;
      }
      
      .table-controls {
          display: none;
      }
      
      .table-container {
          box-shadow: none;
      }
      
      .staff-table th {
          background: #3498db !important;
          -webkit-print-color-adjust: exact;
          color-adjust: exact;
      }
      
      .designation-badge {
          border: 1px solid #ccc;
      }
  }


  .top-bar {
      background-color: #1a3a6c;
      color: white;
      padding: 8px 0;
      font-size: 14px;
  }
  .welcome-text {
      color: #f5f5f5;
  }
  .social-icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #fff;
      transition: color 0.3s;
  }
  .social-icons i:hover {
      color: #ffc107;
  }
  .info-box {
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .info-box i {
      color: #1a3a6c;
  }
  .navbar {
      padding: 0;
  }
  .navbar-nav .nav-link {
      font-weight: 500;
      padding: 1rem 1.5rem !important;
      color: #333;
      transition: all 0.3s;
  }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
      color: #1a3a6c;
      background-color: #f8f9fa;
  }
  .dropdown-menu {
      border: none;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .dropdown-item {
      padding: 0.75rem 1.5rem;
      transition: all 0.2s;
  }
  .dropdown-item:hover {
      background-color: #f8f9fa;
      color: #1a3a6c;
  }
  .apply-now {
      background-color: #1a3a6c;
      color: white !important;
      padding: 0.5rem 1.5rem !important;
      border-radius: 4px;
      margin-left: 15px;
      transition: all 0.3s;
  }
  .apply-now:hover {
      background-color: #0f2a50;
      transform: translateY(-2px);
  }
  .custom-fs-14 {
      font-size: 14px;
  }
  
  /* Mobile-specific styles */
  @media (max-width: 991.98px) {
      .navbar-brand {
          flex-grow: 1;
      }
      .navbar-toggler {
          order: 2;
          margin-left: auto;
          border: none;
          padding: 0.25rem 0;
      }
      .navbar-toggler:focus {
          box-shadow: none;
      }
      .navbar-collapse {
          order: 3;
      }
      .topLocation {
          display: none;
      }
      .navbar-nav .nav-link {
          padding: 0.75rem 1rem !important;
      }
      .apply-now {
          margin: 10px 15px;
          display: inline-block;
          width: calc(100% - 30px);
          text-align: center;
      }
  }

.admission-pro-section {
  padding: 40px 0;
}
.admission-pro-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}
.admission-pro-card h3, .admission-pro-card h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.admission-pro-card p, .admission-pro-card li {
  line-height: 1.7;
}
.admission-pro-icon {
  font-size: 30px;
  margin-right: 12px;
  color: #0d6efd;
  align-items: center;
  justify-content: center;
}
.admission-pro-note {
  font-weight: 600;
  color: #b02a37;
}
.admission-pro-aside {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.admission-pro-aside .list-group-item {
  border: none;
  padding: 12px 15px;
  font-weight: 500;
}
.admission-pro-aside .list-group-item i {
  margin-right: 8px;
  color: #0d6efd;
}

.admission-pro-calendar {
      background: #ffffff;
      padding: 60px 0;
    }
    .admission-pro-calendar h2 {
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
    }
    .admission-pro-card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .admission-pro-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }
    .admission-pro-icon {
      font-size: 2rem;
      color: #0d6efd;
      margin-bottom: 15px;
    }
    .admission-pro-card .btn {
      border-radius: 30px;
    }
.executive-commitee-section {
      background: #f8f9fa;
      padding: 60px 0;
    }
    .executive-commitee-section h2 {
      text-align: center;
      font-weight: 700;
      margin-bottom: 40px;
    }
    .executive-commitee-card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .executive-commitee-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }
    .executive-commitee-icon {
      font-size: 2rem;
      color: #0d6efd;
      margin-bottom: 10px;
    }
    .executive-commitee-name {
      font-weight: 600;
      font-size: 1.1rem;
    }
    .executive-commitee-post {
      color: #6c757d;
      font-size: 0.95rem;
    }

    /* .photo-gallery-v5-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.photo-gallery-v5-card:hover {
  transform: scale(1.05);
}

.photo-gallery-v5-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 12px;
} */

.photo-gallery-v5-card { overflow: hidden; border-radius: 8px; }
.photo-gallery-v5-img { width: 100%; height: 220px; object-fit: cover; cursor: pointer; display:block; }
/* Modal image sizing */
#photoGalleryModalImg { max-height: 80vh; width: auto; display: block; margin: 0 auto; }
.photo-gallery-v5-modal-body { background: rgba(0,0,0,0.85); border-radius: .5rem; padding: 1rem; }

.text-highlight { font-size: 18px; color: #0d6efd; } 