
    .tag-blue {
      font-weight: 600;
      font-size: 0.85rem;
      background-color: #e1ecff;
      color: #3366ff;
      padding: 0.15rem 0.6rem;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      margin-bottom: 0.8rem;
    }
    .tag-blue svg {
      width: 14px;
      height: 14px;
      fill: #3366ff;
    }
    h1 {
      font-weight: 700;
      color: #3366ff;
      font-size: 3rem;
      margin-bottom: 0.2rem;
      line-height: 1.15;
    }
    h2 {
      font-weight: 600;
      font-size: 2.1rem;
      color: #111;
      margin-bottom: 1rem;
      line-height: 1.2;
    }
    p.description {
      font-size: 1rem;
      margin-bottom: 2rem;
      max-width: 420px;
      color: #666;
    }
    ul.checklist {
      list-style: none;
      padding-left: 0;
      max-width: 420px;
    }
    ul.checklist li {
      margin-bottom: 0.9rem;
      font-size: 0.95rem;
      color: #222;
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }
    ul.checklist li svg {
      fill: #28a745;
      width: 18px;
      height: 18px;
    }
    .btn-primary {
      background-color: #3366ff;
      border: none;
      padding: 0.6rem 1.3rem;
      font-weight: 600;
      border-radius: 6px;
    }
    .btn-outline-secondary {
      color: #222;
      border: 1.5px solid #888;
      margin-left: 0.8rem;
      font-weight: 500;
      padding: 0.55rem 1.3rem;
      border-radius: 6px;
    }
    .image-frame {
      background: linear-gradient(135deg, #4d8cff, #b36fff);
      border-radius: 22px;
      padding: 12px;
      display: inline-block;
      box-shadow: 0 5px 15px rgb(79 110 255 / 0.45);
      position: relative;
      max-width: 480px;
    }
    .image-frame img {
      border-radius: 18px;
      width: 100%;
      display: block;
      height: auto;
    }
    /* Label kecil di tepi gambar */
    .label-card {
      position: absolute;
      background: white;
      border-radius: 12px;
      padding: 0.42rem 0.8rem;
      box-shadow: 0 3px 9px rgb(0 0 0 / 0.1);
      font-size: 0.8rem;
      font-weight: 500;
      color: #222;
      display: flex;
      align-items: center;
      gap: 0.4rem;
      white-space: nowrap;
    }
    .label-card svg {
      width: 18px;
      height: 18px;
      fill: #3366ff;
      stroke: #3366ff;
    }
    .label-top-left {
      top: -16px;
      left: -16px;
    }
    .label-right-top {
      top: -12px;
      right: -14px;
      gap: 0.25rem;
      padding: 0.35rem 0.65rem;
    }
    .label-bottom-left {
      bottom: -20px;
      left: -18px;
      color: #28a745;
    }

    /*  */
    /*  */
    /*  */
    .trusted-section {
    text-align: center;
    }
    .trusted-text {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
    }
    .company-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1.5rem 2rem; /* jarak antar baris dan kolom */
        font-weight: 600;
        font-size: 14px;
        color: #9ca3af;
        padding: 0 10px;
        box-sizing: border-box;
        }

        .company-list > div {
        flex: 1 1 auto;
        min-width: 100px;   /* item minimal selebar 100px */
        max-width: 160px;   /* item maksimal selebar 160px */
        padding: 0 15px;
        box-sizing: border-box;
        }

        /* Hilangkan garis kiri pada item pertama */
        /* .company-list > div:first-child {
        border-left: none;
        } */

        /* Border vertikal sebagai pembatas antar perusahaan kecuali yang terakhir */
        /* .company-list > div:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 25%;
            height: 50%;
            width: 1px;
            background-color: #d1d5db; 
        } */


  /*  */
  /*  */
  .card-badge {
      position: absolute;
      top: 12px;
      right: 12px;
      background-color: #f5f5f5;
      font-size: 0.75rem;
      padding: 2px 8px;
      border-radius: 15px;
      color: #555;
      font-weight: 600;
      user-select: none;
    }
    /* Kotak ikon biru muda */
    .icon-box {
      background-color: #d6e4ff;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
    }

    /* Zoom warna pada ikon saat hover kartu (opsional) */
    .card:hover .icon-box {
      background-color: #adc8ff;
    }
    
    /*  */
    /*  */
    .arrow-right {
      width: 30px;
      height: 30px;
      margin: auto;
      fill: #6c757d; /* abu medium */
    }
    /* Container dan card */
    .process-step {
      background-color: white;
      border-radius: 0.5rem;
      box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.1);
      padding: 1rem;
      text-align: center;
      position: relative;
      min-width: 160px;
    }
    /* Ikon bulat */
    .icon-circle {
      width: 50px;
      height: 50px;
      margin: auto;
      border-radius: 50%;
      background-color: #d9e9ff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.5rem;
      font-size: 24px;
      color: #2867d4;
    }
    /* Label Langkah kecil di atas judul */
    .step-label {
      font-size: 0.8rem;
      color: #6c757d;
      margin-bottom: 0.3rem;
    }
    /* Pengaturan panah agar center vertical */
    .arrow-col {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      min-width: 40px;
    }

    /*  */
    /*  */
    /* .step-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
      padding: 20px;
      contoh lebar tetap
      width: 200px;   
      contoh tinggi tetap
      height: 240px;  
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      text-align: center;
      position: relative;
    } */
    .step-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
        padding: 20px;
        width: 100%;           /* Lebar penuh kolom induk */
        max-width: 280px;      /* Maksimal lebar agar tidak terlalu besar di layar lebar */
        height: 240px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        position: relative;
        box-sizing: border-box; /* supaya padding masuk dalam ukuran */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    /* hover */
    .step-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .step-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px auto;
      font-size: 24px;
      color: #000;
    }
    .icon-blue { background-color: #d1d9ff; color: #3a55ff; }
    .icon-green { background-color: #d4ffe6; color: #2aad41; }
    .icon-purple { background-color: #e5dbff; color: #8559ff; }
    .icon-orange { background-color: #ffe6cc; color: #ff8f26; }
    .icon-red { background-color: #ffd5d5; color: #d23a3a; }
    .step-title {
      font-weight: 600;
      margin-bottom: 8px;
      font-size: 1.1rem;
      color: #333;
    }
    .step-subtitle {
      font-weight: 700;
      font-size: 0.9rem;
      margin-bottom: 6px;
      color: #444;
    }
    .step-desc {
      font-size: 0.85rem;
      color: #666;
    }
    /* Panah di antar kolom */
    /* .arrow {
      position: absolute;
      top: 50%;
      right: -20px;
      width: 20px;
      height: 20px;
      border-top: 15px solid #999;
      border-right: 15px solid #999;
      transform: translateY(-50%) rotate(45deg);
      z-index: 10;
    } */
    /* .step-card:last-child .arrow {
      display: none;
    } */

    /* .step-card::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px; posisikan sedikit keluar kanan kartu
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 20px solid #007bff; warna panah, bisa disesuaikan
    } */

    /*  */
    /*  */
    .statistic-card {
      transition: all 0.3s ease;
      background: linear-gradient(135deg, rgba(255 255 255 / 0.9), rgba(255 255 255 / 0.6));
      box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
      cursor: default;
    }

    .statistic-card:hover {
      background: linear-gradient(135deg, rgba(79,110,255,0.15), rgba(179,111,255,0.15));
      box-shadow: 0 12px 30px rgb(79 110 255 / 0.3);
      transform: translateY(-6px) scale(1.05);
      cursor: pointer;
    }

    .statistic-card svg {
      transition: transform 0.3s ease;
    }

    .statistic-card:hover svg {
      transform: rotate(15deg) scale(1.2);
    }
    
    /*  */
    /*  */
    .course-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(20,30,60,0.06);
      height: 100%;
    }
    .course-card .card-img-top { height: 160px; object-fit: cover; }
    
    .swiper.myCoursesSwiper .swiper-wrapper {
      max-width: 1100px;
      padding-top: 5px;
      
      padding-right: 100px;
      overflow: visible;
    }

    .swiper .swiper-slide {
      display: flex;
      height: auto;
    }
    .swiper .course-card { width: 100%; }
    .swiper-button-prev,
    .swiper-button-next {
      color: #3366FF;
    }
    
    .swiper-button-prev { left: 10px;  }
    .swiper-button-next { right: 10px; }

    .swiper.myCoursesSwiper {
      width: 100%;
      padding-left: 0;
      margin-left: 0;
    }
    
    /*  */
    /*  */
    .search-input {
      max-width: 400px;
      width: 100%;
      position: relative;
    }

    .search-input .form-control {
      padding-left: 2.5rem; /* beri ruang untuk icon */
      border-radius: 1.5rem !important;
      border: 1.5px solid #ced4da;
      transition: border-color 0.3s ease;
    }

    .search-input .input-group-text {
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      border: none;
      color: #6c757d;
    }

    .search-input .form-control:focus {
      border-color: #0d6efd;
      box-shadow: 0 0 6px rgba(13, 110, 253, 0.5);
      outline: none;
    }

    /*  */
    /*  */
    .badge-custom-testimoni {
    color: white;
    background-color: #7c5dfa;
    border-radius: 0.6rem;
    padding: 0.45rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.5rem;
    box-shadow: 0 4px 15px rgba(124, 93, 250, 0.6);
    user-select: none;
    }
    /*  */
  .company-list {
    display: flex;
    gap: 20px;
    /* Jarak antar logo */
    justify-content: center;
    /* Center secara horizontal */
    flex-wrap: wrap;
    /* Jika banyak logo, akan ke baris berikutnya */
    align-items: center;
    padding: 10px 0;
  }

  .company-logo {
    max-height: 50px;
    width: auto;
    /* Sesuaikan tinggi logo */
    object-fit: contain;
    display: block;
  }

  /* company slider */
  .slider-container {
      overflow: hidden;
      position: relative;
      max-width: 1000px;
      margin: 0 auto;
    }

    .slider-track {
      display: flex;
      width: calc(200%); /* karena kita duplikat item untuk loop */
      animation: scroll-left 20s linear infinite;
    }

    .company-logo {
      height: 60px;
      margin: 0 30px;
       /* filter: grayscale(100%); */
      transition: filter 0.3s ease, transform 0.3s ease;
      flex-shrink: 0;
    }

    /* .company-logo:hover {
      filter: grayscale(0);
      transform: scale(1.1);
    } */


    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    


    /* Responsive adjustment */
    @media (max-width: 575px) {
      h1 {
        font-size: 2.25rem;
      }
      h2 {
        font-size: 1.5rem;
      }
      .image-frame {
        max-width: 100%;
        margin-top: 2rem;
      }
      .company-list {
        font-size: 13px;
        gap: 1rem 1rem;
      }
      .company-list > div {
          min-width: 80px;
          max-width: 120px;
          padding: 0 8px;
      }
      .company-logo {
        height: 40px;
        margin: 0 15px;
      }
      .slider-container {
        max-width: 95%;
      }
      /* .arrow {
          display: none;
        } */
    }
    