.section-3 {
    position: relative;
    max-width: 1200px;
    margin: 20px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}

/*=== Online Programs ===*/
.section-3 .online-programs {
    padding: 20px;
    color: #333;
    transition: all 0.5s ease;
}

.section-3 .online-programs .one-img{
    position: relative;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.section-3 .online-programs h1 {
    margin-top: -30px;
    font-size: 2.5em;
    color: #003E65;
    margin-bottom: -15px;
    font-weight: 600;
    font-family: "Monserrat", sans-serif;
    transition: all 0.5s ease;
}

.section-3 .online-programs p {
    font-size: 1.2em;
    color: #FF6F00;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.section-3 .online-programs h2 {
    font-size: 2em;
    margin: 30px 0 20px;
    color: #003E65;
    text-align: center;
    font-weight: 560;
    font-family: "Monserrat", sans-serif;
    transition: all 0.5s ease;
}

.section-3 .online-programs .programs-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 20px;
    transition: all 0.5s ease;
}

.section-3 .online-programs .program-card {
    margin-top: 10px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.section-3 .online-programs .program-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

.section-3 .online-programs .program-card h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #000;
    transition: all 0.5s ease;
}

.section-3 .online-programs .program-card p {
    font-size: 1em;
    margin-bottom: 15px;
    color: #181818;
    transition: all 0.5s ease;
}

.section-3 .online-programs .features ul {
    color: #181818;
    transition: all 0.5s ease;
}

.section-3 .online-programs .features ul li {
    margin-bottom: 8px;
    transition: all 0.5s ease;
}

.section-3 .online-programs .button-group {
    display: flex;
    justify-content: center; /* Center buttons horizontally */
    align-items: center;
    margin-top: 2rem;
    gap: 1rem; /* Optional spacing between buttons */
}

.section-3 .online-programs .button-starter,
.section-3 .online-programs .button-advanced {
    padding: 10px 15px;
    color: #fff;
    background-color: #ff6a00;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.8em;
    font-weight: 550;
    transition: background-color 0.5s ease;
    width: 80px; 
    text-align: center;
    
}

.section-3 .online-programs .button-starter:hover,.button-advance:hover  {
    background-color: #e65c00b6;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .section-3 .online-programs h1 {
        font-size: 2em;
    }

    .section-3 .online-programs .program-card h3 {
        font-size: 1.3em;
    }

    .section-3 .online-programs .button {
        font-size: 0.9em;
    }
}


/*=== Physical Kits ===*/
.section-3 {
    position: relative;
    max-width: 1200px;
    margin: 20px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}

.section-3 .online-programs .two-img{
    position: relative;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.section-3 .physical-kits {
    padding: 20px;
  }
  
.section-3 .physical-kits h1 {
    margin-top: -30px;
    font-size: 2.5em;
    color: #003E65;
    margin-bottom: -15px;
    font-weight: 600;
    font-family: "Monserrat", sans-serif;
    transition: all 0.5s ease;
}
  
.section-3  .physical-kits p {
    font-size: 1.2em;
    color: #FF6F00;
    margin-bottom: 30px;
    transition: all 0.5s ease;
  }
  
.section-3 .physical-kits .slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  
.section-3 .physical-kits .slider {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease;
  }
  
.section-3 .physical-kits .card {
    flex: 0 0 29%;
    width: 30px;
    height: 406px;
    background: #fff;
    border: 1px solid #FF6F00;
    border-radius: 20px;
    padding: 10px 20px;
}
  
.section-3 .physical-kits .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 13px;
}
  
.section-3 .physical-kits .card h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #000;
}
  
  
.section-3 .physical-kits .card h3{
    font-size: 1.1rem;
    margin-bottom: -7px;
    color: #000;
}

.section-3 .physical-kits .card p {
    font-size: 1rem;
    color: #181818;
    margin-bottom: 15px;
  }
  
.section-3 .physical-kits .card button {
    margin-top: 10px;
    background-color: #ff6600;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 550;
    text-align: center;
}
  
.section-3 .physical-kits .card button:hover {
    background-color: #cc5200;
  }
  
.section-3 .physical-kits button.prev,
.section-3 .physical-kits button.next {
    position: absolute;
    width: 52px;
    height: 52px;
    font-size: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  
.section-3 .physical-kits button.prev {
    left: 10px;
  }
  
.section-3 .physical-kits button.next {
    right: 10px;
  }

  /* Add styles for the dots */
.section-3 .physical-kits .dots-container {
    text-align: center;
    margin-top: 15px;
  }
  
.section-3 .physical-kits .dots-container .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
.section-3 .physical-kits .dots-container .dot.active {
    background-color: #ff6600;
  }
  
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .section-3 .physical-kits .card {
      flex: 0 0 40%;
    }

    .section-3 .physical-kits h1 {
        font-size: 2em;
    }

    .section-3 .physical-kits .card  h3 {
        font-size: 1.3em;
    }

    .section-3 .physical-kits .button {
        font-size: 0.9em;
    }

  }
  
  @media (max-width: 480px) {
    .section-3 .physical-kits .card {
      flex: 0 0 80%;
    }

    .section-3 .physical-kits .card h2 {
        font-size: 1.1rem;
    } 
    .section-3 .physical-kits .card h3{
        font-size: 1rem;
    }
    .section-3 .physical-kits .card p{
        font-size: 0.9rem;
    }
  }
  

/*======= School Collabolations =======*/
  .section-3 .school-collaborations {
    padding: 20px;
    transition: all 0.5s ease;
  }
  
  .section-3 .school-collaborations .three-img{
    position: relative;
    width: 170px;
    height: 154px;
    object-fit: contain;
    z-index: -1;
    transition: all 0.5s ease;
  }
  
  .section-3 .school-collaborations .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    transition: all 0.5s ease;
  }
  
  .section-3 .school-collaborations .content {
    flex: 1;
    transition: all 0.5s ease;
  }
  
  .section-3 .school-collaborations h2 {
    font-size: 2.5em;
    margin: -40px 0 20px;
    color: #003E65;
    text-align: left;
    font-weight: 560;
    font-family: "Monserrat", sans-serif;
    z-index: 1;
    transition: all 0.5s ease;
  }
  
  .section-3 .school-collaborations .subtitle {
    margin-top: -18px;
    font-size: 1.2em;
    color: #FF6F00;
    margin-bottom: 20px;
    transition: all 0.5s ease;
  }
  
  .section-3 .school-collaborations .info{
    position: relative;
    transition: all 0.5s ease;
  }
  .section-3 .school-collaborations .info h3{
    font-size: 1.8rem;
    margin: 15px 0 15px;
    color: #000000ef;
    transition: all 0.5s ease;
  }
  .section-3 .school-collaborations .info .list {
    position: relative;
    margin-left: 20px;
    transition: all 0.5s ease;
  }
  .section-3 .school-collaborations .info .list li{
    margin: 10px 0 10px;
    font-size: 1.20rem;
    color: #181818;
    transition: all 0.5s ease;
  }
  .section-3 .school-collaborations .info .list li span{
    font-size: 1.30rem;
    font-weight: 600;
    transition: all 0.5s ease;
  }
  
  .section-3 .school-collaborations button.know-more {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 15px;
      color: #fff;
      background-color: #ff6a00;
      text-decoration: none;
      border-radius: 50px;
      font-size: 1em;
      font-weight: 550;
      text-align: center;
      border: none;
      cursor: pointer;
      transition: background-color 0.5s ease;
  }
  
  .section-3 .school-collaborations button.know-more:hover {
    background-color: #d2531ca9;
  }
  
  .section-3 .school-collaborations .images {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s ease;
  }
  
  .section-3 .school-collaborations .images img {
    position: relative;
    max-width: 100%;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
  }

.section-3 .school-collaborations .images .image-1{
    margin-left: 200px;
    transition: all 0.5s ease;
}
.section-3 .school-collaborations .images .image-2{
    margin-top: -40px;
    margin-left: 100px;
    transition: all 0.5s ease;
}
.section-3 .school-collaborations .images .image-3{
    margin-top: -40px;
    margin-left: 0px;
    transition: all 0.5s ease;
}
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .section-3 .school-collaborations .container {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .section-3 .school-collaborations h3 {
      font-size: 1.8rem;
    }
  
    .section-3 .school-collaborations button.know-more {
      margin-top: 20px;
    }

    .section-3 .school-collaborations .images .image-1{
        margin-left: 0px;
    }
    .section-3 .school-collaborations .images .image-2{
        margin-left: 0px;
    }

  }
 
 .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  z-index: 2;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0;
  padding: 0;
}

/* Modal Styling */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  background: #fff;
  max-width: 800px;
  margin: 5% auto;
  padding: 1rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 15px #000;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.watch-on-youtube {
  text-align: center;
  margin-top: 10px;
}

.watch-on-youtube a {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}
