    .btn-pricing {
      background-color: #f1f5ff;
      color: #5a8dee;
      font-weight: 500;
      border-radius: 8px;
      border: none;
      padding: 8px 14px;
      font-size: 0.9rem;
      transition: background-color 0.2s;
      text-decoration: none;
    }

    .btn-pricing:hover {
      background-color: #5a8dee;
      color: #fff;
    }

    html {
      scroll-behavior: smooth;
    }

    #kontak {
      scroll-margin-top: 120px;
    }

    .section-heading {
      max-width: 720px;
      margin: 0 auto 2rem auto;
    }

    .section-heading .text-highlight {
      color: #5a8dee;
      /* Ungu pastel elegan (bisa diganti) */
      letter-spacing: 1px;
      font-size: 0.9rem;
    }

    .section-heading h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 700;
      color: #222;
      margin-top: 8px;
      margin-bottom: 12px;
    }

    .section-heading p {
      font-size: 0.95rem;
      color: #666;
    }

    .section-heading.mb-5 {
      margin-bottom: 1.5rem !important;
      /* atau 24px */
    }

    body {
      background-color: #f8f9fa;
      font-family: 'Plus Jakarta Sans', sans-serif;
      margin: 0;
      padding: 0;
    }

    .header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 15px 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 10;
    }

    .header img {
      height: 100px;
      border-radius: 12px;
    }

    .nav-wrapper {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 30px;
      padding: 5px 12px;
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .nav-pill {
      padding: 8px 16px;
      font-size: 0.9rem;
      color: #fff;
      border-radius: 20px;
      text-decoration: none;
      transition: background 0.3s, color 0.3s;
    }

    .nav-pill:hover {
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
    }

    .nav-pill.active {
      background: #fff;
      color: #333;
      font-weight: 600;
    }

    .login-btn {
      backdrop-filter: blur(8px);
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 6px 14px;
      border-radius: 10px;
      font-weight: 500;
      font-size: 0.9rem;
      color: #fff;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
    }

    .login-btn:hover {
      background: rgba(255, 255, 255, 0.25);
      border-color: rgba(255, 255, 255, 0.4);
      color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .icon-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.15);
      color: white;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .icon-btn i {
      font-size: 1.35rem;
    }

    .icon-btn:hover {
      background-color: rgba(255, 255, 255, 0.3);
      transform: scale(1.1);
    }

    .icon-btn:active {
      transform: scale(0.95);
    }

    .hero {
      position: relative;
      height: 100vh;
      background-image: url('assets/hero.jpg');
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: white;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(3px);
      z-index: 1;
    }

    .hero .container {
      position: relative;
      z-index: 2;
    }

    .hero-content {
      max-width: 700px;
      padding: 0 20px;
      margin-left: 30px;
      padding-top: 140px;
    }

    .hero-content h1 {
      font-size: 2.2rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .hero-content h4 {
      font-size: 1.2rem;
      font-weight: 500;
      margin-bottom: 1rem;
    }

    .hero-content p {
      font-size: 0.95rem;
      margin-bottom: 1.5rem;
      color: #f0f0f0;
    }

    .btn-custom {
      background-color: #f1f5ff;
      color: #5a8dee;
      font-weight: 500;
      padding: 8px 20px;
      border-radius: 8px;
      transition: all 0.3s ease;
      border: none;
      display: inline-block;
      text-decoration: none;
    }

    .btn-custom:hover {
      background-color: #5a8dee;
      color: #fff !important;
    }

    .stat-group {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .stat-item {
      color: #fff;
    }

    .stat-value {
      font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .stat-label {
      font-size: 0.85rem;
      color: #ddd;
      margin: 0;
    }

    .section-title {
      padding-top: 60px;
      padding-bottom: 20px;
    }

    .section-title h2 {
      font-size: 2rem;
      color: #222;
    }

    .section-title .sub-title {
      font-size: 1.1rem;
      color: #444;
      font-weight: 500;
    }

    .section-title p {
      font-size: 0.9rem;
      margin-bottom: 0;
    }

    .pricing-card {
      background-color: #fff;
      border-radius: 12px;
      border: 1px solid #e0e0e0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      transition: all 0.3s ease;
    }

    .pricing-card:hover {
      border: 2px solid #5a8dee;
      box-shadow: 0 6px 20px rgba(90, 141, 238, 0.25);
      transform: translateY(-5px);
    }

    .pricing-header {
      font-size: 1.5rem;
      font-weight: bold;
      color: #333;
    }

    .pricing-price {
      font-size: 2rem;
      font-weight: bold;
      color: #5a8dee;
    }

    .btn-pricing {
      background-color: #f1f5ff;
      color: #5a8dee;
      font-weight: 500;
      border-radius: 8px;
      border: none;
      padding: 8px 14px;
      font-size: 0.9rem;
      transition: background-color 0.2s;
    }

    .btn-pricing:hover {
      background-color: #5a8dee;
      color: #fff;
    }

    .gallery-intro h2 {
      font-size: 1.8rem;
      color: #222;
    }

    .gallery-intro p {
      font-size: 0.9rem;
    }

    @media (max-width: 768px) {

      .gallery-intro,
      .section-title {
        text-align: center;
      }

      .gallery-intro .btn {
        margin-top: 10px;
      }
    }

    .simple-gallery-section {
      background-color: #fff;
    }

    .gallery-card {
      height: 500px;
      overflow: hidden;
      position: relative;
    }

    .gallery-card.landscape {
      height: 350px;
    }

    .card-img {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      transition: transform 0.3s ease;
    }

    .card-img:hover {
      transform: scale(1.03);
    }

    .caption {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: white;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    }

    .caption h6 {
      font-size: 0.9rem;
      margin-bottom: 4px;
      opacity: 0.9;
    }

    .caption h5 {
      font-size: 1.2rem;
      margin: 0;
    }

    .caption p {
      font-size: 0.8rem;
      margin-top: 4px;
      opacity: 0.85;
    }

    .gallery-intro .section-heading {
      margin-bottom: 1.5rem !important;
      /* atau 24px */
    }

    .scroll-down i {
      animation: bounceDown 1.5s infinite;
      color: #5a8dee;
      /* Sesuaikan warna aksen */
    }

    @keyframes bounceDown {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(8px);
      }
    }

    .scroll-down {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
    }

    .scroll-down i {
      animation: bounceDown 1.5s infinite;
      color: #5a8dee;
      /* Sesuaikan warna aksen */
    }

    @keyframes bounceDown {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(8px);
      }
    }

    /* Scroll Down Icon Positioning */
    .hero {
      position: relative;
      padding-bottom: 100px;
      /* beri ruang untuk ikon */
    }

    .scroll-down {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
    }

    .scroll-down i {
      animation: bounceDown 1.5s infinite;
      color: #ffffff;
    }

    @keyframes bounceDown {

      0%,
      100% {
        transform: translate(-50%, 0);
      }

      50% {
        transform: translate(-50%, 8px);
      }
    }

    .detail-wrapper {
      font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .main-img img {
      width: 100%;
      object-fit: cover;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .thumbs img {
      border: 2px solid #ddd;
      cursor: pointer;
      transition: all 0.3s ease;
      border-radius: 8px;
    }

    .thumbs img:hover {
      border-color: #5a8dee;
      transform: scale(1.05);
    }

    .nav-tabs .nav-link {
      border: none;
      border-bottom: 2px solid transparent;
      color: #5a5a5a;
    }

    .nav-tabs .nav-link.active {
      border-bottom-color: #5a8dee;
      color: #5a8dee;
      font-weight: 600;
    }