body {
    background-color: #020206 !important;
}

.re_course-card {
    width: 20em;
}

.re_course-card h4 {
    font-size: 1.3rem;
}

#program p{
    color: #8F9BB7;
    font-size: 1em;
}

.re_course-card-profile-card p {
    color: #060608;
}

.re_course-card-profile-card {
    border-bottom:none;
}

.re_course-card-price-card a {
    border-radius: 5px;
    width: 100%;
    background-color: #2D4FE1;
    padding: 10px;
    margin: 10px 0px;
    color: white !important;
}

.re_course-card-price-card a:hover {
    border-radius: 5px;
    width: 100%;
    background-color: #000000;
    border: 2px solid #000000;
    padding: 10px;
    margin: 10px 0px;
    color: white !important;
}

#program h5 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

@media screen and (max-width: 426px) {
    .re_course-card {
        width: 100%;
    }   

    body > div.re_course-filter > div:nth-child(1) > div > h1 {
        text-align: center !important;
    }

    body > section:nth-child(6) > div > div > div.d-flex.justify-content-center > h1 {
        font-size: 2em !important;
    }

    .re_card {
        padding: 15px;
    }
    
    .re_course-card-price-card h3 {
        font-size: 2em;
        font-weight: bold;
    }
}

@media screen and (max-width: 780px) {
    .re_banner_row{
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        flex-direction: column-reverse;
        padding: 30% 3% 20% 3%;
        row-gap: 40px;
    }

    .re_banner {
        height: auto !important;
        max-height: 800px;
        min-height: 0px;
    }

    .re_course_landing p {
        font-size: 3em;
    }
}

@media screen and (min-width: 781px) {
    .re_course_landing h1 {
        font-size: 3em;
        margin-bottom: 1em;
    }
    .re_course_landing{
        padding-right: 3rem !important;
        padding: 0 10% 0 0;
    }

    .home-background h1{
        max-width: 90%;
        text-align: center;
    }
}






/* BATAS TEST */    
  
  .filter-card {
      background: #0F0E1E; /* Same color as the inactive button */
      border-radius: 25px; /* More curvature */
      gap: 5px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden; /* To ensure buttons look connected */
      display: flex; /* Flexbox for button arrangement */
  }
  .filter-button {
      flex: 1;
      border: none;
      border-radius: 25px; /* More rounded buttons */
      transition: background 0.3s;
      padding: .5em 1em;
      font-size: medium;
      background-color:#0F0E1E ;
      color: white;
  }
  .filter-button.active {
      background: #BDBBE5;
      color: black;
  }
  
  .filter-button:first-child {
      padding-left: 1.2em;
  }
  .filter-button:last-child {
      padding-right: 1.2em;
  }
  
  .re_course-filter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 1em;
  }
  
  .category-course-list ul li {
    margin-bottom: 0 !important;
  }
  
  @media (max-width: 768px) {
  
    .re_course_landing {
      font-size: 0.7em;
    }
  
  
    .filter-button {
      font-size: 1em;
    }
  
    .re_course-filter {
      margin-top: 2em;
    }
  
    .re_banner_left{
      font-size: 2.5vw;
    }
  }
  