
  .parallax-section {
  background-image: url('img/SMPBANNER\ \(2\).jpg'); /* Replace with your image */
  height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  font-family: 'Courier New', Courier, monospace;
  align-items: center;
  justify-content: center;
}

.parallax-content {
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 40px;
  border-radius: 12px;
  max-width: 80%;
}

.parallax-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.parallax-content p {
  font-size: 1.2rem;
  color: #e0f7fa;
}
/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
  background: #1a1a1a; /* dark track */
  border-radius: 10px;
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ff00cc, #00e5ff);

  border-radius: 10px;
}

/* On hover effect */
::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(45deg, #00e5ff, #ff00cc);

}


.parallax-info-section {
  background-color: #f0fff4;
}

.con {
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 85vh;
      padding: 20px; 
      font-family: 'Courier New', Courier, monospace;
    }

    .container1 {
      display: flex;
      gap: 40px;
      max-width: 1000px;
      width: 100%;
      align-items: center;
      flex-wrap: wrap;
    }

    /* Left Section */
  

    .left-sec h1 {
      font-size: 3rem;
      margin-bottom: 20px;
      text-align: center;
      background: linear-gradient(to right, #d946ef, #a855f7, #6366f1); /* pink → purple → blue */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
    }

    .left-sec p {      text-align: center;

      font-size: 1.2rem;
      line-height: 1.6;
      color: #ccc;
    }
@media (max-width:500px) {
    .left-sec p {      

      font-size: 1.07rem;
      
    }
}
 

    .swiper {
      width: 300px;
      height: 400px;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      border-radius: 12px;
      background-size: cover;
      background-position: center;
      box-shadow: 0 8px 20px rgba(0,0,0,0.5);
      padding: 15px;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
      transition: transform 0.5s ease;
    }

    /* Animations */
    @keyframes slideInLeft {
      0% { transform: translateX(-50px); opacity: 0; }
      100% { transform: translateX(0); opacity: 1; }
    }

    @keyframes slideInRight {
      0% { transform: translateX(50px); opacity: 0; }
      100% { transform: translateX(0); opacity: 1; }
    }

    /* Responsive */
 /* Animations with fill-mode */
.left-sec {
  flex: 1 1 300px;
  animation: slideInLeft 1s ease forwards;
  opacity: 0;
  animation-fill-mode: forwards; /* ensure opacity stays 1 after animation */
}

.swiper-container-wrapper {
  flex: 1 1 300px;
  animation: slideInRight 1s ease forwards;
  opacity: 0;
  animation-fill-mode: forwards; /* ensure opacity stays 1 */
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column-reverse;


    gap: 30px;
  
  }

    .con {
      display: flex;
      justify-content: center;
      /* align-items: center; */
      min-height: 50vh;
      padding: 0px 20px;

    }
.swiper-container-wrapper{
      padding-left: 40px;
    padding-right: 40px;
}
.left-sec{
    padding-left: 16px;
    padding-right: 16px;
}
  .left-sec, .swiper-container-wrapper {
    width: 100%;
    flex: none;
  }

  .left-sec h1 {
    font-size: 2rem;
  }

  .swiper {
    width: 100%; /* full width on mobile */
    max-width: 400px;
    height: 300px;
  }

  .section-title{
    margin: 0px 44px;
    font-size: 2rem;
    margin-bottom: 20px;
  }


.ComSection{
  margin-top: 40px;
}
}
