.principal-img img {
  width: 90%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.principal-content p {
  margin-bottom: 15px;
}
.principal-info {
  margin-top: 15px;
  text-align: center;
}

.principal-info h4 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.principal-info span {
  display: inline-block;
  color: #d71920;
  font-size: 14px;
  font-weight: 500;
}
/* Notification Section css */
.school-info {
  background: var(--theme-bg-light);
}

.info-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 320px;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  background: #e2231a;
  color: #fff;
}

.info-header h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.marquee-wrapper{
    height:300px;
    overflow:hidden;
}

.marquee-content{
    display:flex;
    flex-direction:column;
    animation:scrollUp 20s linear infinite;
}

@keyframes scrollUp{
    0%{
        transform:translateY(0);
    }
    100%{
        transform:translateY(-50%);
    }
}

/* Notice Item */
.notice-card{
    padding: 14px 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;

    /* Important */
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    font-size: 15px;
    line-height: 1.1;
}

.notice-card:last-child{
    border-bottom: none;
}

.notice-card:hover{
    background: transparent !important;
    box-shadow: none !important;
    transform: none;
}

.notice-card .date{
    color: #777;
    font-size: 14px;
    font-weight: 500;
}

.notice-card .date::after{
    content: " - ";
}

.notice-card .title{
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.notice-card .title::after{
    content: " - ";
    color: #777;
    font-weight: normal;
}

.notice-card a{
    color: #e2231a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.notice-card a:hover{
    color: #000;
}

/* Message hide */
.notice-card p{
    display:none;
}

.marquee-wrapper{
    height: 320px;
    overflow: hidden;
}

marquee{
    height:100%;
}
/* Whatsapp float css  */
.whatsapp-float {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 25px;
  left: 25px;
  background: #29a71a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 34px;
  line-height: 65px;
  z-index: 9999;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
  animation: whatsappPulse 1.5s infinite;
  transition: all 0.3s ease;
  position: fixed;
}
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);
}
/* Red notification dot */
.whatsapp-float::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  background: #ff0000;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: blinkDot 1s infinite;
}

/* Blink animation */
@keyframes blinkDot {
  0%, 100% {opacity: 1; transform: scale(1);}
  50% {opacity: .4; transform: scale(1.3);}
}
@keyframes whatsappPulse {
  0% {box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);}
  70% {box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);}
  100% {box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);}
}
/* Social community css  */
.social-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.social-header {
  background: #d71920;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.social-header i {
  color: #ffd400;
  margin-right: 8px;
}

.social-body {
  padding: 15px;
  height: 75%;
  position: relative;
}

.social-btn-area {
  text-align: center;
  margin-top: 15px;
}

.social-btn {
  display: inline-block;
  background: #d71920;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
.social-btn.insta {
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.8rem !important;
}

.social-btn:hover {
  background: #ffd400;
  color: #d71920;
}
/* admission card css  */
.admission-card {
  background: #d71920;
  border-radius: 15px;
  padding: 25px;
  color: #fff;
  min-height: 380px; /* pehle wali height hata do */
}

/* .admission-card::before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:200px;
    height:200px;
    background:rgba(255,212,0,.15);
    border-radius:50%;
} */

.admission-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 1px;
}

.admission-card h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 15px;
  color: #fff;
}

.admission-card p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.admission-btns {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.apply-btn,
.enquiry-btn {
  flex: 1;
  text-align: center;
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
}
.apply-btn {
  background: #ffd400;
  color: #d71920;
}

.apply-btn:hover {
  background: #fff;
  color: #d71920;
}

.enquiry-btn {
  background: #ffffff;
  color: #d71920;
}

.enquiry-btn:hover {
  background: #fff;
  color: #d71920;
}

.admission-contact {
  flex: 1;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #ffd400;
}

.admission-contact i {
  font-size: 24px;
}
/* floting social media  */
.social-float {
  position: fixed;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-float a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.social-float a:hover {
  transform: translateX(8px);
}

/* Theme Colors */

.facebook {
  background: #1877f2; /* Facebook Blue */
}

.instagram {
  background: #e4405f; /* Instagram Pink */
  color: #fff !important;
}

.linkedin {
  background: #0a66c2; /* LinkedIn Blue */
}

.youtube {
  background: #ff0000; /* YouTube Red */
}

/* Pulse Animation */

.social-float a {
  animation: socialPulse 2s infinite;
}

@keyframes socialPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(215, 25, 32, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(215, 25, 32, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(215, 25, 32, 0);
  }
}

@media (max-width: 768px) {
  .social-float {
    display: none !important;
  }
}
/* mobile-top-bar  */
.mobile-top-bar{
    display: none;
}

@media only screen and (max-width: 991px){

    .mobile-top-bar{
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background: #ffc107d9;
        padding: 8px 12px;
        width: 100%;

        position: relative;
        z-index: 999;      /* 99999 se kam */
    }

    /* Navbar */
    .navbar,
    .header-nav,
    .header-top{
        position: relative;
        z-index: 1000;
    }

    /* Mobile menu open hone par */
    .navbar-collapse,
    .mobile-menu,
    .sidebar-menu{
        position: fixed;
        z-index: 10001;
    }
    .mobile-top-bar a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
    .mobile-disclosure { background: #d71920; color: #fff !important; padding: 5px 8px; border-radius: 4px; }
}
/* strip  */
.highlight-strip {
  position: relative;
  margin-top: -30px;
  z-index: 10;
}

.highlight-wrapper {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

.highlight-item {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  border-right: 1px solid #eee;
  transition: all 0.4s ease;
  cursor: pointer;
  border-radius: 10px;
}

.highlight-item:last-child {
  border-right: none;
}

/* Hover Effect */
.highlight-item:hover {
  background: #ed1c24;
  /* transform: translateY(-8px);
    box-shadow: 0 15px 25px rgba(237,28,36,.25); */
}

.highlight-item:hover h4,
.highlight-item:hover p,
.highlight-item:hover i {
  color: #fff;
}

.highlight-item i {
  font-size: 32px;
  color: #ed1c24;
  margin-bottom: 8px;
  transition: all 0.4s ease;
}

.highlight-item h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  transition: all 0.4s ease;
}

.highlight-item p {
  margin: 0;
  color: #666;
  font-size: 13px;
  transition: all 0.4s ease;
}

/* Tablet & Mobile */
@media (max-width: 991px) {
  .highlight-strip {
    margin-top: 0;
    padding-top: 30px;
  }

  .highlight-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }

  .highlight-item {
    flex: 0 0 calc(50% - 8px);
    border-right: none;
    border-bottom: none;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  .highlight-item {
    flex: 0 0 calc(50% - 8px);
    padding: 15px 10px;
  }

  .highlight-item i {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .highlight-item h4 {
    font-size: 16px;
  }

  .highlight-item p {
    font-size: 12px;
  }
}

/* logo bg css  */
#logobg {
  background-image: url("../image/logo-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-navigation.ddd .navbar {
  background: linear-gradient(
    to right,
    #de2a1b 0%,
    #de2a1b 50%,
    #ffffff 50%,
    #ffffff 100%
  ) !important;
}
/* why choose us css  */
.why-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
}

.why-item:hover {
  background: #fff;
  transform: translateY(-5px);
}

.why-item i {
  font-size: 40px;
  color: #ffd400;
  margin-bottom: 15px;
}

.why-item h5 {
  color: #fff;
  margin-bottom: 10px;
}

.why-item p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  min-height: 45px;
}

.why-item:hover h5 {
  color: #111;
}

.why-item:hover p {
  color: #555;
}
/* admission-cta area */
.admission-cta {
  background: linear-gradient(135deg, #d71920, #ed1c24);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 50px 0;
}

.admission-cta-wrap {
  background: transparent;
  padding: 0 50px;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}

.cta-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.admission-content h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 1.2;
}

.admission-content p {
  margin-bottom: 0;
  opacity: 0.95;
}

/* Buttons */
.admission-btns {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
}

.admission-btns .theme-btn,
.admission-btns .cta-call-btn {
  width: auto;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
}

.cta-call-btn {
  background: #fff;
  color: #d71920;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #fff;
}

.cta-call-btn:hover {
  transform: translateY(-3px);
  background: #ffd400;
  border-color: #ffd400;
  color: #d71920;
}

/* Tablet */
@media (max-width: 991px) {
  .admission-cta-wrap {
    padding: 30px;
    text-align: center;
  }

  .admission-content h2 {
    font-size: 30px;
  }

  .admission-btns {
    margin-top: 25px;
    justify-content: center;
    align-items: center;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .admission-cta-wrap {
    padding: 25px 20px;
  }

  .admission-content h2 {
    font-size: 24px;
  }

  .admission-content p {
    font-size: 14px;
  }

  .admission-btns {
    gap: 10px;
    justify-content: center;
  }

  .admission-btns .theme-btn,
  .admission-btns .cta-call-btn {
    min-width: 140px;
    padding: 12px 15px;
    font-size: 14px;
  }
}
/* top-marquee css  */
.top-marquee {
  background: linear-gradient(90deg, #b71c1c, #d71920);
  border-bottom: 1px solid #eee;
  color: #fff;
  padding: 6px 0;
  font-size: 14px;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.welcome-text {
  font-weight: 600;
  color: #ffd400;
}

.welcome-text i {
  margin-right: 8px;
}

.top-marquee marquee {
  color: #fff;
  font-weight: 600;
}

/* Hide on Mobile & Tablet */

@media (max-width: 991px) {
  .top-marquee {
    display: none;
  }
}
.footer-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-socials li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  font-size: 18px;
  transition: 0.3s;
}

.footer-socials li a:hover {
  transform: translateY(-5px);
}

/* Original Brand Colors */
.facebook {
  background: #1877f2;
}

.linkedin {
  background: #0a66c2;
}

.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}

.youtube {
  background: #ff0000;
}
/* avout page missiov vission  */
.mv-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.mv-card:hover {
  transform: translateY(-8px);
}

.mv-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #d71920;
  color: #fff;
  font-size: 32px;
}

.mv-card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.mv-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

.mv-icon i {
  line-height: 80px;
}
.activity-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.activity-card:hover {
  transform: translateY(-8px);
}

.activity-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #d71920;
  color: #fff;
  font-size: 28px;
}

.activity-icon i {
  line-height: 75px;
}

.activity-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.activity-card p {
  margin-bottom: 0;
  color: #666;
  line-height: 1.7;
}
/* MPD  */
.disclosure-section {
  margin-bottom: 40px;
}

.disclosure-title {
  font-size: 24px;
  font-weight: 700;
  color: #c62828;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.disclosure-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}

.disclosure-table {
  margin-bottom: 0;
}

.disclosure-table thead th {
  background: #d71920;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  padding: 12px;
}

.disclosure-table tbody td {
  padding: 12px;
  vertical-align: middle;
  border-color: #e5e5e5;
  font-size: 14px;
}

.disclosure-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.view-btn {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.view-btn:hover {
  text-decoration: underline;
}
.smc-table thead th {
  background: #d71920;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.table-heading {
  background: #f3f3f3;
  font-weight: 700;
}

.smc-table td {
  vertical-align: top;
}

.smc-table {
  font-size: 14px;
}
.important-info {
  background: #fff;
}

.info-heading {
  margin-bottom: 30px;
  text-align: center;
}

.info-heading h2 {
  color: #de2a1b;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-heading p {
  color: #666;
  margin: 0;
}

.info-table {
  border: 1px solid #ddd;
}

.info-table thead th {
  background: #de2a1b;
  color: #fff;
  border: none;
  padding: 10px;
  font-weight: 600;
}

.info-table tbody td {
  padding: 10px 11px;
  border-color: #ddd;
  vertical-align: middle;
}

.info-table tbody tr:nth-child(odd) {
  background: #f7f8fb;
}

.info-table tbody td:first-child {
  font-weight: 600;
  color: #222;
}

.mv-tabs {
  gap: 10px;
}

.mv-tabs .nav-link {
  background: #fff;
  border: 1px solid #eee;
  color: #222;
  padding: 14px 16px;
  text-align: left;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}
.mv-tabs .nav-link i {
  margin-right: 10px;
  color: #d71920;
}
.mv-tabs .nav-link.active {
  background: #d71920;
  color: #fff;
}
.mv-tabs .nav-link.active i {
  color: #fff;
}
.mv-content {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.mv-content img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.mv-text {
  padding: 30px;
}

.mv-text h3 {
  margin-bottom: 15px;
  color: #d71920;
  font-weight: 700;
}

.mv-text p {
  margin-bottom: 0;
  line-height: 1.9;
  color: #666;
}
.timing-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.timing-card:hover {
  transform: translateY(-8px);
}

.timing-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px;
  background: #d71920;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
}

.timing-card h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.timing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timing-card ul li {
  padding: 5px 0;
  color: #555;
}

.timing-note {
  background: #fff;
  padding: 30px;
  border-left: 5px solid #d71920;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.timing-note h5 {
  margin-bottom: 15px;
  color: #d71920;
  font-weight: 700;
}

.timing-note ul {
  margin: 0;
  padding-left: 20px;
}

.timing-note li {
  margin-bottom: 10px;
  color: #555;
}
.attendance-card {
  background: #fff;
  padding: 35px 25px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s;
}

.attendance-card:hover {
  transform: translateY(-8px);
}

.attendance-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #d71920;
  color: #fff;
  font-size: 30px;
}

.attendance-card h4 {
  margin-bottom: 15px;
  font-weight: 700;
}

.attendance-card p {
  color: #666;
  margin-bottom: 0;
  line-height: 1.8;
}

.attendance-guidelines {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.attendance-guidelines h4 {
  color: #d71920;
  margin-bottom: 20px;
  font-weight: 700;
}

.attendance-guidelines ul {
  margin: 0;
  padding-left: 20px;
}

.attendance-guidelines li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #555;
}
.holiday-note {
  background: #fff3cd;
  color: #856404;
  padding: 15px 20px;
  border-left: 4px solid #ffc107;
  border-radius: 8px;
}

.holiday-table {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.holiday-table thead th {
  background: #d71920;
  color: #fff;
  padding: 15px;
  border: none;
  font-weight: 600;
}

.holiday-table tbody td {
  padding: 14px;
  vertical-align: middle;
}

.holiday-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.holiday-table tbody tr:hover {
  background: #fff5f5;
}
.exam-notice {
  background: #fff3cd;
  color: #856404;
  padding: 15px 20px;
  border-left: 4px solid #ffc107;
  border-radius: 8px;
}

.exam-table {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.exam-table thead th {
  background: #d71920;
  color: #fff;
  padding: 15px;
  border: none;
  font-weight: 600;
}

.exam-table tbody td {
  padding: 14px;
  vertical-align: middle;
}

.exam-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.exam-table tbody tr:hover {
  background: #fff5f5;
}

.exam-guidelines {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.exam-guidelines h4 {
  color: #d71920;
  margin-bottom: 20px;
  font-weight: 700;
}

.exam-guidelines ul {
  padding-left: 20px;
  margin: 0;
}

.exam-guidelines li {
  margin-bottom: 10px;
  line-height: 1.8;
  color: #555;
}
.discipline-content {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.discipline-content h4 {
  color: #d71920;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.discipline-content h4:first-child {
  margin-top: 0;
}

.discipline-content p {
  color: #555;
  line-height: 1.9;
  text-align: justify;
}

.discipline-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.discipline-content ul li {
  margin-bottom: 12px;
  color: #555;
  line-height: 1.8;
}
.result-stat {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.result-stat h2 {
  color: #d71920;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.result-stat p {
  margin: 0;
  color: #666;
  font-weight: 500;
}

.result-table-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.result-table thead th {
  background: #d71920;
  color: #fff;
  border: none;
  padding: 15px;
}

.result-table tbody td {
  padding: 15px;
  vertical-align: middle;
}

.result-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.updates-tabs .nav-link {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  padding: 12px 30px;
  margin: 0 5px;
  border-radius: 6px;
  font-weight: 600;
}

.updates-tabs .nav-link.active {
  background: #d71920;
  border-color: #d71920;
}

.update-list {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.update-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  border-bottom: 1px solid #eee;
}

.update-item:last-child {
  border-bottom: none;
}

.update-date {
  min-width: 70px;
  height: 70px;
  background: #d71920;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding-top: 8px;
}

.update-date span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.update-date small {
  font-size: 12px;
  letter-spacing: 1px;
}

.update-content h5 {
  margin-bottom: 8px;
  font-weight: 600;
}

.update-content p {
  margin: 0;
  color: #666;
}

.pagination .page-link {
  color: #d71920;
}

.pagination .active .page-link {
  background: #d71920;
  border-color: #d71920;
}
.uniform-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.uniform-box h4 {
  color: #d71920;
  font-weight: 700;
}

.uniform-table thead th {
  background: #d71920;
  color: #fff;
  border: none;
  padding: 15px;
}

.uniform-table tbody td {
  padding: 15px;
  vertical-align: middle;
}

.uniform-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.uniform-guidelines {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.uniform-guidelines h4 {
  color: #d71920;
  margin-bottom: 20px;
  font-weight: 700;
}

.uniform-guidelines ul {
  margin: 0;
  padding-left: 20px;
}

.uniform-guidelines li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #555;
}
.faculty-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.faculty-card:hover {
  transform: translateY(-8px);
}

.faculty-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.faculty-content {
  padding: 20px;
  text-align: center;
}

.faculty-content h4 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}

.faculty-content span {
  color: #d71920;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.faculty-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.faculty-content ul li {
  margin-bottom: 8px;
  color: #555;
}

.pagination .page-link {
  color: #d71920;
}

.pagination .active .page-link {
  background: #d71920;
  border-color: #d71920;
}
.staff-table-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.staff-table {
  margin-bottom: 0;
}

.staff-table thead th {
  background: #d71920;
  color: #fff;
  border: none;
  padding: 15px;
  vertical-align: middle;
  white-space: nowrap;
}

.staff-table tbody td {
  padding: 15px;
  vertical-align: middle;
}

.staff-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.guideline-box {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.guideline-box h4 {
  color: #d71920;
  margin-bottom: 20px;
  font-weight: 700;
}

.guideline-box h4 i {
  margin-right: 10px;
}

.guideline-box ul {
  padding-left: 20px;
  margin: 0;
}

.guideline-box ul li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #555;
}

.guideline-note {
  background: #fff;
  padding: 30px;
  border-left: 5px solid #d71920;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.guideline-note h5 {
  color: #d71920;
  margin-bottom: 15px;
  font-weight: 700;
}

.guideline-note p {
  margin: 0;
  line-height: 1.8;
  color: #555;
}
.faq-left {
  position: sticky;
  top: 120px;
}

.faq-tag {
  display: inline-block;
  background: #ffe5e5;
  color: #d71920;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.faq-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq-left h2 span {
  color: #d71920;
}

.faq-left p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.faq-accordion .accordion-item {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  padding: 18px 20px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #d71920;
  color: #fff;
}

.faq-accordion .accordion-body {
  line-height: 1.8;
  color: #666;
}
.facility-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.facility-box:hover {
  transform: translateY(-8px);
}

.facility-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px;
  background: #d71920;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
}

.facility-box h4 {
  margin-bottom: 15px;
  font-weight: 700;
}

.facility-box p {
  color: #666;
  margin-bottom: 0;
  line-height: 1.8;
}
.admission-content p {
  margin-bottom: 20px;
  line-height: 1.9;
}

.admission-steps {
  margin-top: 30px;
}

.step {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.step span {
  width: 45px;
  height: 45px;
  background: #d71920;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.step p {
  margin: 0;
  font-weight: 500;
}

.admission-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.info-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.info-box h3 {
  color: #d71920;
  margin-bottom: 20px;
  font-weight: 700;
}

.info-box ul {
  margin: 0;
  padding-left: 20px;
}

.info-box ul li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #555;
}
.campus-block {
  margin-bottom: 80px;
}

.campus-block:last-child {
  margin-bottom: 0;
}

.campus-block img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.campus-content {
  padding: 0 40px;
}

.campus-content span {
  font-size: 70px;
  font-weight: 800;
  color: #f2f2f2;
  display: block;
  line-height: 1;
}

.campus-content h3 {
  color: #d71920;
  margin-bottom: 20px;
  font-weight: 700;
}

.campus-content p {
  line-height: 1.9;
  color: #666;
}

@media (max-width: 991px) {
  .campus-content {
    padding: 25px 0 0;
  }

  .campus-block {
    margin-bottom: 50px;
  }
}
.fee-table-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.fee-table thead th {
  background: #ffe600;
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.fee-table tbody td {
  vertical-align: middle;
  padding: 12px;
}

.fee-table tbody td:first-child {
  font-weight: 600;
}

.documents-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.documents-box h4 {
  color: #d71920;
  margin-bottom: 20px;
  font-weight: 700;
}

.documents-box ul {
  margin: 0;
  padding-left: 20px;
}

.documents-box ul li {
  margin-bottom: 10px;
  line-height: 1.8;
}
.health-care {
  position: relative;
  overflow: hidden;
}

.health-subtitle {
  color: #666;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}

/* Gallery */
.health-gallery {
  margin-bottom: 70px;
}

.health-img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.health-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.5s ease;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.health-img:hover img {
  transform: scale(1.08);
}

/* Main Box */
.health-box {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: -30px;
  z-index: 2;
  border-top: 5px solid var(--theme-color);
}

.health-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #38b6ff);
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
}

.health-box h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.health-box p {
  color: #666;
  line-height: 1.9;
}

/* Features */
.health-feature {
  background: #f8fbff;
  border-radius: 15px;
  padding: 18px 20px;
  margin-bottom: 18px;
  font-weight: 600;
  transition: 0.3s;
  height: 100%;
  border: 1px solid #edf2f7;
}

.health-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.health-feature i {
  color: #d71920;
  margin-right: 10px;
  font-size: 18px;
}

/* Bottom Content */
.health-bottom {
  margin-top: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.health-bottom h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.health-bottom p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .health-box {
    padding: 35px;
    margin-top: 0;
  }

  .health-box h3 {
    font-size: 24px;
    margin-top: 15px;
  }

  .health-img img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .health-box,
  .health-bottom {
    padding: 25px;
  }

  .health-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 28px;
  }

  .health-bottom h4 {
    font-size: 22px;
  }
}
.event-tabs {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 120px;
}
.event-pane {
  display: none;
}

.event-pane.active {
  display: block;
}

.event-tab {
  width: 100%;
  border: none;
  text-align: left;
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #f5f7fa;
  font-weight: 600;
  transition: 0.3s;
}

.event-tab:hover,
.event-tab.active {
  background: var(--theme-color);
  color: #fff;
}

.event-content {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.event-subtitle {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-content h3 {
  margin: 10px 0 15px;
  font-weight: 700;
}

.event-content p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.8;
}

.event-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  transition: 0.4s;
}

.event-img:hover {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .event-tabs {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .event-content {
    padding: 25px;
  }
}
.videos-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px #ffd4007a;
  transition: 0.3s;
  height: 100%;
  background: #fff;
}

.videos-card:hover {
  transform: translateY(-8px);
}

/* HTML me video-thumb hai */
.videos-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.videos-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Play button */
.akc-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 70px;
  height: 70px;
  background: #de2a1b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

/* Hover pe show hoga */
.videos-card:hover .akc-btn{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.videos-content{
  padding: 20px;
}

.videos-content h5{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.contact-sidebar {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-sidebar h3 {
  margin-bottom: 15px;
}

.contact-sidebar p {
  color: #666;
  margin-bottom: 25px;
}

.contact-box {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-box i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 20px;
}

.contact-box h5 {
  margin-bottom: 5px;
  font-size: 18px;
}

.contact-box span {
  color: #666;
}

.contact-form-area {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-form-area .form-control {
  height: 55px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  box-shadow: none;
}

.contact-form-area textarea {
  height: 160px !important;
}

.contact-form-area .form-control:focus {
  border-color: var(--theme-color);
  box-shadow: none;
}
.quick-enquiry-btn {
  position: fixed;
  right: -51px;
  top: 50%;
  transform: rotate(-90deg);
  z-index: 999;
  background: #e31e24;
  color: #fff;
  padding: 8px 19px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.enquiry-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.enquiry-overlay.active {
  opacity: 1;
  visibility: visible;
}

.enquiry-sidebar {
  position: fixed;
  top: 50%;
  right: -420px;
  transform: translateY(-50%);
  width: 380px;
  max-width: 95%;
  height: auto;
  max-height: 85vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px 0 0 20px;
  padding: 25px;
  z-index: 9999;
  transition: 0.4s ease;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
}

.enquiry-sidebar.active {
  right: 0;
}

.enquiry-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.enquiry-header h3{
    margin:0;
    font-size:32px;
    font-weight:800;
    color:#1d1d1d;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.close-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  background: #e31e24;
  color: #fff;
}

.enquiry-sidebar .form-group {
  margin-bottom: 15px;
}

.enquiry-sidebar .form-control,
.enquiry-sidebar .form-select {
  height: 48px;
  border-radius: 10px;
}

.enquiry-sidebar textarea {
  height: 100px;
}

@media (max-width: 768px) {

  .quick-enquiry-btn{
    display: block;
  }

  .enquiry-sidebar {
    top: auto;
    left: 0;
    right: 0;
    bottom: -100%;
    width: 100%;
    max-width: 100%;
    max-height: 85vh;
    transform: none;
    border-radius: 20px 20px 0 0;
    transition: bottom .4s ease;
  }

  .enquiry-sidebar.active {
    bottom: 0;
  }

  .enquiry-header h3{
    font-size: 22px;
  }


  .enquiry-sidebar.active {
    bottom: 0;
  }
}
/* ===========================
   Album Cards
=========================== */

.album-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    height:auto;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s ease;
}

.album-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.album-image{
    position:relative;
    height:220px;
    overflow:hidden;
}

.album-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;
}

.album-card:hover .album-image img{
    transform:scale(1.08);
}

.album-overlay{
    position:absolute;
    bottom:15px;
    right:15px;
    background:rgba(0,0,0,.75);
    color:#fff;
    padding:8px 15px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.album-body{
    padding:20px;
    text-align:center;
    min-height:100px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.album-body h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
    line-height:1.4;
    /* min-height:55px; */
}

.album-btn{
    display:inline-block;
    padding:10px 22px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
    background:var(--theme-color);
    color:#fff;
}

.album-btn:hover{
    color:#fff;
    transform:translateY(-2px);
}

/* ===========================
   Album Detail Page
=========================== */

.album-back-btn{
    border-radius:30px;
    padding:10px 20px;
}

.album-heading{
    margin-bottom:40px;
}

.album-heading h2{
    font-weight:700;
}

.album-photo{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.album-photo img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s ease;
}

.album-photo:hover img{
    transform:scale(1.06);
}
.chairman-quote{
    border-left: 4px solid #f7c600;
    padding-left: 15px;
    margin-top: 25px;
    font-style: italic;
    color: #8f0c0c;
}

.chairman-quote i{
    color: #f7c600;
    margin-right: 8px;
}
.branch-location{
    background: linear-gradient(135deg, #ffd400, #ffc107);
    position: relative;
}

.branch-location .site-title,
.branch-location .site-title-tagline{
    color: #002147;
}

.branch-location .site-title span{
    color: #ed1c24; /* School primary color */
}

.branch-card{
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    height: 100%;
    transition: all .3s ease;
    border-top: 4px solid #ed1c24;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.branch-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.branch-card h3{
    color: #002147;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.branch-card p{
    color: #555;
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width:768px){

    .branch-card{
        padding: 25px 20px;
    }

    .branch-card h3{
        font-size: 24px;
    }

    .branch-card p{
        font-size: 18px;
    }

}