.banner {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 1) 100%), linear-gradient(180deg,rgb(45, 11, 0, 0.6)  20%, rgb(0, 9, 60, 0.6) 100%), 
    url("/images/services/stem-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    /* padding: 4vw; */
    margin: 0;
    position: relative;
    }
.page1{
    /* background: linear-gradient(180deg,rgb(45, 11, 0, 0.6)  20%, rgb(0, 9, 60, 0.6) 100%); */
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    z-index: 1;
    /* padding: 80px 0px; */
}
.container-inner{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.container-inner h1{
    font-size: 60px;
    font-family: "montserrat";
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    letter-spacing: .15em;
    position: relative;
}
.container-inner h2{
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .35em;
    text-align: center;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
    color: #eee;
}
.container-inner p{
    font-family: "montserrat";
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #ddd;
    width: 60%;
}


  /* Program Details Section */
  .program-details {
    width: 100%;
    padding: 6vh 6vw;
    text-align: center;
  }
  .program-details h3 {
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .060em;
    text-transform: uppercase;
    margin: 15px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 2.2rem;
    color: #ed1c25;
  }
  

  
  /* Program Highlights */
  .highlights {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  
  .highlight-item {
    flex: 1;
    /* background-color: #f9f9f9; */
    border: 2px solid #ed1c25;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
  }
  .highlight-item h4{
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .060em;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 2.3rem;
  }
  .program-details p, .highlight-item p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .020em;
    font-weight: 400;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    font-size: 1.1rem;
    margin: 0 auto 40px auto;
    color: #666;
  }
  
  .highlight-item img {
    width: 350px;
    /* height: 220px; */
    margin-bottom: 20px;
  }
  
  .highlight-item h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
  }
  
  .highlight-item p {
    font-size: 1rem;
    color: #777;
    margin: 0;
  }
  
  /* Schedule Section */
  .schedule {
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    background: linear-gradient(90deg,#2d0b00 10%, #00093c 100%);
    color: white;
    height: 40vh;
    padding: 2vh 6vw;
    
  }
  .container{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  .schedule h3 {
    font-family: "montserrat";
    font-weight: 800;
    /* letter-spacing: .15em; */
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .schedule ul {
    list-style-type: none;
    padding-left: 30px;
    margin: 0;
  }
  
  .schedule li {
    font-size: 1.2rem;
    color: #ddd;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
  }
  
  .schedule li:before {
    content: '✔';
    color: white;
    position: absolute;
    left: -25px;
    top: 3px;
  }



  .course-learnings {
    width: 100%;
    padding: 6vh 6vw;
    text-align: center;
  }
  
  .learnings-header h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .060em;
    text-transform: uppercase;
    color: #ed1c25;
  }
  
  .learnings-header p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .020em;
    font-weight: 400;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
  }
  
  .learnings-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  
  .learning-card {
    background-color: white;
    padding: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .learning-card:hover {
    transform: translateY(-10px);
  }
  
  .learning-card h3 {
    font-family: Rajdhani, sans-serif;
    font-size: 1.5rem;
    color: #333;
    font-weight: 700;
    letter-spacing: .060em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .learning-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .020em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }



  
  /* Responsive Design */
  @media(max-width: 724px) {
    .highlights {
      flex-direction: column;
    }
    .highlight-item{
      padding: 50px;
    }
    .highlight-item img {
      width: 100%;
    }
    .highlight-item h4{
      font-size: 1.5rem;
    }
    .container{
      width: 100%;
    }
    .schedule{
      height: fit-content;
    }
    .learnings-header h2{
      font-size: 2.2rem;
    }
    .learnings-header p{
      font-size: 1.1rem;
    }
  }
  
  @media(max-width: 500px){
    .program-details p{
      text-align: justify;
    }
    .highlight-item p{
      text-align: center;
    }
    .banner{
      height: 80vh;
    }
    .container-inner h1{
      font-size: 45px;
      margin-bottom: 1rem;
    }
    .container-inner h2{
      font-size: 25px;
      letter-spacing: 0.25em;
      margin-bottom: 1.5rem;
    }
    .container-inner p{
      font-size: 1rem;
      line-height: 1.25rem;
      width: 80%;
    }
    .learning-card{
      gap: 10px;
    }
    .learning-card h3{
      font-size: 1.1rem;
    }
  }