.alertotif {
    padding: 10px;
    font-size: 12px;
    display: block;
    color: #f9376f;
    font-weight: 500;
    text-align: center;
}
.alertdelete {
    background: #ff3e1d;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.main_Our_features {
  padding: 50px 20px;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
}

.how-it-works {
  padding: 0px 20px;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
}

.title span {
  color: #ef4444;
}

.subtitle {
  max-width: 800px;
  margin: 10px auto 40px;
  color: #6b7280;
}

.services .service-item {
    background-color: #fff;
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.services .service-item:before {
  content: "";
  position: absolute;
  background: #f9376f;
  right: -80px;
  top: -80px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: -1;
}

.services .service-item:after {
  content: "";
  position: absolute;
  background: rgb(249 55 111 / 28%);
  right: -140px;
  top: -140px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: -1;
}

.services .service-item i {
  background: #f9376f;
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.services .service-item h4 {
  font-weight: 600;
  margin: 15px 0 0 0;
  transition: 0.3s;
  font-size: 20px;
  text-align: left;
}
.services .service-item:hover h4 {
    font-weight: 600;
    margin: 15px 0 0 0;
    transition: 0.3s;
    font-size: 17px;
    color: #fff;
}

.services .service-item h4 a {
  color: #fff;
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: left;
}

.services .service-item:hover:before,
.services .service-item:hover:after {
  background: #f9376f;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .service-item:hover h4 a,
.services .service-item:hover p {
  color: #fff;
}

.services .service-item:hover i {
  background: #fff;
  color: #f9376f;
}

.hero-section {
    position: relative;
    background: #fff;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
    z-index: 0;
}

/* Partikel Container */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Animasi Floating (Naik Turun) */
.floating-anim {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Tipografi Modern */
.hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.text-primary {
    color: #696cff !important; /* Warna ungu khas Sneat/Kixbit */
}

/* Responsive */
@media (max-width: 991px) {
    .hero-content { text-align: center !important; }
    .hero-content .d-flex { justify-content: center; }
}


/* Keadaan awal navbar (transparan atau putih bersih) */
#mainNavbar {
    background-color: rgba(255, 255, 255, 0.9); /* Sedikit transparan */
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
    padding: 12px 0 14px;
}

/* Keadaan saat di-scroll */
#mainNavbar.scrolled {
    background-color: rgba(255, 255, 255, 0.7) !important; /* Lebih transparan */
    backdrop-filter: blur(10px); /* Efek Blur */
    -webkit-backdrop-filter: blur(10px); /* Dukungan Safari */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.kixbit-space {
  margin-top: 60px;
  margin-bottom: 60px;
}

.kixbit-box {
    margin-top: 60px;
}


.features .feature-box {
    padding: 10px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    height: 100%;
}

.features .feature-box h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.features .feature-box i {
    background: #696cff;
    color: #fff;
    line-height: 0;
    padding: 8px;
    margin-right: 10px;
    font-size: 20px;
    border-radius: 3px;
    transition: 0.3s;
    cursor: pointer;
}

.features .feature-box:hover i {
  background: #f9376f;
  color: #fff;
}

/*--------------------------------------------------------------
# Alt Features Section
--------------------------------------------------------------*/
.alt-features .icon-box {
  display: flex;
}

.alt-features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.alt-features .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: var(--accent-color);
  margin-right: 15px;
}

.alt-features .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}


/* =======================================================
   FREQUENTLY ASKED QUESTIONS - ULTRA SMOOTH VERSION
======================================================= */

/* 1. Header & Title */
.faq-header { 
    text-align: center; 
    margin: 60px 0 0px; 
}

.faq-header h1 { 
    color: #1e293b; 
    font-size: 2.5rem; 
    margin-bottom: 10px; 
    font-weight: 700;
}

.faq-header p { 
    color: #64748b; 
    font-size: 1rem; 
}

/* 2. Grid System (2 Kolom Desktop, 1 Kolom Mobile) */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

@media (max-width: 850px) {
    .faq-grid { 
        grid-template-columns: 1fr; 
    }
}

/* 3. FAQ Item Container */
.faq-item {
    background: #ffffff;
    border: 1px solid #c8d7e5;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: fit-content;
    will-change: border-color, box-shadow; /* Akselerasi Hardware */
}

.faq-item:hover {
    border-color: #696cff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.faq-item input { 
    display: none; 
}

/* 4. Label / Header (Pertanyaan) */
.faq-label {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #1e293b;
    position: relative;
    user-select: none;
    transition: background 0.3s ease;
}

/* 5. Angka Bulat (Pink Style) */
.faq-number {
    width: 32px;
    height: 32px;
    border: 2px solid #E91E63;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 14px;
    color: #E91E63;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

/* 6. Ikon Panah Otomatis */
.faq-label::after {
    content: '▼';
    font-size: 10px;
    position: absolute;
    right: 20px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    color: #94a3b8;
    will-change: transform;
}

/* 7. Logika Animasi Buka-Tutup (The Secret of Smoothness) */
.faq-content {
    display: grid;
    grid-template-rows: 0fr; /* Default tertutup rapat */
    transition: grid-template-rows 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fdfdfd;
}

.faq-content-inner {
    overflow: hidden;
    padding: 0 25px 0 67px; /* Sejajar dengan teks judul */
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    text-align: justify;
    opacity: 0;
    /* Transisi opacity menyusul gerakan slide */
    transition: opacity 0.4s ease-in-out, padding 0.6s ease;
    will-change: opacity, padding;
}

/* 8. State Saat FAQ Terbuka (Checked) */
.faq-item input:checked ~ .faq-content {
    grid-template-rows: 1fr; /* Membuka setinggi konten asli secara otomatis */
}

.faq-item input:checked ~ .faq-content .faq-content-inner {
    padding-top: 15px;
    padding-bottom: 25px;
    opacity: 1;
    border-top: 1px solid #f1f5f9;
}

/* 9. Feedback Visual Saat Aktif */
.faq-item input:checked ~ .faq-label::after {
    transform: rotate(180deg);
    color: #696cff;
}

.faq-item input:checked ~ .faq-label .faq-number {
    background: #696cff;
    color: #ffffff;
    border-color: #696cff;
    transform: scale(1.1);
}

.faq-item input:checked ~ .faq-label {
    background-color: rgba(105, 108, 255, 0.04);
}

:root {
  --background-color: #ffffff;
  --surface-color: #ffffff;
  --default-color: #ffffff;
  --accent-color: #696cff;
  --contrast-color: #ffffff;
}

.feature .feature-item {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.feature .feature-item .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--accent-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.feature .feature-item .icon i {
  color: var(--contrast-color);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.feature .feature-item .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--accent-color), transparent 80%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.feature .feature-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.feature .feature-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.feature .feature-item:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.feature .feature-item:hover .icon {
  background: var(--surface-color);
}

.feature .feature-item:hover .icon i {
  color: var(--accent-color);
}

.feature .feature-item:hover .icon::before {
  background: color-mix(in srgb, var(--background-color), transparent 70%);
}

.feature .feature-item:hover h3,
.feature .feature-item:hover p {
  color: var(--contrast-color);
}   

/* Warna standar menu */
.nav-link {
    color: #566a7f !important;
    font-weight: 500;
    transition: 0.3s;
    }

/* Warna saat menu aktif atau diklik */
.nav-link.active-menu {
    color: #696cff !important; /* Warna biru ungu KixBit */
    font-weight: 700;
    }

.nav-link:hover {
    color: #696cff !important;
    }
    
body {
  background-color: #f5f5f9;
}

.earn-header {
  padding: 60px 0;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #d9dee3;
  margin-bottom: 40px;
}

.earn-header h1 {
  font-weight: 800;
  font-size: 3rem;
  color: #333;
}

.earn-header b {
  color: #696cff;
}

.tier-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d9dee3;
  transition: 0.3s ease;
  overflow: hidden;
}

.tier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.tier-header {
  background: #696cff;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.country-item {
  padding: 10px 15px;
  border-bottom: 1px solid #f0f2f4;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.tier-price {
  background: #f8f9fa;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #d9dee3;
}

.tier-price h3 {
  margin: 0;
  color: #696cff;
  font-weight: 800;
  font-size: 1.8rem;
}

.rules-card {
  border-left: 5px solid #696cff;
}


        
        

        .stats-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            background: #fff;
        }
        .table-proof {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            border: 1px solid #eceef1;
        }
        .badge-method {
            background-color: #f0f2f4;
            color: #566a7f;
            padding: 5px 12px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 11px;
        }
        
        
.payment-section {
    padding: 40px 0;
    overflow: hidden;
    width: 100%;
}
.payment-section h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}
.marquee-wrapper {
    display: flex;
    overflow: hidden;
    user-select: none;
    position: relative;
    /* Masking halus di pinggir */
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-content {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around; 
    gap: 20px;
    padding: 5px 40px 5px;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Animasi Ke Kiri */
.marquee-left {
    animation-name: fast-scroll-left;
}

/* Animasi Ke Kanan */
.marquee-right {
    animation-name: fast-scroll-right;
}

.pay-logo-only {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.pay-logo-only img {
    height: auto;
    width: 120px;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
}

.pay-logo-only:hover img {
    box-shadow: 4px 4px 0px 0px rgb(0 0 0 / 8%);
    cursor: pointer;
}

/* Keyframes Ke Kiri: start dari 0 ke -50% */
@keyframes fast-scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Keyframes Ke Kanan: start dari -50% ke 0 */
@keyframes fast-scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Berhenti saat kursor di atasnya */
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}