<style>
    @font-face {
      font-family: 'Readex Pro';
      src: url('font/ReadexPro-Light.ttf') format('truetype');
      font-weight: 300;
      /* Light */
      font-style: normal;
    }

    @font-face {
      font-family: 'Readex Pro';
      src: url('font/ReadexPro-Regular.ttf') format('truetype');
      font-weight: 400;
      /* Regular */
      font-style: normal;
    }

    @font-face {
      font-family: 'Readex Pro';
      src: url('font/ReadexPro-Medium.ttf') format('truetype');
      font-weight: 500;
      /* Medium */
      font-style: normal;
    }

    @font-face {
      font-family: 'Readex Pro';
      src: url('font/ReadexPro-SemiBold.ttf') format('truetype');
      font-weight: 600;
      /* SemiBold */
      font-style: normal;
    }

    @font-face {
      font-family: 'Readex Pro';
      src: url('font/ReadexPro-Bold.ttf') format('truetype');
      font-weight: 700;
      /* Bold */
      font-style: normal;
    }

    @font-face {
      font-family: 'Readex Pro';
      src: url('font/ReadexPro-ExtraBold.ttf') format('truetype');
      font-weight: 800;
      /* ExtraBold */
      font-style: normal;
    }

    body {
      font-family: 'Readex Pro', sans-serif;
    }

    .navbar {
      background-color: #ffffff;
      position: sticky;
      top: 0;
      z-index: 1030;
    }

    .navbar-nav .nav-link {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      padding: 15px 16px;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: #0070b9;
    }

    .mega-dropdown {
      width: 100%;
      left: 0;
      right: 0;
      top: 100%;
      display: none;
      visibility: hidden;
      opacity: 0;
      background: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
      border: none;
      transition: all 0.3s ease;
      z-index: 999;
    }

    .mega-dropdown .container {
      max-width: 1140px;
    }

    @media (min-width: 992px) {
      .navbar-nav .nav-link {
        padding: 30px 16px;
      }

      .nav-item.dropdown:hover .mega-dropdown {
        display: block;
        opacity: 1;
        visibility: visible;
      }
    }

    .dropdown-menu h6 {
      font-size: 12px;
      font-weight: 600;
      color: #999;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .dropdown-menu .list-unstyled li {
      margin-bottom: 16px;
    }

    .informatie-list li {
      transition: background-color 0.3s;
    }

    .informatie-list li:hover {
      background-color: transparent;
    }

    .informatie-list li:hover .fw-bold {
      color: #0070b9;
      cursor: pointer;
    }

    .mega-dropdown .list-unstyled li.d-flex {
      padding: 12px;
      border-radius: 6px;
      transition: background-color 0.3s;
    }

    .mega-dropdown .list-unstyled li.d-flex:hover {
      background-color: rgba(0, 0, 0, 0.04);
      cursor: pointer;
    }

    .dropdown-menu .list-unstyled .item-title {
      font-weight: normal;
      font-size: 16px;
      color: #000;
      margin-bottom: 4px;
    }

    .dropdown-menu .list-unstyled .item-desc {
      color: #888;
      font-size: 14px;
    }

    .dropdown-menu .list-unstyled li {
      margin-bottom: 24px;
    }

    .dropdown-menu .list-unstyled .fw-bold {
      font-size: 15px;
      color: #000;
      margin-bottom: 4px;
    }

    .dropdown-menu .list-unstyled small {
      color: #999;
      font-size: 13px;
    }

    .icon-box {
      width: 44px;
      height: 44px;
      background-color: #f5f5f5;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .icon-box img {
      width: 22px;
      height: 22px;
    }

    .dropdown-menu .d-flex {
      gap: 16px;
    }

    .btn-outline-danger {
      border-color: #ff4500;
      color: #ff4500;
    }

    .btn-outline-danger:hover {
      background-color: #ff4500;
      color: white;
    }

    .btn-danger {
      background-color: #ff4500;
      border-color: #ff4500;
    }

    .btn-danger:hover {
      background-color: #e63900;
    }

    .hero-section img {
      border-radius: 35px;
    
    }

    .hero-img-left {
      align-self: flex-end;
      margin-top: 50px;
    }

    .hero-img-right {
      align-self: flex-start;
      margin-bottom: 150px;
    }

    .text-col {
      text-align: center;
    }

    @media (max-width: 991px) {

      .hero-img-left,
      .hero-img-right {
        margin: 20px auto !important;
        align-self: center;
      }

      .col-lg-3.left-col {
        order: 1;
      }

      .col-lg-6.text-col {
        order: 2;
        text-align: center;
      }

      .col-lg-3.right-col {
        order: 3;
      }

      .navbar .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
      }
    }

    .ser-img {
      background-color: #f0f0f0;
      border-radius: 12px;
      width: 80px;
      height: 80px;

      padding: 0;
      overflow: hidden;
    }

    .cta-box {
      background-color: #f5f5f5;
      border-radius: 20px;
      padding: 8px;
      display: flex;
      align-items: center;
      transition: all 0.3s ease;
      cursor: pointer;
      /* min-height: 100px; */
      border: 1px solid transparent;
    }

    .cta-box:hover {
      background-color: #ffffff;
      border: 1px solid #ddd;
    }

    .cta-img {
      background-color: #f0f0f0;
      border-radius: 12px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      padding: 0;
      overflow: hidden;
    }

    .cta-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    .cta-text p {
      margin: 0;
    }

    .cta-text .title {
      font-weight: medium;
      font-size: 16px;
    }

    .cta-text .desc {
      font-size: 14px;
      color: #555;
    }

    .card {
      border-width: 0px;
      border-radius: 30px;
      padding: 20px;
      background: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .card-image {
      background-size: cover;
      background-position: center;
      color: white;
      display: flex;
      align-items: flex-end;
      padding: 15px;
      height: 250px;
    }

    .overlay-text {
      font-weight: bold;
    }

    .card-white {
      background: white;
    }

    .card-icon {
      background: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .whitepaper-wrapper {
      background-color: #f8f7f6;
      border-radius: 20px;
      display: inline-block;
      padding: 8px;
      position: relative;
      width: max-content;
      height: max-content;
    }

    .whitepaper-images {
      position: relative;
      display: inline-block;
    }

    .wp-img {
      border-radius: 8px;
      display: block;
      width: 200px;
      height: auto;
    }

    .wp-img-front {
      position: relative;
      z-index: 2;
    }

    .wp-img-back {
      position: absolute;
      top: 15px;
      left: 140px;
      z-index: 1;
    }

    @media (max-width: 991.98px) {
      .col-lg-6.image-col {
        justify-content: center !important;
      }

      .whitepaper-images {
        display: flex;
        flex-direction: row;
        gap: 15px;
        position: relative;
      }

      .wp-img {
        max-width: 150px;
        width: 100%;
      }

      .wp-img-back {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
      }
    }

    .artikel-card {
      background-color: #fbf8f6;
      border-radius: 25px;
      transition: all 0.3s ease-in-out;
      position: relative;
      overflow: hidden;
    }

    .artikel-card:hover {
      background-color: #ffffff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .artikel-card img-wrapper {
      padding: 15px;
      overflow: hidden;
      border-radius: 20px;
    }

    .artikel-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
      border-radius: 20px;
      transition: transform 0.3s ease, filter 0.3s ease;
    }

    .artikel-card:hover img {
      filter: brightness(0.85);
    }

    .artikel-badge {
      background: rgba(248, 249, 250, 0.6);
      backdrop-filter: blur(6px);
      color: #333;
      font-size: 0.75rem;
      padding: 6px 14px;
      border-radius: 12px;
    }

    .artikel-title {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 8px;
      line-height: 1.4;
    }

    .artikel-title a {
      color: #848484;
      text-decoration: none;
    }

    .artikel-title a:hover {
      color: #000000;
      text-decoration: none;
    }

    .artikel-desc {
      text-decoration: none;
      font-weight: 300;
      color: #6c757d;
      font-size: 0.9rem;
      line-height: 1.5;
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .d-flex a.text-muted.small {
      color: #6c757d;
      text-decoration: underline;
      transition: color 0.3s ease;
    }

    .d-flex a.text-muted.small:hover {
      color: #000000 !important;
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .artikel-title {
        font-size: 1rem;
      }

      .artikel-desc {
        font-size: 0.85rem;
      }
    }

    @media (max-width: 576px) {
      .artikel-card {
        border-radius: 15px;
      }

      .artikel-title {
        font-size: 0.95rem;
      }

      .artikel-desc {
        font-size: 0.8rem;
      }
    }

    .custom-grid-section .big-card {
      background-color: #f7f6f4;
      border-radius: 20px;
      padding: 2rem;
    }

    .custom-grid-section .small-card {
      background-color: #f7f6f4;
      border-radius: 20px;
      padding: 1.5rem;
    }

    .custom-grid-section .review-card {
      background-color: #e5e5e5;
    }

    .custom-grid-section .btn-blue {
      background-color: #007bff;
      color: white;
      padding: 6px 14px;
      font-size: 0.9rem;
      border: none;
      border-radius: 25px;
      transition: all 0.3s ease;
    }

    .custom-grid-section .btn-blue:hover {
      background-color: #0056b3;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
      transform: translateY(-3px);
    }

    .custom-grid-section .img-location {
      max-width: 100px;
      height: auto;
    }

    .custom-grid-section .reviewer-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
    }

    .custom-grid-section .rating-badge {
      background-color: #fff;
      color: #000;
      padding: 0.4rem 0.8rem;
      border-radius: 15px;
      font-weight: 500;
    }

    .partner-card {
      background-color: #e9f6f8;
      border-radius: 20px;
      padding: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      gap: 2rem;
      flex-wrap: wrap;
    }

    .partner-left {
      flex: 1 1 300px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .partner-left h4 {
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: 1rem;
    }

    .partner-left a {
      color: #6c757d;
      text-decoration: underline;
      transition: color 0.3s ease;
      font-weight: 500;
    }

    .partner-left a:hover {
      color: #000000 !important;
      text-decoration: underline;
    }

    .partner-right {
      flex: 2 1 400px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }

    .partner-logo-box {
      background-color: rgba(207, 207, 207, 0.2);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }

    .partner-logo-box img {
      max-height: 40px;
      max-width: 100%;
      object-fit: contain;
    }

    .custom-grid-section .partner-logo {
      height: 40px;
      object-fit: contain;
    }

    @media (max-width: 768px) {
      .partner-card {
        flex-direction: column;
      }

      .partner-right {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .partner-right {
        grid-template-columns: 1fr;
      }

      .partner-left h4 {
        font-size: 1.4rem;
      }
    }

    .bg-dark {
      background-color: #0d1a1a !important;
    }

    .rounded-4 {
      border-radius: 20px;
    }

    .btn-start-direct {
      background-color: #f15a24;
      color: white;
      padding: 0.2rem 1.5rem;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1.1rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: background-color 0.3s ease;
    }

    .btn-start-direct:hover {
      background-color: #d94a1c;
    }
.benefit-text-container {
    display: flex;
    flex-direction: column;
    gap: 12px; /* jarak antar item benefit */
}

.benefit-text-container .d-flex {
    display: flex;
    align-items: flex-start; /* agar teks multi-line sejajar atas icon */
    gap: 10px;
}

.icon-circle {
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    background-color: #198754;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* agar tidak mengecil */
    font-size: 16px;
}

.benefit-text-container span {
    line-height: 1.4; /* spasi baris teks */
}
    .btn-start-direct .icon-circle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: white;
      /* Warna lingkaran */
      color: #f15a24;
      /* Warna icon */
      font-size: 1rem;
      font-weight: bold;
    }

    .custom-virtueel-section h1 {
      font-weight: 300;
      font-size: 2.5rem;
    }

    .text-content {
      flex: 1 1 300px;
      max-width: 480px;
    }

    .text-content small {
      font-size: 1rem;
      font-weight: 500;
      opacity: 0.8;
    }

    .text-content h1 {
      font-weight: 400;
      font-size: 3rem;
      line-height: 1.1;
      margin: 0.3rem 0 1.5rem;
    }

    .btn-start-direct {
      background-color: #f15a24;
      color: white;
      padding: 0.6rem 1.5rem;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1.1rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }

    .btn-start-direct span {
      font-size: 1.4rem;
      margin-left: 0.6rem;
    }

    .btn-start-direct:hover {
      background-color: #d94a1c;
    }

    @media (max-width: 767.98px) {
      .virtueel-card {
        width: 120px;
      }
    }

    .footer a {
      text-decoration: none;
      color: inherit;
    }

    .footer a:hover {
      color: #007bff;
    }

    .footer h6 {
      font-size: 1rem;
    }

    .footer .social-icons a {
      font-size: 1.2rem;
      color: black;
    }

    @media (max-width: 767px) {
      .footer {
        text-align: left;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
      }

      .footer .social-icons {
        margin-top: 1rem;
        justify-content: flex-start;
        display: flex;
      }
    }

    .sponsor-glide {
      width: 100%;
      background: transparent;
      overflow: hidden;
    }

    .glide__slides {
      display: flex;
      align-items: center;
    }

    .glide__slide {
      padding: 0 10px;
      box-sizing: border-box;
    }

    .sponsor-item {
      background: rgb(247, 247, 247);
      border-radius: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 14px 30px;
      font-size: 14px;
      color: #333;
      text-align: center;
      user-select: none;
      cursor: default;
    }

    .contact-section h2 {
      font-size: 2rem;
      font-weight: 400;
    }

    .contact-section .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    }

    .contact-section .btn-primary {
      background-color: #007bff;
      border: none;
      padding: 0.6rem 1.5rem;
      border-radius: 25px;
      font-weight: 500;
    }

    .contact-section .btn-primary:hover {
      background-color: #0056b3;
    }

    .bg-sec {
      background-color: #fbf8f6;
    }

    .bg-vid {
      background-color: #f7f7f7;
    }

    .bg-vid2 {
      background-color: #fbf8f6;
    }

    .txt-78 {
      font-size: 78px;
    }

    .txt-32 {
      font-size: 32px;
    }

    .txt-22 {
      font-size: 22px;
    }

    .txt-19 {
      font-size: 19px;
    }

    .txt-48 {
      font-size: 48px;
    }

    .txt-20 {
      font-size: 20px;
    }
  </style>