 /* Basic Styling */
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f8f8f8;
    }


    

 /* Header Mobile */
.header {
  background: #0e4b0a;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo {
  flex: 1;
}

.menu-toggle {
  background: none;
  color: white;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Sidebar */
.custom-sidebar {
  width: 80%;
  max-width: 300px;
  background: linear-gradient(135deg, #ff8c00, #0e4b0a);
  color: white;
  font-family: Arial, sans-serif;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 100vh;
  overflow-y: auto;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.close-sidebar {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.logo-sidebar amp-img {
  max-height: 50px;
}

.sidebar-navigation {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nav-item {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background 0.3s;
}

.nav-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-auth {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 1rem;
}

.btn-login,
.btn-register {
  text-align: center;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

.btn-login {
  background: white;
  color: #0e4b0a;
}

.btn-login:hover {
  background: #0e4b0a;
  color: white;
}

.btn-register {
  background: #0e4b0a;
  color: white;
}

.btn-register:hover {
  background: white;
  color: #0e4b0a;
}

    
    
    
    
     .cta-main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #191108, #170000);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 600px;
    margin: 2rem auto;
  }

  .cta-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
    padding: 1rem;
  }

  .cta-box-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .cta-box-description {
    font-size: 1rem;
    margin-bottom: 1rem;
    max-width: 400px;
  }

  .cta-play-button {
    text-decoration: none;
    padding: 0.8rem 2rem;
    background-color: #ff8c00;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  .cta-play-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }

  .cta-play-button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
    
    
    



  
  .content {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
  }

  

  .cta-button {
    background: white;
    color: #0e4b0a;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
  }

  .card-section {
    background: #f9f9f9;
    padding: 2rem 1rem;
    text-align: center;
  }

  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .card {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    flex: 1;
  }

  


  .icon {
    font-size: 2rem;
    text-align: center;
    flex: 1;
    max-width: 100px;
  }

  .icon span {
    display: block;
    margin-top: 0.5rem;
  }

 


    
    
    


  
  /* Header Mobile */
.header {
  background: #0e4b0a;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo {
  flex: 1;
}

.menu-toggle {
  background: none;
  color: white;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Sidebar */
.custom-sidebar {
  width: 80%;
  max-width: 300px;
  background: linear-gradient(135deg, #ff8c00, #0e4b0a);
  color: white;
  font-family: Arial, sans-serif;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 100vh;
  overflow-y: auto;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.close-sidebar {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.logo-sidebar amp-img {
  max-height: 50px;
}

.sidebar-navigation {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nav-item {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background 0.3s;
}

.nav-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-auth {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 1rem;
}

.btn-login,
.btn-register {
  text-align: center;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

.btn-login {
  background: white;
  color: #0e4b0a;
}

.btn-login:hover {
  background: #0e4b0a;
  color: white;
}

.btn-register {
  background: #0e4b0a;
  color: white;
}

.btn-register:hover {
  background: white;
  color: #0e4b0a;
}






    
    
    
   
    
    



/* Footer */
.footer {
    background: #031006;
    color: white;
    padding: 2rem 1rem;
    text-align: center;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-container div {
    flex: 1;
    min-width: 200px;
  }

  .footer h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #e7e4dc;
  }

  .footer a {
    color: #f6f7f6;
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer ul {
    list-style: none;
    padding: 0;
  }

  .footer ul li {
    margin: 0.5rem 0;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

  .social-icons a {
    display: inline-block;
  }

  /* Footer Bottom */
  .footer-bottom {
    margin-top: 2rem;
    border-top: 1px solid #444;
    padding-top: 1rem;
    font-size: 0.9rem;
    color: #ccc;
  }

  /* Responsif */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  }

  /* Footer */










