html {
    scroll-behavior: smooth;
}


#orderNowBtn {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.navbar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* navbar */



body{
    font-family: "Poppins", sans-serif;
}nav-link
.poppins-thin {
    font-family: "Poppins", sans-serif;
  }
  
/* Styling Navbar */
.navbar-nav {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

/* Jarak antara logo dan teks navbar */
.navbar-nav {
    margin-left: 32px;
    font-size: 16px;
}

.navbar-nav .nav-item:not(:last-child) {
    margin-right: 32px;
}

.navbar-nav {
    gap: 0; /* hapus penggunaan gap */
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
      .logo {
          max-width: 180px; /* pastikan sesuai */
          height: auto;
      }
    }
  }
  

/* Styling Logo */
.logo {
    width: auto;
    max-width: 100px; /* sesuaikan dengan kebutuhanmu */
    height: auto;
    object-fit: contain;
}



/* Styling Menu Navbar */
.navbar-nav .nav-link {
    color: var(--Link-primary, #000);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.navbar-nav .nav-link.active {
    font-weight: 700;
    color: #6F4EE7; /* Warna ungu untuk menu yang aktif */
}

/* Styling Order Now Button */
.order-btn {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #6F4EE7;
}

.order-btn2 {
    border-width: 2px;
    border: 1px solid #6F4EE7;
    color: #6F4EE7;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600; /* Ditingkatkan agar lebih tebal */
    line-height: 150%;
    padding: 12px 24px;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
}

.order-btn2 {
    border-width: 2px;
    border: 1px solid #6F4EE7;
    color: #6F4EE7;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 12px 24px;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.order-btn2:hover {
    background-color: #6F4EE7;
    color: #ffffff;
}

.order-btn2:hover .svgcolor svg path {
    fill: #FFFFFF; /* Mengubah warna SVG saat tombol di-hover */
}
.svg-waves path {
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.btn:hover .svg-waves path {
    fill: #6F4EE7;  /* Warna saat hover */
    stroke: #6F4EE7;
}

/* Styling Ikon pada Tombol */
.order-btn img {
    width: 20px;
    height: 20px;
}

/* Hover Effect */
.order-btn:hover {
    color: #6F4EE7;
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #6F4EE7; 
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
}

/* Hover Effect */
.view-product:hover {
    color: #ffffff;
    background-color: #6F4EE7;
    border-radius: 16px;
    border: 1px solid #6F4EE7; 
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
}



/* Responsiveness */
@media (max-width: 992px) {
    .navbar {
        padding: 0 20px; /* padding lebih kecil di mobile */
    }

    .nav-item{
        font-size: 14px;
    }

    .navbar-nav {
        margin-left: 12px; /* Kurangi jarak logo dan teks */
    }

    .order-btn {
        margin-top: 10px; /* Agar tombol turun di mode mobile */
    }
}


/* ===== HERO SECTION ===== */
.hero {
    position: relative; /* Agar wave tetap mengikuti Hero Section */
    overflow: hidden; /* Hindari wave terpotong */
    padding: 0px 80px; /* Jarak atas bawah 112px, kiri kanan 80px */
    background-color: #ffffff; /* Pastikan tidak transparan */
}


.hero-wave {
    position: absolute;
    bottom: -80px; /* Pastikan wave menyatu dengan section */
    left: 0;
    width: 100%;
    height: 289px; /* Pastikan tinggi sesuai */
    z-index: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.kenapa-heading{
    font-weight: 600;
    margin-top: 100px;
    font-size: 24px;
    text-align: left;
}

.hero-title {
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%; /* 69.44px */
    letter-spacing: -1.19px;
    color: #000;
}

.hero-title .highlight {
    position: relative;
    color: #6A5ACD; /* Warna ungu */
}

.hero-subtitle {
    color: rgba(0, 0, 0, 0.65);
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 32px;
}
/* Gambar Hero */
.hero-image-container {
    text-align: right;
    margin-left: px; /* Tambahkan margin kiri agar gambar lebih ke kanan */
    position: relative;
}

.hero-image {
    max-width: 500px;
    width: 100%;
    height: auto;
    transform: translateX(30px); /* Geser sedikit ke kanan */
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .hero {
        padding: 40px 40px;
        text-align: center;
    }

    .hero .row {
        flex-direction: column;
        text-align: center;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image-container {
        margin-left: 0;
        text-align: center;
    }

    .hero-image {
        width: 90%;
        transform: none;
        margin-top: 20px;
    }
}

.hero-subtitle svg {
    top: 50%;
    display: block;
    margin-bottom: 10px;
    position: absolute;
}

.hero-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.order-btn img {
    width: 20px;
    height: 20px;
}

/* Tombol View Product */
.view-product {
    display: flex;
    width: 165px;
    height: 49.6px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid #6F4EE7;
    color: #6F4EE7;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

/* Gambar Hero */
.hero-image {
    width: 100%;
    max-width: 500px;
}

/* Elemen Dekoratif */
.decor-star, .decor-lines, .decor-spark {
    position: absolute;
}

.decor-star {
    top: 10%;
    right: 10%;
    width: 50px;
}

.decor-lines {
    bottom: 5%;
    right: 5%;
    width: 80px;
}

.decor-spark {
    top: 30%;
    left: -20px;
    width: 60px;
}


.decor-svg {
    position: absolute;
    cursor: grab; /* Cursor untuk menunjukkan bisa digeser */
    transition: transform 0.3s ease-in-out;
}

/* Dekorasi Star */
.decor-star {
    top: 16px;
    right: 80%;
    width: 70px;
}

.decor-spark {
    top: 56%;
    left: 545px;
    width: 100px;
}

/* Dekorasi Lines */
.decor-lines {
    bottom: 85%;
    left: 83%;
    width: 100px;
}

/* SECTION MASALAH */
.masalah {
    background-color: #432F8B; /* Warna ungu */
    padding: 112px 80px 80px 112px;
    color: white;
    text-align: center;
    position: relative;
}


/* TITLE */
.masalah-title {
    margin-bottom: 64px;
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    position: relative;
}

/* Dekorasi Kiri & Kanan */
.decor-left, .decor-right {
    position: absolute;
    width: 132px;
}

.decor-left {
    left: 90px;
    top: -73px;
}

.decor-right {
    right: -60px;
    top: 0;
}

/* ////////////////////////////////////// */
/* SECTION MASALAH */
.masalah {
    background-color: #432F8B; /* Warna ungu */
    padding: 112px 80px; /* Jarak atas bawah 112px, kiri kanan 80px */
    color: white;
    text-align: center;
    position: relative;
}

/* TITLE */
.masalah-title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    position: relative;
}

/* CONTAINER */
.masalah-container {
    display: flex;
    justify-content: center;
    gap: 32px;
}

/* Dekorasi Kiri & Kanan */
.decor-left, .decor-right {
    position: absolute;
    width: 160px;
}

.decor-left {
    left: -18px;
    top: -100;
}

.decor-right {
    right: -60px;
    top: 0;
}

/* CARD MASALAH */
.masalah-card {
    background-color: white;
    color: black;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    width: 100%;
    height: auto;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.hemat{
    font-weight: 600;
    color: red;
}

/* Efek Hover */
.masalah-card:hover {
    transform: translateY(-5px);
}

/* ICON */
.masalah-img {
    width: 200px;
    height: auto;
}

/* HEADING */
.masalah-heading {
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 501;
    margin-top: 8px;
    margin-bottom: 0px;
    font-style: normal;
    line-height: 150%;
    margin-left: 0px;
}


/* DESC */
.masalah-desc {
    text-align: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    font-style: normal;
    font-weight: 500;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .masalah-card {
        width: 100%; /* Full width di layar kecil */
        text-align: center;
        align-items: center;
        min-height: auto;
    }

    .masalah-icon {
        width: 70px; /* Perkecil ikon di layar kecil */
    }
}


/* ===== SECTION KENAPA BISNIS ===== */
.kenapa-bisnis {
    background-color: #16102E; /* Warna ungu gelap */
    padding: 112px 80px; /* Jarak atas bawah 112px, kiri kanan 80px */
    color: #000;
    text-align: left;
    position: relative;
}

.kenapa-bisnis .container{
    position: relative;
}

/* Title Styling */
.kenapa-title {
    width: 60%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 600;
    color: white;
    display: flex;
    line-height: 150%; /* 72px */
    align-items: center;
}

/* Emoji Thumb */
.emoji-thumb {
    position: absolute;
    left: 42%;
    top: 77px;
}

.terompet {
    position: absolute;
    right: 9%;
    top: -5%;
}

/* Card Container */
.kenapa-card {
    background-color: white;
    border-radius: 24px;
    padding: 24px;
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Background Warna untuk Card */
.card-purple {
    border-radius: 24px;
    background: linear-gradient(180deg, #C09EEB 0%, #F1E6FF 100%);
    /* boxShadowTertiary */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);}

.card-white {
    border-radius: 24px;
    background: #FFF;
    /* boxShadowTertiary */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);}

.card-yellow {
    border-radius: 24px;
    background: linear-gradient(180deg, #FFD35E 0%, #FD8 100%);
    /* boxShadowTertiary */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);}

/* Dekorasi Ikon dalam Card */
.decor-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 140px
}

/* Styling untuk daftar dengan ikon SVG */
.kenapa-list {
    list-style: none; /* Hapus bullet point */
    padding: 0;
    margin-left: 0px;
}

.kenapa-list li {
    position: relative;
    padding-left: 36px; /* Beri ruang untuk ikon */
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.kenapa-list li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../img/check_5610944 1.svg') no-repeat center center;
    background-size: contain; /* Pastikan ukuran tetap 24px x 24px */
    position: absolute;
    left: 0;
    top: 4px; /* Sesuaikan agar sejajar dengan teks */
}




/* Responsive Design */
@media (max-width: 992px) {
    section {
        padding: 80px 40px; /* Kurangi padding pada layar kecil */
    }

    .kenapa-title {
        text-align: center;
        justify-content: center;
    }

    .kenapa-card {
        text-align: center;
        align-items: center;
    }

    .kenapa-list li {
        text-align: left;
    }
}


/* ===== SECTION INVESTASI ===== */
.investasi {
    padding: 112px 80px; /* Jarak atas-bawah 112px, kiri-kanan 80px */
    background-color: #ffffff;
    position: relative;
}

/* Container untuk Vending Machine */
.investasi-image-container {
    position: relative;
    display: flex;
    justify-content: center;
}

/* Background ungu di belakang gambar */
.investasi-background {
    position: absolute;
    top: -5%;
    left: 1%;
    width: 372px;
    height: 698px;
    flex-shrink: 0;
    border-radius: 24px;
    z-index: 0; /* Pastikan ada di belakang elemen lain */

    /* Menjadikan gambar sebagai background */
    background-image: url("/assets/img/KKKK.png"); 
    background-size: cover; /* Pastikan gambar menutupi elemen */
    background-position: center; /* Pusatkan gambar */
    background-repeat: no-repeat; /* Hindari pengulangan gambar */
}


/* Gambar Vending Machine */
.investasi-image {
    left: -10%;
    width: 100%;
    max-width: 462px;
    height: auto;
    position: relative;
    z-index: 1;
}

/* Dekorasi Kanan (Icon Uang) */
.investasi-decor {
    position: absolute;
    right: 100px;
    top: 40px;
    width: 179px;
    height: 179px;
    flex-shrink: 0;
}

/* Text Styling */
.investasi-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #6F4EE7;
}

.investasi-tagline2 {
    font-size: 14px;
    font-weight: 600;
    color: #6F4EE7;
}

.investasi-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

/* Garis Underline di Kata "Besar" */
.investasi-title .highlight {
    position: relative;
    display: inline-block;
}

.investasi-title .highlight::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: -5px;
    width: 100%;
    height: 16px;
    background: url("assets/img/underline.svg") no-repeat center;
    background-size: contain;
    z-index: -1;
}

/* Deskripsi */
.investasi-description {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 16px;
    margin-bottom: 32px;
}

/* Tombol CTA */
.investasi-buttons {
    display: flex;
    gap: 16px;
}

/* Responsiveness */
@media (max-width: 992px) {
    .investasi {
        text-align: center;
        padding: 80px 40px;
    }

    .investasi-buttons {
        justify-content: center;
    }

    .investasi-image-container {
        margin-bottom: 32px;
    }

    .investasi-image {
        max-width: 350px;
    }

    .investasi-title {
        font-size: 36px;
    }
}

/* ===== SECTION MONITORING ===== */
.monitoring {
    padding: 112px 80px; /* Jarak atas-bawah 112px, kiri-kanan 80px */
    background-color: #ffffff;
    position: relative;
}

/* Container untuk gambar */
.monitoring-image-container {
    position: relative;
    display: flex;
    justify-content: center;
}

/* Background kuning di belakang gambar */
.monitoring-background {
    position: absolute;
    top: -5%;
    right: 1%;
    width: 372px;
    height: 698px;
    flex-shrink: 0;
    border-radius: 24px;
    z-index: 0; /* Pastikan ada di belakang elemen lain */

    /* Menjadikan gambar sebagai background */
    background-image: url("/assets/img/KKKK2.png"); 
    background-size: cover; /* Pastikan gambar menutupi elemen */
    background-position: center; /* Pusatkan gambar */
    background-repeat: no-repeat; /* Hindari pengulangan gambar */
}

.monitoring-background2{
    display: none;
    position: absolute;
    top: -5%;
    right: 1%;
    width: 372px;
    height: 698px;
    flex-shrink: 0;
    border-radius: 24px;
    z-index: 0; /* Pastikan ada di belakang elemen lain */
    /* Menjadikan gambar sebagai background */
    background-image: url("/assets/img/KKKK12.png"); 
    background-size: cover; /* Pastikan gambar menutupi elemen */
    background-position: center; /* Pusatkan gambar */
    background-repeat: no-repeat; /* Hindari pengulangan gambar */
}

.monitoring-background-robot{
    position: absolute;
    top: 0%;
    right: 1%;
    width: 540px;
    height: 814px;
    flex-shrink: 0;
    border-radius: 24px;
    z-index: 0; /* Pastikan ada di belakang elemen lain */

    /* Menjadikan gambar sebagai background */
    background-image: url("/assets/img/Frame\ 56.png"); 
    background-size: cover; /* Pastikan gambar menutupi elemen */
    background-position: center; /* Pusatkan gambar */
    background-repeat: no-repeat; /* Hindari pengulangan gambar */
}

/* Gambar utama */
.monitoring-image {
    position: absolute;
    left: 8%;
    width: 100%;
    max-width: 506px;
    height: auto;
    position: relative;
    z-index: 1;
}

.monitoring-image2 {
    position: absolute;
    left: 8%;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}


/* Dekorasi Kanan (Icon Warning) */
.investasi-decor2 {
    position: absolute;
    right: 35%;
    top: 40px;
    width: 200px;
    height: auto;
    flex-shrink: 0;
}

/* Text Styling */
.monitoring-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #6F4EE7;
}

.monitoring-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

/* Deskripsi */
.monitoring-description {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 16px;
    margin-bottom: 32px;
}

/* Tombol CTA */
.monitoring-buttons {
    display: flex;
    gap: 16px;
}


/* Responsiveness */
@media (max-width: 992px) {
    .monitoring {
        text-align: center;
        padding: 80px 40px;
    }

    .monitoring-buttons {
        justify-content: center;
    }

    .monitoring-image-container {
        margin-bottom: 32px;
    }

    .monitoring-image {
        max-width: 350px;
    }

    .monitoring-title {
        font-size: 36px;
    }

    .monitoring-decor {
        right: 30px;
        top: 20px;
        width: 70px;
    }

    .monitoring-background {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}



/* --------------------SELASA--------- */ 

/* ===== SECTION PASIVE INCOME ===== */
.pasive-income {
    padding: 112px 80px; /* Jarak atas-bawah 112px, kiri-kanan 80px */
    background-color: #ffffff;
    position: relative;
}

/* Container untuk Gambar */
.pasive-income-image-container {
    position: relative;
    display: flex;
    justify-content: center;
}

/* Background hijau di belakang gambar */
.pasive-income-background {
    display: none;
    position: absolute;
    top: -5%;
    left: 1%;
    width: 372px;
    height: 741px;
    flex-shrink: 0;
    border-radius: 24px;
    z-index: 0; /* Pastikan ada di belakang elemen lain */

    /* Menjadikan gambar sebagai background */
    background-image: url("/assets/img/KKKKhijau.png"); 
    background-size: cover; /* Pastikan gambar menutupi elemen */
    background-position: center; /* Pusatkan gambar */
    background-repeat: no-repeat; /* Hindari pengulangan gambar */
}

/* Gambar Tangan Memegang Uang */
.pasive-income-image {
    margin-left: -100px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}



/* Dekorasi Kanan (Icon Uang) */
.pasive-income-decor {
    position: absolute;
    right: 127px;
    top: 40px;
    width: 179px;
    height: auto;
}

.seratus-income-decor{
    position: absolute;
    left: 40%;
    top: 30px;
    width: 0px;
    height: auto
}


/* Text Styling */
.pasive-income-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #6F4EE7;
}

.pasive-income-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

/* Garis Underline di Kata "Ribet!" */
.pasive-income-title .highlight {
    position: relative;
    display: inline-block;
}

.pasive-income-title .highlight::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: -5px;
    width: 100%;
    height: 16px;
    background: url("assets/img/underline.svg") no-repeat center;
    background-size: contain;
    z-index: -1;
}

/* Deskripsi */
.pasive-income-description {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 16px;
    margin-bottom: 32px;
}

/* Tombol CTA */
.pasive-income-buttons {
    display: flex;
    gap: 16px;
}

/* Responsiveness */
@media (max-width: 992px) {
    .pasive-income {
        text-align: center;
        padding: 80px 40px;
    }

    .pasive-income-buttons {
        justify-content: center;
    }

    .pasive-income-image-container {
        margin-bottom: 32px;
    }

    .pasive-income-image {
        max-width: 350px;
    }

    .pasive-income-title {
        font-size: 36px;
    }

    .pasive-income-decor {
        right: 30px;
        top: 20px;
        width: 0px;
    }

    .pasive-income-background {
        display: block;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: 100%;
    }
}


/* ===== SECTION SMART TECHNOLOGY ===== */
.smart-tech {
    padding: 112px 80px; /* Jarak atas-bawah 112px, kiri-kanan 80px */
    background-color: #ffffff;
    position: relative;
}

/* Membuat wrapper teks sejajar di tengah */
.smart-tech-text {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Container untuk gambar */
.smart-tech-image-container {
    position: relative;
    display: flex;
    justify-content: center;    
}

/* Background biru di belakang gambar */
.smart-tech-background {
    position: absolute;
    top: -5%;
    right: 1%;
    width: 372px;
    height: 698px;
    flex-shrink: 0;
    border-radius: 24px;
    z-index: 0; /* Pastikan ada di belakang elemen lain */
    /* Menjadikan gambar sebagai background */
    background-image: url("/assets/img/KKKKhijau.png"); 
    background-size: cover; /* Pastikan gambar menutupi elemen */
    background-position: center; /* Pusatkan gambar */
    background-repeat: no-repeat; /* Hindari pengulangan gambar */
}
/* Gambar Robot Tangan */

/* Gambar tangan robot harus berada di dalam background */
.smart-tech-image {
    position: absolute;
    left: 8%;
    width: 100%;
    max-width: 506px;
    height: auto;
    position: relative;
    z-index: 1;
}

/* Dekorasi Trophy */
.smart-tech-decor {
    position: absolute;
    top: 60%;
    right: 34%;
    bottom: 40px;
    width: 244px;
    height: auto;
    flex-shrink: 0;
}

/* Text Styling */
.smart-tech-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #6F4EE7;
}

.smart-tech-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

/* List Styling */
.smart-tech-list {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 16px;
    margin-bottom: 32px;
}

.smart-tech-list li {
    margin-bottom: 12px;
}

/* Tombol CTA */
.smart-tech-buttons {
    display: flex;
    gap: 16px;
}


/* Responsiveness */
@media (max-width: 992px) {
    .smart-tech {
        text-align: center;
        padding: 80px 40px;
    }

    .smart-tech-buttons {
        justify-content: center;
    }

    .smart-tech-image-container {
        margin-bottom: 32px;
    }

    .smart-tech-image {
        max-width: 350px;
    }

    .smart-tech-title {
        font-size: 36px;
    }

    .smart-tech-decor {
        left: 20px;
        bottom: 20px;
        width: 80px;
    }

    .smart-tech-background {
        right: 50%;
        transform: translateX(50%);
    }
}


/* ===== SECTION PILIH VENDING MACHINE ===== */

.vending-container {
    display: flex;
    align-items: stretch; /* Menyamakan tinggi semua card */
    gap: 24px; /* Sesuaikan jarak antar card */
}
.vending-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Pastikan semua card memiliki tinggi yang sama */
}

.vending-machine {
    background-color: #ffffff;
    padding: 112px 80px;
    text-align: center;
    color: #000000;
    position: relative; 
}

/* Title Styling */
.vending-title h2 {
    line-height: 120%; /* 57.6px */
    font-style: normal;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 64px;
}

.vending-underline {
    width: 563px;
    margin-top: -129px; 
}

/* Vending Machine Card */
.vending-card {
    background-color: white;
    color: black;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* Hover Effect */
.vending-card:hover {
    transform: translateY(-5px);
}

/* Vending Machine Image */
.vending-image {
    width: 100%;
    max-width: 343px;
    height: auto;
    margin-bottom: -80px;
}


/* Heading */
.vending-card h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: left; /* Pastikan teks rata kiri */
    width: 100%; /* Sesuaikan dengan card */
    padding-left: 20px; /* Beri padding agar sejajar dengan list */
}

/* List Styling */
.vending-list {
    text-align: left;
    list-style: none;
    padding-left: 20px; /* Pastikan padding sama dengan h3 */
    margin-top: 8px;
}


.vending-list li {
    font-style: normal;
    line-height: 150%; /* 21px */
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 8px;
}

/* Check Icon */
.check-icon {
    width: 24px;
    height: 24px;
}


.order-icon {
    width: 20px;
    height: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .vending-machine {
        padding: 80px 40px;
    }

    .vending-title h2 {
        font-size: 28px;
    }

    .vending-underline {
        width: 150px;
    }

    .vending-card {
        width: 100%;
        margin-bottom: 24px;
    }
}


/* SECTION SUPPORT */
.support {
    gap: 64px;
    display: flex;
    padding: 112px 80px;
    background-color: #16102E;
    text-align: center;
}

/* Title */
.support-title {
    line-height: 120%;
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    margin-bottom: 48px;
}

/* Highlight */
.support-title .highlight {
    color: #FDB709  ;
}

/* Container untuk Grid */
.support-container {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.monitoring-icon2{
    position: absolute;
    top: 180px;
    left: 600px;
}

/* Card */
.support-card {
    background-color: white;
    border-radius: 16px;
    text-align: left;
    max-width: 280px;
}

/* Image Container */
.support-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}

/* Gambar */
.support-image img {
    align-self: stretch;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 16px;
}

/* Dekorasi */
.support-decor {
    position: absolute;
    top: -15px;
    right: 10px;
    width: 50px;
}

/* Heading */
.support-heading {
    padding: 12px;
    line-height: 27px;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 0px;
}

/* Text */
.support-text {
    padding: 0px 12px 12px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.50);
}

/* Responsiveness */
@media (max-width: 992px) {
    .support-container {
        flex-wrap: wrap;
        gap: 32px;
    }

    .support-card {
        max-width: 100%;
    }
}
/* SECTION TESTIMONI */
.testimoni {
    padding: 112px 80px;
    background-color: #E2DCFA; /* Warna latar belakang ungu muda */
    text-align: center;
    position: relative;
}

/* Header Section */
.testimoni-header {
    margin-bottom: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    text-align: left;
}

/* Title */
.testimoni-title {
    width: 912px;
        font-size: 48px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.testimoni-title .highlight {
    color: #6F4EE7;
}

/* Icon di Kiri */
.testimoni-icon img {
    position: absolute;
    left: 0;
    top: -70px;
    width: 88px;
}

/* Decorasi Icon di Kanan */
.testimoni-decor img {
    position: absolute;
    right: 20px;
    top: -20px;
    width: 18%;
}

/* Container untuk Testimoni */
.testimoni-container {
    display: flex;
    justify-content: center;
    gap: 44px;
}

/* Card */
.testimoni-card {
    position: relative; /* Agar elemen anak bisa diatur */
    border-radius: 16px;
    overflow: hidden; /* Pastikan tidak keluar dari card */
    width: 284px;
    height: 509px;
}

/* Efek Gelap di Gambar */
.testimoni-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Efek gelap */
    border-radius: 16px;
    z-index: 1;
}

.testimoni-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    position: relative;
    z-index: 0;
}

/* Tombol Play */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 12px;
    z-index: 2;
}

.play-button img {
    width: 40px;
}

/* Nama dan Rating */
.testimoni-content {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
}

.testimoni-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white    ;
}

.testimoni-stars {
  text-align: start;
  gap: 8px;   
    font-size: 16px;
    color: gold;
}

/* Responsive */
@media (max-width: 992px) {
    .testimoni-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimoni-card {
        width: 100%;
        max-width: 300px;
    }

    .testimoni-title {
        font-size: 36px;
    }

    .testimoni-header {
        text-align: center;
        padding-left: 0;
        justify-content: center;
    }
}


/* SECTION FAQ */
.faq {
    padding: 112px 80px;
    background-color: #ffffff;
    position: relative;
}

/* Container untuk FAQ */
.faq-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Kuning */
.faq-background {
    width: 372px;
    height: 674px;
    background-image: url('/assets/img/KKKKkuning.png'); /* Pastikan path benar */
    background-size: cover;
    background-position: center;
    border-radius: 97px;
    position: relative; /* Agar tetap inline dengan FAQ */
    z-index: 1;
}

.faq .row {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Gambar Wanita */
.faq-image {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 481px;
    height: auto;
    z-index: 2;
}

/* Dekorasi Question Icon */
.faq-decor-left {
    position: absolute;
    top: -15%;
    left: 65%;
    width: 146px;
    height: auto;
    z-index: 3;
}

/* FAQ Title */
.faq-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 32px;
}

.faq-title .highlight {
    color: #6F4EE7;
}

/* FAQ List */
.faq-list {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* FAQ Item */
.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #6F4EE7;
    cursor: pointer;
}

/* Jawaban Default Hidden */
.faq-answer {
    display: none;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
}

/* Aktifkan FAQ pertama */
.faq-item.active .faq-answer {
    display: block;
}

/* Animasi untuk Toggle FAQ */
.faq-item.active .faq-toggle {
    transform: rotate(180deg);
    color: #FF5722;
}

/* RESPONSIVENESS */
@media (max-width: 992px) {
    .faq {
        padding: 80px 40px;
    }

    .faq-title {
        font-size: 36px;
        text-align: center;
    }

    .faq-background {
        width: 100%;
        height: 550px;
    }

    .faq-image {
        max-width: 320px;
        left: 50%;
        transform: translateX(-50%);
    }

    .faq-decor-left {
        left: 50%;
        top: -10%;
        transform: translateX(-50%);
        width: 120px;
    }
}


.faq-answer {
    display: block; /* Pastikan elemen tetap ada */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

/* SECTION HUBUNGI KAMI */
.hubungi-kami {
    padding: 112px 80px;
    background-color: #ffffff;
    text-align: center;
}

/* Judul */
.hubungi-title {
    line-height: 120%; /* 57.6px */
    text-align: center;
    font-size: 48px;
    margin-bottom: 32px ;
    font-weight: 700;
    color: #6F4EE7;
    margin-bottom: 16px;
}

/* Subjudul */
.hubungi-subtitle {
    font-weight: 500;
    font-size: 20px;
    color: black;
    max-width: 680px;
    margin: 0 auto 64px;
}

/* Kontainer utama */
.hubungi-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

/* Card Kontak */
.hubungi-item {
    max-width: 320px;
    padding: 24px;
    text-align: center;
    height: 100%; /* Pastikan tinggi fleksibel */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* Icon */
.hubungi-icon {
    font-size: 36px;
    color: #6F4EE7;
    margin-bottom: 12px;
}

/* Heading */
.hubungi-heading {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* Deskripsi */
.hubungi-desc {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 48px;
}

/* Link */
.hubungi-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 16px;
}

.hubungi-link:hover {
    text-decoration: underline;
}

/* Button */
.hubungi-button {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6F4EE7;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    width: 100%; /* Pastikan semua tombol memiliki lebar penuh */
    max-width: 250px;
    height: 48px; /* Tetapkan tinggi yang sama */
    margin-top: auto;
}

.hubungi-button i {
    margin-left: 8px;
}

.hubungi-button1{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6F4EE7;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    width: 100%; /* Pastikan semua tombol memiliki lebar penuh */
    max-width: 250px;
    height: 48px; /* Tetapkan tinggi yang sama */
}

.hubungi-button1 i{
    margin-left: 8px;

}

.hubungi-button:hover {
    background-color: #5a3db6;
}

.hubungi-button1:hover{
    background-color: #5a3db6;

} 

/* Responsive */
@media (max-width: 992px) {
    .hubungi-kami {
        padding: 80px 40px;
    }

    .hubungi-container {
        flex-direction: column;
        gap: 24px;
    }

    .support{
        padding: 80px 40px;
    }
}

/* FOOTER */
.footer {
    background-color: #4A2F87; /* Warna ungu */
    color: white;
    padding: 40px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Top */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Footer Logo & Nav */
.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    width: 83px; /* Sesuaikan ukuran logo */
    margin-bottom: 16px;
}

.footer-nav {
    display: flex;
    gap: 20px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.footer-nav a:hover {
    text-decoration: underline;
}

/* Footer Address */
.footer-right {
    text-align: right;
    max-width: 400px;
    font-size: 14px;
    line-height: 1.5;
}

/* Footer Line */
.footer-line {
    border: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Footer Copyright */
.footer-copy {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
}

/* Footer Links */
.footer-links {
    display: flex;
    gap: 16px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Footer Sosial Media */
.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    color: white;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social a:hover {
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-right {
        text-align: center;
        margin-top: 16px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

/* Section baru*/
/* Section Styling */
.business-solutions {
    background-color: #f8f9fc; 
    padding: 60px 0;
}

/* Subheading */
.subheading {
    display: inline-block;
    background-color: #FDB709; /* Background soft */
    color: #ffffff; /* Warna teks biru */
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.subheading2 {
    display: inline-block;
    background-color: #6F4EE7; /* Background soft */
    color: #ffffff; /* Warna teks biru */
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Heading utama */
.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 24px;
}

.section-title2 {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 24px;
}

.section-title3 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 24px;
}

.Co-working{
    margin-bottom: 55px;
}

.corporate-offices p{
    color: rgba(0, 0, 0, 0.65);

}

.image-overlay p{
    color: rgba(255, 255, 255, 0.75);
}
/* Deskripsi */
.section-description {
    font-size: 18px;
    color: #E2DCFA;
    max-width: 700px;
    margin: 10px auto;
    line-height: 1.6;
    margin-bottom: 32px;
}

.section-description2 {
    font-size: 18px;
    color: #808080;
    max-width: 700px;
    margin: 10px auto;
    line-height: 1.6;
    margin-bottom: 55px;
}

.section-description3 {
    font-size: 18px;
    color: #808080;
    max-width: 700px;
    margin: 10px auto;
    line-height: 1.6;
}
/* Section Styling */
.corporate-offices {
    background-color: #E2DCFA;
    padding: 112px 80px;
    color: white;
    text-align: center;
    position: relative;
}

/* Styling Konten Card */
.content-card {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease-in-out;
}

.content-card:hover {
    transform: translateY(-5px);
}

/* Ikon */
.icon-container {
    background: #eef2f6;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.icon-container img {
    width: 100%;
}

.text-corpo{
    color: black;
    width: 100%;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 501;
    margin-top: 32px;
    margin-bottom: 16px;
    font-style: normal;
    line-height: 150%;
    margin-left: 0px;
}

/* Title dan Deskripsi */
.title {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

/* List Fitur */
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.feature-list li {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.section-marquee {
    display: block;
    position: relative;
  }
  .section-marquee:before, .section-marquee:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
  }
  .section-marquee:before {
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  }
  .section-marquee:after {
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  }
  
  .marquee {
    --gap: 80px;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    align-items: center;
    gap: var(--gap);
  }
  
  .marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 10s linear infinite;
    margin: 0;
    padding: 0;
  }
  .marquee__content li {
    list-style: none;
  }
  .marquee__content li img {
    margin-top: 16px;
  }
  .marquee__content.slow {
    animation-duration: 20s;
  }
  .marquee__content.reverse {
    animation-direction: reverse;
  }
  
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @property --num {
    syntax: "<integer>";
    initial-value: 29;
    inherits: false;
  }
  @property --num2 {
    syntax: "<integer>";
    initial-value: 1994;
    inherits: false;
  }
  


/* Tombol */
.learn-more-btn {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    background: #6F4EE7;
    color: #fff;
    padding: 12px 24px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease;
}

.learn-more-btn:hover {
    background: #432F8B;
}

/* Styling Gambar */
.image-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.office-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

/* Overlay pada gambar */
.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    text-align: left;
    transition: opacity 0.3s ease;
}

.image-card:hover .image-overlay {
    opacity: 1;
}

.image-overlay h3 {
    font-size: 20px;
    margin: 0;
}

.image-overlay p {
    font-size: 14px;
    margin-top: 5px;
}

/* Responsiveness */
@media (max-width: 768px) {
    .content-card {
        text-align: center;
    }
    
    .icon-container {
        margin: 0 auto 15px;
    }
    
    .feature-list {
        text-align: center;
    }

    .image-card {
        margin-top: 20px;
    }
}


.footer-font{
    color: white;
}

.display-mobile{
    display: none;
}

.hide-mobile{
    display: block;
}

.product-details{
    background-color: #ffffff;
    padding: 112px 80px;
    text-align: center;
    color: rgb(0, 0, 0);
    position: relative;
}

.product-tabs{
    gap: 12px;
}


@supports (-webkit-touch-callout: none) {
    .navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-brand, .navbar-toggler {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}


@media only screen and (max-width: 500px){
    .navbar {
        padding: 0 16px;
    }
    .container{
        padding: 0 16px;
    }
    p{
        font-size: 16px;
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.65);
    }
 
    .hero{
        padding: 55px 16px;
    }
    .hero-subtitle svg{
        top: 295px;
        width: 240px;
        left: 21px;
    }
    .hero-buttons{
        display: block;
    }
    .view-product{
        width: 100%;
        margin-top: 12px;
    }
    .decor-star{
        top: 3%;
        left: 4px;
        width: 49px;
    }
    .decor-lines{
        left: 400px;
        width: 64px;
        top: 7px;
    }

    .masalah-heading{
        text-align: left;
    }
    .decor-right{
        position: absolute;
        transform: rotate(39deg);
        width: 89px;
        top: -328px;
        left: 350px;
    }
    .hero-wave{
        width: 802px;
        margin-bottom: -30px;    
    }

    /* Section Maslah */

    .masalah{
        padding: 55px 16px;
    }
    .masalah-title{
        font-size: 32px;
        margin-bottom: 8px;
    }

    .decor-left {
        top: -24%;
        left: -10%;
        width: 64px;
    }

    .masalah-card{
        margin-bottom: 32px;
    }

    /* Section Kenapa bisnis */
    .kenapa-bisnis{
    padding: 55px 16px
    }

    .kenapa-title{
        text-align: left;
        width: 100%;
        font-size: 32px;
    }

    .emoji-thumb{
        width: 40px;
        left: 87px;
        top: 97px;
    }
    .faq-decor-left{
        display: none;
    }
    .terompet{
        display: none;
        width: 70px;
        left: 395px;
        top: 96px;
        height: auto;
    }

    .kenapa-card{
        margin-bottom: 32px;
    }

    .kenapa-heading{
        width: 100%;
        margin-top: 85px;
        font-size: 24px;
        text-align: left;
    }

    .investasi{
        text-align: center;
        padding: 55px 16px;
    }

    .investasi-title{
        font-size: 32px;
    }

    .video-container{
        margin-top: 16px;
    }

    .investasi-background{
        top: 0%;
        width: 100%;
        height: 100%;
    }

    .investasi-image {
        position: static;
    }

    .investasi-buttons{
        display: block;
    }

    .monitoring{
        padding: 55px 16px;
    }

    .monitoring-background{
        width: 100%;
        height: 100%;
    }

    .monitoring-image{
        left: 2%;
        top: -23px;
        max-width: 350px;
    }

    .display-mobile{
        display: block;
    }
    
    .hide-mobile{
        display: none;
    }

    .monitoring-icon{
        width: 0%;
    }



    .monitoring-icon2{
        display: none;
    }

    .monitoring-buttons{
        display: block;
    }

    .pasive-income{
        padding: 55px 16px;
    }

    .vending-machine {
        padding: 55px 16px;
    }

    .vending-title h2 {
        margin-bottom: 32px;
    }

    .col-lg-4{
        margin-bottom: 32px;
    }

    .vending-card h3{
        margin-top: 94px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    padding-left: 20px;
    }

    .support{
    gap: 32px;
    display: flex;
    padding: 55px 16px;
    background-color: #ffffff;
    text-align: center;
    }

    .support-text{
        font-size: 16px;
        color: rgba(0, 0, 0, 0.65);
        padding: 0px 0px 32px;
    }
    .vending-underline {
        left: 115px;
        top: 289px;
        position: absolute;
        width: 256px;
    }
    .support-heading{
        margin-top: -8px;
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 600;
        padding: 0px;
    }

    .support-title{
    line-height: 120%;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-bottom: 32px;
    }

    .support-image img{
        align-self: stretch;
    margin-bottom: 32px;
    width: 100%;
    border-radius: 16px;
    }

   .support-image .support-decor{
    width: 0%;
   }

   .hero-subtitle svg{
    display: none;
   }

   .testimoni-decor img{
    position: absolute;
    right: -3px;
    top: -54px;
    width: 24%;
   }

   .emoji-thumb{
    display: none;
   }

   .testimoni{
    padding: 55px 16px;
   }

   .testimoni-title{
    width: 100%;
    margin-bottom: 0px;
   }

   .testimoni-container{
    gap: 32px;
    margin-top: -32px;
   }

   .testimoni-card{
    width: 100%;
    max-width: 100%;
   }

   .testimoni-icon img{
    position: absolute;
    top: -48px;
    left: -6px;
    width: 64px;
   }

   .faq{
    padding: 55px 16px;
   }


   .faq-decor-left{
    position: absolute;
    width: 124px;
    top: 36px;
    left: 357px;
   }

   .faq-title{
    margin-top: 32px;
    width: 100%;
    font-size: 38px;
   }

   .faq-background{
    width: 100%;
    height: 421px;
   }

   .hubungi-container{
    align-items: center;
   }

   .hubungi-kami{
    padding: 55px 16px;
   }

   .hubungi-item{
    align-items: center;
   }

   .hubungi-desc{
    margin-bottom: 16px;
   }

   .hubungi-subtitle{
    font-size: 16px;
   }

   .footer{

   }

   .monitoring-background2{
    display: block;
    width: 100%;
    height: 134%;
   }

   .monitoring-image2 {
    left: 2%;
    top: 104px;
    width: 100%;
    }

    .monitoring-image {
        left: 2%;
        top: -23px;
        max-width: 350px;
    }

    .investasi-tagline2 {
        margin-top: 111px;
        font-size: 14px;
        font-weight: 600;
        color: #6F4EE7;
    }

    .lis{
        text-align: left;
        color: var(--Text-primary, #000);
        font-size: 16px;
        font-family: "Poppins", sans-serif;
    }

    .pasive-income-background{
        display: block;
        width: 100%;
        height: 100%;
    }

    .pasive-income-image{
        top: -19px;
        width: 100%;
        left: 29px;
    }

    .pasive-income-buttons{
        display: block;
    }

    .corporate-offices {
        padding: 55px 16px;
    }

    .subheading{
        font-size: 11px
    }

    .subheading2{
    display: inline-block;
    background-color: #6F4EE7;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    padding: 8px 16px;
    border-radius: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    .section-title{
        font-size: 32px;
    }
    
    .section-description{
        font-size: 14px;
    }

    .section-title2 {
    font-size: 32px;
    }

    .section-description2{
        font-size: 14px;
    }

    .corporate-offices p{
        text-align: left;
        font-size: 14px;
    }

    .feature-list{
        text-align: left;
    }

    .feature-list li{
        font-size: 14px;
    }

    .product-details{
        padding: 55px 16px;
    }

    .section-title3{
        font-size: 32px;
        width: 100%;
    }

    .section-description3{
        font-size: 16px;
        width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    .pasive-income-buttons{
        display: block;
    }
    .hero{
        padding: 80px 44px;

    }
    .hero-title{
        font-size: 56px;
    }

    .hero .container{
        z-index: 2;
    }

    .hero-image{
        width: 100%;
    }

    .hero-subtitle svg{
        top: 209px;
        display: block;
        margin-bottom: 10px;
        position: absolute;
    }

    .hero-wave{
        top: 1248px;
      width: 100%;
      z-index: 1;
    }
    .decor-icon{
        width: 16%;
    }

    .kenapa-title{
        width: 488px;
        text-align: left;
        font-size: 36px;
    }

    .terompet{
        right: 29px;
        position: absolute;
        top: -57px;

    }

    h3{
        font-size: 24px;
        text-align: left;
    }

    .decor-spark{
        top: 56%;
        left: 561px;
        width: 100px;
    }

    .decor-lines{
        top: 0%;
        left: 555px;
        width: 100px;
    }

    .decor-left{
        width: 20%;
        position: absolute;
        top: -80px;
        left: -73px;
    }
    

    .decor-right{
        width: 15%;
        right: -67px;
        top: 21px;
    }

    .masalah{
        padding: 80px 44px;
    }

    .hide-mobile{
        display: none;
    }

    .display-mobile{
        display: block;
        top: -21px;
        left: 12px;
        display: block;
    }
    .masalah-title{
        margin-bottom: 32px;
        font-size: 36px;
    }

    .monitoring-background2 {
        display: block;
        width: 100%;
        height: 100%;
    }

    .monitoring-icon2{
        display: none;
    } 

    .monitoring-image2{
        width: 90%;
        left: 10px;
        top: -29px;
    }

    .masalah-card{
    background-color: white;
    color: black;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    }

    .investasi-buttons{
        display: block;
    }

    .emoji-thumb{
        display: none;
        top: 129px;
        left: 253px;
    }

    .monitoring-background{
        width: 100%;
        height: 100%;
    }

    .monitoring-image{
        top: -24px;
        left: 0px;
    }

    .monitoring-icon{
        display: none;
    }

    .monitoring-buttons{
        display: block;
    }
    

    .masalah-heading{
    width: 100%;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 24px;
    font-style: normal;
    line-height: 150%;
    }

    .investasi{
        padding: 80px 44px;
    }

    .investasi-background{
        top: 0%;
        width: 100%;
        height: 100%;
    }

    .investasi-image {
        position: static;
    }

    .investasi-decor{
        display: none;

    }


    .footer{
        padding: 40px 80px;
    }

    .order-btn{
        margin-bottom: 16px;
    }

    .hero-buttons{
        gap: 32px;
        display: block;
    }

    .view-product{
        width: 100%;
    }

    .vending-title h2{
        font-size: 36px;
    }

    .vending-underline{
        top: 302px;
        left: 135px;
        position: absolute;
        width: 60%;
    }

    .col-lg-4{
        margin-bottom: 32px;
    }

    .vending-image{
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px;
        
    }

    .vending-card h3{
        font-size: 32px;
        font-weight: 600;
        text-align: left;
        width: 100%;    
    }

    .kenapa-bisnis{
        padding: 80px 44px;
    }
    .vending-machine{
        padding: 80px 44px;
    }

    .vending-list{
        width: 100%;
        font-size: 24px;
    }

    .vending-list li{
        font-size: 20px;
    }

    .support{
        padding: 80px 44px;
    }

    .support-image img{
        width: 100%;
    }

    .support-heading{
        font-size: 20px;
        font-weight: 600;
        margin: 8px 0 8px;
        padding: 0 16px;
    }

    .support-title{
        font-size: 36px;
    }

    .support-text{
        font-size: 16px;
    }

    .testimoni{
        padding: 80px 44px;
    }

    .testimoni-title{
        width: 100%;
    }

    .testimoni-card{
        width: 46%;
    }

    .testimoni-decor img{
        position: absolute;
        right: -42px;
        top: 12px;
        width: 26%;
    }

    .hubungi-kami{
        padding: 80px 44px;
    }

    .hubungi-title{
    font-size: 36px;
    }

    .hubungi-subtitle{
        font-size: 24px;
        margin-bottom: 32px;
    }

    .hubungi-container{
        align-items: center;
    }

    .hubungi-item{
        width: 100%;
        padding: 0px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hubungi-item img{
        width: 100px;
    }

    .hubungi-heading{
        text-align: center;
    }

    .hubungi-desc{
        font-size: 18px;
        color: rgba(0, 0, 0, 0.65);
        margin-bottom: 16px;
    }

    .hubungi-link{
        font-size: 18px;
        color: rgba(0, 0, 0, 0.65);
        margin-bottom: 16px;
    }

    .hubungi-button{
        width: 100%;
        max-width: 100%;
    }

    .hubungi-button1{
        width: 100%;
        max-width: 100%;
    }

    .footer-nav a{
        font-size: 20   px;
    }

    .footer-right{
        width: 100%;
        max-width: 100%;
    }

    .footer-left{
        width: 100%;
        max-width: 100%;
        align-items: center;
    }

}   

@media (min-width: 375px) and (max-width: 450px) { 

    .decor-right {
        position: absolute;
        transform: rotate(39deg);
        width: 46px;
        top: -238px;
        left: 269px;
    }
    .terompet {
        width: 52px;
        left: 301px;
        top: 143px;
        height: auto;
    }

    .decor-icon{
        position: absolute;
        top: 16px;
        right: 16px;
        width: 97px;
    }

    .emoji-thumb {
    display: none;
    }

    .monitoring-image2 {
        left: 2%;
        top: 74px;
        width: 100%;
    }

    .vending-underline {
        left: 68px;
        top: 323px;
        position: absolute;
        width: 256px;
    }
}

@media (min-width: 501px) and (max-width: 767px) { 
    .monitoring-icon2{
        display: none;
    }

    .testimoni-title{
        width: 100%;
    }

    .kenapa-title{
        width: 100%;
    }
    .hero-buttons{
        display: block;
        width: 100%;
    }

    .view-product{
        margin-top: 8px;
        width: 100%;
    }

    .decor-lines{
        width: 80px;
        top: 21px;
    }

    .decor-star{
        top: 43px;
        width: 50px;
        left: 0px;
    }

    .col{
        z-index: 1;
    }
}

@media (min-width: 200px) and (max-width: 374px) {
    .decor-right{
        display: none;
    }

    .terompet{
        display: none;
    }

    .vending-underline{
        display: none;
    }

}

@keyframes drop {
    0% {
      transform: translateY(0px);
    }
    40% {
      transform: translateY(80px);
    }
    70% {
      transform: translateY(0px);
    }
  }
  
  #loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white; /* Warna latar belakang loading */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .lava-lamp {
    position: relative;
    width: 70px;
    height: 120px;
    background: #6F4EE7;
    border-radius: 35px;
    overflow: hidden;
  }
  
  .bubble, .bubble1, .bubble2, .bubble3 {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  
  .bubble {
    background: linear-gradient(to bottom, #FDB709, #ff8787);
    left: 15px;
    animation: drop 5s ease-in-out infinite;
  }
  .bubble1 {
    background: linear-gradient(to bottom, #82c91e, #3bc9db);
    left: 1px;
    animation: drop 3s ease-in-out infinite;
  }
  .bubble2 {
    background: linear-gradient(to bottom, #6F4EE7, #f783ac);
    left: 30px;
    animation: drop 4s ease-in-out infinite;
  }
  .bubble3 {
    background: linear-gradient(to bottom, #4481eb, #04befe);
    left: 20px;
    animation: drop 6s ease-in-out infinite;
  }
  
  /* Sembunyikan loading screen setelah halaman dimuat */
  .hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }


  
  /* Animasi untuk teks (muncul dari kiri) */
.animate-left {
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  
  /* Animasi untuk gambar (muncul dari kanan) */
  .animate-right {
    transform: translateX(100px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  
  /* Kelas aktif untuk menampilkan elemen di posisinya */
  .in-view {
    transform: translateX(0);
    opacity: 1;
  }

  /* Atur posisi awal untuk card: turun ke bawah dan transparan */
.masalah-card {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  
  /* Saat card memiliki kelas in-view, tampilkan di posisi semula */
  .masalah-card.in-view {
    transform: translateY(0);
    opacity: 1;
  }
  
  /* (Opsional) Stagger delay agar masing-masing card muncul secara berurutan */
  .row.justify-content-center .col.d-flex:nth-child(1) .masalah-card {
    transition-delay: 0.2s;
  }
  .row.justify-content-center .col.d-flex:nth-child(2) .masalah-card {
    transition-delay: 0.4s;
  }
  .row.justify-content-center .col.d-flex:nth-child(3) .masalah-card {
    transition-delay: 0.6s;
  }
  .row.justify-content-center .col.d-flex:nth-child(4) .masalah-card {
    transition-delay: 0.8s;
  }

  /* Atur posisi awal untuk card kenapa: turun ke bawah dan transparan */
.kenapa-card {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  
  /* Saat card memiliki kelas in-view, tampilkan di posisi semula */
  .kenapa-card.in-view {
    transform: translateY(0);
    opacity: 1;
  }
  
  /* (Opsional) Stagger delay untuk tiap card agar muncul berurutan */
  .row.justify-content-center .col.d-flex:nth-child(1) .kenapa-card {
    transition-delay: 0.2s;
  }
  .row.justify-content-center .col.d-flex:nth-child(2) .kenapa-card {
    transition-delay: 0.4s;
  }
  .row.justify-content-center .col.d-flex:nth-child(3) .kenapa-card {
    transition-delay: 0.6s;
  }

  /* Posisi awal: bergeser ke kiri, transparan */
.animate-lefts {
    transform: translateX(-50px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  
  /* Saat elemen memiliki kelas in-view, kembali ke posisi normal */
  .animate-lefts.in-view {
    transform: translateX(0);
    animation: bounceInLeft 1s both; 
    opacity: 1;

  }

  /* Posisi awal: bergeser ke kanan dan transparan */
.animate-rights {
    transform: translateX(50px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  
  /* Saat elemen memiliki kelas in-view, kembali ke posisi normal */
  .animate-rights.in-view {
    transform: translateX(0);
    animation: bounceInRight 1s both;
    opacity: 1;
  }
  
  
  
  
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-300px);
    }
    60% {
      opacity: 1; 
      transform: translateX(25px);
    }
    75% {
      transform: translateX(-10px);
    }
    90% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(300px);
    }
    60% {
      opacity: 1;
      transform: translateX(-25px);
    }
    75% {
      transform: translateX(10px);
    }
    90% {
      transform: translateX(-5px);
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  