/* Placeholder Image */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  
  /* Example Divider */
  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  /* Example Vertical Ruler */
  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }
  
  /* Bootstrap Icons Fix */
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  /* Nav Scroller */
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Custom Primary Button */
  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }
  
  /* Mode Toggle Button */
  .bd-mode-toggle {
    z-index: 1500;
  }
  
  .bd-mode-toggle .bi {
    width: 1em;
    height: 1em;
  }
  
  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }
  
  /* Custom Navbar */
  .custom-navbar {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 0.75rem 0;
    box-shadow: 0 1px 1px #0000000f, 0 0 1px #0000;
  }
  
  .navbar-nav .nav-link {
    font-weight: 500;
    margin: 0 0.5rem;
    color: #212529;
  }
  
  .navbar-nav .nav-link.active {
    color: #444cf7;
    position: relative;
  }
  
  .navbar-nav .nav-link.active::after {
    content: "";
    height: 2px;
    /* background: #444cf7; */
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #dadbfd;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}



/* landing */

.btn-outline-primary {
  color: #444cf7;
  border-color: #444cf7;

}

.btn-outline-primary:hover {
  color: #ffffff;
  border-color: #444cf7;
  background-color: #444cf7;
}






/* card */
.card-cover {
  transition: transform 0.1s ease-in-out;
}

.card-cover:hover {
  cursor: pointer;
}

/* Base state: apply color transition */
.card-cover h1,
.card-cover h2,
.card-cover h3,
.card-cover p,
.card-cover span,
.card-cover a {
  transition: color 0.2s ease-in-out;
}

/* Hover state: change text color */
.card-cover:hover h1,
.card-cover:hover h2,
.card-cover:hover h3,
.card-cover:hover p,
.card-cover:hover span,
.card-cover:hover a {
  color: #ffffff;
  text-decoration: underline;
}

/* card */


  /* WhatsApp Link */
  .whatsapp-link {
    color: #25d366 !important;
  }
  
  /* Custom Banner */
  .custom-banner {
    position: relative;
    background-color: transparent;
    color: #fff;
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }
  
  .custom-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.5;
    background-color: #e5e5f7;
    /* background: 
      linear-gradient(135deg, #444cf755 25%, transparent 25%) -10px 0/ 20px 20px, 
      linear-gradient(225deg, #444cf7 25%, transparent 25%) -10px 0/ 20px 20px, 
      linear-gradient(315deg, #444cf755 25%, transparent 25%) 0px 0/ 20px 20px, 
      linear-gradient(45deg, #444cf7 25%, #e5e5f7 25%) 0px 0/ 20px 20px; */
      background: 
  linear-gradient(135deg, #87878755 25%, transparent 25%) -10px 0 / 20px 20px,
  linear-gradient(225deg, #878787 25%, transparent 25%) -10px 0 / 20px 20px,
  linear-gradient(315deg, #87878755 25%, transparent 25%) 0px 0 / 20px 20px,
  linear-gradient(45deg, #878787 25%, #f9f9f9 25%) 0px 0 / 20px 20px;

  }
  
  .custom-banner h1,
  .custom-banner p {
    position: relative;
    z-index: 1;
    color: #000;
    opacity: 1;
  }
  
  .custom-banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }
  

.custom-banner .d-block {
  position: relative;
  z-index: 1;
}


/* ws contact button */

  .custom-banner-btn {
    position: relative;
    z-index: 1;
    color: #000;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #000;
  }

    .custom-banner-btn:hover {
    position: relative;
    z-index: 1;
    color: #FFF;
    opacity: 1;
    background-color: #000;
    border: 2px solid #000;
  }
  
  
  /* Body */
  body {
    margin: 0;
  }
  
  /* Main Section */
  main {
    padding-top: 65px;
  }
  
  /* Footer */
  .footer-custom {
    background-color: #fff;
    box-shadow: 0 1px 1px #0000000f, 0 0 1px #0000;
  }
  .footer-custom p,
.footer-custom a,
.footer-custom .nav-link {
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}





.finisher-header {
    position: relative;
    overflow: hidden;
  }
  
  .finisher-header canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
  }
  







  footer {
    font-size: 0.95rem;
    color: #6c757d;
  }
  
  footer .nav-link {
    color: #6c757d;
    padding: 0;
    transition: color 0.2s ease;
  }
  
  footer .nav-link:hover {
    color: #343a40;
    text-decoration: underline;
  }
  
  footer h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  


  .training-content {
    max-width: 720px;
    font-size: 16px;
  }
  
  .training-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  
  .training-desc {
    font-size: 16px;
    margin-bottom: 32px;
  }
  
  .training-day {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  






/* cards */
  .card-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 
}




.card-uiux {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../img/uiux-designer-training-malaysia.jpg');
}

.card-dpo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../img/data-protection-officer-course-malaysia.jpg');
}

.card-advance {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../img/advanced-ux-course-kuala-lumpur.jpg');
}




/* badge images */

.badge-img {
  max-height: 120px;
}





.navbar-shadow {
  box-shadow: 0 1px 1px #0000000f, 0 0 1px #0000;
}
