﻿/* new_notice section */
.notice_news {
  background: #256d45;
  margin-top: 0;
  padding: 13px 0;
  position: relative;
  text-align: center;
  z-index: 9;
}

.notice_news .new_highlight {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
}

.notice_news .new_highlight:before {
  background: radial-gradient(#fff, #0000);
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 9;
}

/* new_notice section end */

/* ===== Sticky Header ===== */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s ease;
}

/* ===== Scroll ke baad effect ===== */
.sticky-header.scrolled {
   /* background: rgba(120, 0, 0, 0.85); /* dark maroon */ 
    background:rgba(37, 109, 69, 0.87); /* dark green */
    backdrop-filter: blur(10px);       /* glass effect */
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/*
.sticky-header .nav-link {
    color: #fff;
    padding: 10px 15px;
}
*/

.sticky-header .nav-link:hover {
    color: #ffdd00;
}

/* Dropdown menu */
.dropdown-menu {
    background: rgba(255,255,255,0.95);
    border: none;
}

/*
.dropdown-item:hover {
    background: #7a0000;
    color: #fff;
}
*/
/* Page content niche se start ho */
/*body {
    padding-top: 74px;
}

@media(max-width:768px)
{
    body {
    padding-top: 68px !important;
}
}
*/


/* Admission Card */
.admission-card {
/*  background: #8b0000; */
background:#3f835c;
  padding: 35px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* Heading */
.admission-card h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.admission-card p {
  font-size: 13px;
  margin-bottom: 25px;
  color: #defffa;
}

/* Inputs */
.admission-input {
  background: transparent;
  border: 1px solid #defffa;
  color: #fff;
  height: 45px;
}

.admission-input::placeholder {
  color: #ffdede;
}

.admission-input:focus {
  background: transparent;
  border-color: #ffc107;
  box-shadow: none;
  color: #fff;
}

/* Message box */
.message-box {
  height: 90px;
  resize: none;
}

/* Submit Button */
.submit-btn {
  background: #ffc107;
  border: none;
  color: #000;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 6px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #ffb300;
}

/* Success Message */
.success-msg {
  display: block;
  background: rgba(0,0,0,0.3);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #00ffae;
  font-weight: 600;
  text-align: center;
}


/*===== Calendar =====*/
/*
.academic-calendar {
  background: #256d45;
  padding: 70px 0;
  color: #fff;
}

.section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.calendar-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.calendar-box {
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
}

.calendar-box h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calendar-header button {
  border: none;
  background: #256d45;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.calendar-days,
.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar-days span {
  font-weight: bold;
  padding: 5px 0;
}

.calendar-dates span {
  padding: 8px;
  margin: 3px;
  cursor: pointer;
}

.calendar-dates .today {
  background: #256d45;
  color: #fff;
  border-radius: 4px;
}

.events-box {
  flex: 1;
}

.events-box h4 {
  margin-bottom: 15px;
}

.event-card {
  background: #fff;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.event-card .date {
  color: #256d45;
  font-weight: 700;
}

.event-card h6 {
  margin: 8px 0;
  font-weight: 700;
}

.event-card .time,
.event-card .location {
  font-size: 13px;
  color: #555;
}
*/

.calDegn
{
    background: #F9FFF7;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height:auto;
}

.academic-header {
  background: #bfeff4;
  padding: 18px 20px;
  font-size: 22px;
  font-weight: 700;
  color: #004b6e;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cal-icon {
  background: #e7f9fc;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 20px;
}

.cal-title {
  font-size: 22px;
}

 
 .calendar-section {
  padding: 40px 0;
}

/* Left Calendar Box */
.calendar-left {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Calendar control */
.calendar-ui {
  width: 100%;
  border: none;
}

/* Right Event List */
.calendar-right {
  padding: 10px;
}

/* Event Card */
.event-card {
  background: #fff;
  padding: 15px 18px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.event-card:hover {
  transform: translateY(-4px);
}

.event-card .date {
  color: #2e7d32;
  font-weight: bold;
  font-size: 14px;
}

.event-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}

.event-card .location {
  color: #777;
  font-size: 14px;
}

/**========= Birthday Style ========**/
.birthday-box {
   /* background: #eafff1;
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08); */
     background: #eafff1;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.birthday-title {
    background: linear-gradient(135deg, #00b09b, #96c93d);
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    margin-bottom: 10px;
}

.birthday-scroll {
    height: 420px;              /* visible area */
    overflow: hidden;
    position: relative;
}

.birthday-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 18s linear infinite;
}

.birthday-scroll:hover .birthday-track {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% { transform: translateY(100%); }
    100% { transform: translateY(-100%); }
}

/* CARD */
.birthday-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.birthday-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #00b09b;
    margin-bottom: 8px;
}

.birthday-card h5 {
    font-weight: 700;
    margin: 5px 0 0;
}

.birthday-card p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

/* Staff Birthday */
.staff-birthday-box {
    /*background: #fff4ea;
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08); */
      background: #eafff1;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.staff-birthday-title {
    background: linear-gradient(135deg, #ff7a18, #ffb347);
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    margin-bottom: 10px;
}

.staff-birthday-scroll {
    height: 420px;
    overflow: hidden;
    position: relative;
}

.staff-birthday-track {
    display: flex;
    flex-direction: column;
    animation: staffScrollUp 18s linear infinite;
}

.staff-birthday-scroll:hover .staff-birthday-track {
    animation-play-state: paused;
}

@keyframes staffScrollUp {
    0% { transform: translateY(100%); }
    100% { transform: translateY(-100%); }
}

/* CARD */
.staff-birthday-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.staff-birthday-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ff7a18;
    margin-bottom: 8px;
}

.staff-birthday-card h5 {
    font-weight: 700;
    margin: 5px 0 0;
}

.staff-birthday-card p {
    color: #666;
    margin: 0;
    font-size: 14px;
}




/**========= Toppers Style =========**/
/*
.topper-box {
    background: #f4fff9;
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.topper-title {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    margin-bottom: 10px;
}

.topper-scroll {
    height: 420px;
    overflow: hidden;
}

.topper-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 45s linear infinite;
}

.topper-scroll:hover .topper-track {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.topper-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.topper-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ff9800;
}
*/

.star-topper-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #FFF4E6 0%, #FFE5DB 100%);
  position: relative;
  overflow: hidden;
  overflow: hidden;
}

.star-topper-section::before
{
    content: '🎓';
    position: absolute;
    font-size: 20rem;
    top: -5rem;
    right: -5rem;
    opacity: 0.05;
    animation: rotate 20s linear infinite;
}

  @keyframes rotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

.topper-heading {
  text-align: center;
  font-size: 42px !important;
  font-weight: 700;
  color: #1c1c3c;
}

@media(max-width:768px)
{
    .topper-heading
    {
        font-size:27px !important;
    }
}

.topper-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 50px;
  font-size: 18px;
}

.topper-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.topper-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scrollInfinite 25s linear infinite;
}

.topper-card {
/*  min-width: 320px;
  background: #ffffff;
  border-radius: 22px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  position: relative; */
  /***/
  /*
    min-width: 350px;
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; */
   
  flex: 0 0 auto;
  width: 360px;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.medal {
  /*position: absolute;
  top: -18px;
  right: 25px;
  background: orange;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; 
*/
    position: absolute;
    top: -15px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.4);
}

.topper-img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ff8c3a;
  margin-bottom: 15px;
}

.topper-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.class-info {
  color: #ff6b2d;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 18px;
}

.percentage {
  font-size: 34px;
  font-weight: 800;
  color: #0b4f8a;
}

/* Smooth infinite scroll */
/*@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
*/
/* Infinite animation */
@keyframes scrollInfinite {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Pause on hover */
.topper-track:hover {
  animation-play-state: paused;
}

/* Pause on hover */
.topper-slider:hover .topper-track {
  animation-play-state: paused;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .topper-card {
    width: 260px;
  }

  .topper-track {
    gap: 20px;
  }
}


/**====== Toppers Style END ============**/

/**===== Social Media style in footer ==========**/
.social-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid;
    transition: 0.3s ease;
    background: #fff;
}

/* WhatsApp */
.social-btn.whatsapp {
    color: #25D366;
    border-color: #25D366;
}
.social-btn.whatsapp:hover {
    background: #25D366;
    color: #fff;
}

/* Facebook */
.social-btn.facebook {
    color: #1877f2;
    border-color: #1877f2;
}
.social-btn.facebook:hover {
    background: #1877f2;
    color: #fff;
}

/* Instagram */
.social-btn.instagram {
    color: #e1306c;
    border-color: #e1306c;
}
.social-btn.instagram:hover {
    background: #e1306c;
    color: #fff;
}

/* YouTube */
.social-btn.youtube {
    color: #ff0000;
    border-color: #ff0000;
}
.social-btn.youtube:hover {
    background: #ff0000;
    color: #fff;
}

/* LinkedIn */
.social-btn.linkedin {
    color: #0a66c2;
    border-color: #0a66c2;
}
.social-btn.linkedin:hover {
    background: #0a66c2;
    color: #fff;
}

/**=== Mandatory Stle =====**/
/* Mandatory Floating Button */
.floating-mandatory {
    position: fixed;
    right: -5px;
    top: 35%;
    z-index: 9999;
}

.floating-mandatory a {
    display: flex;
    align-items: center;
    justify-content: center;
   /* width: 70px;
    height: 140px; */
    width: 115px;
    height: 50px;
    background: linear-gradient(135deg, #8b0000, #c1121f);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-radius: 40px 0 0 40px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.floating-mandatory a span {
   /* writing-mode: vertical-rl;
    transform: rotate(180deg); */
    writing-mode: vertical-rl;
    transform: rotate(269deg);
    letter-spacing: 1px;
}

.floating-mandatory a:hover {
    background: linear-gradient(135deg, #c1121f, #8b0000);
    transform: translateX(-5px);
}


/** Enquiry **/
.floating-enquiry {
    position: fixed;
    right: -5px;
    top: 44%;   /* Mandatory ke niche */
    z-index: 9999;
}

.floating-enquiry a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 50px;
    background: linear-gradient(135deg, #2e8b57, #3cb371);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-radius: 40px 0 0 40px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.floating-enquiry a span {
    writing-mode: vertical-rl;
    transform: rotate(269deg);
    letter-spacing: 1px;
}

.floating-enquiry a:hover {
    background: linear-gradient(135deg, #3cb371, #2e8b57);
    transform: translateX(-5px);
}
/** Online Registration **/
/* Wrapper */
.floating-wrap {
    position: fixed;
    right: 0px;
    bottom: 20%;
    display: flex;
    flex-direction: row; /* image upar, button neeche */
    align-items: center;
    z-index: 9999;
}

/* Image */
.admission-badge {
    width: 100px;
    margin-bottom: 3px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgba(255, 0, 0, 0.6));
    border-radius: 50%;
    padding: 4px;
    background: radial-gradient(circle, rgba(255,0,0,0.4), transparent);
    animation: colorPulse 2.5s infinite alternate;
}

/* Hover pe sirf color/glow change */
.floating-wrap:hover .admission-badge {
    filter: drop-shadow(0 0 14px rgba(36, 198, 220, 0.9));
}


/* Button */
.floating-btn {
    background: linear-gradient(135deg, #ff512f, #dd2476);
    color: #fff;
    padding: 14px 18px;
    border-radius: 30px 0 0 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
    letter-spacing: 1px;
}

/* Hover Effect */
.floating-btn:hover {
    background: linear-gradient(135deg, #24c6dc, #514a9d);
    transform: translateX(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(0,0,0,0.4);
}

/* Floating animation */
@keyframes floatBadge {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
    .floating-wrap {
        bottom: 25%;
        right: 0px;
    }

    .admission-badge {
        width: 70px;
    }

    .floating-btn {
        padding: 12px 14px;
        font-size: 12px;
    }
}

/* Two color glow change */
@keyframes colorPulse {
    0% {
        filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.8));
    }
    100% {
        filter: drop-shadow(0 0 14px rgba(36, 198, 220, 0.9));
    }
}


/**======= Testimonial Style ========**/
.testimonial-section {
    background: #f5f7fa;
}

.section-title {
    font-weight: 700;
    color: #7a0000;
}

.section-subtitle {
    color: #666;
}

.testimonial-card {
    /*max-width: 820px; */
     max-width: 1000px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.testimonial-left img {
   /* width: 130px;
    height: 130px;*/
    width:400px;
    height:400px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #7a0000;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    position: relative;
}

.testimonial-text::before {
    content: "“";
    font-size: 60px;
    color: #7a0000;
    position: absolute;
    left: -20px;
    top: -20px;
    opacity: 0.2;
}

.testimonial-right h5 {
    margin-top: 15px;
    margin-bottom: 0;
    color: #222;
}

.testimonial-right span {
    font-size: 14px;
    color: #777;
}

/* Buttons */
.carousel-control-prev,
.carousel-control-next {
    width: 45px;
    height: 45px;
    background: #7a0000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

/* Mobile */
@media(max-width:768px) {
    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-text::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

/*** Alumni ****/
.alumni-canva {
   /* background: #f7f9fc; */
}

.alumni-card-canva {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    /*max-width: 1000px;*/
    max-width: 1112px;
    margin: auto;
   /* box-shadow: 0 20px 45px rgba(0,0,0,0.12); */
   box-shadow: 0 1px 10px;
    position: relative;
}

/* IMAGE */
.alumni-img-wrap {
    flex: 0 0 320px;
    position: relative;
}

.alumni-img-wrap img {
  /*  width: 300px;
    height: 300px; */
    width:400px;
    height:400px;
    border-radius: 50%;
    object-fit: cover;
}

/* CONTENT */
.alumni-info-wrap {
    position: relative;
}

.quote-icon {
    font-size: 90px;
    color: #1d3c78;
    line-height: 1;
    font-weight: 800;
}

.alumni-msg {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 25px;
}

.alumni-name {
    font-weight: 700;
    font-size: 20px;
    color: #1d3c78;
}

.alumni-role {
    color: #e63946;
    font-weight: 600;
    font-size: 15px;
}

.alumni-batch {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    background: #eef2ff;
    color: #1d3c78;
    padding: 4px 14px;
    border-radius: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
    .alumni-card-canva {
        flex-direction: column;
        text-align: center;
    }
    
    .alumni-img-wrap {
    flex: 0 0 223px;
    }

    .alumni-img-wrap img {
        width: 220px;
        height: 220px;
    }

    .quote-icon {
        margin-top: 20px;
    }
}













/*******+++++++++++++++===========*********/
.top-header {
  background: #fff;
}

/* LOGO */
/*.school-logo {
  height: 80px;
  margin-right: 12px;
}

.school-title h1 {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  color: #8b0000;
}

.school-title p {
  margin: 0;
  font-size: 14px;
}
*/
/* NOTICE */


/* MENU */
/*.main-navbar {
  padding: 6px 0;
}

.main-navbar .nav-link {
  color: #fff;
  padding: 8px 14px;
  font-weight: 600;
}

.main-navbar .nav-link:hover {
  color: #ffcc00;
}
*/
/* RESPONSIVE */
@media (max-width: 991px) {
 /* .notice-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .school-title h1 {
    font-size: 22px;
  } */
}


/*========= Home Slider Style ===========*/
 .swiper-slide img {
      display: block;
      width: 100%;
     /* height: 100%; */
     height:683px !important;
      object-fit: cover;
    }
    
    @media(max-width:768px)
    {
        .swiper-slide img
        {
            height:100% !important;
        }
    }
    
     /* Stylish navigation buttons */
  .swiper-button-next,
  .swiper-button-prev {
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
  }

  /* Hover effect */
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: linear-gradient(135deg, #f2e69a,#f2e69a);
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(242, 230, 154, 0.8);
    color:#000;
  }

  /* Arrow icon customization */
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
  }
  
/*========= Home Slider Style END ============*/


/***========= Our Feature Style ==========*********/
.features-section {
  padding: 80px 20px;
  background: #fffaf3;
}

.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1d1d3f;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 60px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: #fff1e2;
  padding: 35px 30px;
  border-radius: 28px;
  transition: all 0.3s ease;
}

.feature-card.active {
  border: 3px solid #ff6b2d;
  background: #fff5eb;
}

.feature-card .icon {
  font-size: 34px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.feature-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

/* Hover Effect */
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 32px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

.custom_heading-container #criNotice
{
    font-size:28px;
}

@media(max-width:768px)
{
    .custom_heading-container #criNotice
    {
        font-size:23px;
    }
}

/**===== Management Desk Style ======**/
.desk-section {
  background: linear-gradient(180deg, #eef3f9, #dde5f0);
}

.desk-title {
  font-size: 42px;
  font-weight: 700;
  color: #0b4da2;
}

/* WHITE CARD */
.desk-card {
  background: #fff;
  border-radius: 35px;
  padding: 50px 60px;
  max-width: 1100px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* IMAGE */
.desk-img {
  width: 260px;
  height: 260px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  margin: auto;
}

.desk-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT */
.desk-text {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  font-style: italic;
  padding-right: 15px;
}

.desk-name {
  margin-top: 25px;
  font-size: 20px;
  color: #0b4da2;
  font-weight: 700;
}

.desk-designation {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #777;
  font-weight: 600;
}

/* DOTS */
.desk-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cfd8e3;
  border-radius: 50%;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.desk-dots .dot.active {
  background: #0b4da2;
  width: 24px;
  border-radius: 20px;
}

/* SLIDE */
.desk-slide {
  display: none;
  animation: fade 0.6s ease-in-out;
}

.desk-slide.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* MOBILE FIX */
@media(max-width:768px){
  .desk-card{
    padding:30px 20px;
  }
  .desk-title{
    font-size:32px;
  }
}


.read-more-text {
  max-height: 7.5em; /* approx 280 chars */
  overflow: hidden;
  padding-right: 15px;
  box-sizing: border-box;
  transition: max-height 0.4s ease;
}

.read-more-text.expanded {
  max-height: 1000px;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  color: #0b4da2;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.read-more-btn:hover {
  text-decoration: underline;
}

/*========== Photo Gallery Style ==============*/
.gallery-modern {
  background: #fff;
}

.gallery-title {
  font-size: 42px;
  font-weight: 800;
}

.gallery-sub {
  color: #666;
  font-size: 18px;
}

/* BOX */
.gallery-box {
  background: linear-gradient(180deg,#fff,#fff5eb);
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

/* HEADER */
.gallery-header {
  background: linear-gradient(180deg,#000,#999);
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* VIEWPORT */
.gallery-viewport {
  height: 420px;
  overflow: hidden;
  position: relative;
}

/* TRACK */
/* Gallery items ke beech gap */
.gallery-track {
  display: flex;
  flex-direction: column;
  gap: 30px;   /*  yahin se space control hoga */
}


/* IMAGE CARD */
.gallery-card {
  background: #fff;
  border-radius: 20px;
   margin-bottom: 25px; 
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,.1);
}

.gallery-img {
  width: 100%;
 /* height: 220px; */
  object-fit: cover;
}

.gallery-info {
  padding: 15px;
}

.gallery-info span {
  font-size: 13px;
  color: #ff7a00;
}

.gallery-info h5 {
  font-weight: 700;
  margin-top: 5px;
}

/* VIDEO CARD */
.video-card {
  background: #f3f3f3;
  height: 260px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ff7a00;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* ANIMATIONS */
.scroll-up {
  animation: moveUp 25s linear infinite;
}

.scroll-down {
  animation: moveDown 10s linear infinite;
}

@keyframes moveUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes moveDown {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* PAUSE ON HOVER */
.gallery-viewport:hover .gallery-track {
  animation-play-state: paused;
}

/**===== Counter Section =======**/
.counter-section {
  background: #0a4b87;
  padding: 60px 20px;
}

.counter-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.counter-box h2 {
  color: #ffcc00;
  font-size: 48px;
  font-weight: 700;
}

.counter-box p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .counter-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .counter-container {
    grid-template-columns: 1fr;
  }
}






/***************/
.notice-card 
{
  background: #f8fff1;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

@media(max-width:768px)
{
    
}

.notice-header {
  background: #cde35b;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #003a8f;
}

.notice-body {
  padding: 20px;
}

.notice-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}

.notice-date {
  background: #6ea635;
  color: #fff;
  border-radius: 12px;
  width: 80px;
  text-align: center;
  padding: 10px 5px;
  flex-shrink: 0;
}

.notice-date .day {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.notice-date .month,
.notice-date .year {
  font-size: 12px;
  display: block;
}

.notice-text {
  font-size: 13px;
  color: #222;
}

.view-link {
  color: #003a8f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.view-link:hover {
  text-decoration: underline;
}
@media(max-width: 576px) {
  .notice-item {
    flex-direction: column;
  }

  .notice-date {
    width: 100%;
  }
}


/*=========++++++++++ Video Modal +++++++=========*/
.video-card {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  gap: 20px;
  align-items: center;
}

.play-btn {
  width: 60px;
  height: 60px;
  background: orange;
  color: white;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-modal-content {
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.video-modal iframe {
  width: 100%;
  height: 480px;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  font-size: 22px;
  border-radius: 50%;
  padding: 4px 10px;
  cursor: pointer;
}


/* Mobile */
@media (max-width: 600px) {
  .video-modal iframe {
    height: 240px;
  }
}






/*************/

.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-label input,
.floating-label textarea {
    width: 100%;
    padding: 14px 12px;
    font-size: 15px;
}

.floating-label label {
    position: absolute;
    top: 50%;
    left: 12px;
    color: #888;
    font-size: 14px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: 0.3s ease;
    background: #fff;
    padding: 0 5px;
}

/* When typing or focus */
.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:focus + label,
.floating-label textarea:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 12px;
    color: #0d6efd;
}

/************/

