body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
}

.hero {
    background: url('/images/teknologi.jpg') no-repeat center center/cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.hero-content h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    margin: 5px;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-primary {
    background: blue;
    color: white;
}

.btn-primary:hover {
    background: darkblue;
}

.btn-secondary {
    background: green;
    color: white;
}

.btn-secondary:hover {
    background: darkgreen;
}

/* Section spacing */
section {
    padding: 60px 0;
}

/* Core Values */
.core-values h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

.core-values .col-md-4 i {
    color: red;
    margin-bottom: 15px;
}

.core-values h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.core-values p {
    color: #666;
}

.core-values img {
    width: 400px;
    height: 200px;
}


/* Keunggulan Kami */
.keunggulan h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.keunggulan p {
    color: #555;
    font-size: 1.1em;
}


/* Tombol di hero */
.hero .btn {
    font-size: 1rem;
    padding: 12px 24px;
}

/* Hero heading */
.hero h1 {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.navbar .nav-link {
    font-weight: 500;
    color: #333;
}

.navbar .nav-link:hover {
    color: blue;
}

.navbar-brand {
    font-size: 1.5rem;
}

footer{
    margin-top: 100px;
}

footer h5, footer h6 {
    margin-bottom: 1rem;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer a:hover {
    text-decoration: underline;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.paket-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* biar responsif kalau layar kecil */
    padding: 0 20px;
}

.paket-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
    width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.paket-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.paket-desc {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

.paket-price {
    font-size: 22px;
    font-weight: 700;
    color: #2e5add;
    margin-bottom: 4px;
}

.paket-speed {
    font-size: 13px;
    color: #444;
    margin-bottom: 10px;
}

.paket-benefit {
    font-size: 12px;
    color: #555;
    margin-bottom: 16px;
}

.btn-detail {
    display: inline-block;
    background: #2e5add;
    color: #fff;
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: auto;
}

.btn-detail:hover {
    background: #1d3e8a;
}

/* Swiper container custom */
.paket-swiper {
  padding: 20px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.package-page {
  padding: 50px 20px;
  max-width: 800px;
  margin: 0 auto; /* tengah */
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.package-vertical-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.package-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.package-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.package-desc {
  font-size: 13px;
  color: #777;
  margin-bottom: 12px;
}

.package-price {
  font-size: 22px;
  font-weight: 700;
  color: #2e5add;
  margin-bottom: 4px;
}

.package-speed {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}

.package-benefit {
  font-size: 12px;
  color: #555;
  margin-bottom: 16px;
}

.btn-pesan {
  display: inline-block;
  background: #2e5add;
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: auto; /* selalu di bawah */
}

.btn-pesan:hover {
  background: #1d3e8a;
}
/* --- Penyesuaian untuk Tampilan Mobile (Max-width 768px) --- */
@media (max-width: 768px) {
    /* Hero Section */
    .hero {
        height: 400px; /* Sedikit lebih pendek di mobile */
        /* Anda mungkin juga ingin mengatur background-position di sini */
        background-position: 70% center; /* Geser gambar background agar router lebih terlihat */
    }

    .hero-content h1 {
        font-size: 1.8em; /* Ukuran font H1 lebih kecil di mobile */
        margin-bottom: 10px;
    }

    .hero-content p {
        font-size: 1em; /* Ukuran font paragraf lebih kecil di mobile */
        margin-bottom: 20px;
        padding: 0 15px; /* Tambahkan padding horizontal agar teks tidak menempel tepi */
    }

    .hero .btn {
        font-size: 0.9em; /* Ukuran font tombol lebih kecil */
        padding: 10px 18px; /* Padding tombol lebih kecil */
        /* Agar tombol berjejer vertikal di layar sangat kecil, kita bisa menggunakan flexbox */
        display: block; /* Membuat tombol mengambil lebar penuh */
        width: 80%; /* Batasi lebar tombol */
        max-width: 250px; /* Batasi lebar maksimum */
        margin: 8px auto; /* Memberi jarak vertikal antar tombol dan memusatkannya */
    }

    /* Mengapa Memilih Kami (Core Values) */
    .core-values h2 {
        font-size: 1.8em; /* Ukuran H2 lebih kecil di mobile */
        margin-bottom: 30px;
    }

    .core-values .col-md-4 {
        margin-bottom: 30px; /* Tambah sedikit jarak antar kolom di mobile */
    }

    .core-values h5 {
        font-size: 1.2em; /* Ukuran H5 sedikit lebih kecil */
    }

    .core-values p {
        font-size: 0.9em; /* Ukuran paragraf lebih kecil */
    }

    .core-values img {
        /* Untuk gambar di bagian "Mengapa Memilih Kami" */
        width: 100%; /* Memastikan gambar mengisi lebar kolom */
        height: auto; /* Mempertahankan rasio aspek asli */
        max-width: 250px; /* Batasi lebar maksimum gambar agar tidak terlalu besar */
        margin: 0 auto; /* Pusatkan gambar */
        display: block; /* Untuk margin: auto bekerja */
    }

    /* Keunggulan XL Satu */
    .keunggulan h2 {
        font-size: 1.8em; /* Ukuran H2 lebih kecil di mobile */
        margin-bottom: 20px;
        text-align: center; /* Pusatkan teks judul */
    }

    .keunggulan p {
        font-size: 0.95em; /* Ukuran paragraf lebih kecil */
        text-align: center; /* Pusatkan teks */
        padding: 0 15px; /* Tambahkan padding horizontal */
    }

    .keunggulan img {
        width: 100%;
        height: auto;
        max-width: 400px; /* Batasi ukuran maksimum agar tidak terlalu besar */
        margin: 20px auto 0 auto; /* Tambahkan margin atas dan pusatkan */
        display: block; /* Untuk margin: auto bekerja */
    }

    /* Paket Internet XL Satu (Jika Anda tidak ingin ini jadi carousel) */
    .paket-section .section-title {
        font-size: 1.8em;
    }

    .paket-card {
        padding: 15px;
        margin-bottom: 15px; /* Beri jarak antar kartu di mobile jika tidak pakai swiper */
        width: 90%; /* Buat kartu sedikit lebih sempit di mobile */
        max-width: 300px; /* Batasi lebar maksimum */
        margin-left: auto;
        margin-right: auto; /* Untuk memusatkan kartu */
    }

    .paket-title {
        font-size: 1.1em;
    }

    .paket-price {
        font-size: 1.5em;
    }
}

/* Penyesuaian untuk Layar Sangat Kecil (Optional, tapi disarankan) */
@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5em;
    }
    .hero-content p {
        font-size: 0.9em;
    }
    .hero .btn {
        width: 90%;
        max-width: 280px;
    }
}
