body {
     background-color:black;
     color: white;
     margin:0;
     padding: 0 20px;
}

.logo-squad {
    display: block;          /* Agar gambar menjadi block elemen dan bisa ditengahin */
    width: 85%;              /* Lebar banner memenuhi sebagian besar layar */
    max-width: 1000px;       /* Batas maksimal lebar agar tidak terlalu melar di layar besar */
    height: auto;            /* Tinggi menyesuaikan otomatis agar proporsional dan tidak gepeng */
    margin: 30px auto;       /* Posisi otomatis di tengah (atas-bawah 30px, kiri-kanan auto) */
    border: 1px solid white; /* Garis pinggir/border putih 1 px */
    border-radius: 12px;     /* Membuat sudut lengkungannya kelihatan rapi seperti banner */
}


.navbar-container {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: black;
    
    /* Atur padding: atas | kanan | bawah | kiri */
    padding: 15px 20px 8px 20px; /* Angka 8px di bagian bawah bisa dikecilin lagi jadi 5px kalau mau lebih naik */
    
    width: 100%;
    box-sizing: border-box;
    border-bottom: 3px solid #333
}

.ul-navbar {
        display: flex;
        justify-content: left;
        align-items: center;
}

.li-navbar {
    border: 1px solid white;
    list-style-type: none;
    padding: 20px;
    margin: 5px;
    color: white;
}

/* Styling untuk pembungkus kotak pencarian */
.search-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* Kotak input tempat ngetik */
.search-input {
    width: 450px !important;    /* Pakai !important supaya memaksa ukurannya jadi lebar */
    padding: 8px 12px;
    font-size: 14px;
    background-color: #111;
    color: white;
    border: 1px solid white;
    border-radius: 4px 0 0 4px;
    outline: none;
}

/* Tombol "Cari" */
.search-btn {
    padding: 12px 20px;
    font-size: 16px;
    background-color: white;
    color: black;
    border: 1px solid white;
    border-radius: 0 6px 6px 0; /* Melengkung di sisi kanan */
    cursor: pointer;
    font-weight: bold;
}

.search-btn:hover {
    background-color: #ddd;     /* Efek kalau kursor diarahkan ke tombol */
}

/* Mengatur semua link di dalam menu navigasi */
.li-navbar a {
    color: white;               /* Mengubah warna teks jadi putih */
    text-decoration: underline; /* Memunculkan garis bawah */
    text-decoration-color: blue;/* Mengubah warna garis bawah jadi biru */
}

.logo-nav {
    height: 40px;          /* Sesuaikan tingginya (misal 40px atau 50px agar proporsional) */
    width: auto;           /* Menjaga bentuk gambar agar tidak gepeng */
    display: block;
    border-radius: 4px;    /* Opsional: sedikit melengkung di sudutnya */
}

.wa-number {
    color: cyan;                  /* Warna teks nomor telepon menjadi biru */
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;   /* Memunculkan garis bawah */
    text-decoration-color: white; /* Memaksa warna garis bawahnya jadi putih */
}

.wa-number:hover {
    opacity: 0.8;                 /* Efek sedikit transparan saat kursor diarahkan ke nomor */
}

/* Wadah utama agar kotaknya berjejer rapi kesamping */
.features-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 20px;
    flex-wrap: wrap; /* Supaya otomatis turun ke bawah jika layar HP kecil */
}

/* Desain satu kotak card */
.feature-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #111;       /* Warna latar belakang gelap khas Discord */
    border: 1px solid #333;       /* Garis pinggir tipis rapi */
    padding: 18px 20px;
    border-radius: 12px;
    width: 260px;                 /* Lebar tetap tiap kotak */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    cursor: default;              /* Kursor biasa (menandakan tidak bisa diklik) */
    transition: transform 0.2s ease;
}

/* Efek sedikit naik saat kursor diarahkan (opsional) */
.feature-card:hover {
    transform: translateY(-5px);
    border-color: #555;
}

/* Gaya ikon di dalam kotak */
.feature-icon {
    font-size: 28px;
    background-color: #1f1f1f;
    padding: 10px 14px;
    border-radius: 10px;
}

/* Teks judul di dalam kotak */
.feature-text h4 {
    color: white;
    font-size: 15px;
    margin: 0 0 4px 0;
}

/* Teks deskripsi kecil di dalam kotak */
.feature-text p {
    color: #aaa;
    font-size: 12px;
    margin: 0;
}

/* Styling Kotak Pop-up About */
.about-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #111;
    border: 2px solid white;
    padding: 30px;
    border-radius: 12px;
    z-index: 1000;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 25px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.about-content {
    position: relative;
    color: white;
}

.about-content h3 {
    margin-top: 0;
    color: #ff4d4d;
    font-size: 20px;
    text-align: center;
}

.about-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.about-list li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #ccc;
}

.about-footer {
    text-align: center;
    color: #00ff66;
    margin-top: 15px;
}

.discord-join-btn {
    background-color: #5865F2; /* Warna resmi Discord (Blurple) */
    color: white;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.2s;
}

.discord-join-btn:hover {
    background-color: #4752C4;
}
    
/* Gaya Tombol WhatsApp agar mirip dengan tombol Discord */
.whatsapp-btn {
    background-color: #25D366; /* Warna hijau khas WhatsApp */
    color: white;
    padding: 9px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    transition: background 0.2s, opacity 0.2s;
}

.whatsapp-btn:hover {
    background-color: #1EBE5D;
    opacity: 0.9;
}