body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #fff;
}

.hero {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(to bottom, #000, #1a1a2e);
}

.produk-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.produk-item {
    background-color: #16213e;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.produk-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.produk-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #00aaff;
    transition: all 0.3s ease;
}

.produk-item h2 {
    color: #00aaff;
    margin: 15px 0;
    font-size: 1.5rem;
}

.produk-item p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 15px;
}

.produk-item img {
    width: 90%;
    height: 180px;
    object-fit: contain;
    border-radius: 8px;
    margin: 10px auto 15px;
    background-color: #16213e;
    padding: 15px;
    border: 2px solid #00aaff;
    transition: border-color 0.3s ease;
    display: block;
}

.produk-item img:hover {
    border-color: #fff;
}

.produk-item:hover {
    transform: translateY(-5px);
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #1a1a2e;
}


.navbar {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar .logo {
    height: 40px;
    width: auto;
    border-radius: 5px;
    object-fit: contain;
}

/* FAQ Styles */
.faq-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h1 {
    color: #00aaff;
    font-size: 2.5em;
    margin-bottom: 15px;
}

.welcome-text {
    color: #a8b2c1;
    font-size: 1.2em;
}

.contact-info {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-info h3 {
    color: #00aaff;
    margin-bottom: 15px;
}

.contact-info p {
    color: #fff;
    margin: 10px 0;
}

.contact-info a {
    color: #00aaff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #0077cc;
}

.faq-section {
    background: rgba(22, 27, 34, 0.8);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-section h2 {
    color: #00aaff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #00aaff;
}

.faq-item {
    background: #1a1a2e;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: translateX(10px);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
}

.faq-question i {
    color: #00aaff;
    font-size: 1.2em;
}

.faq-question h4 {
    color: #fff;
    margin: 0;
    font-size: 1.1em;
}

.faq-answer {
    margin-top: 10px;
    padding-left: 35px;
}

.faq-answer p {
    color: #a8b2c1;
    line-height: 1.6;
}

footer {
    text-align: center;
    padding: 20px;
    background: #1a1a2e;
    color: #a8b2c1;
    margin-top: 40px;
}

/* Responsif untuk perangkat mobile */
@media (max-width: 768px) {
    .faq-container {
        padding: 15px;
    }

    .faq-header h1 {
        font-size: 2em;
    }

    .faq-item {
        padding: 12px;
    }

    .faq-question {
        gap: 10px;
    }
}

.faq {
    background-color: #16213e;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.faq h2 {
    color: #00aaff;
    text-align: center;
    margin-bottom: 30px;
}

.faq-item {
    background-color: #1a1a2e;
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    border: 1px solid #00aaff;
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
}

.faq-item h3 {
    margin: 0 0 10px 0;
    color: #00aaff;
}

.faq-item p {
    margin: 0;
    line-height: 1.5;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #1a1a2e;
    margin-top: 20px;
}

/*TOP UP HTML TODDDD*/
.topup-page{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #121212;
    color: #fff;
}

.header {
    background: linear-gradient(135deg, #003bb9, #0053b9);
    color: white;
    padding: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
}

.header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    transform: rotate(-45deg);
    animation: headerWave 5s linear infinite;
}

@keyframes headerWave {
    0% { transform: rotate(-45deg) translateX(-100%); }
    100% { transform: rotate(-45deg) translateX(100%); }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.product-card {
    background-color: #1e1e1e;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.product-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #0038b0;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-info h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.btn {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #0951aa);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.4);
}

.intro {
    text-align: center;
    margin: 30px 0;
    padding: 0 20px;
}

.intro h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #60a5fa;
}

.intro p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #a3a3a3;
    max-width: 800px;
    margin: 0 auto;
}

.footer {
    background-color: #1e1e1e;
    text-align: center;
    padding: 30px 20px;
    margin-top: 50px;
}

.footer p {
    color: #a3a3a3;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #60a5fa;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .products {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

/* Slider styles */
.slider {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 20px;
}

.slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    display: flex; /* Tambahkan ini */
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 33.33%;
    height: 100%;
    flex-shrink: 0; /* Tambahkan ini */
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 0 10px; /* Tambahkan spacing antara slides */
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 1rem;
    cursor: pointer;
    border-radius: 50%;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}