/* General styles for komunitas page */
body {
    font-family: 'Orbitron', sans-serif;
    background-color: #0e0e0e; /* Background lebih gelap */
    color: #eee;
    line-height: 1.6;
    overflow-x: hidden; /* Hindari horizontal scrollbar */
  }
  
  .container {
    max-width: 1200px; /* Container sedikit lebih lebar */
  }
  
  .mt-5 {
    margin-top: 5rem !important;
  }
  
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .lead {
    font-size: 1.2rem; /* Teks lead sedikit lebih kecil */
    font-weight: 500;
    color: #ccc;
  }
  
  /* Tombol */
  .btn {
    padding: 0.7rem 2rem; /* Padding lebih besar */
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 8px; /* Border radius lebih modern */
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  .btn:hover {
    transform: translateY(-3px);
  }
  
  .btn-primary {
    color: #fff;
    background: linear-gradient(to right, #5865F2, #7289da); /* Gradient ungu Discord */
    border-color: transparent;
  }
  
  .btn-primary:hover {
    color: #fff;
    background: linear-gradient(to right, #404EED, #5865F2); /* Gradient dibalik saat hover */
    border-color: transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }
  
  .btn-success {
    color: #fff;
    background: linear-gradient(to right, #25d366, #128C7E); /* Gradient hijau WhatsApp */
    border-color: transparent;
  }
  
  .btn-success:hover {
    color: #fff;
    background: linear-gradient(to right, #128C7E, #25d366); /* Gradient dibalik saat hover */
    border-color: transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }
  
  .btn i {
    margin-right: 0.7rem;
    font-size: 1.2rem; /* Ikon sedikit lebih kecil */
  }
  
  /* Section */
  section {
    padding: 5rem 3rem; /* Padding lebih besar */
    /* Hapus background-color di sini karena sudah ada di masing-masing section */
    border-radius: 12px; /* Border radius lebih modern */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    color: #eee;
    position: relative;
    overflow: hidden;
  }
  
  /* Efek Neon */
  section::before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border-radius: inherit;
      z-index: -1;
      box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2), 0 0 20px rgba(0, 0, 0, 0.5);
      filter: blur(5px);
      opacity: 0.8;
  }
  
  h1, h2, h3 {
    font-weight: 700;
    font-family: 'Bebas Neue', sans-serif; /* Font lebih bold dan modern */
    letter-spacing: 1px; /* Jarak antar huruf */
  }
  
  h1 {
    padding-top: 30px;
    font-size: 4rem; /* Judul lebih besar */
    text-shadow: 0 0 15px #5865F2; /* Text shadow disesuaikan dengan warna Discord */
    margin-bottom: 1rem; /* Margin bottom lebih kecil */
  }
  
  h2 {
    font-size: 2.8rem; /* Judul section lebih besar */
    margin-bottom: 2rem !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  }
  
  h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
  ul,
  ol {
    padding-left: 2rem;
  }
  
  ol {
    counter-reset: item;
  }
  
  ol li {
    display: block;
  }
  
  ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold;
  }
  
  /* Footer */
  .footer {
    background-color: #000;
    color: #fff;
    padding: 2rem 0; /* Padding lebih besar */
    text-align: center;
    margin-top: 3rem;
  }
  
  .footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  
  .footer a:hover {
    color: #f8f9fa;
    text-decoration: underline;
  }
  
  /* Discord Widget */
  .discord-widget {
    background-color: #23272a; /* Warna background widget Discord */
    border-radius: 10px;
    padding: 1.5rem; /* Padding lebih besar */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out; /* Efek hover */
  }
  
  .discord-widget:hover {
    transform: scale(1.02);
  }
  
  .discord-widget .widget-header {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.6rem; /* Font lebih besar */
    margin-bottom: 1.5rem; /* Margin lebih besar */
  }
  
  .discord-widget .widget-header i {
    color: #7289da;
    margin-right: 0.5rem;
    font-size: 1.8rem; /* Ikon lebih besar */
  }
  
  .discord-widget .widget-body {
    margin-bottom: 1.5rem; /* Margin lebih besar */
  }
  
  .discord-widget .widget-body iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 5px;
  }
  
  .discord-widget .widget-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .discord-widget .widget-footer p {
    margin: 0;
    font-size: 1.1rem; /* Font lebih besar */
    color: #99aab5;
  }
  
  .discord-widget .widget-footer .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem; /* Padding sedikit lebih kecil */
  }
  
  .discord-widget .widget-footer .btn i {
    font-size: 1.2rem; /* Ikon sedikit lebih besar */
  }
  
  /* WhatsApp Info */
  .whatsapp-info {
    background-color: #25d366;
    border-radius: 10px;
    padding: 1.5rem; /* Padding lebih besar */
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out; /* Efek hover */
  }
  
  .whatsapp-info:hover {
    transform: scale(1.02);
  }
  
  .whatsapp-info .whatsapp-header {
    display: flex;
    align-items: center;
    font-size: 1.6rem; /* Font lebih besar */
    margin-bottom: 1.5rem; /* Margin lebih besar */
  }
  
  .whatsapp-info .whatsapp-header i {
    color: #fff;
    margin-right: 0.5rem;
    font-size: 1.8rem; /* Ikon lebih besar */
  }
  
  .whatsapp-info .whatsapp-body {
    margin-bottom: 1.5rem; /* Margin lebih besar */
  }
  
  .whatsapp-info .whatsapp-body ul {
    list-style: none;
    padding: 0;
  }
  
  .whatsapp-info .whatsapp-body li {
    margin-bottom: 0.7rem; /* Margin sedikit lebih besar */
  }
  
  .whatsapp-info .whatsapp-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .whatsapp-info .whatsapp-footer p {
    margin: 0;
    font-size: 1.1rem; /* Font lebih besar */
  }
  
  .whatsapp-info .whatsapp-footer .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem; /* Padding sedikit lebih kecil */
  }
  
  .whatsapp-info .whatsapp-footer .btn i {
    font-size: 1.2rem; /* Ikon sedikit lebih besar */
  }
  
  /* Responsiveness */
  @media (max-width: 768px) {
    .row {
      flex-direction: column;
    }
  
    .col-md-12 {
      width: 100%;
      margin-bottom: 3rem; /* Margin bottom pada layar kecil */
    }
  
    .text-center iframe {
      height: 400px;
    }
  
    .btn {
      font-size: 1rem;
      padding: 0.6rem 1.5rem; /* Padding disesuaikan */
    }
  
    h1 {
      font-size: 3rem;
    }
  
    h2 {
      font-size: 2.2rem;
    }
  
    h3 {
      font-size: 1.8rem;
    }
  
    section {
      padding: 3rem 2rem;
    }
  
    .discord-widget {
      margin-bottom: 2rem;
    }
  
    /* Menyesuaikan ukuran font dan ikon pada layar kecil */
    .discord-widget .widget-header,
    .whatsapp-info .whatsapp-header {
      font-size: 1.4rem;
    }
  
    .discord-widget .widget-header i,
    .whatsapp-info .whatsapp-header i {
      font-size: 1.6rem;
    }
  
    .discord-widget .widget-footer p,
    .whatsapp-info .whatsapp-footer p {
      font-size: 1rem;
    }
  }
  
  .col-md-12 {
    margin-bottom: 30px;
  }
  
  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  
  /* Efek Hover Tombol */
  .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  }
  
  /* Efek Hover Section */
  section:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease-in-out;
  }
  
  .section-title {
    position: relative;
    display: inline-block;
  }
  
  
  .discord-section,
  .whatsapp-section {
    margin-bottom: 3rem;
  }
  
  /* Animasi Judul */
  @keyframes neon-flicker {
    0% {
      text-shadow: 0 0 10px #5865F2;
    }
    50% {
      text-shadow: 0 0 15px #5865F2, 0 0 20px #5865F2;
    }
    100% {
      text-shadow: 0 0 10px #5865F2;
    }
  }
  
  h1 {
    animation: neon-flicker 3s infinite alternate;
  }
  
  /* Background Particle */
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; /* Di belakang konten */
  }
  

  
  /* Discord Section */
  .discord-section {
    padding: 2rem; /* Padding section Discord */
    background-color: #151515; /* Background section */
    border-radius: 12px; /* Border radius */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); /* Shadow */
    margin-bottom: 3rem; /* Margin bottom */
  }
  
  /* Efek Neon untuk Discord Section */
  .discord-section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2), 0 0 20px rgba(0, 0, 0, 0.5);
    filter: blur(5px);
    opacity: 0.8;
  }
  
  /* WhatsApp Section */
  .whatsapp-section {
    padding: 2rem; /* Padding section WhatsApp */
    background-color: #151515; /* Background section */
    border-radius: 12px; /* Border radius */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); /* Shadow */
    margin-bottom: 3rem; /* Margin bottom */
  }
  
  /* Efek Neon untuk WhatsApp Section */
  .whatsapp-section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2), 0 0 20px rgba(0, 0, 0, 0.5);
    filter: blur(5px);
  opacity: 0.8;
}