
        body {
          font-family: Arial, Helvetica, sans-serif;
        }
        
.popup-onload {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.73); 
    z-index: 101;
}

.cnt223 {
    width: 90%; 
    max-width: 500px; 
    margin: 3% auto; 
    background: #fff; 
    padding: 15px; 
    position: relative;
    border-radius: 10px; 
}

.cnt223 img {
    width: 100%; 
    height: auto; 
}

.cnt223 {
    position: relative;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: black; 
    text-decoration: none;
}
    .youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
   }
    
    .iframe {
        width: 300%;
        height: 100%;
        margin-left: -100%;
    }
   
   .feature-container {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 15px;
}
.feature-container::-webkit-scrollbar { display: none; }

.feature-box {
  flex: 0 0 300px;
  background: #fff;
  border-radius: 18px;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(65,36,109,0.25);
}

.icon-wrapper {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #6a3cc2 0%, #41246d 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 6px 15px rgba(106, 60, 194, 0.3);
  transition: all 0.3s ease;
}
.feature-box:hover .icon-wrapper {
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(65,36,109,0.4);
}

.feature-icon {
  width: 45px;
  height: 45px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.feature-box:hover .feature-icon { transform: scale(1.15); }

.feature-box h4 {
  color: #41246D;
  margin-bottom: 10px;
  font-weight: 600;
}
.feature-box p {
  color: #555;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #41246D;
  border: none;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.3s;
  z-index: 2;
}
.scroll-btn:hover { background: #6a3cc2; }
.left-btn { left: -25px; }
.right-btn { right: -25px; }

.ranking-carousel {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
  }

  .carousel-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Smaller image size here */
  .carousel-slide img {
    width: 50%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .carousel-slide img:hover {
    transform: scale(1.03);
  }

  .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(80, 53, 120, 0.9);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  }

  .carousel-control.prev { left: 15px; }
  .carousel-control.next { right: 15px; }

  .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }

  .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dcdcdc;
    border: none;
    cursor: pointer;
  }

  .indicator.active {
    background: #503578;
  }

  /* Modal */
  .modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .modal-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 36px;
    color: white;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    .carousel-slide img {
      width: 90%;
    }
  }
  .popup-onload {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.73); 
    z-index: 101;
}

.cnt223 {
    width: 90%; 
    max-width: 500px; 
    margin: 3% auto; 
    background: #fff; 
    padding: 15px; 
    position: relative;
    border-radius: 10px; 
}

.cnt223 img {
    width: 100%; 
    height: auto; 
}

.cnt223 {
    position: relative;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: black; 
    text-decoration: none;
}
.youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}
.future-section {
  background-color:#0073cf;/* Blue background */
  /*padding: 50px 20px;*/
  color: #fff;
}

.future-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  flex-wrap: wrap;
}

/* Left Image */
.future-image {
  flex: 1 1 40%;
  text-align: center;
}

.future-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Right Content */
.future-content {
  flex: 1 1 50%;
  text-align: left;
}

.future-content h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

.btn-appointment {
  background-color: #fff;
  color: #0073cf;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-appointment:hover {
  background-color: #005fa3;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .future-container {
    flex-direction: column;
    text-align: center;
  }
  .future-content {
    text-align: center;
  }
  .future-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .future-section {
    padding: 20px 15px;
  }
  .future-content h2 {
    font-size: 22px;
  }
  .btn-appointment {
    padding: 10px 24px;
    font-size: 15px;
  }
}
<style>
    .youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}

.youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}
.all-round-development {
  background: #f6eefd;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.all-round-development .section-header h2 {
  color: #503578;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.all-round-development .section-header p {
  color: #555;
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 1rem;
}

.development-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: center;
}

.development-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  max-width: 350px;
}

.development-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.development-card h3 {
  color: #3a2061;
  font-size: 1.1rem;
  margin: 15px 10px 10px;
}

.development-card p {
  font-size: 0.95rem;
  color: #555;
  padding: 0 20px 25px;
}

.development-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Responsive Fix */
@media (max-width: 768px) {
  .all-round-development {
    padding: 60px 15px;
  }
  .development-card img {
    height: 180px;
  }
}
.interaction-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  max-width: 380px;
  padding: 40px 25px;
  transition: all 0.4s ease;
}
.interaction-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.icon {
  width: 70px;
  height: 70px;
  background: #3D246A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 20px;
  box-shadow: 0 5px 10px rgba(61,36,106,0.3);
  transition: 0.3s;
}
.interaction-card:hover .icon {
  background: #2c1b57;
}
.interaction-card h3 {
  color: #3a2061;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.interaction-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #3a2061;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
  .youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}
@media(max-width:1024px){
    section .container > div {
      grid-template-columns:1fr 1fr;
    }
  }
  @media(max-width:768px){
    section .container > div {
      grid-template-columns:1fr;
    }
  }
  .primary-btn:hover{
    background:#283593;
    transform:translateY(-2px);
    transition:0.3s ease;
  }
  .counselling-section .info-card {
  background:#fff;
  color:#333;
  padding:20px;
  border-radius:10px;
  box-shadow:0 3px 8px rgba(0,0,0,0.1);
  font-size:0.95rem;
  line-height:1.5;
  transition:0.3s;
}
.counselling-section .info-card:hover {
  transform:translateY(-5px);
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

/* ✅ Responsive */
@media(max-width:992px) {
  .counselling-section .row {
    flex-direction:column;
    text-align:center;
  }
  .counselling-section .col-right {
    order:-1;
    margin-bottom:30px;
  }
  .counselling-section .card-grid {
    justify-items:center;
  }
}
 .youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}
 @media(max-width:768px){
    section .container div:nth-child(2){
      flex-direction:column-reverse !important;
      text-align:center;
    }
    section h2{
      font-size:1.6rem !important;
    }
    section ul{
      text-align:left;
      display:inline-block;
    }
  }

  section img:hover {
    transform: scale(1.03);
  }

  section a:hover {
    background:#6a4caf;
    box-shadow:0 6px 15px rgba(0,0,0,0.2);
  }
  header i, footer i, header .fa, footer .fa, header .fas, footer .fas {
  transform: none !important;
  rotate: 0deg !important;
  scale: 1 !important;
}

/* Responsive Table */
@media (max-width: 768px) {
  table thead {
    display: none;
  }
  table, table tbody, table tr, table td {
    display: block;
    width: 100%;
  }
  table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
  }
  table td {
    text-align: left;
    padding: 8px;
  }
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    color: #503578;
  }
}
 .youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}
section a:hover {
    background:#7a5fd6 !important;
    box-shadow:0 6px 15px rgba(0,0,0,0.2);
  }

  @media(max-width:768px){
    section h2 {
      font-size:1.6rem !important;
    }
    section p {
      font-size:16px !important;
      text-align:justify !important;
    }
  }
   .youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}
/* Hover Animation */
  .achieve-card:hover {
    transform: translateY(-8px);
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .achieve-card img {
      height: 200px;
    }
    .achieve-card h4 {
      font-size: 16px;
    }
    .achieve-card p {
      font-size: 13px;
    }
    /* 1 card per row on mobile */
    section .container > div {
      grid-template-columns: 1fr !important;
    }
  }
  .club-card, .achieve-card {
  background:#f8f6fc;
  border-radius:10px;
  padding:25px;
  transition:transform 0.3s;
}
.club-card:hover, .achieve-card:hover {
  transform:translateY(-5px);
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
}
@media(max-width:768px){
  .student-life section{padding:60px 20px!important;}
}
.youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}
/* Hover Effects */
.image-frame:hover img {
  transform: scale(1.07);
}
.image-frame:hover .image-overlay {
  opacity: 1;
}
.image-frame:hover .overlay-text {
  opacity: 1;
  transform: translateY(0);
}

/* Scroll Animation (fade-in) */
@keyframes fadeInUp {
  from {opacity:0; transform:translateY(40px);}
  to {opacity:1; transform:translateY(0);}
}

.achievements-page {
  animation: fadeInUp 1s ease-out both;
}

/* Responsive Design */
@media(max-width:992px){
  .achievements-intro {
    flex-direction: column;
    text-align:center;
  }
  .intro-content p {
    text-align:center !important;
  }
  .intro-image {
    order:-1;
  }
  .overlay-text {
    left:50%;
    transform:translate(-50%,20px);
  }
}
.academic-section {
  animation: fadeInUp 1s ease-out;
}

/* ✨ Card Styling */
.academic-section .card {
  background:#fff;
  padding:35px 25px;
  border-radius:16px;
  text-align:center;
  box-shadow:0 6px 15px rgba(0,0,0,0.08);
  transition:transform 0.3s ease, box-shadow 0.3s ease;
  position:relative;
  overflow:hidden;
}

.academic-section .card:hover {
  transform:translateY(-10px);
  box-shadow:0 12px 25px rgba(65,36,109,0.25);
}

/* 🖼 Student Image */
.academic-section .student-img {
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:50%;
  margin-bottom:15px;
  border:4px solid #6a3cc2;
  transition:transform 0.4s ease;
}

.academic-section .card:hover .student-img {
  transform:scale(1.08);
}

/* 🎓 Text */
.academic-section .card h4 {
  color:#41246d;
  font-size:1.2rem;
  font-weight:700;
  margin-bottom:10px;
}
.academic-section .card p {
  color:#555;
  font-size:0.95rem;
}

/* 🌟 Button */
.view-more-btn {
  background:linear-gradient(135deg,#41246d,#6a3cc2);
  color:#fff;
  padding:14px 32px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  box-shadow:0 4px 10px rgba(65,36,109,0.3);
  transition:0.3s;
}
.view-more-btn:hover {
  background:linear-gradient(135deg,#6a3cc2,#41246d);
  box-shadow:0 6px 15px rgba(65,36,109,0.4);
}

/* ✨ Animations */
@keyframes fadeInUp {
  from {opacity:0; transform:translateY(40px);}
  to {opacity:1; transform:translateY(0);}
}

/* 📱 Responsive */
@media(max-width:768px){
  .academic-section h2 { font-size:1.8rem; }
  .academic-section .card { padding:25px 18px; }
}
.cultural-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(155,93,229,0.25);
}
.cultural-card img {
  transition: transform 0.4s ease;
}
.cultural-card:hover img {
  transform: scale(1.05);
}
/* 🖼️ Card Styling */
.glimpses-section .glory-card {
  position:relative;
  overflow:hidden;
  border-radius:15px;
  box-shadow:0 6px 15px rgba(0,0,0,0.1);
  cursor:pointer;
  transition:transform 0.4s ease, box-shadow 0.4s ease;
}
.glimpses-section .glory-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.4s ease;
}
.glimpses-section .glory-card:hover img {
  transform:scale(1.08);
}
.glimpses-section .glory-card:hover {
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(65,36,109,0.25);
}

/* ✨ Overlay Text */
.glimpses-section .overlay {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(0deg, rgba(65,36,109,0.9), rgba(65,36,109,0.1));
  color:#fff;
  text-align:center;
  font-weight:600;
  padding:12px;
  font-size:0.95rem;
  opacity:0;
  transform:translateY(20px);
  transition:all 0.4s ease;
  border-radius:0 0 15px 15px;
}
.glimpses-section .glory-card:hover .overlay {
  opacity:1;
  transform:translateY(0);
}

/* 📱 Responsive */
@media(max-width:768px){
  .glimpses-section h2 { font-size:1.8rem; }
}
.testimonials-section .testimonial-card {
  background:#fff;
  border-radius:15px;
  padding:25px 30px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  transition:transform 0.3s ease, box-shadow 0.3s ease;
  position:relative;
  overflow:hidden;
}

.testimonials-section .testimonial-card::before {
  content:"“";
  position:absolute;
  top:-10px;
  left:15px;
  font-size:80px;
  color:rgba(106,60,194,0.15);
  font-weight:700;
  font-family:serif;
}

.testimonials-section .testimonial-card:hover {
  transform:translateY(-6px);
  box-shadow:0 10px 25px rgba(65,36,109,0.25);
}

.testimonials-section .quote {
  color:#333;
  font-size:1rem;
  line-height:1.7;
  margin-bottom:15px;
  text-align:justify;
}

.testimonials-section .author {
  color:#6a3cc2;
  font-weight:600;
  font-size:0.95rem;
  text-align:right;
}
@media(max-width:768px){
  .achievements-page .row{flex-direction:column;}
  .achievements-page h2{font-size:1.6rem;}
  .achievements-page p{font-size:15px;}
}
 .youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
    
    iframe {
        /* Extend it beyond the viewport... */
        width: 300%;
        height: 100%;
        /* ...and bring it back again */
        margin-left: -100%;
    }
}
.mindful-eating-section {
  background: #fff;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
}

.mindful-eating-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.mindful-eating-section .content-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.mindful-eating-section .text-content {
  flex: 1 1 500px;
}

.mindful-eating-section .text-content h2 {
  color: #503578;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.mindful-eating-section .text-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
}

.value-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 🌈 Individual Box Styles */
.value-list li {
  padding: 15px 20px;
  border-radius: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.value-list .box1 { background: #E3F2FD; }   
.value-list .box2 { background: #E8F5E9; }   
.value-list .box3 { background: #FFF3E0; }  
.value-list .box4 { background: #F3E5F5; }   

.mindful-eating-section .image-content {
  flex: 1 1 450px;
  text-align: center;
}

.mindful-eating-section .image-content .main-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  margin-bottom: 15px;
}

.mindful-eating-section .img-grid {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mindful-eating-section .img-grid img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* 📱 Responsive */
@media(max-width: 900px){
  .mindful-eating-section .content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .value-list {
    align-items: center;
  }
  .value-list li {
    width: 90%;
  }
}
.eco-card {
  background:#fff;
  border-radius:16px;
  padding:30px 20px;
  text-align:center;
  box-shadow:0 6px 15px rgba(0,0,0,0.08);
  transition:transform 0.3s ease, box-shadow 0.3s ease;
  border-top:5px solid #381f5f;
}
.eco-card:hover {
  transform:translateY(-10px);
  box-shadow:0 12px 25px rgba(102,187,106,0.3);
}
.eco-card h4 {
  color:#381f5f;
  font-size:1.15rem;
  font-weight:700;
  margin-top:15px;
  margin-bottom:8px;
}
.eco-card p {
  color:#555;
  font-size:0.95rem;
  line-height:1.6;
  margin:0;
}
.eco-img {
  width:80px;
  height:80px;
  object-fit:contain;
  margin:auto;
  display:block;
  transition:transform 0.3s ease;
}
.eco-card:hover .eco-img {
  transform:scale(1.08);
}
@media(max-width:768px){
  .eco-card { padding:25px 18px; }
  .eco-card h4 { font-size:1rem; }
}
 @media (max-width: 768px) {
    section .container {
      flex-direction: column !important;
      text-align: center !important;
    }
    section ul {
      text-align: left !important;
    }
    table th, table td {
      font-size: 14px;
      padding: 10px;
    }
    img {
      height: auto !important;
    }
  }
  .custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* 2nd row only 2 items, centered */
.custom-grid .gallery-item:nth-child(n+4) {
  grid-column: span 1;
}

@media (max-width: 768px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .custom-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.side-buttons {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.side-btn {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #D1C4E9;
  padding: 12px 10px;
  margin: 5px 0;
  color: #000;
  font-weight: 600;
  border-radius: 8px 0 0 8px;
  text-decoration: none;
  transition: 0.3s;
  border: 2px solid #311B92;
}

.side-btn:hover {
  background: #87d2ff;
}
/* ===== Feature Carousel ===== */
.feature-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 50px;
  scrollbar-width: none; /* Firefox */
}

.feature-container::-webkit-scrollbar {
  display: none; /* Chrome */
}

/* ===== Feature Card ===== */
.feature-box {
  min-width: 280px;
  max-width: 280px;
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  flex-shrink: 0;
}

.feature-box h4 {
  margin-top: 15px;
  color: #41246D;
  font-weight: 600;
}

.feature-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ===== Icon Styling ===== */
.icon-wrapper {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #41246d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
}


.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #41246D;
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
}

.left-btn { left: 0; }
.right-btn { right: 0; }


@media (max-width: 768px) {

  .feature-container {
    padding: 10px 15px;
    scroll-snap-type: x mandatory;
  }

  .feature-box {
    min-width: 85%;
    scroll-snap-align: center;
  }

  .scroll-btn {
    display: none; 
  }

  .feature-section-info {
    text-align: left !important;
  }
}



/* SECTION */
.school-why-section {
  background: #f7f3fb;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
}

.school-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* HEADER */
.school-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.school-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #503578;
}

.school-tagline {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 600;
}

.school-description {
  max-width: 85%;
  margin: auto;
  color: #333;
  text-align: justify;
  line-height: 1.7;
}

/* GRID */
.school-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.school-feature-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.school-feature-card:hover {
  transform: translateY(-6px);
}

.school-feature-card h3 {
  margin: 15px 0 10px;
  color: #2b2b2b;
}

.school-feature-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* ICON */
.school-icon {
  width: 65px;
  height: 65px;
  background: #503578;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 15px;
  position: static; /* IMPORTANT: no absolute */
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .school-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .school-card-grid {
    grid-template-columns: 1fr;
  }

  .school-description {
    max-width: 100%;
    text-align: left;
  }
}
/* SECTION */
.choose-section {
  padding: 80px 20px;
  background: #f7f6fb;
}

/* CONTAINER */
.choose-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* HEADER */
.choose-title {
  font-size: 40px;
  font-weight: 700;
  color: #4b2c82;
  margin-bottom: 10px;
}

.choose-tagline {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* DESCRIPTION */
.choose-description {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

/* CARDS WRAPPER */
.choose-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.choose-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-8px);
}

/* ICON */
.choose-icon {
  width: 70px;
  height: 70px;
  background: #503578;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 30px;
}

/* TEXT */
.choose-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222;
}

.choose-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ------------------ MOBILE FIX ------------------ */

@media (max-width: 991px) {
  .choose-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .choose-title {
    font-size: 30px;
  }

  .choose-tagline {
    font-size: 18px;
  }

  .choose-description {
    text-align: center;
    font-size: 15px;
  }

  .choose-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .choose-card {
    padding: 30px 20px;
  }
}
/* ===== Feature Scroll Wrapper ===== */
.feature-scroll-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

/* ===== Feature Container ===== */
.feature-container {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 60px; /* space for buttons */
  scrollbar-width: none;
}

.feature-container::-webkit-scrollbar {
  display: none;
}

/* ===== Feature Card ===== */
.feature-box {
  min-width: 280px;
  max-width: 280px;
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-6px);
}

/* ===== Icon ===== */
.icon-wrapper {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #41246D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon {
  width: 45px;
  height: 45px;
  filter: brightness(0) invert(1);
}

/* ===== Scroll Buttons ===== */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #503578;
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: 0.3s;
}

.scroll-btn:hover {
  background: #6a3cc2;
}

/* ⬅ LEFT – OUTSIDE */
.left-btn {
  left: -60px;
}

/* ➡ RIGHT – OUTSIDE */
.right-btn {
  right: -70px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .scroll-btn {
    display: none; /* swipe only on mobile */
  }

  .feature-container {
    padding: 20px -1px;
    scroll-snap-type: x mandatory;
  }

  .feature-box {
    scroll-snap-align: center;
    min-width: 85%;
  }
}
