
 body {
      margin: 0;
      font-family: Arial, sans-serif;
      /* overflow:hidden; */
    }



    /* Loader wrapper */
    .loader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0a2a6b;
      /* Brand blue */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    .loader-wrapper.loaded {
      opacity: 0;
      visibility: hidden;
    }

    /* SVG container (responsive) */
    .school-logo-svg {
      width: 30vw;
      max-width: 130px;
      height: auto;
    }

    /* Circle animation */
    .circle {
      stroke-dasharray: 283;
      stroke-dashoffset: 283;
      transform-origin: 50% 50%;
      animation: circle-spin 2s ease-in-out infinite;
    }

    @keyframes circle-spin {
      0% {
        stroke-dashoffset: 283;
        transform: rotate(0deg);
      }

      50% {
        stroke-dashoffset: 70;
        transform: rotate(180deg);
      }

      100% {
        stroke-dashoffset: 283;
        transform: rotate(360deg);
      }
    }

    /* Center logo */
    .center-logo {
      position: absolute;
      width: 20vw;
      max-width: 80px;
      height: auto;
      border-radius: 50%;
      transform: scale(1.2);
      background: #0a2a6b;

    }

    @media (max-width: 480px) {
      .school-logo-svg {
        width: 40vw;
        max-width: 100px;
      }

      .center-logo {
        width: 25vw;
        max-width: 70px;
      }
    }

     /* Loader wrapper styles */
    .loader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      /* page background while loading */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      transition: opacity 0.6s ease, visibility 0.6s ease;
      background: #0a2a6b;

    }

    /* Loader GIF */
    .loader-gif {
      width: 120px;
      /* you can adjust size */
      max-width: 30vw;
      height: auto;
      
    border-radius: 50%;
    padding: 12px;
    }

    /* Hide loader smoothly */
    .loader-wrapper.fade-out {
      opacity: 0;
      visibility: hidden;
    }

       .nav-logo img {
        width: 44%;
        margin-left: auto;
        margin-right: auto;
        display: block;
      }

      /* small tweak if you want a different size on very small screens */
      @media (max-width: 420px) {
        .nav-logo img {
          width: 74%;

        }
      }

       @media (max-width: 576px) {
      .modal-dialog {
        margin: 0;
        /* remove default margins */
        max-width: 100% !important;
        /* full width */
        height: 100%;
        /* full height modal */
      }

      .modal-content {
        height: 100%;
        border-radius: 0;
        /* remove rounded corners */
      }
    }
    .admission-fab {
      position: fixed;
      bottom: 25px;
      right: 25px;
      background-color: #ffd700;
      color: #0a2a6b;
      border-radius: 30px;
      /* pill shape */
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      font-weight: 600;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      text-decoration: none;
      z-index: 1050;
      transition: all 0.3s ease;
      white-space: nowrap;
      padding: 12px 20px;
      /* space for icon + text */
      width: auto;
    }

    .admission-fab i {
      font-size: 1.2rem;
      margin-right: 10px;
    }

    .admission-fab .fab-text {
      opacity: 1;
      max-width: none;
    }

      .faq-section {
        background: #fff;
      }

      .faq-section h2 {
        font-weight: 700;
        color: #000000ff;
      }

      .accordion-button {
        background-color: #f9f9f9;
        color: #0a2a6b;
        font-weight: 500;
      }

      .accordion-button:focus {
        box-shadow: none;
      }

      .accordion-body {
        font-size: 0.95rem;
        color: #333;
      }
  
      @keyframes animatedBackground {
        0% {
          background-position: 0 0;
        }

        100% {
          background-position: 100% 0;
        }
      }

      .about-section {
        position: relative;
        /* Required for pseudo element */
        overflow: hidden;
        /* Prevent background from leaking */
        z-index: 1;
      }

      .about-section::after {
        -webkit-animation: animatedBackground 30s linear infinite alternate;
        -moz-animation: animatedBackground 30s linear infinite alternate;
        -o-animation: animatedBackground 30s linear infinite alternate;
        animation: animatedBackground 3s linear infinite alternate;
        background: url('img/SEAMLESS.png');
        background-position: 0 0;
        background-repeat: repeat;
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.9;
        /* soft background effect */
        z-index: 0;
      }

      .about-section .container,
      .about-section .row,
      .about-section .vstack,
      .about-section img,
      .about-section h2,
      .about-section p {
        position: relative;
        z-index: 1;
        /* keeps your content above the animated background */
      }
  
    .nav-logo {
      text-align: center;
      flex: 1;
    }

    .newlogo img {
      /* height: 60px; */
      /* adjust size */
    }

    @media only screen and (max-width: 600px) {
      .newlogo img {
        height: 60px;
        /* adjust size */
      }

      .hide-mob {
        display: none;
      }
    }

      .hero-section {
        position: relative;
        overflow: hidden;
      }

      .hero-slider {
        width: 100%;
        height: 100vh;
      }

      .hero-slider video {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .video-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.3);
        /* z-index: 2; */
      }

      .main-nav,
      .scroll-indicator {
        position: absolute;
        z-index: 3;
        width: 100%;
      }

      .scroll-indicator {
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        color: #fff;
      }

      /* Swiper Navigation Arrows */
      .swiper-button-next,
      .swiper-button-prev {
        color: #fff;
        width: 60px;
        height: 60px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        transition: 0.3s;
      }

      .swiper-button-next:hover,
      .swiper-button-prev:hover {
        background: #0c4ea2;
      }

      .hero-section .swiper-button-next,
      .hero-section .swiper-button-prev {
        opacity: 0;
        transition: 0.4s;
      }

      .hero-section:hover .swiper-button-next,
      .hero-section:hover .swiper-button-prev {
        opacity: 1;
      }

      .swiper-button-prev {
        background: transparent !important;
      }

      .swiper-button-next {
        background: transparent !important;
      }
   

.student-life-section {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 4rem;
      }

      .header-content h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #212529;
        margin-bottom: 10px;
      }

      .header-content p {
        font-size: 1.1rem;
        color: #6c757d;
        margin-bottom: 40px;
      }

      .testimonials-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 30px;
        justify-content: center;
      }

      .testimonial-card {
        background-color: #ffffff;
        border-radius: 20px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
         width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
      }

      .testimonial-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        transform: scale(1.1);
      }

      .media-wrapper {
        height: 350px;
        position: relative;
        background-color: #fff;
        background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px,
            transparent 1px),
          linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
        background-size: 20px 20px;
        background-position: center center;
        z-index: 1;
      }

      .media-wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background: linear-gradient(to top, white 30%, transparent 100%);
        z-index: 3;
      }

      .student-photo,
      .student-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 0.4s ease;
        z-index: 2;
      }

      .student-video {
        opacity: 0;
      }

      .testimonial-card:hover .student-video {
        opacity: 1;
      }

      .testimonial-card:hover .student-photo {
        opacity: 0;
      }

      .sound-toggle {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        font-size: 18px;
        cursor: pointer;
        z-index: 4;
      }

      .card-info {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        position: relative;
        z-index: 4;
      }

      .text-info {
        text-align: left;
      }

      .name {
        font-weight: 600;
        font-size: 1.1rem;
        color: #212529;
      }

      .role {
        font-size: 0.85rem;
        color: #6c757d;
      }

      .logo-info img {
        max-height: 46px;
        max-width: 80px;
        object-fit: contain;
        transform: scale(2);
      }

      @media (max-width: 768px) {
        .header-content h1 {
          font-size: 2rem;
        }

        .testimonials-container {
          /* grid-template-columns: 1fr;
          max-width: 350px;
          margin: 0 auto; */
        }
      }

      @media (max-width: 768px) {
        .sticky-nav {
          width: 100% !important;
           transform: translateY(10%) !important;
        }
      }

      .myTestimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}