 .swiper2 {
    background-image: url('https://impact.monash.edu/wp-content/uploads/2022/07/Alliance-teams-3000x2000.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
 .about-container {
      max-width: 1000px;
      margin: 60px auto;
      padding: 0 20px;
    }

 .about-container h2{
  font-size: 50px;
  font-weight: bold;
  


  text-align: center;
  color: #606060;
 }






.swiper-slide {
  position: relative;
  position: relative;
  height: 485px;
}
    h1 {
   font-size: 32px;
  color: #0d47a1;
  /* text-align: center; */
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
    }

    p.intro {
     max-width: 926px;
  margin: 0 auto 50px auto;
  font-size: 25px;
  color: #444;
  text-align: justify;
    }

    .stats {
      display: flex;
      justify-content: center;
      gap: 50px;
      margin-bottom: 60px;
      flex-wrap: wrap;
    }

    .stat-item {
      background: linear-gradient(145deg, #e0e7ff, #a9baff);
      border-radius: 18px;
      padding: 35px 45px;
      text-align: center;
      box-shadow:  8px 8px 20px #a3b1ff,
                   -8px -8px 20px #ffffff;
      min-width: 180px;
      flex-grow: 1;
      max-width: 220px;
      font-weight: 700;
      font-size: 1.5rem;
      color: #0d2c91;
      user-select: none;
      cursor: default;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .stat-item:hover {
      transform: translateY(-8px);
      box-shadow:  12px 12px 30px #91a1ff,
                   -12px -12px 30px #dce3ff;
    }

    .stat-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 15px;
      fill: #0d2c91;
      filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
    }

    .why-choose {
      max-width: 900px;
      margin: 80px auto;
    }

    .why-choose h2 {
      font-size: 2.2rem;
      color: #000000;
      margin-bottom: 40px;
      font-weight: 700;
      text-align: center;
      letter-spacing: 1.2px;
    }

    .features {
      display: flex;
      flex-wrap: wrap;
      gap: 35px;
      justify-content: center;
    }

    .feature-item {
      background: white;
      border-radius: 18px;
      padding: 30px 35px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      flex: 1 1 400px;
      max-width: 450px;
    }

    .feature-item:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
      transform: translateY(-6px);
    }

    .feature-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      fill: #1976d2;
      margin-top: 5px;
    }

    .feature-content {
      flex-grow: 1;
    }

    .feature-item h3 {
      margin-top: 0;
      color: #1976d2;
      font-weight: 700;
      font-size: 1.4rem;
      margin-bottom: 10px;
    }

    .feature-item p {
      color: #555;
      font-size: 1rem;
      margin: 0;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .feature-item {
        flex: 1 1 100%;
      }
    }

        p.intro {
  
  text-align: center;
    }

    .mission-vision-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 80px auto;
  max-width: 1000px;
  padding: 0 20px;
}

.mission-vision-box {
  background: linear-gradient(135deg, #f8f9ff, #e6ecff);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  flex: 1 1 400px;
  max-width: 460px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.mission-vision-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

.mission-vision-box h2 {
  font-size: 2rem;
  color: #0d47a1;
  margin-bottom: 20px;
  font-weight: 700;
}

.mission-vision-box p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}


.mission-vision-box ul li{
  text-align: left;
}
.mv-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  fill: #1976d2;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
}


.experience h2{
  font-size: 2.2rem;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px;
  margin-top: 27px;
}

.experience h4{
  text-align: center;
  color: #868686;
  font-weight: 600;
  margin-bottom: 20px;
}

.experience .expe-content h2 {
  color: #555;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  margin-top: 13px;
}

.experience .expe-content h4{
  color: black;
  font-size: 24px;
  margin: 10px 0px;
  text-align: left;
}

.experience .expe-content ul li{
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}

.main-expe{
  display: flex;
  justify-content: center;
  align-content: center;
  margin: auto;
}

.main-expe img{
  max-width: 223px;
}


.experience .expe-content2 h2{
  color: #555;
  font-size: 1rem;
  margin: 0;
    margin-top: 0px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  margin-top: 13px;
}





@media (max-width: 992px) {
  .main-expe {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
  }

  .experience .expe-content {
    max-width: 100%;
  }

  .experience .expe-content h2,
  .experience .expe-content h4,
  .experience .expe-content ul li {
    text-align: center;
  }

  .experience .expe-content ul {
    padding-left: 0;
    list-style-position: inside;
  }

  .main-expe img {
    margin-top: 25px;
    max-width: 180px;
  }
}

@media (max-width: 576px) {
  .experience h2 {
    font-size: 1.7rem;
  }

  .experience h4 {
    font-size: 1rem;
  }

  .experience .expe-content h4 {
    font-size: 20px;
  }

  .experience .expe-content h2,
  .experience .expe-content ul li {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .mission-vision-section {
    flex-direction: column;
    gap: 30px;
  }

  .mission-vision-box {
    max-width: 100%;
  }
  .intro{
font-size: 18px;
  }
}



