   * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Nunito', sans-serif;
      background: #f4f7fc;
    }

    html, body {
  overflow-x: hidden;
}
   
   
  .topbar {
      background: #0a1c4e;
      border-bottom: 2px solid #e3342f;
    }
    .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 44px;
      padding: 6px 24px;
      gap: 16px;
      flex-wrap: wrap;
    }
    .topbar-left {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1;
      min-width: 0;
      overflow: hidden;
    }
    .ticker-label {
      background: #e3342f;
      color: #fff;
      font-size: 10px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 3px 12px;
      border-radius: 40px;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .ticker-track {
      overflow: hidden;
      flex: 1;
    }
    .ticker-content {
      display: inline-flex;
      gap: 48px;
      animation: ticker 28s linear infinite;
      white-space: nowrap;
    }
    .ticker-content span {
      color: rgba(255, 255, 255, 0.88);
      font-size: 12px;
      font-weight: 600;
    }
    .ticker-content span i {
      color: #ff7b77;
      margin-right: 6px;
    }
    @keyframes ticker {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .topbar-right {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-shrink: 0;
    }
    .topbar-contact {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .topbar-contact a {
      color: rgba(255, 255, 255, 0.85);
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: 0.2s;
    }
    .topbar-contact a i {
      color: #e3342f;
      font-size: 12px;
    }
    .topbar-contact a:hover { color: white; }
    .topbar-divider {
      width: 1px;
      height: 18px;
      background: rgba(255, 255, 255, 0.25);
    }
    .topbar-socials {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .social-btn {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      text-decoration: none;
      transition: 0.2s;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .social-btn:hover {
      background: #e3342f;
      color: white;
      border-color: #e3342f;
      transform: translateY(-2px);
    }

    /* ===== NAVBAR WRAP ===== */
    .kids-navbar-wrap {
      background: #ffffff;
      position: sticky;
      top: 0;
      z-index: 9999;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
      transition: box-shadow 0.2s;
    }
    .kids-navbar-wrap.scrolled {
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    }
    .photo-navbar {
      min-height: 82px;
      padding: 8px 0;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    .container-fluid {
      width: 100%;
      padding-right: 24px;
      padding-left: 24px;
      margin-right: auto;
      margin-left: auto;
    }
    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      flex-wrap: nowrap;
    }
    .kids-brand {
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }
    .logo-image {
      width: 152px;
      height: 85px;
      object-fit: contain;
      border-radius: 14px;
      padding: 5px;
    }

    /* ========= DESKTOP FIRST: ALWAYS HORIZONTAL FOR ALL DESKTOP SCREEN SIZES ========= */
    /* Force navbar-collapse to always be flex row on any screen wider than 991px (desktop standard) 
       and also ensure that even on smaller desktop widths (down to 992px) everything stays in one row.
       We use dynamic font scaling and padding to guarantee all menu items + CTA button fit.
    */
    @media (min-width: 992px) {
      .navbar-collapse {
        display: flex !important;
        flex-grow: 1;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap !important;
      }
      .navbar-toggler {
        display: none !important;
      }
      .kids-mobile-login {
        display: none !important;
      }
      .mobile-menu-extras {
        display: none !important;
      }
      .desktop-login {
        display: inline-flex !important;
      }
    }

    /* Navbar nav: horizontal row, no wrapping */
    .navbar-nav {
      display: flex;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      gap: 0;
    }

    .navbar-nav .nav-item {
      list-style: none;
      flex-shrink: 0;
    }

    .navbar-nav .nav-link {
      color: #0a1c4e;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      transition: color 0.2s;
      white-space: nowrap !important;
      padding: 10px 12px !important;
      font-size: 12px;
    }

    /* Responsive font scaling for all desktop widths to ensure everything fits */
    @media (min-width: 992px) and (max-width: 1099px) {
      .navbar-nav .nav-link {
        font-size: 10px !important;
        padding: 10px 6px !important;
      }
      .kids-login-btn {
        padding: 8px 16px !important;
        font-size: 11px !important;
      }
      .logo-image {
        width: 130px;
        height: 72px;
      }
    }

    @media (min-width: 1100px) and (max-width: 1299px) {
      .navbar-nav .nav-link {
        font-size: 11px !important;
        padding: 10px 8px !important;
      }
      .kids-login-btn {
        padding: 9px 18px;
        font-size: 12px;
      }
    }

    @media (min-width: 1300px) and (max-width: 1499px) {
      .navbar-nav .nav-link {
        font-size: 12px !important;
        padding: 10px 10px !important;
      }
    }

    @media (min-width: 1500px) and (max-width: 1799px) {
      .navbar-nav .nav-link {
        font-size: 12.5px !important;
        padding: 10px 13px !important;
      }
    }

    @media (min-width: 1800px) {
      .navbar-nav .nav-link {
        font-size: 14px !important;
        padding: 10px 16px !important;
      }
      .kids-login-btn {
        padding: 12px 28px;
        font-size: 14px;
      }
    }

    /* Hover & dropdown */
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #e3342f;
    }
    .dropdown-toggle::after {
      margin-left: 6px;
      vertical-align: middle;
    }
    .dropdown-menu {
      border: none;
      border-radius: 18px;
      padding: 10px 0;
      min-width: 220px;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
      background: #ffffff;
      margin-top: 6px;
      border-top: 3px solid #e3342f;
    }
    .dropdown-item {
      font-size: 13px;
      font-weight: 700;
      color: #1e2a5e;
      padding: 10px 20px;
      transition: 0.2s;
    }
    .dropdown-item:hover {
      background: #fef2f0;
      color: #e3342f;
      padding-left: 28px;
    }
    /* Desktop hover dropdown */
    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
    }

    /* CTA Button */
    .kids-login-btn {
      background: #0a1c4e;
      color: #ffffff;
      text-decoration: none;
      padding: 10px 24px;
      border-radius: 40px;
      font-size: 13px;
      font-weight: 800;
      transition: all 0.25s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 2px solid #0a1c4e;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .kids-login-btn i {
      font-size: 12px;
    }
    .kids-login-btn:hover {
      background: #e3342f;
      border-color: #e3342f;
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(227, 52, 47, 0.3);
    }
    .desktop-login {
      margin-left: 16px;
      display: inline-flex !important;
      flex-shrink: 0;
    }

    /* ===== TABLET & MOBILE (≤ 991px) : topbar hidden, hamburger menu ===== */
    @media (max-width: 991px) {
      .topbar {
        display: none !important;
      }
      .photo-navbar {
        min-height: 68px;
        flex-wrap: wrap;
      }
      .logo-image {
        width: 112px;
        height: 62px;
      }
      .navbar-toggler {
        display: block !important;
        border: none;
        background: transparent;
      }
      .desktop-login {
        display: none !important;
      }
      .kids-mobile-login {
        display: block !important;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
      }
      .mobile-menu-extras {
        display: block !important;
        width: 100%;
        padding-top: 15px;
        margin-top: 20px;
        border-top: 2px solid rgba(227, 52, 47, 0.2);
      }
      .navbar-collapse {
        display: none !important;
        flex-basis: 100%;
        width: 100%;
        background: #ffffff;
        margin-top: 12px;
        padding: 20px 18px 28px;
        border-radius: 28px;
        box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
        border-top: 3px solid #e3342f;
        max-height: 80vh;
        overflow-y: auto;
      }
      .navbar-collapse.show {
        display: block !important;
      }
      .navbar-nav {
        width: 100%;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0;
      }
      .navbar-nav .nav-item {
        width: 100%;
      }
      .navbar-nav .nav-link {
        width: 100%;
        padding: 13px 16px !important;
        font-size: 14px;
        border-bottom: 1px solid #eef2f7;
        white-space: normal !important;
      }
      .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        background: #f8f9ff;
        border: none;
        border-radius: 16px;
        box-shadow: none;
        margin: 5px 0 8px;
        padding: 6px 0;
      }
      .dropdown-item {
        padding: 11px 28px;
        font-size: 13px;
      }
      .dropdown-item:hover {
        padding-left: 34px;
      }
      .hamburger {
        width: 32px;
        height: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
      }
      .hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background: #0a1c4e;
        border-radius: 20px;
        transition: 0.3s;
      }
      .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
        transform: translateY(10.5px) rotate(45deg);
      }
      .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
      }
      .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
        transform: translateY(-10.5px) rotate(-45deg);
      }
      .mobile-contact-block {
        background: #f8f9ff;
        border-radius: 20px;
        padding: 14px 16px;
        margin-bottom: 16px;
      }
      .mobile-contact-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 0;
        text-decoration: none;
        color: #0a1c4e;
        font-weight: 700;
        font-size: 14px;
        border-bottom: 1px solid #eef2f7;
      }
      .mobile-contact-item:last-child {
        border-bottom: none;
      }
      .mobile-contact-item i:first-child {
        width: 32px;
        height: 32px;
        background: #e3342f10;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e3342f;
        font-size: 14px;
      }
      .mobile-social-block {
        text-align: center;
        margin-top: 8px;
      }
      .mobile-social-title {
        font-size: 12px;
        font-weight: 800;
        color: #6c7a9e;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 12px;
      }
      .mobile-social-icons-group {
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
      }
      .mobile-social-icon {
        width: 40px;
        height: 40px;
        background: #0a1c4e;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.25s;
      }
      .mobile-social-icon:hover {
        background: #e3342f;
        transform: translateY(-3px);
      }
    }

    /* extra small devices (phones) */
    @media (max-width: 576px) {
      .photo-navbar {
        min-height: 62px;
      }
      .logo-image {
        width: 100px;
        height: 55px;
      }
      .navbar-collapse {
        padding: 16px 14px 24px;
      }
      .hamburger {
        width: 28px;
        height: 21px;
      }
    }
    @media (max-width: 380px) {
      .logo-image {
        width: 85px;
        height: 48px;
      }
    }

  html,
body {
    overflow-x: hidden;
}

/* =========================
   MAIN SLIDER
========================= */

.custom-school-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#customCarousel {
    overflow: hidden;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* =========================
   SLIDE
========================= */

.custom-slide {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

/* =========================
   IMAGE
========================= */

.custom-slide-img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    /* smooth rendering */
    backface-visibility: hidden;
    transform: translateZ(0);

    /* smooth image loading */
    transition: transform 1s ease;
}

/* =========================
   OVERLAY
========================= */

.custom-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.45) 45%,
        rgba(0, 0, 0, 0.15) 100%
    );

    z-index: 1;
}

/* =========================
   CONTENT
========================= */

.custom-content {
    position: absolute;

    top: 50%;
    left: 110px;

    transform: translateY(-50%);

    z-index: 2;

    max-width: 680px;

    padding: 25px 30px;

    color: #fff;

    border-left: 5px solid #fff;

    background: rgba(0, 0, 0, 0.28);

    backdrop-filter: blur(3px);

    border-radius: 12px;
}

.custom-content h1 {
    font-size: 70px;
    line-height: 1.05;
    font-weight: 700;

    margin-bottom: 18px;

    font-family: Georgia, serif;

    color: #fff;
}

.custom-content h5 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.custom-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* =========================
   CONTROLS
========================= */

.custom-controls {
    position: absolute;

    left: 40px;
    top: 50%;

    transform: translateY(-50%);

    z-index: 10;

    display: flex;
    flex-direction: column;

    gap: 16px;
}

.custom-btn {
    width: 58px;
    height: 58px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.5);

    background: rgba(0,0,0,0.35);

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.custom-btn:hover {
    background: rgba(0,0,0,0.6);
    transform: scale(1.05);
}

.custom-btn i {
    font-size: 18px;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .custom-slide {
        height: 560px;
    }

    .custom-content {
        left: 80px;
        right: 40px;

        max-width: 560px;

        padding: 22px 25px;
    }

    .custom-content h1 {
        font-size: 48px;
    }

    .custom-content p {
        font-size: 18px;
    }

    .custom-controls {
        left: 25px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .custom-slide {
        height: 520px;
    }

    .custom-overlay {
        background: rgba(0,0,0,0.6);
    }

    .custom-content {
        left: 20px;
        right: 20px;

        top: 55%;

        max-width: none;

        padding: 20px;

        border-left: 4px solid #fff;
    }

    .custom-content h1 {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .custom-content h5 {
        font-size: 18px;
    }

    .custom-content p {
        font-size: 15px;
        line-height: 1.5;
    }

    .custom-controls {
        left: 50%;
        top: auto;

        bottom: 25px;

        transform: translateX(-50%);

        flex-direction: row;
    }

    .custom-btn {
        width: 42px;
        height: 42px;
    }

    .custom-btn i {
        font-size: 14px;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .custom-slide {
        height: 480px;
    }

    .custom-content {
        top: 52%;
        padding: 16px;
    }

    .custom-content h1 {
        font-size: 28px;
    }

    .custom-content p {
        font-size: 14px;
    }
}




/* HOW TO APPLY */

.admission-step-section{
  background: #efefef;
  padding: 29px 10px;
}

/* DEFAULT (LIKE YOUR IMAGE) */
.admission-step-card{
  background: #f5f5f5;
  padding: 48px 50px;
  height: 100%;
  min-height: 360px;
  position: relative;
  transition: all 0.35s ease;
  border: 1px solid rgba(0,0,0,0.04);
}

/* ICON + NUMBER */
.admission-step-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.admission-step-icon{
  font-size: 60px;
  color: #ff3b4a;
}

/* OUTLINE NUMBER */
.admission-step-number{
  font-size: 58px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #f3bfc4;
  font-family: Georgia, serif;
}

/* TEXT */
.admission-step-title{
  font-size: 30px;
  font-weight: 700;
  color: #0b2c5f;
  margin-bottom: 20px;
  font-family: Georgia, serif;
}

.admission-step-text{
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

/* 🔥 HOVER EFFECT */
.admission-step-card:hover{
  background: #fff;
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ICON ON HOVER */
.admission-step-card:hover .admission-step-icon{
  color: #ff3b4a;
}

/* NUMBER ON HOVER */
.admission-step-card:hover .admission-step-number{
  color: #ff3b4a;
  -webkit-text-stroke: 0;
}

/* OPTIONAL: subtle border animation */
.admission-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #ff3b4a;
  transition: 0.3s;
}

.admission-step-card:hover::after{
  width: 100%;
}

/* Welcome to the SAGHS */
.saghs-welcome-section{
  background: #f7f7f7;
  padding: 90px 0;
  overflow: hidden;
}

.saghs-welcome-content{
  max-width: 540px;
}


.saghs-welcome-title{
  font-size: 50px;
  font-weight: 700;
  color: #07145f;
  line-height: 1.2;
  margin-bottom: 8px;
}

.saghs-welcome-title span{
  color: #07145f;
}

.saghs-welcome-subtitle{
  font-size: 38px;
  font-weight: 700;
  color: #ff3b4a;
  line-height: 1.3;
  margin-bottom: 24px;
}

.saghs-welcome-text{
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.saghs-welcome-image-wrap{
  position: relative;
  max-width: 520px;
  margin-left: auto;
}

.saghs-welcome-image{
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  position: relative;
  z-index: 2;
}

/* green corner borders */
.saghs-corner{
  position: absolute;
  width: 70px;
  height: 70px;
  border-color: #07145f;
  z-index: 3;
}

.saghs-corner-top{
  top: -14px;
  left: -14px;
  border-top: 4px solid #07145f;;
  border-left: 4px solid #07145f;;
}

.saghs-corner-bottom{
  right: -14px;
  bottom: -14px;
  border-right: 4px solid #07145f;;
  border-bottom: 4px solid #07145f;;
}

/* decorative lines on right */
.saghs-shape-lines{
  position: absolute;
  top: 12px;
  right: -70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}

.saghs-shape-lines span{
  display: block;
  width: 26px;
  height: 3px;
  background: #07145f;
  border-radius: 10px;
  transform-origin: left center;
}

.saghs-shape-lines span:nth-child(1){
  transform: rotate(-55deg);
}

.saghs-shape-lines span:nth-child(2){
  width: 32px;
  transform: rotate(-35deg);
}

.saghs-shape-lines span:nth-child(3){
  width: 24px;
  transform: rotate(-15deg);
}

/* responsive */
@media (max-width: 1199px){
  .saghs-welcome-title{
    font-size: 42px;
  }

  .saghs-welcome-subtitle{
    font-size: 32px;
  }
}

@media (max-width: 991px){
  .saghs-welcome-section{
    padding: 70px 0;
  }

  .saghs-welcome-content{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .saghs-welcome-image-wrap{
    margin: 0 auto;
  }

  .saghs-shape-lines{
    right: -30px;
  }
}

@media (max-width: 767px){
  .saghs-welcome-title{
    font-size: 34px;
  }

  .saghs-welcome-subtitle{
    font-size: 26px;
  }

  .saghs-welcome-text{
    font-size: 14px;
  }

  .saghs-corner{
    width: 50px;
    height: 50px;
  }

  .saghs-shape-lines{
    display: none;
  }
}

/* what we offer */
.saghs-bday-offer-section{
  background: #f7f7f7;
  padding: 90px 0;
  overflow: hidden;
}

/* LEFT BIRTHDAY CARD */
.saghs-bday-status-card{
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.saghs-bday-main-img{
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  transition: 0.3s ease;
}

/* NEXT ARROW */
.saghs-bday-next{
  position: absolute;
  right: 15px;
  top: 15px;
  width: 48px;
  height: 48px;
  background: #ff3b4a;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 6;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0,0,0,0.16);
}

.saghs-bday-next:hover{
  background: #07145f;
}

/* STUDENT BADGE */
.saghs-bday-student-badge{
  position: absolute;
  top: -25px;
  left: -10px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 25px 12px 12px;
  border-radius: 40px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  z-index: 5;
  border-left: 5px solid #ff3b4a;
}

.saghs-bday-student-badge img{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.saghs-bday-student-badge h4{
  margin: 0;
  font-size: 18px;
  color: #07145f;
  font-weight: 700;
}

.saghs-bday-student-badge p{
  margin: 0;
  font-size: 13px;
  color: #555;
}

/* FLOATING INFO */
.saghs-bday-info{
  position: absolute;
  left: -20px;
  background: #fff;
  color: #07145f;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 4;
}

.saghs-bday-info i{
  color: #ff3b4a;
}

.saghs-bday-info-date{
  bottom: 135px;
}

.saghs-bday-info-time{
  bottom: 85px;
  left: 20px;
}

/* WISH BOX */


.saghs-bday-wish{
  position: absolute;
  right: -35px;
  bottom: 25px;
  width: 215px;
  background: #07145f;
  color: #fff;
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(7,20,95,0.25);
  z-index: 4;
}

.saghs-bday-wish h3{
  font-size: 18px;
  margin-bottom: 8px;
  color: #fff;
}

.saghs-bday-wish p{
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255,255,255,0.9);
}

.saghs-bday-heading,
.saghs-offer-heading{
  margin-bottom: 25px;
}

.saghs-bday-heading span{
  color: #ff3b4a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.saghs-bday-heading h2{
  font-size: 42px;
  color: #07145f;
  font-weight: 700;
  font-family: Georgia, serif;
  margin: 10px 0 25px;
}

.saghs-bday-heading h2 span{
  color: #ff3b4a;
}

/* RIGHT OFFER */
.saghs-offer-content{
  max-width: 680px;
  margin-left: auto;
}

.saghs-offer-heading{
  margin-bottom: 28px;
}

.saghs-offer-heading span{
  color: #ff3b4a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.saghs-offer-heading h2{
  font-size: 42px;
  color: #07145f;
  font-weight: 700;
  font-family: Georgia, serif;
  margin: 10px 0 0;
}

/* OFFER LIST */
.saghs-offer-list{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* EACH ITEM */
.saghs-offer-item{
  background: #fff;
  min-height: 82px;
  padding: 18px 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 5px solid transparent;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

.saghs-offer-item::before{
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,59,74,0.06);
  transition: 0.35s ease;
  z-index: 0;
}

.saghs-offer-item:hover::before{
  width: 100%;
}

.saghs-offer-item:hover{
  border-left-color: #ff3b4a;
  transform: translateX(8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.saghs-offer-item h3,
.saghs-offer-item h2{
  position: relative;
  z-index: 2;
}

.saghs-offer-item h3{
  font-size: 23px;
  font-weight: 700;
  color: #07145f;
  margin: 0;
  font-family: Georgia, serif;
}

.saghs-offer-item h2{
  min-width: 92px;
  height: 42px;
  padding: 0 16px;
  background: #ff3b4a;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(255,59,74,0.25);
}

.saghs-offer-item:hover h3{
  color: #ff3b4a;
}

/* RESPONSIVE */
@media(max-width: 991px){
  .saghs-offer-content{
    margin: 45px auto 0;
  }

  .saghs-offer-heading{
    text-align: center;
  }

  .saghs-offer-heading h2{
    font-size: 34px;
  }
}

@media(max-width: 575px){
  .saghs-offer-item{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .saghs-offer-item h3{
    font-size: 20px;
  }

  .saghs-offer-item h2{
    height: 38px;
    font-size: 13px;
  }
}



/* Digital classroom */
.digital-classroom-section{
  background: #f5f5f7;
  padding: 12px 0;
  height: auto;
  min-height: unset;
}

.digital-classroom-box{
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

/* left panel */
.digital-classroom-left{
  background: #ff825b;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px 12px 0;
      border-radius: 15px 0px 0px 15px;
}

.digital-classroom-image-wrap{
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.digital-classroom-image{
  width: 100%;
  height: auto;
  display: block;
}

/* right panel */
.digital-classroom-right{
  background: linear-gradient(135deg, #20004d, #2d0a67 60%, #3a1b7e);
  min-height: 100%;
  position: relative;
  padding: 30px 40px;
  color: #fff;
      border-radius: 15px 15px 15px 0px;
}

.digital-classroom-title{
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
}

.digital-classroom-text{
 font-size: 16px;
    line-height: 1.5;
  color: rgba(255,255,255,0.88);
  max-width: 500px;
  margin-bottom: 16px;
}

/* floating round icons */
.digital-floating-icon{
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.digital-floating-icon i{
  font-size: 34px;
}

.digital-icon-left{
  left: -18px;
  top: 65px;
}

.digital-icon-left i{
  color: #31b37c;
}

.digital-icon-right{
  right: -18px;
  top: 135px;
  background: linear-gradient(135deg, #ff8a5a, #ff6e4f);
}

.digital-icon-right i{
  color: #fff;
}

/* bottom center badge */
.digital-bottom-badge{
  position: absolute;
  left: -44px;
  bottom: -20px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.digital-bottom-badge i{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c56ff, #6a46e8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* doodles */
.digital-doodle{
  position: absolute;
  color: rgba(73, 24, 10, 0.65);
  font-size: 44px;
  z-index: 1;
}

.digital-doodle-top{
  top: 70px;
  left: 160px;
  transform: rotate(-12deg);
}

.digital-doodle-bottom{
  left: 18px;
  bottom: 95px;
  transform: rotate(-18deg);
}

.digital-moon-shape{
  position: absolute;
  right: 40px;
  bottom: 24px;
  color: rgba(255,255,255,0.4);
  font-size: 62px;
}

/* responsive */
@media (max-width: 1399px){
  .digital-classroom-title{
    font-size: 48px;
  }
}

@media (max-width: 1199px){
  .digital-classroom-right{
    padding: 60px 50px;
  }

  .digital-classroom-title{
    font-size: 42px;
  }

  .digital-classroom-text{
    font-size: 16px;
  }
}

@media (max-width: 991px){
  .digital-classroom-left,
  .digital-classroom-right{
    min-height: auto;
  }

  .digital-classroom-left{
     padding: 40px 20px 0;
    text-align: center;
  }

  .digital-classroom-right{
    padding: 40px 25px 60px;
    text-align: center;
  }

  .digital-classroom-title{
    font-size: 28px;
    max-width: 100%;
  }

  .digital-classroom-text{
    max-width: 100%;
  }

   .digital-icon-left{
    left: 10px;
    top: 20px;
  }

  .digital-icon-right{
    right: 10px;
    top: -30px;
  }

  .digital-bottom-badge{
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px){
  .digital-classroom-section{
    padding: 30px 10px;
  }

  .digital-classroom-box{
    border-radius: 14px;
  }

  .digital-classroom-left{
    padding: 30px 15px 0;
  }

  .digital-classroom-right{
    padding: 30px 15px 60px;
  }

  .digital-classroom-title{
    font-size: 14px;
    line-height: 1.4;
  }

  .digital-classroom-text{
    font-size: 15px;
    line-height: 1.75;
  }

  .digital-floating-icon{
    width: 64px;
    height: 64px;
  }

  .digital-floating-icon i{
    font-size: 18px;
  }

   .digital-bottom-badge{
    width: 60px;
    height: 60px;
  }

  .digital-bottom-badge i{
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .digital-doodle,
  .digital-moon-shape{
    display: none;
  }


  .digital-moon-shape{
    font-size: 44px;
    right: 20px;
  }
}

/* counter section */
.counter-section {
 background: linear-gradient(135deg, #3a1c0f, #2c1208);
    color: #fff;
    margin: 0px 10px;
    border-radius: 16px;
    margin-top: 0px;
    margin-left: 21px;
    margin-right: 21px;
}

.counter-box {
  padding: 20px;
}

.counter-icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 22px;
}

.counter-number {
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.counter-box p {
  font-size: 14px;
  opacity: 0.9;
}

.counter-icon.bg-danger { background: #ff5a3c !important; }
.counter-icon.bg-warning { background: #ffc107 !important; }
.counter-icon.bg-success { background: #28a745 !important; }
.counter-icon.bg-primary { background: #0d6efd !important; }

@media (max-width: 767px){
  .counter-section{
    margin: 30px 10px;
    padding: 30px 10px !important;
  }

  .counter-number{
    font-size: 26px;
  }

  .counter-box p{
    font-size: 13px;
  }

  .counter-icon{
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

/* ===============================
   TESTIMONIAL SECTION
=============================== */


.school-testimonial-section{
  background: #ffffff;
  padding: 80px 0;
  overflow: hidden;
}

/* HEADER */
.school-testimonial-header{
  margin-bottom: 45px;
}

.school-testimonial-subtitle{
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 59, 74);
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.school-testimonial-title{
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin: 0;
}

/* ===============================
   SLIDER
=============================== */
.school-testimonial-slider-wrap{
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}

.school-testimonial-track{
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* ===============================
   CARD
=============================== */
.school-testimonial-card{
 min-width: calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);

  background: rgba(255, 255, 255, 0.15); 
  backdrop-filter: blur(12px);          
  -webkit-backdrop-filter: blur(12px);

  border-radius: 22px;
  padding: 34px 26px 28px;
  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.25); /* glass border */
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);

  transition: all 0.35s ease;
  cursor: pointer;
  opacity: 0.95;
}

/* HOVER */
.school-testimonial-card:hover{
  transform: translateY(-8px) scale(1.02);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.school-testimonial-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.05)
  );
  pointer-events: none;
}

/* CENTER CARD */
.school-testimonial-card.center-card{
 background: #07145f;; /* brand glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  color: #fff;
  transform: scale(1.05);

  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 20px 50px rgba(7, 20, 95, 0.35);
}

.school-testimonial-card.center-card:hover{
  transform: translateY(-8px) scale(1.07);
}

/* ===============================
   IMAGE
=============================== */
.school-testimonial-img{
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  border: 4px solid rgba(255,255,255,0.7);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.school-testimonial-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px){

  .school-testimonial-slider-wrap{
    overflow: hidden;
    padding: 10px 15px;
  }

  .school-testimonial-track{
    gap: 0;
    touch-action: pan-y;
  }

  .school-testimonial-card{
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .school-testimonial-card.center-card{
    transform: scale(1);
  }

  .school-testimonial-card.center-card:hover{
    transform: scale(1);
  }
}

/* ===============================
   TEXT
=============================== */
.school-parent-name{
  font-size: 22px;
  font-weight: 700;
  color: #07145f;
  margin-bottom: 6px;
}

.school-parent-role{
  font-size: 14px;
  color: rgba(7, 20, 95, 0.6);
  margin-bottom: 18px;
}

.school-testimonial-text{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(7, 20, 95, 0.85);
  margin: 0;
}

/* CENTER TEXT WHITE */
.school-testimonial-card.center-card .school-parent-name,
.school-testimonial-card.center-card .school-parent-role,
.school-testimonial-card.center-card .school-testimonial-text{
  color: #ffffff;
}

/* ===============================
   QUOTES
=============================== */
.school-testimonial-quote{
  position: absolute;
  font-size: 70px;
  line-height: 1;
  color: rgba(7, 20, 95, 0.08);
  font-family: Georgia, serif;
  pointer-events: none;
}

.school-quote-left{
  left: 16px;
  top: 8px;
}

.school-quote-right{
  right: 18px;
  top: 8px;
}

/* CENTER QUOTES */
.school-testimonial-card.center-card .school-testimonial-quote{
  color: rgba(255,255,255,0.2);
}

/* LEFT QUOTE (only side cards) */
.school-testimonial-card:not(.center-card)::before{
  content: "“";
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 70px;
  color: rgba(7, 20, 95, 0.08);
  font-family: Georgia, serif;
  pointer-events: none;
}

/* RIGHT QUOTE (only side cards) */
.school-testimonial-card:not(.center-card)::after{
  content: "”";
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 70px;
  color: rgba(7, 20, 95, 0.08);
  font-family: Georgia, serif;
  pointer-events: none;
}


/* ===============================
   RESPONSIVE
=============================== */

/* Tablet */
@media (max-width: 991px){

  .school-testimonial-title{
    font-size: 32px;
  }

  .school-testimonial-card{
    min-width: calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}

/* Mobile */
@media (max-width: 767px){

  .school-testimonial-section{
    padding: 55px 0;
  }

  .school-testimonial-title{
    font-size: 26px;
  }

  .school-testimonial-card{
    min-width: 100%;
    max-width: 100%;
    padding: 28px 18px 24px;
  }

  .school-parent-name{
    font-size: 20px;
  }

  .school-testimonial-text{
    font-size: 14px;
    line-height: 1.7;
  }
}
.principal-message-section{
  background: #f4f6fb;
  padding: 15px 0;
  overflow: hidden;
}

.principal-message-card{
  background: #ffffff;
  border-radius: 34px;
  box-shadow: 0 18px 45px rgba(7, 20, 95, 0.08);
  overflow: hidden;
  position: relative;
  padding: 0;
}

.principal-message-content{
  padding: 15px 40px;
  position: relative;
}

.principal-quote-icon{
      font-size: 68px;
    line-height: 0;
    color: rgb(243, 191, 196);
    font-family: Georgia, serif;
    margin-bottom: 8px;
}

.principal-message-title{
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: #07145f;
  margin-bottom: 18px;
}

.principal-message-title span{
  display: block;
  color:#ff3b4a;
}


.principal-message-text{
  font-size: 16px;
  line-height: 1.5;
  color: #4d5566;
  margin-bottom: 18px;
  max-width: 92%;
}


.principal-dot-pattern{
  position: absolute;
 right: -7px;
    top: 40px;
  width: 88px;
  height: 88px;
  background-image: radial-gradient(#f2c9a0 2.2px, transparent 2.2px);
  background-size: 22px 22px;
  opacity: 0.65;
}

.principal-message-image-side{
  min-height: 100%;
  position: relative;
  padding: 0px 35px 60px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.principal-blue-bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  height: 70%;
  background: #0d4291;
  border-radius: 0 0 0 80px;
}

.principal-orange-bg{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 30%;
  background:#ff3b4a;
  border-radius: 42px 0 34px 0;
}

.principal-image-frame{
  position: relative;
  z-index: 2;
  width: 100%;
 max-width: 319px;
  border-radius: 28px 90px 28px 90px;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,0.75);
  background: #fff;
  max-height: 400px;
}

.principal-image{
  width: 100%;
  height: 364px;
  object-fit: cover;
  display: block;
}

.principal-badge{
  position: absolute;
  left: -8px;
  bottom: 58px;
  z-index: 3;
  background: #07145f;
  color: #fff;
  border-radius: 18px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;

}

.principal-badge-icon{
 width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 50%;
  background: #fff;
  color:#ff3b4a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.principal-badge-text span{
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.3;
}

.principal-badge-text strong{
  display: block;
  font-size: 18px;
  color:#ff3b4a;
  line-height: 1.3;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1399px){
  .principal-message-title{
    font-size: 62px;
  }

  .principal-image{
    height: 620px;
  }
}

@media (max-width: 1199px){
  .principal-message-content{
    padding: 55px 40px;
  }

  .principal-message-title{
    font-size: 54px;
  }

  .principal-message-text{
    font-size: 16px;
    max-width: 100%;
  }

  .principal-sign-block h4{
    font-size: 30px;
  }

  .principal-sign-block p{
    font-size: 18px;
  }

  .principal-image{
    height: 560px;
  }
}

@media (max-width: 991px){
  .principal-message-card{
    border-radius: 24px;
  }

  .principal-message-content{
    padding: 45px 28px 30px;
  }

  .principal-message-title{
    font-size: 42px;
  }

  .principal-quote-icon{
    font-size: 82px;
  }

  .principal-dot-pattern{
    right: 22px;
    top: 110px;
    width: 66px;
    height: 66px;
    background-size: 18px 18px;
  }

  .principal-message-image-side{
    padding: 30px 22px 70px;
  }

  .principal-blue-bg{
    width: 85%;
    height: 72%;
    border-radius: 0 0 0 50px;
  }

  .principal-orange-bg{
    width: 44%;
    height: 24%;
  }

  .principal-image-frame{
    max-width: 420px;
  }

  .principal-image{
    height: 360px;
  }

  .principal-badge{
    left: 18px;
    bottom: 18px;
    padding: 14px 16px;
    gap: 12px;
  }

  .principal-badge-icon{
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .principal-badge-text span,
  .principal-badge-text strong{
    font-size: 15px;
  }
}

@media (max-width: 767px){
  .principal-message-section{
    padding: 50px 0;
  }

  .principal-message-content{
    padding: 35px 20px 24px;
  }

  .principal-message-title{
    font-size: 32px;
  }

  .principal-message-text{
    font-size: 15px;
    line-height: 1.8;
  }

  .principal-sign-block h4{
    font-size: 26px;
  }

  .principal-sign-block p{
    font-size: 16px;
  }

  .principal-dot-pattern{
    display: none;
  }

  .principal-message-image-side{
    padding: 20px 14px 72px;
  }

  .principal-image-frame{
    border-radius: 20px 50px 20px 50px;
  }

  .principal-image{
    height: 280px;
  }

  .principal-badge{
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    width: calc(100% - 34px);
    max-width: 320px;
    justify-content: center;
  }

  .principal-blue-bg{
    width: 86%;
    height: 68%;
  }

  .principal-orange-bg{
    width: 44%;
    height: 20%;
  }
}

@media (max-width: 480px){
  .principal-message-title{
    font-size: 29px;
  }

  .principal-quote-icon{
    font-size: 64px;
  }

  .principal-title-line,
  .principal-sign-line{
    height: 3px;
  }

  .principal-image{
    height: 320px;
  }

  .principal-badge{
    padding: 12px 14px;
    border-radius: 14px;
  }

  .principal-badge-icon{
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .principal-badge-text span,
  .principal-badge-text strong{
    font-size: 14px;
  }
}

.kids-ebook-section{
  padding: 0;
  background: #f3f5f8;
}

.kids-ebook-box{
  overflow: hidden;
}

.kids-ebook-left{
  background: #57f259;
  min-height: 460px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 60px 60px 80px;
}

.kids-ebook-content{
  max-width: 420px;
  position: relative;
  z-index: 2;
}

.kids-ebook-title{
  font-size: 42px;
  line-height: 1.05;
  font-weight: 700;
  color: #12005b;
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 28px;
}

.kids-ebook-subtitle{
  font-size: 22px;
  color: #12005b;
  font-weight: 700;
  margin-bottom: 26px;
}

.kids-ebook-form{
  position: relative;
  max-width: 360px;
}

.kids-ebook-input{
  width: 75%;
    height: 57px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    background: rgb(244, 244, 246);
    border-radius: 40px;
    padding: 0px 92px 0px 24px;
    font-size: 17px;
    color: rgb(29, 35, 80)
}

.kids-ebook-input::placeholder{
  color: #3f4162;
  opacity: 1;
}

.kids-ebook-btn{
  position: absolute;
    right: 99px;
    top: 6px;
    width: 50px;
    height: 47px;
    border: none;
    border-radius: 50%;
    background: #7344e4;
    color: #fff;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.kids-ebook-btn:hover{
  background: #5c31c7;
}

.kids-ebook-btn span{
  line-height: 1;
  margin-top: -2px;
}

.kids-ebook-bag{
      position: absolute;
    bottom: -6px;
    right: 30px;
    width: 253px;
    z-index: 1;
}

.kids-ebook-bag img{
  width: 100%;
  display: block;
}

.kids-ebook-right{
  min-height: 300px;
  height: 100%;
}

.kids-ebook-main-img{
 width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    display: block;
}

/* tablet */
@media (max-width: 1199px){
  .kids-ebook-left{
    padding: 50px 40px 50px 50px;
  }

  .kids-ebook-title{
    font-size: 48px;
  }

  .kids-ebook-subtitle{
    font-size: 24px;
  }
}

/* mobile */
@media (max-width: 991px){
  .kids-ebook-left{
    min-height: auto;
    padding: 50px 24px 70px;
  }

  .kids-ebook-right,
  .kids-ebook-main-img{
    min-height: 280px;
  }

  .kids-ebook-title{
    font-size: 40px;
  }

  .kids-ebook-subtitle{
    font-size: 22px;
  }

  .kids-ebook-bag{
    width: 75px;
    right: 20px;
  }
}

@media (max-width: 767px){
  .kids-ebook-left{
    padding: 40px 18px 70px;
  }

  .kids-ebook-title{
    font-size: 32px;
  }

  .kids-ebook-subtitle{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .kids-ebook-input{
    height: 56px;
    font-size: 16px;
    padding: 0 80px 0 18px;
  }

  .kids-ebook-btn{
    width: 44px;
    height: 44px;
    font-size: 28px;
    top: 6px;
    right: 6px;
  }

  .kids-ebook-bag{
    width: 62px;
    right: 14px;
    bottom: -2px;
  }

  .kids-ebook-right,
  .kids-ebook-main-img{
    min-height: 220px;
  }
}

.school-footer-section{
  position: relative;
  background: linear-gradient(180deg, #14003c 0%, #1c0652 45%, #2b1669 100%);
  padding: 80px 0 28px;
  overflow: hidden;
  color: #ffffff;
}

.school-footer-logo-wrap{
  margin-bottom: 22px;
}

.school-footer-logo-img{
  width: 220px;   
  height: auto;
  object-fit: contain;
}

.school-footer-contact li{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #fff;
}

.school-footer-contact li i{
  color: #ffffff;
  font-size: 16px;
}

.school-footer-contact li a{
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: 0.3s ease;
}

.school-footer-contact li a:hover{
  color: rgb(255, 59, 74);
}

.school-footer-widget h5{
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffffff;
}

.school-footer-widget ul{
  margin: 0;
  padding: 0;
}

.school-footer-widget ul li{
  margin-bottom: 16px;
}

.school-footer-widget ul li a{
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.school-footer-widget ul li a:hover{
  color: rgb(255, 59, 74);
  padding-left: 4px;
}

.school-footer-divider{
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 42px 0 28px;
}

.school-footer-bottom p{
  color: rgba(255,255,255,0.85);
  font-size: 17px;
}

.school-footer-bottom strong{
  color: #ffffff;
  font-weight: 700;
}

.school-footer-social{
  display: flex;
  align-items: center;
  gap: 18px;
}

.school-footer-social a{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.school-footer-social a:hover{
  background: rgb(255, 59, 74);
  transform: translateY(-3px);
}

/* decorative shapes */
.school-footer-shape{
  position: absolute;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  opacity: 0.35;
  pointer-events: none;
}

.shape-one{
  width: 84px;
  height: 84px;
  top: -22px;
  right: 310px;
}

.shape-two{
  width: 110px;
  height: 110px;
  right: -28px;
  bottom: 54px;
}

.shape-three{
  width: 72px;
  height: 72px;
  left: -26px;
  top: 46px;
}

.shape-four{
  width: 58px;
  height: 58px;
  left: 220px;
  bottom: -16px;
}

/* LOGO */
.school-footer-logo-img{
     width: 208px;
    position: absolute;
    top: 49px;
}

/* CONTACT TEXT ALIGN */
.school-footer-contact li{
  align-items: flex-start;
}

.school-footer-contact li span{
  line-height: 1.6;
}

/* WORKING HOURS */
.school-footer-hours{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hours-row{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 6px;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
}

.hours-row:last-child{
  border-bottom: none;
}

.hours-row .closed{
  color: rgb(255, 59, 74);
  font-weight: 600;
}

.school-footer-text{
  margin-top:112px;
}

/* responsive */
@media (max-width: 1199px){
  .school-footer-logo{
    font-size: 40px;
  }

  .school-footer-widget h5{
    font-size: 26px;
  }

  .school-footer-widget ul li a,
  .school-footer-text,
  .school-footer-bottom p{
    font-size: 16px;
  }
}

@media (max-width: 991px){
  .school-footer-section{
    padding: 65px 0 24px;
  }

  .school-footer-logo{
    font-size: 36px;
  }

  .school-footer-widget h5{
    font-size: 24px;
    margin-bottom: 18px;
  }

  .school-footer-divider{
    margin: 34px 0 24px;
  }
}

@media (max-width: 767px){
  .school-footer-section{
    padding: 55px 0 22px;
  }

  .school-footer-logo{
    font-size: 32px;
  }

  .school-footer-text{
    max-width: 100%;
  }

  .school-footer-widget h5{
    font-size: 22px;
  }

  .school-footer-widget ul li{
    margin-bottom: 12px;
  }

  .school-footer-social{
    gap: 12px;
  }

  .school-footer-social a{
    width: 34px;
    height: 34px;
  }

  .school-footer-shape{
    opacity: 0.18;
  }
}

/* top to bottom */

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: #e3342f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  box-shadow: 0 4px 20px rgba(227, 52, 47, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  border: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #0a1c4e;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.back-to-top:hover i {
  transform: translateY(-3px);
}

.back-to-top i {
  transition: transform 0.2s;
}

/* Responsive for mobile */
@media (max-width: 576px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

/* floating button  */
/* Floating WhatsApp Button - Right Side */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  cursor: pointer;
  animation: pulse-green 2s infinite;
  border: none;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  background: #20b859;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}

/* Floating Call Button - Right Side (below WhatsApp) */
.floating-call {
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #e3342f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  box-shadow: 0 4px 20px rgba(227, 52, 47, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  cursor: pointer;
  animation: pulse-red 2s infinite;
  border: none;
}

.floating-call:hover {
  transform: scale(1.1);
  background: #c5302b;
  box-shadow: 0 8px 28px rgba(227, 52, 47, 0.5);
}

/* Pulse Animations */
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 52, 47, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(227, 52, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(227, 52, 47, 0);
  }
}

/* Tooltip on hover */
.floating-whatsapp::before,
.floating-call::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  pointer-events: none;
}

.floating-whatsapp:hover::before,
.floating-call:hover::before {
  opacity: 1;
  visibility: visible;
  right: 80px;
}

/* Responsive for mobile */
@media (max-width: 576px) {
  .floating-whatsapp {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
  }
  
  .floating-call {
    width: 50px;
    height: 50px;
    font-size: 22px;
    bottom: 90px;
    right: 20px;
  }
  
  .floating-whatsapp::before,
  .floating-call::before {
    right: 60px;
  }
  
  .floating-whatsapp:hover::before,
  .floating-call:hover::before {
    right: 65px;
  }
}

/* HOW TO APPLY */
.admission-step-section {
  background: #efefef;
  padding: 40px 10px;
}

/* FLIP CARD */
.admission-flip-card {
  perspective: 1000px;
  height: 320px;
}

/* INNER */
.admission-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}

/* HOVER FLIP */
.admission-flip-card:hover .admission-flip-inner {
  transform: rotateY(180deg);
}

/* FRONT & BACK */
.admission-flip-front,
.admission-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px;
  backface-visibility: hidden;
  border-radius: 8px;
}

/* FRONT STYLE */
.admission-flip-front {
  background: #f5f5f5;
  border: 1px solid rgba(0,0,0,0.04);
}

/* BACK STYLE */
.admission-flip-back {
 background: linear-gradient(135deg, #0a1c4e, #12357e);
  color: #fff;
  transform: rotateY(180deg);

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 30px;
  border-radius: 8px;

  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
}

.admission-flip-back::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -40%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
  border-radius: 50%;
}

/* Bottom accent line */
.admission-flip-back::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #ff3b4a;
  transition: 0.4s ease;
}

.admission-flip-card:hover .admission-flip-back::after {
  width: 100%;
}

/* ICON + NUMBER */
.admission-step-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.admission-step-icon {
  font-size: 50px;
  color: #ff3b4a;
}

/* NUMBER */
.admission-step-number {
  font-size: 50px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #f3bfc4;
  font-family: Georgia, serif;
}

/* TITLE */
.admission-step-title {
  font-size: 26px;
  font-weight: 700;
  color: #0b2c5f;
  font-family: Georgia, serif;
}

/* BACK TEXT */
.admission-flip-back p {
 font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  position: relative;
  z-index: 2;
}

.admission-flip-back p::before {
  content: "“";
  font-size: 40px;
  position: absolute;
  top: -20px;
  left: -10px;
  color: rgba(255,255,255,0.2);
}

.admission-flip-back p::after {
  content: "”";
  font-size: 40px;
  position: absolute;
  bottom: -25px;
  right: -10px;
  color: rgba(255,255,255,0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .admission-flip-card {
    height: 280px;
  }

  .admission-step-title {
    font-size: 22px;
  }
}

.director-message-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faff 0%, #fff5f0 100%);
  position: relative;
  overflow: hidden;
}

.director-message-section::before {
  content: '';
  position: absolute;
  top: -45%;
  right: -10%;
  width: 55%;
  height: 120%;
  background: radial-gradient(circle, rgba(227,52,47,0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.director-message-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle, rgba(10,28,78,0.03) 0%, transparent 70%);
  border-radius: 50%;
}

.director-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}

.director-badge {
  display: inline-block;
  background: rgba(227, 52, 47, 0.1);
  color: #e3342f;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.director-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 800;
  color: #0a1c4e;
  margin-bottom: 15px;
  line-height: 1.2;
}

.director-message-box {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 35px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.director-profile-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(10,28,78,0.06);
}

.director-photo-wrap {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.director-photo {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.director-profile-card:hover .director-photo {
  transform: scale(1.05);
}

.director-profile-info {
  padding: 24px 22px;
  text-align: center;
}

.director-profile-info h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 800;
  color: #0a1c4e;
}

.director-profile-info span {
  font-size: 14px;
  font-weight: 600;
  color: #e3342f;
}

.director-message-card {
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(227,52,47,0.08);
  position: relative;
}

.director-quote-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(227, 52, 47, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.director-quote-icon i {
  font-size: 30px;
  color: #e3342f;
}


.director-message-card p {
  color: #4a5568;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 16px;
}

.director-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e3342f;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid #e3342f;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.director-btn:hover {
  background: transparent;
  color: #e3342f;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(227, 52, 47, 0.18);
}

.director-btn i {
  transition: transform 0.3s ease;
}

.director-btn:hover i {
  transform: translateX(5px);
}

@media (max-width: 992px) {
  .director-message-box {
    grid-template-columns: 1fr;
  }

  .director-profile-card {
    max-width: 420px;
    margin: 0 auto;
  }

  .director-main-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .director-message-section {
    padding: 50px 0;
  }

  .director-main-title {
    font-size: 27px;
  }

  .director-message-card {
    padding: 24px;
  }

}

@media (max-width: 480px) {
  .director-main-title {
    font-size: 23px;
  }


  .director-profile-info h3 {
    font-size: 21px;
  }

  .director-message-card p {
    font-size: 14px;
  }
}


  /* Breadcrumb Section - Full Width, Straight Corners, Reduced Height */
.breadcrumb-section {
  position: relative;
  background: linear-gradient(rgba(10, 28, 78, 0.85), rgba(227, 52, 47, 0.85)), 
              url('https://images.unsplash.com/photo-1562774053-701939374585?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 40px 0; /* Reduced height */
  width: 100%; /* Full width */
  margin: 0; /* Remove margins */
  border-radius: 0; /* No curved corners */
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Overlay Animation */
.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255,90,60,0.2), transparent);
  animation: pulseOverlay 4s ease-in-out infinite;
}

@keyframes pulseOverlay {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Breadcrumb Navigation - Reduced padding */
.breadcrumb {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  display: inline-flex;
  padding: 8px 20px; /* Reduced padding */
  border-radius: 8px; /* Slightly rounded but minimal */
  margin-bottom: 20px; /* Reduced margin */
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.breadcrumb:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 13px; /* Slightly smaller */
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  margin: 0 6px;
}

.breadcrumb-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
  position: relative;
  padding: 4px 6px;
  border-radius: 6px;
}

.breadcrumb-link i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.breadcrumb-link:hover {
  color: #ffc107;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(3px);
}

.breadcrumb-link:hover i {
  transform: scale(1.1);
}

.breadcrumb-item.active {
  color: #ffc107;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb-item.active i {
  color: #ffc107;
}

/* Page Title Styles - Reduced spacing */
.page-title-wrapper {
  margin-bottom: 12px; /* Reduced margin */
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px; /* Reduced font size */
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px; /* Reduced margin */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #fff, #ffd89b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleGlow 3s ease-in-out infinite;
}

@keyframes titleGlow {
  0%, 100% {
    text-shadow: 0 0 20px rgba(255,193,7,0.3);
  }
  50% {
    text-shadow: 0 0 40px rgba(255,193,7,0.6);
  }
}

.page-description {
  font-size: 15px; /* Reduced font size */
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Interactive Elements - Reduced spacing */
.breadcrumb-interactive {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px; /* Reduced margin */
  flex-wrap: wrap;
}

.breadcrumb-stats {
  display: flex;
  gap: 12px;
}

.stat-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  padding: 6px 14px; /* Reduced padding */
  border-radius: 6px; /* Straight corners */
  font-size: 12px; /* Smaller font */
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-badge i {
  font-size: 12px;
  color: #ffc107;
}

.stat-badge:hover {
  background: rgba(255, 193, 7, 0.3);
  transform: translateY(-2px) scale(1.02);
  border-color: #ffc107;
}

.breadcrumb-cta {
  background: linear-gradient(135deg, #ff5a3c, #e3342f);
  color: white;
  border: none;
  padding: 8px 20px; /* Reduced padding */
  border-radius: 6px; /* Straight corners */
  font-size: 13px; /* Smaller font */
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(227, 52, 47, 0.3);
}

.breadcrumb-cta i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.breadcrumb-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(227, 52, 47, 0.5);
  background: linear-gradient(135deg, #ff6b4a, #ff4a3c);
}

.breadcrumb-cta:hover i {
  transform: scale(1.1);
}

/* Hover Animation for Breadcrumb Items */
.breadcrumb-item {
  position: relative;
}

.breadcrumb-item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffc107;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.breadcrumb-item:hover::after {
  width: 70%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 30px 0; /* Even smaller on mobile */
    background-attachment: scroll;
  }
  
  .breadcrumb {
    padding: 6px 16px;
    margin-bottom: 15px;
  }
  
  .breadcrumb-link {
    font-size: 11px;
  }
  
  .page-title {
    font-size: 28px;
  }
  
  .page-description {
    font-size: 13px;
    padding: 0 20px;
  }
  
  .breadcrumb-interactive {
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
  }
  
  .breadcrumb-stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .stat-badge {
    font-size: 11px;
    padding: 5px 12px;
  }
  
  .breadcrumb-cta {
    padding: 7px 18px;
    font-size: 12px;
  }
}

/* Remove floating particles for cleaner look (optional) */
.breadcrumb-section::before {
  display: none;
}



     .head-school-section {
      padding: 90px 0;
      background: linear-gradient(135deg, #f8faff 0%, #fff5f0 100%);
      position: relative;
      overflow: hidden;
    }

    .head-school-section::before {
      content: '';
      position: absolute;
      top: -45%;
      right: -10%;
      width: 55%;
      height: 120%;
      background: radial-gradient(circle, rgba(227, 52, 47, 0.05) 0%, transparent 70%);
      border-radius: 50%;
    }

    .head-school-section::after {
      content: '';
      position: absolute;
      bottom: -30%;
      left: -10%;
      width: 50%;
      height: 100%;
      background: radial-gradient(circle, rgba(10, 28, 78, 0.03) 0%, transparent 70%);
      border-radius: 50%;
    }

    .head-school-box {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 45px;
      align-items: start;
      position: relative;
      z-index: 2;
    }

    .head-school-content {
      background: rgba(255, 255, 255, 0.78);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(227, 52, 47, 0.08);
      border-radius: 26px;
      padding: 32px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

    .head-school-badge {
      display: inline-block;
      background: rgba(227, 52, 47, 0.1);
      color: #e3342f;
      padding: 6px 16px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 18px;
    }

    .head-school-title {
      font-family: 'Playfair Display', serif;
      font-size: 38px;
      font-weight: 800;
      color: #0a1c4e;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .head-school-text p {
      color: #4a5568;
      line-height: 1.5;
      font-size: 15px;
      margin-bottom: 14px;
      text-align: justify;
    }

    .head-school-sign {
          margin-top: 23px;
    padding-top: 8px;
      border-top: 1px solid rgba(10, 28, 78, 0.08);
    }

    .head-school-sign h4 {
      margin: 0 0 4px;
      font-size: 24px;
      font-weight: 800;
      color: #0a1c4e;
    }

    .head-school-sign span {
      color: #e3342f;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.5px;
    }

    .head-school-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #e3342f;
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 700;
      border: 2px solid #e3342f;
      transition: all 0.3s ease;
      margin-top: 10px;
    }

    .head-school-btn:hover {
      background: transparent;
      color: #e3342f;
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(227, 52, 47, 0.18);
    }

    .head-school-btn i {
      transition: transform 0.3s ease;
    }

    .head-school-btn:hover i {
      transform: translateX(4px);
    }

    .head-school-image-wrap {
      position: relative;
    }

    .head-school-image-box {
      position: sticky;
      top: 110px;
      border-radius: 24px;
      overflow: hidden;
      border: 5px solid #1b5e57;
      box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    }

    .head-school-img {
      width: 100%;
      display: block;
      transition: transform 0.5s ease;
      max-height: 130vh;
    }

    .head-school-image-box:hover .head-school-img {
      transform: scale(1.05);
    }

    .head-school-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(10, 28, 78, 0.35), rgba(10, 28, 78, 0.08));
      pointer-events: none;
    }

    .collapse-toggle[aria-expanded="true"] .read-more-text {
      display: none;
    }

    .collapse-toggle[aria-expanded="false"] .read-less-text {
      display: none;
    }

    @media (max-width: 992px) {
      .head-school-section {
        padding: 65px 0;
      }

      .head-school-box {
        grid-template-columns: 1fr;
      }

      .head-school-image-wrap {
        order: -1;
        max-width: 520px;
        margin: 0 auto;
      }

      .head-school-image-box {
        position: relative;
        top: 0;
      }

      .head-school-title {
        font-size: 30px;
      }

      .head-school-content {
        padding: 30px;
      }
    }

    @media (max-width: 768px) {
      .head-school-section {
        padding: 50px 0;
      }

      .head-school-content {
        padding: 24px;
        border-radius: 20px;
      }

      .head-school-title {
        font-size: 26px;
      }

      .head-school-quote {
        font-size: 16px;
        padding-left: 14px;
      }

      .head-school-text p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
      }

      .head-school-sign h4 {
        font-size: 21px;
      }
    }

    @media (max-width: 480px) {
      .head-school-title {
        font-size: 22px;
      }

      .head-school-badge {
        font-size: 11px;
        padding: 5px 14px;
      }

      .head-school-content {
        padding: 20px;
      }

      .head-school-sign h4 {
        font-size: 19px;
      }

      .head-school-sign span {
        font-size: 13px;
      }

      .head-school-btn {
        padding: 10px 22px;
        font-size: 14px;
      }
    }


    /* VISION AND MISSION SECTION */
.vision-mission-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faff 0%, #fff5f0 100%);
  position: relative;
  overflow: hidden;
}

.vision-mission-section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 55%;
  height: 110%;
  background: radial-gradient(circle, rgba(227,52,47,0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.vision-mission-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 45%;
  height: 100%;
  background: radial-gradient(circle, rgba(10,28,78,0.04) 0%, transparent 70%);
  border-radius: 50%;
}

.vision-mission-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.vision-mission-image,
.vision-mission-content {
  flex: 1;
  min-width: 300px;
}

.vision-mission-image {
  display: flex;
  align-items: flex-start;
}

.vm-image-box {
  position: relative;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
      margin-top: 12%;
    margin-left: -4%;
}

.vm-img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.vm-image-box:hover .vm-img {
  transform: scale(1.05);
}

.vm-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,28,78,0.35), rgba(10,28,78,0.08));
}

/* Right column */
.vision-mission-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  text-align: left;
}

.vm-badge {
  display: inline-block;
  background: rgba(227, 52, 47, 0.1);
  color: #e3342f;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.vm-title {
  font-size: 38px;
  font-weight: 800;
  color: #0a1c4e;
  line-height: 1.2;
  margin-bottom: 18px;
  font-family: 'Playfair Display', serif;
}

.vm-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 30px;
}

.vm-card {
  display: flex;
  gap: 16px;
  padding: 22px;
  border-radius: 18px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.vm-card:hover {
  transform: translateY(-4px);
}

.vision-card {
  background: linear-gradient(135deg, #0a1c4e, #12357e);
}

.mission-card {
  background: linear-gradient(135deg, #ffffff, #fff6f3);
  border: 1px solid rgba(227,52,47,0.12);
}

.vm-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.vision-card .vm-icon {
  background: rgba(255,255,255,0.12);
  color: #ffc107;
}

.mission-card .vm-icon {
  background: rgba(227,52,47,0.1);
  color: #e3342f;
}

.vm-text h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.vision-card .vm-text h3,
.vision-card .vm-text p {
  color: #fff;
}

.mission-card .vm-text h3 {
  color: #0a1c4e;
}

.mission-card .vm-text p {
  color: #4a5568;
}

.vm-text p {
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}

/* Push these lower */
.vm-points {
     display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 14px;
    margin: 25px 0 0;
    width: 47%;
    margin-top: auto;
    position: absolute;
    top: 68%;
    left: -2%;
}

.vm-point {
  background: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.vm-point:hover {
  transform: translateX(5px);
  background: #fff9f7;
}

.vm-point i {
  color: #e3342f;
  font-size: 18px;
}

.vm-point span {
  font-size: 14px;
  font-weight: 700;
  color: #0a1c4e;
}

.vm-btn {
  display: inline-flex;
    gap: 10px;
    background: #e3342f;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #e3342f;
    transition: all 0.3s ease;
    align-self: flex-start;
    position: absolute;
    bottom: -1%;
    left: 32%;
}

.vm-btn:hover {
  background: transparent;
  color: #e3342f;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(227,52,47,0.18);
}

.vm-btn i {
  transition: 0.3s ease;
}

.vm-btn:hover i {
  transform: translateX(5px);
}

@media (max-width: 992px) {
  .vision-mission-section {
    padding: 60px 0;
  }

  .vision-mission-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .vision-mission-image,
  .vision-mission-content {
    width: 100%;
    min-width: 100%;
  }

  .vm-title {
    font-size: 30px;
  }

  .vm-points {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vision-mission-section {
    padding: 40px 0;
  }

  .vm-title {
    font-size: 26px;
  }

  .vm-intro {
    font-size: 15px;
  }

  .vm-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 18px;
  }

  .vm-points {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .vm-btn {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .vision-mission-section {
    padding: 30px 0;
  }

  .vm-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .vm-badge {
    font-size: 11px;
    padding: 5px 14px;
  }

  .vm-intro {
    font-size: 14px;
  }

  .vm-card {
    padding: 16px;
    border-radius: 14px;
  }

  .vm-text h3 {
    font-size: 19px;
  }

  .vm-text p {
    font-size: 14px;
  }

  .vm-point {
    padding: 12px 14px;
  }

  .vm-point span {
    font-size: 13px;
  }

  .vm-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
}



/* GUIDELINE SECTION */
.saghs-guideline-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faff 0%, #fff5f0 100%);
}

/* Header */
.saghs-guideline-header {
  text-align: center;
  max-width: 1047px;
  margin: 0 auto 45px;
}

.saghs-guideline-badge {
  display: inline-block;
  background: rgba(227, 52, 47, 0.1);
  color: #e3342f;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}



/* Layout */
.saghs-guideline-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

/* Text Box */
.saghs-guideline-accordion {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  border-left: 4px solid #e3342f;
}

.saghs-guide-full ul {
  padding-left: 18px;
}

.saghs-guide-full li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
}

.saghs-guide-full li::marker {
  color: #e3342f;
}



/* Button */
.saghs-view-btn {
  background: #e3342f;
  color: #fff;
  border: 2px solid #e3342f;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.saghs-view-btn:hover {
  background: transparent;
  color: #e3342f;
}

/* Image */
.saghs-guideline-image {
  max-width: 450px;
  margin-left: auto;
}

.saghs-guideline-image img {
  width: 100%;
  border-radius: 18px;
  border: 5px solid #1b5e57;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 992px) {
  .saghs-guideline-wrapper {
    grid-template-columns: 1fr;
  }

  .saghs-guideline-image {
    margin: 0 auto;
  }
}


/* CODE OF CONDUCT SECTION */
.saghs-conduct-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #f8faff, #fff5f0);
}

.saghs-conduct-header {
  text-align: center;
  max-width: 941px;
  margin: 0 auto 45px;
}

.saghs-conduct-badge {
  display: inline-block;
  background: rgba(227,52,47,0.1);
  color: #e3342f;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}

.saghs-conduct-header h2 {
 font-size: 17px;
    font-weight: 700;
    color: #0a1c4e;
    margin-bottom: 10px
}

.saghs-conduct-header p {
  font-size: 15px;
  color: #4a5568;
}

.saghs-conduct-box {
      max-width: 1316px;
    margin: auto;
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
    border-left: 5px solid #e3342f;
}

.saghs-conduct-rule {
  display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(10, 28, 78, 0.08);
}

.saghs-conduct-rule:last-child {
  border-bottom: none;
}

.saghs-conduct-rule span {
  width: 37px;
    height: 37px;
    background: rgba(227, 52, 47, 0.1);
    color: #e3342f;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.saghs-conduct-rule p {
  margin: 0;
  color: #4a5568;
  font-size: 15px;
  line-height: 2.8;
}

.saghs-conduct-rule:hover span {
  background: #e3342f;
  color: #fff;
}

@media (max-width: 768px) {
  .saghs-conduct-header h2 {
    font-size: 26px;
  }

  .saghs-conduct-box {
    padding: 22px;
  }

  .saghs-conduct-rule {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .saghs-conduct-rule p {
    font-size: 14px;
  }
}


/* student corner */
.spg-gallery-section{
  background: #f7f7f7;
  padding: 90px 0 80px;
  overflow: hidden;
  position: relative;
}

.spg-gallery-heading{
  max-width: 720px;
  margin: 0 auto 60px;
}

.spg-gallery-small{
  display: inline-block;
  color: #ff3b4a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.spg-gallery-heading h2{
  font-size: 50px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
}

.spg-gallery-heading h2 span{
  color: #ff3b4a;
}

.spg-gallery-heading p{
  font-size: 15px;
  color: #555;
}

.spg-gallery-wrap{
  position: relative;
  height: 430px;
  max-width: 1250px;
  margin: 0 auto;
}

.spg-card{
  position: absolute;
  top: 50%;
  border-radius: 18px;
  overflow: hidden;
  transform: translateY(-50%);
  transition: 0.5s ease;
}

.spg-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* positions */
.spg-card-1{
  width: 280px;
  height: 270px;
  left: 0;
  opacity: 0.75;
}

.spg-card-2{
  width: 330px;
  height: 340px;
  left: 16%;
}

.spg-card-main{
  width: 430px;
  height: 430px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.spg-card-4{
  width: 330px;
  height: 340px;
  right: 16%;
}

.spg-card-5{
  width: 280px;
  height: 270px;
  right: 0;
  opacity: 0.75;
}

/* arrows */
.spg-arrow{
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #07145f;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.spg-arrow:hover{
  background: #ff3b4a;
  color: #fff;
}

.spg-arrow-left{ left: 20px; }
.spg-arrow-right{ right: 20px; }

/* dots */
.spg-dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}

.spg-dots span{
  width: 10px;
  height: 10px;
  background: #f3bfc4;
  border-radius: 50%;
}

.spg-dots span.active{
  width: 25px;
  background: #ff3b4a;
  border-radius: 20px;
}

/* TITLE */
.student-title-saghs{
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #07145f;
  margin-bottom: 2px;
  margin-top: 0;
}

.student-title-saghs span{
  color: rgb(255, 59, 74);
}

/* DESCRIPTION */
.student-desc-saghs{
  font-size: 17px;
  line-height: 1.75;
  color: #4f5870;
  max-width: 660px;
  margin: 0 auto;
}

.programme-heading{
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 55px;
}

/* TITLE */
.programme-title{
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #07145f;
  margin-bottom: 2px;
  margin-top: 0;
}

.programme-title span{
  color: rgb(255, 59, 74);
}

/* DESCRIPTION */
.programme-desc{
  font-size: 17px;
  line-height: 1.75;
  color: #4f5870;
  max-width: 660px;
  margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 991px){
  .programme-title{
    font-size: 36px;
  }

  .programme-desc{
    font-size: 16px;
  }
}

@media (max-width: 767px){
  .programme-title{
    font-size: 30px;
  }

  .programme-desc{
    font-size: 15px;
  }
}

/* zee school */
.about-mlzs-section{
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(255,59,74,0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(7,20,95,0.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

/* IMAGE */
.about-mlzs-img-wrap{
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.about-mlzs-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.about-mlzs-img-wrap:hover img{
  transform: scale(1.05);
}

/* CONTENT */
.about-mlzs-content h2{
  font-size: 42px;
  font-weight: 800;
  color: #07145f;
  margin-bottom: 18px;
  line-height: 1.2;
}

.about-mlzs-content h2 span{
  color: #ff3b4a;
}

.about-mlzs-content p{
  font-size: 16px;
  color: #4f5870;
  line-height: 1.8;
  margin-bottom: 16px;
}


/* value */
.value-education-section{
  padding:80px 0;
  background:
    radial-gradient(circle at top right, rgba(255,59,74,0.08), transparent 25%),
    radial-gradient(circle at bottom left, rgba(7,20,95,0.10), transparent 28%),
    linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%);
}

.value-heading{
  max-width:760px;
  margin:0 auto 50px;
}

.value-heading h2{
  font-size:48px;
  font-weight:800;
  color:#07145f;
  margin-bottom:8px;
}

.value-heading h2 span{
  color:#ff3b4a;
}

.value-heading p{
  font-size:17px;
  color:#4f5870;
  line-height:1.7;
}

.value-img-box{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(7,20,95,0.15);
}

.value-img-box img{
  width:100%;
  height:420px;
  object-fit:cover;
  display:block;
  transition:0.5s;
}

.value-img-box:hover img{
  transform:scale(1.05);
}

.value-content-box{
  background:#fff;
  padding:40px;
  border-radius:28px;
  box-shadow:0 14px 35px rgba(35,58,110,0.10);
  border:1px solid rgba(7,20,95,0.08);
}

.value-content-box h3{
  font-size:32px;
  font-weight:800;
  color:#07145f;
  margin-bottom:15px;
}

.value-content-box p{
  font-size:16px;
  line-height:1.8;
  color:#4f5870;
  margin-bottom:22px;
}

.value-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.value-list div{
  font-size:15px;
  font-weight:600;
  color:#07145f;
}

.value-list i{
  color:#ff3b4a;
  margin-right:8px;
}

@media(max-width:991px){
  .value-heading h2{
    font-size:36px;
  }

  .value-img-box img{
    height:340px;
  }

  .value-list{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .value-education-section{
    padding:60px 0;
  }

  .value-heading h2{
    font-size:30px;
  }

  .value-content-box{
    padding:28px 22px;
  }

  .value-content-box h3{
    font-size:26px;
  }
}

/* why mlz */
.mlz-feature-section{
  background: #f7f7f7;
  padding: 90px 0;
}

.mlz-feature-heading{
  max-width: 760px;
  margin: 0 auto 55px;
}


.mlz-feature-heading h2{
  font-size: 48px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin: 10px 0 15px;
}

.mlz-feature-heading h2 span{
  color: #ff3b4a;
  font-size: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.mlz-feature-heading p{
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.mlz-feature-card{
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: 0.35s ease;
  position: relative;
}

.mlz-feature-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.mlz-feature-card img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.mlz-feature-content{
  padding: 26px 24px 30px;
  border-top: 4px solid #ff3b4a;
}

.mlz-feature-content h3{
  font-size: 23px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin-bottom: 12px;
}

.mlz-feature-content p{
  font-size: 14.5px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

@media(max-width: 991px){
  .mlz-feature-section{
    padding: 70px 0;
  }

  .mlz-feature-heading h2{
    font-size: 38px;
  }
}

@media(max-width: 575px){
  .mlz-feature-heading h2{
    font-size: 32px;
  }

  .mlz-feature-card img{
    height: 210px;
  }
}

/* our program section */
.mlz-program-section{
  background: #f7f7f7;
  padding: 90px 0;
}

.mlz-program-heading{
  max-width: 760px;
  margin: 0 auto 60px;
}

.mlz-program-heading span{
  color: #ff3b4a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mlz-program-heading h2{
  font-size: 48px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin: 10px 0 15px;
}

.mlz-program-heading h2 span{
  color: #ff3b4a;
  font-size: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.mlz-program-heading p{
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.mlz-program-wrapper{
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.mlz-program-card{
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
  box-shadow: 0 15px 45px rgba(0,0,0,0.08);
  transition: 0.35s ease;
}

.mlz-program-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.12);
}

.mlz-program-card.reverse{
  grid-template-columns: 58% 42%;
}

.mlz-program-card.reverse .mlz-program-img{
  order: 2;
}

.mlz-program-card.reverse .mlz-program-content{
  order: 1;
}

.mlz-program-img{
  min-height: 380px;
}

.mlz-program-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mlz-program-content{
  padding: 42px 45px;
  position: relative;
}

.mlz-program-content::before{
  content: "";
  position: absolute;
  left: 0;
  top: 42px;
  width: 4px;
  height: 70px;
  background: #ff3b4a;
  border-radius: 20px;
}

.mlz-program-card.reverse .mlz-program-content::before{
  left: auto;
  right: 0;
}

.mlz-program-tag{
  display: inline-block;
  background: rgba(255,59,74,0.1);
  color: #ff3b4a;
  padding: 7px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.mlz-program-content h3{
  font-size: 34px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin-bottom: 18px;
}

.mlz-program-content p{
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 14px;
}

.mlz-program-content p:last-child{
  margin-bottom: 0;
}

@media(max-width: 991px){
  .mlz-program-section{
    padding: 70px 0;
  }

  .mlz-program-heading h2{
    font-size: 38px;
  }

  .mlz-program-card,
  .mlz-program-card.reverse{
    grid-template-columns: 1fr;
  }

  .mlz-program-card.reverse .mlz-program-img,
  .mlz-program-card.reverse .mlz-program-content{
    order: initial;
  }

  .mlz-program-img{
    min-height: 280px;
  }

  .mlz-program-content{
    padding: 35px 28px;
  }

  .mlz-program-card.reverse .mlz-program-content::before{
    left: 0;
    right: auto;
  }
}

@media(max-width: 575px){
  .mlz-program-heading h2{
    font-size: 32px;
  }

  .mlz-program-content h3{
    font-size: 28px;
  }

  .mlz-program-content{
    padding: 30px 22px;
  }
}


/* beyond academic section */
.mlz-beyond-clean-section{
  background: #f7f7f7;
  padding: 90px 0;
}

/* HEADING */
.mlz-beyond-clean-heading{
  max-width: 750px;
  margin: 0 auto 50px;
}

.mlz-beyond-clean-heading span{
  color: #ff3b4a;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mlz-beyond-clean-heading h2{
  font-size: 46px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin-top: 10px;
}

.mlz-beyond-clean-heading h2 span{
  color: #ff3b4a;
}

/* CONTENT */
.mlz-beyond-clean-content{
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  color: #444;
  line-height: 1.9;
}

/* SUBHEADINGS */
.mlz-beyond-clean-content h3{
  font-size: 24px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin: 30px 0 10px;
  position: relative;
  padding-left: 15px;
}

.mlz-beyond-clean-content h3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 20px;
  background: #ff3b4a;
  border-radius: 10px;
}

/* PARAGRAPH */
.mlz-beyond-clean-content p{
  margin-bottom: 18px;
  text-align: justify;
}

/* IMAGE */
.mlz-beyond-clean-image{
  margin: 40px 0;
  text-align: center;
}

.mlz-beyond-clean-image img{
  width: 100%;
  max-width: 700px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media(max-width: 991px){
  .mlz-beyond-clean-section{
    padding: 70px 0;
  }

  .mlz-beyond-clean-heading h2{
    font-size: 36px;
  }
}

@media(max-width: 575px){
  .mlz-beyond-clean-heading h2{
    font-size: 30px;
  }

  .mlz-beyond-clean-content{
    font-size: 15px;
  }

  .mlz-beyond-clean-content h3{
    font-size: 20px;
  }
}


/* our campus section */
.mlz-campus-section{
  background: #f7f7f7;
  padding: 90px 0;
}

/* IMAGE */
.mlz-campus-img-wrap{
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}

.mlz-campus-img{
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.mlz-campus-badge{
  position: absolute;
  bottom: -15px;
  left: 20px;
  background: #ff3b4a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* CONTENT */
.mlz-campus-content{
  max-width: 650px;
  margin-left: auto;
}


.mlz-campus-heading h2{
  font-size: 42px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin: 10px 0 20px;
}

.mlz-campus-heading h2 span{
  color: #ff3b4a;
}

.mlz-campus-desc{
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* POINTS */
.mlz-campus-points{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 25px;
}

.mlz-campus-point{
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.mlz-campus-point span{
  font-size: 18px;
  font-weight: 700;
  color: #ff3b4a;
}

.mlz-campus-point p{
  font-size: 14.5px;
  color: #444;
  margin: 0;
  line-height: 1.6;
}

/* HOVER */
.mlz-campus-point:hover p{
  color: #07145f;
}

/* RESPONSIVE */
@media(max-width: 991px){
  .mlz-campus-section{
    padding: 70px 0;
  }

  .mlz-campus-content{
    margin: 40px auto 0;
  }

  .mlz-campus-heading{
    text-align: center;
  }

  .mlz-campus-heading h2{
    font-size: 34px;
  }

  .mlz-campus-points{
    grid-template-columns: 1fr;
  }
}

@media(max-width: 575px){
  .mlz-campus-heading h2{
    font-size: 30px;
  }
}

/* career section */
.mlz-career-alt-section{
  background: #f7f7f7;
  padding: 90px 0;
}

.mlz-career-alt-card{
  background: #fff;
  border-radius: 30px;
  padding: 55px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.mlz-career-alt-card::before{
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255,59,74,0.08);
  border-radius: 50%;
  right: -80px;
  top: -80px;
}

.mlz-career-alt-head{
  max-width: 760px;
  margin: 0 auto 45px;
  position: relative;
  z-index: 2;
}

.mlz-career-alt-head span{
  color: #ff3b4a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mlz-career-alt-head h2{
  font-size: 48px;
  font-weight: 700;
  color: #07145f;
  font-family: Georgia, serif;
  margin: 10px 0 15px;
}

.mlz-career-alt-head h2 span{
  color: #ff3b4a;
  font-size: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.mlz-career-alt-head p{
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}



.mlz-career-alt-imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}



.mlz-career-alt-content{
  position: relative;
  z-index: 2;
}

.mlz-career-alt-content > p{
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 16px;
}








.mlz-career-alt-apply{
  background: #07145f;
  padding: 24px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mlz-career-alt-apply h3{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mlz-career-alt-apply p{
  color: rgba(255,255,255,0.85);
  margin: 0;
  font-size: 14px;
}

.mlz-career-alt-apply a{
  color: #fff;
  font-weight: 700;
}


@media(max-width: 991px){
  .mlz-career-alt-section{
    padding: 70px 0;
  }

  .mlz-career-alt-card{
    padding: 35px 24px;
  }

  .mlz-career-alt-head h2{
    font-size: 38px;
  }


 

  .mlz-career-alt-apply{
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width: 575px){
  .mlz-career-alt-head h2{
    font-size: 31px;
  }

 
}

/* disclosure section */
.mlz-info-section{
  background: #f7f7f7;
  padding: 100px 0;
}

/* HEADING */
.mlz-info-heading span{
  color: #ff3b4a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mlz-info-heading h2{
  font-size: 44px;
  color: #07145f;
  font-family: Georgia, serif;
  font-weight: 700;
  margin: 12px 0 55px;
}

.mlz-info-heading h2 span{
  color: #ff3b4a;
}

/* TABLE WRAPPER */
.mlz-info-table-wrap{
  display: flex;
  justify-content: center;
  overflow-x: auto;
}

/* TABLE */
.mlz-info-table{
  width: 92%;
  max-width: 1050px;
  border-collapse: collapse;
  background: #ffffff;
  border: 2px solid #07145f;   /* DARK BORDER ALL SIDES */
  border-radius: 0;            /* optional: remove rounded look */
  overflow: hidden;
  box-shadow: none;            /* REMOVE SHADOW */
}

/* HEADER */
.mlz-info-table thead th{
  background: #07145f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 16px;
  text-align: left;
  border: 1px solid #07145f;   /* SAME BORDER COLOR */
  border-bottom: 2px solid #ff3b4a;
}

/* BODY CELLS */
.mlz-info-table td{
  padding: 16px;
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  vertical-align: top;
  border: 1px solid #07145f;   /* FULL GRID BORDER */
}

/* SERIAL NUMBER */
.mlz-info-table td:first-child{
  width: 80px;
  text-align: center;
  font-weight: 700;
  color: #ff3b4a;
}

/* PARTICULARS */
.mlz-info-table td:nth-child(2){
  font-weight: 600;
  color: #07145f;
}

/* SUB ROW */
.mlz-info-table tr td:first-child:empty + td{
  padding-left: 32px;
  color: #666;
  font-size: 14px;
}

/* HOVER */
.mlz-info-table tbody tr:hover{
  background: rgba(255,59,74,0.05);
}

/* LINKS */
.mlz-info-table a{
  color: #ff3b4a;
  font-weight: 600;
  text-decoration: none;
}

.mlz-info-table a:hover{
  color: #07145f;
}

/* RESPONSIVE */
/* RESPONSIVE TABLE */
@media (max-width: 991px){

  .mlz-info-table-wrap{
    display: block;
    overflow-x: hidden;
  }

  .mlz-info-table{
    width: 100%;
    min-width: 0;
    border: none;
    background: transparent;
  }

  .mlz-info-table thead{
    display: none;
  }

  .mlz-info-table,
  .mlz-info-table tbody,
  .mlz-info-table tr,
  .mlz-info-table td{
    display: block;
    width: 100%;
  }

  .mlz-info-table tr{
    margin-bottom: 18px;
    background: #fff;
    border: 2px solid #07145f;
    border-radius: 8px;
    overflow: hidden;
  }

  .mlz-info-table td{
    border-bottom: 1px solid #07145f !important;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
  }

  .mlz-info-table td:last-child{
    border-bottom: none !important;
  }

  .mlz-info-table td:first-child{
    background: #07145f;
    color: #fff;
    text-align: left;
    width: 100%;
  }

  .mlz-info-table td:nth-child(2){
    background: #f7f7f7;
    color: #07145f;
    font-weight: 700;
  }

  .mlz-info-table tr td:first-child:empty{
    display: none;
  }

  .mlz-info-table tr td:first-child:empty + td{
    padding-left: 14px;
  }
}

/* SMALL MOBILE */
@media (max-width: 576px){

  .mlz-info-section{
    padding: 50px 10px;
  }

  .mlz-info-heading h2{
    font-size: 25px;
    margin-bottom: 35px;
  }

  .mlz-info-heading span{
    font-size: 12px;
  }

  .mlz-info-table tr{
    margin-bottom: 15px;
    border: 1.5px solid #07145f;
  }

  .mlz-info-table td{
    font-size: 13px;
    padding: 10px 12px;
    border-bottom: 1px solid #07145f !important;
  }
}

/* Allocades */
.mlz-accolades-section{
  background: #f7f7f7;
  padding: 90px 0;
}

/* HEADING */
.mlz-accolades-heading span{
  color: #ff3b4a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.mlz-accolades-heading h2{
  font-size: 42px;
  color: #07145f;
  font-family: Georgia, serif;
  font-weight: 700;
  margin: 10px 0 12px;
}

.mlz-accolades-heading h2 span{
  color: #ff3b4a;
}

.mlz-accolades-heading p{
  max-width: 600px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

/* CARD */
.mlz-accolades-card{
  background: #fff;
  padding: 35px 30px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.mlz-accolades-card::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ff3b4a;
  top: 0;
  left: 0;
}

.mlz-accolades-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* ICON */
.mlz-accolades-icon{
  font-size: 42px;
  margin-bottom: 12px;
}

/* TITLE */
.mlz-accolades-card h3{
  font-size: 26px;
  color: #07145f;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: Georgia, serif;
}

/* TEXT */
.mlz-accolades-card p{
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */
@media(max-width: 767px){
  .mlz-accolades-heading h2{
    font-size: 30px;
  }

  .mlz-accolades-card{
    padding: 25px 20px;
  }
}