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

  .online-programs .container {
    max-width: 1200px;
    margin: 0 auto;
    transition: all 0.5s ease;
  }

  .online-programs .one-img {
    position: relative;
    padding: 10px;
    width: 135px;
    height: 154px;
    object-fit: contain;
    transition: all 0.5s ease;
    z-index: -1;
    transition: all 0.5s ease;
  }

  .online-programs .header-online-programs {
    margin-top: -80px;
    margin-bottom: 40px;
    padding: 10px;
    transition: all 0.5s ease;
  }

  .online-programs .header-online-programs h1 {
    color: #003e65;
    font-size: 2.5rem;
    margin-bottom: 0px;
    letter-spacing: 1.5px;
    font-family: "montserrat", sans-serif;
    transition: all 0.5s ease;
  }

  .online-programs .header-online-programs p {
    color: #ff6f00;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
  }

  .online-programs .programs {
    display: grid;
    gap: 24px;
    transition: all 0.5s ease;
  }

  .online-programs .programs h1 {
    color: #003e65;
    font-size: 2.3rem;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: center;
    font-family: "montserrat", sans-serif;
    margin-bottom: 30px;
    transition: all 0.5s ease;
  }

  .online-programs .program-card {
    position: relative;
    display: block;
    /* margin-left: auto; */
    margin-right: auto;
    width: 100%;
    background-color: #fef6f2;
    border-radius: 12px;
    padding: 60px 50px;
    transition: all 0.5s ease;
  }

  .online-programs .program-card:hover {
    transform: translateY(-4px);
    transition: all 0.5s ease;
  }

  .online-programs .program-card .content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    transition: all 0.5s ease;
  }

  .online-programs .program-card .content .info {
    position: relative;
    margin-top: 50px;
    transition: all 0.5s ease;
  }

  .online-programs .tags {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
  }

  .online-programs .tag {
    position: relative;
    background-color: #ff6f00;
    color: white;
    width: 164px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 560;
    transition: all 0.5s ease;
  }

  .online-programs .tag.advanced {
    border: 1px solid #ff6f00;
    background-color: transparent;
    color: #ff6f00;
    transition: all 0.5s ease;
  }

.toggle-tag .tag {
  background-color: transparent;   /* transparent bg for inactive */
  color: #ff6f00;                 /* orange text for inactive */
  padding: 10px 30px;             /* keep your original padding */
  border: 1px solid #ff6f00;      /* orange border */
  border-radius: 50px;            /* same rounded corners as original */
  width: 164px;                   /* fixed width as your original */
  text-align: center;             /* center text */
  font-size: 0.9rem;
  font-weight: 560;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  box-sizing: border-box;         /* ensure padding & border inside width */
}

.toggle-tag.active .tag {
  background-color: #ff6f00;      /* filled orange bg when active */
  color: white;                   /* white text */
  border-color: #ff6f00;          /* keep border color consistent */
}




  .online-programs .program-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 16px;
    transition: all 0.5s ease;
  }

  .online-programs .program-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 600;
    transition: all 0.5s ease;
  }

  .online-programs .program-description {
    color: #000;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.5;
    transition: all 0.5s ease;
    width: 90%;
  }

  .online-programs .features-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 600;
    transition: all 0.5s ease;
  }

  .online-programs .features-list {
    list-style: none;
    margin-bottom: 24px;
    transition: all 0.5s ease;
  }

  .online-programs .features-list li {
    color: #000;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    transition: all 0.5s ease;
  }

  .online-programs .features-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    transition: all 0.5s ease;
  }

  .online-programs .buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    transition: all 0.5s ease;
  }

  .online-programs .btn {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 560;
    text-decoration: none;
    transition: all 0.5s ease;
  }

  .online-programs .btn:hover {
    opacity: 0.9;
    transition: all 0.5s ease;
  }

  .online-programs .btn-primary {
    background-color: #ff6f00;
    color: white;
    transition: all 0.5s ease;
  }

  .online-programs .btn-secondary {
    background-color: white;
    color: #ff6f00;
    border: 1px solid #ff6f00;
    transition: all 0.5s ease;
  }



.program-highlights {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.highlight-box {
  width: 130px;
  margin-bottom: 30px;
  text-align: center;
  background: #f9f9f9;
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.highlight-box .circle {
  width: 30px;
  height: 30px;
  background-color: #ff6f00;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-box p{
  font-size: 14px;
}



  @media (min-width: 768px) {
    .online-programs .programs {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
    }

    .online-programs .header-online-programs h1 {
      font-size: 2.4rem;
    }
  }

  @media (min-width: 1024px) {
    .online-programs .programs {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  @media (max-width: 480px) {
    .online-programs .online-programs {
      padding: 10px;
    }

    .online-programs .programs h1 {
      font-size: 1.8rem;
    }
    .online-programs .program-card {
      padding: 30px 30px;
    }

    .online-programs .program-card .content {
      gap: 5px;
    }
    .online-programs .program-card .content .info {
      margin-top: 0px;
    }

    .online-programs .program-card .content {
      flex-direction: column;
    }

    .online-programs .program-image {
      height: 160px;
    }
  }

  /* 320px */
  @media screen and (min-width: 320px) {
    .online-programs .program-card {
      width: 270px;
    }
  }
  /* 375px */
  @media screen and (min-width: 375px) {
    .online-programs .program-card {
      width: 300px;
    }
  }
  /* 425px */
  @media screen and (min-width: 425px) {
    .online-programs .program-card {
      width: 330px;
    }
  }
  /* 768px */
  @media screen and (min-width: 768px) {
    .online-programs .program-card {
      width: 700px;
    }
  }
  /* 1024px */
  @media screen and (min-width: 1024px) {
    .online-programs .program-card {
      width:1200px;
      /* padding: 10px; */
    }
  }



