/* Gaya umum tetap sama seperti sebelumnya */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 100px; /* Sesuaikan dengan tinggi header + navbar */
    height: 100%;
}
/* Header */
body {
    margin: 0; /* Menghilangkan margin default pada body */
    height: 100%; /* Menyusun tinggi halaman menjadi 100% */
}
.main-content {
    flex: 1;
}
.header-content {
    display: flex;
    flex-direction: column; /* Mengatur elemen secara vertikal */
    align-items: center;    /* Memusatkan elemen secara horizontal */
    justify-content: center; /* Memusatkan elemen secara vertikal */
    padding: 10px;         /* Mengurangi padding untuk membuat header lebih kecil */
    background-color: #ffffff; /* Warna latar belakang */
    border-bottom: 0px solid #007bff; /* Garis bawah untuk detail */
    position: fixed;         /* Memastikan header tetap di atas */
    top: 0;                 /* Posisi dari atas */
    left: 0;                /* Posisi dari kiri */
    right: 0;               /* Mengisi lebar penuh */
    z-index: 1000;          /* Menjaga header di atas konten lainnya */
}

.logo {
    max-width: 30%;        /* Memastikan logo tidak lebih besar dari wadahnya */
    max-height: 30px;       /* Membatasi tinggi maksimum agar tetap proporsional */
    height: auto;           /* Menjaga proporsi gambar */
    width: auto;            /* Mengatur lebar otomatis berdasarkan tinggi */
    margin-bottom: 5px;     /* Jarak antara logo dan nama perusahaan */
    transition: transform 0.3s ease; /* Animasi saat hover */
}

.logo:hover {
    transform: scale(1.1);  /* Efek zoom saat hover */
}

.company-name {
    font-size: 20px;        /* Ukuran font yang lebih kecil untuk nama perusahaan */
    color: #007bff;         /* Warna teks */
    text-align: center;     /* Memusatkan teks */
    font-weight: bold;      /* Menguatkan teks */
    margin: 0;              /* Menghilangkan margin default */
    padding: 2px 0;         /* Memberi sedikit padding atas dan bawah */
}

/* Responsif */
@media (max-width: 768px) {
    .logo {
        max-height: 30px;   /* Mengurangi tinggi maksimum pada perangkat mobile */
    }

    .company-name {
        font-size: 18px;    /* Mengurangi ukuran font di perangkat mobile */
    }
}

@media (max-width: 480px) {
    .logo {
        max-height: 40px;   /* Lebih kecil lagi untuk layar kecil */
    }

    .company-name {
        font-size: 16px;    /* Ukuran font lebih kecil di layar kecil */
    }
}

.content {
    margin-top: 80px;      /* Menambahkan margin atas untuk menghindari overlap dengan header */
    padding: 20px;         /* Menambahkan padding untuk konten */
}


/* Navbar */
nav {
    background-color: #0400ff;
    position: fixed; /* Agar tetap berada di atas saat di-scroll */
    top: 60px; /* Jarak dari atas (menghindari header) */
    width: 100%;
    z-index: 999; /* Sedikit di bawah header, tetapi tetap di atas konten */
    box-shadow: 0 4px 2px -2px gray; /* Opsional: bayangan untuk efek visual */
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* Membungkus item untuk responsivitas */
}

nav ul li {
    margin-right: 10px;
    position: relative; /* Agar dropdown dapat diposisikan dengan benar */
}

/* Link dengan animasi garis bawah */
nav ul li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative; /* Dibutuhkan untuk posisi garis bawah */
}

nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ffffff; /* Warna garis bawah */
    left: 0;
    bottom: 0;
    transition: width 0.3s ease-in-out; /* Durasi dan transisi */
}

nav ul li a:hover::after,
nav ul li a:focus::after,
nav ul li a:active::after {
    width: 100%; /* Garis bawah penuh saat di-hover atau diklik */
}

/* Warna latar saat hover tetap ada */
nav ul li a:hover {
    background-color: #0400ff;
    color: #ffffff;
}


/* Logo Navigasi */
nav ul li.logo-li {
    margin-right: 80px;
    padding: 0; /* Menyesuaikan padding agar logo tetap proporsional */
    display: flex;
    justify-content: flex-end; /* Menggeser logo lebih ke kanan */
}

nav ul li img.nav-logo {
    height: 50px;
    margin-left: 130px; /* Menggeser gambar lebih ke kanan */
}

/* Menu Navigasi */
.nav-menu {
    list-style: none;
    display: flex;
    flex-direction: row;
}

.nav-menu li {
    margin: 0 10px;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
}

.nav-menu .dropdown-content {
    display: none;
}


/* Toggle Navigasi untuk Mobile */
.nav-toggle {
    display: none; /* Sembunyikan pada layar besar */
    background-color: #ed0101;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    margin-left: auto; /* Geser ke kanan */
}

/* Responsivitas untuk layar kecil */
@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }

    nav ul {
        display: none; /* Sembunyikan menu awalnya */
        flex-direction: column;
        background-color: #0004ff; /* Sesuaikan dengan tema warna Anda */
        position: fixed; /* Tetapkan posisi tetap di layar */
        top: 0;
        left: 0;
        width: 250px; /* Lebar menu di sebelah kiri */
        height: 100vh; /* Full height */
        padding-top: 60px; /* Ruang untuk header */
        overflow-y: auto; /* Tambahkan scroll jika konten lebih tinggi dari layar */
        z-index: 998; /* Pastikan tetap di bawah header */
    }

    nav ul.active {
        display: flex; /* Tampilkan menu saat toggle aktif */
        align-items: flex-start; /* Posisi item di kiri */
        padding-left: 20px; /* Beri jarak dari tepi kiri */
    }

    nav ul li {
        padding: 10px 0; /* Atur padding vertikal */
        width: 100%; /* Buat item memenuhi lebar container */
    }

    nav ul li a {
        color: white; /* Warna link */
        text-decoration: none;
        display: block; /* Pastikan link memenuhi lebar penuh item */
        text-align: left; /* Posisi teks di kiri */
        padding: 10px 20px; /* Tambahkan padding agar lebih rapi */
    }

    .nav-menu .dropdown-content {
        position: relative; /* Ubah menjadi relative agar tampil di bawah item */
        background-color: #333;
        display: flex;
        flex-direction: column;
        width: 100%;
        left: 0;
        top: 0; /* Sesuaikan posisi dropdown */
        padding: 0;
        margin: 0;
    }

    .nav-menu .dropdown:hover .dropdown-content {
        display: flex; /* Gunakan flex agar dropdown mengikuti layout kolom */
    }
}

/* Gaya untuk elemen logo-li di layar besar */
nav ul li.logo-li {
    margin-right: 100px;
    padding: 0; /* Sesuaikan padding untuk proporsi yang lebih baik */
    display: flex;
}

/* Logo di dalam logo-li */
nav ul li.logo-li img.nav-logo {
    height: 50px; /* Ukuran default logo */
    width: auto; /* Pastikan proporsi logo tetap */
    justify-content: center;
}

/* Responsivitas untuk layar medium */
@media (max-width: 768px) {
    nav ul li.logo-li {
        margin-right: 10px; /* Kurangi margin untuk layar lebih kecil */
        padding: 0 10px; /* Tambahkan sedikit padding untuk jarak */
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Letakkan logo di kiri */
    }

    nav ul li.logo-li img.nav-logo {
        height: 30px; /* Sesuaikan ukuran logo */
        width: auto; /* Pertahankan proporsi */
        margin-left: 0; /* Tetapkan margin kiri menjadi 0 */
    }
}

/* Responsivitas untuk layar kecil */
@media (max-width: 480px) {
    nav ul li.logo-li {
        margin: 0; /* Hapus margin agar lebih pas */
        padding: 10px 15px; /* Tambahkan padding agar lebih proporsional */
        width: 78%; /* Buat elemen memenuhi lebar container */
        justify-content: center; /* Posisikan logo di tengah */
    }

    nav ul li.logo-li img.nav-logo {
        height: 35px; /* Sesuaikan lagi ukuran logo */
        width: auto; /* Pertahankan proporsi */
        margin-left: 0; /* Tetapkan margin kiri menjadi 0 */
    }
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropbtn {
    background-color: #0400ff;
    color: white;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0400ff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #0400ff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #0400ff;
}

/* Slider */
.contenislide {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slide-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.mySlides {
    flex: 1 0 100%;
}

.mySlides img {
    width: 100%;
    height: auto;
    padding-top: 20px; /* Sesuaikan dengan kebutuhan */
}

.cta-button:hover {
    background-color: #0051ff;
    color: #ffffff;
}
.mySlides {
    position: relative;
    display: inline-block;
}

.slide-button {
    position: absolute;
    bottom: 70px; /* Jarak dari bawah */
    left: 50px; /* Jarak dari kiri */
    background: #ffcc00; /* Warna tombol */
    color: #000; /* Warna teks */
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10; /* Pastikan di depan overlay */
    transition: background 0.3s;
}

.slide-button:hover {
    background: #ffaa00; /* Warna saat hover */
}


/* Tombol Navigasi */
.prev, .next {
    max-width: 80%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    user-select: none;
    z-index: 5;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Hero Section */
.hero {
    background-image: url('../img/bg_p.jpg'); /* Ganti dengan URL gambar */
    background-size: cover; /* Gambar menutupi seluruh background */
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 191, 255, 0.636); /* Warna latar dengan transparansi */
    background-blend-mode: overlay; /* Menggabungkan warna dan gambar */
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    padding: 20px;
    animation: fadeInSlide 1s ease-in-out; /* Apply animation */
}

.hero h1 {
    font-size: 48px;
    display: inline-block;
    font-weight: bold;
    animation: fadeInSlide 1s ease-in-out; /* Animasi untuk h1 */
    position: relative; /* Untuk mendukung pseudo-elemen */
    margin-bottom: 20px; /* Jarak antara garis dan elemen lain di bawahnya */
}

.hero h1::after {
    content: '';
    display: block;
    width: 100%; /* Lebar garis */
    height: 1px; /* Ketebalan garis */
    background-color: rgba(255, 255, 255, 0.5); /* Warna garis dengan transparansi */
    margin: 10px auto 0; /* Jarak atas dan tengahkan garis */
}

/* Keyframes for fade-in and slide-up animation */
@keyframes fadeInSlide {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .hero {
        height: 0vh; /* Reduce height for smaller screens */
        padding: 5px 10px; /* Adjust padding for smaller screens */
        animation: fadeInSlide 1s ease-in-out; /* Apply animation */
    }

    .hero h1 {
        font-size: 2rem; /* Smaller font size for mobile */
        letter-spacing: 1px; /* Reduce letter spacing for smaller screens */
    }
}

@media (max-width: 480px) {
    .hero {
        height: 25vh; /* Further reduce height for very small screens */
        padding: 5px; /* Minimal padding for smaller devices */
        animation: fadeInSlide 1s ease-in-out; /* Apply animation */
    }

    .hero h1 {
        font-size: 1.5rem; /* Smaller font size for very small screens */
        letter-spacing: 0.5px; /* Adjust letter spacing */
    }
}


/* nilai perusahaan */
.company-values {
    padding: 20px;
    background-color: #fff;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.company-values h2 {
    text-align: center;
    color: #0077b6;
    margin-bottom: 20px;
    font-size: 28px;
}

.value-item {
    margin-bottom: 20px;
}

.value-item h3 {
    font-size: 22px;
    color: #023e8a;
    margin-bottom: 10px;
}

.value-item p {
    font-size: 16px;
    line-height: 1.6;
}

/*pengurus*/
.pengurus-section {
    background-image: url('../img/pengurus.jpg');
    background-color: #f9f9f9;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

/* Fade-in and slide-up animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.8); /* Adds a subtle white overlay */
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Soft shadow for better depth */
    padding: 40px; /* Add padding inside the container */
}

/* Styling for section title */
.pengurus-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #333;
    opacity: 0;
    animation: fadeInTitle 1.5s ease-in-out 0.5s forwards;
}

/* Keyframes for title sliding in */
@keyframes fadeInTitle {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animating h3 and the boxes together */
.pengurus-section h3, .pengurus-container {
    opacity: 0;
    animation: fadeInTogether 1.5s ease-in-out forwards;
}

/* Keyframes for h3 and containers */
@keyframes fadeInTogether {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.pengurus-section h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #007BFF;
    text-transform: uppercase;
    font-weight: bold;
}

.pengurus-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    animation-delay: 0.5s; /* Sync with the h3 */
}

/* Pengurus item box with hover effect */
.pengurus-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: fadeInBox 1.5s ease-in-out forwards;
    animation-delay: 0.7s; /* Slight delay to sync with container */
}

/* Box animation */
@keyframes fadeInBox {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animasi saat hover */
.pengurus-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.pengurus-image {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #ddd;
    transition: transform 0.3s ease;
}

/* Slight zoom-in effect on image hover */
.pengurus-item:hover .pengurus-image {
    transform: scale(1.05);
}

.pengurus-item h4 {
    font-size: 20px;
    margin: 15px 0;
    color: #333;
}

.pengurus-item p {
    font-size: 16px;
    color: #777;
    margin-bottom: 15px;
    padding: 0 10px;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
    .pengurus-container {
        flex-direction: column;
        align-items: center;
    }

    .pengurus-item {
        width: 80%;
    }
}

/* kredit Kotak Gambar, Tulisan, dan Tombol Link produk*/ 
.image-galleryyy {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.image-galleryyy h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #000000;
}

.gallery-containerrr {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery-itemmm {
    width: 500px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-itemmm:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.gallery-imageee {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-descriptionnn {
    padding: 10px;
    color: #666;
}

/* Background untuk seluruh halaman */
body#form {
    background-image: url('../img/bg_p.jpg'); /*Ganti dengan URL gambar background */
    font-family: 'Arial', sans-serif; /* Font yang digunakan di seluruh halaman */
}

/* Form pengajuan styling */
.application-form {
    max-width: 800px; /* Lebar maksimum formulir */
    margin: 40px auto; /* Margin untuk sentralisasi */
    padding: 20px; /* Padding di dalam formulir */
    background-color: #f9f9f9; /* Warna latar belakang formulir */
    border: 1px solid #ddd; /* Garis batas */
    border-radius: 8px; /* Sudut membulat */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Bayangan halus */
    position: relative; /* Untuk latar belakang */
    z-index: 1; /* Menempatkan di atas latar belakang */
}

/* Efek latar belakang */
.application-form::before {
    content: '';
    position: absolute; /* Posisi absolut untuk efek */
    top: 0; /* Atas */
    left: 0; /* Kiri */
    right: 0; /* Kanan */
    bottom: 0; /* Bawah */
    background-image: url('../img/bg_p.jpg'); /* Ganti dengan URL gambar background */
    background-size: cover; /* Menutupi seluruh area */
    background-position: center; /* Pusat gambar */
    opacity: 1; /* Keterlihatan gambar latar belakang */
    border-radius: 8px; /* Sudut membulat yang sama */
    z-index: -1; /* Menempatkan di belakang formulir */
}
.application-form h1 {
    margin-bottom: 20px; /* Jarak bawah judul */
    font-size: 24px; /* Ukuran font judul */
    color: #004d99; /* Warna judul */
    text-align: center; /* Mengatur judul ke tengah */
    color: #ffffff;
}

.application-form h2 {
    margin-bottom: 20px; /* Jarak bawah judul */
    font-size: 24px; /* Ukuran font judul */
    color: #004d99; /* Warna judul */
    text-align: center; /* Mengatur judul ke tengah */
}

.form-group {
    margin-bottom: 15px; /* Jarak bawah setiap grup */
}

.form-group label {
    display: block; /* Membuat label menjadi block */
    margin-bottom: 5px; /* Jarak bawah label */
    font-weight: bold; /* Tebal */
    color: #ffffff; /* Warna label */
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group textarea,
.form-group select {
    width: 100%; /* Lebar penuh */
    padding: 10px; /* Padding di dalam input */
    border: 1px solid #ccc; /* Garis batas input */
    border-radius: 4px; /* Sudut membulat */
    font-size: 16px; /* Ukuran font input */
    transition: border-color 0.3s; /* Efek transisi */
}

.form-group input:focus,
.form-group select:focus {
    border-color: #004d99; /* Warna batas saat fokus */
    outline: none; /* Menghilangkan outline default */
}

.form-group textarea {
    resize: vertical; /* Memungkinkan ukuran vertikal */
}

.form-group button {
    background-color: #004d99; /* Warna tombol */
    color: #fff; /* Warna teks tombol */
    border: none; /* Tanpa batas */
    padding: 10px 20px; /* Padding di dalam tombol */
    border-radius: 4px; /* Sudut membulat tombol */
    font-size: 16px; /* Ukuran font tombol */
    cursor: pointer; /* Menunjukkan pointer saat hover */
    transition: background-color 0.3s; /* Efek transisi untuk hover */
}

.form-group button:hover {
    background-color: #003366; /* Warna saat hover */
}

/* informasi */ 
.image-galleryyyy {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.image-galleryyyy h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #000000;
}
.image-galleryyyy p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #1d1d1d;
    text-align: justify;
}

.gallery-containerrrr {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery-itemmmm {
    display: flex;
    flex-direction: row; /* Position items side by side */
    justify-content: flex-start; /* Align items to the left */
    align-items: center; /* Center the title and image vertically */
    width: 100%;
    max-width: 400px; /* Adjust max width as needed */
    height: auto; /* Allow height to adjust based on content */
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-itemmmm:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.gallery-imageeee {
    width: 100px; 
    height: auto; 
    margin-right: 20px; 
}

.gallery-descriptionnnn {
    text-align: left; /* Align text to the left */
    color: #666;
}

.gallery-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.cta-buttonnnn {
    margin-top: 10px;
    display: inline-block;
    padding: 8px 11px;
    background-color: #007bff;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cta-buttonnnn:hover {
    background-color: #0022ff;
    transform: scale(1.05);
    
}
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.pagination-container a, .pagination-container span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #007BFF;
    border: 2px solid #007BFF;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination-container a:hover, .pagination-container span.active {
    background-color: #007BFF;
    color: white;
}

.pagination-container .prev-page, .pagination-container .next-page {
    font-size: 24px;
    border-radius: 50%;
    padding: 5px;
    width: 15px;
    height: 15px;
}

.pagination-container .page-number {
    cursor: pointer;
    font-size: 18px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .gallery-itemmmm {
        flex-direction: column; /* Stack image and title vertically */
        align-items: center; /* Center items on smaller screens */
        width: 100%;
    }

    .gallery-imageeee {
        margin-right: 0;
        margin-bottom: 20px; /* Add spacing between image and text on mobile */
    }

    .gallery-title {
        font-size: 20px;
    }
}

/* Publikasi hero */
.pub {
    padding: 20px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', sans-serif;
}

.pub h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-size: 28px;
}

/* Container */
.container {
    max-width: 800px;
    margin: 0 auto;
}

/* Tab container */
.tab-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.tab {
    text-align: center;
    cursor: pointer;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tab img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    transition: transform 0.3s ease;
}

.tab:hover img {
    transform: scale(1.1);
}

.tab div {
    font-size: 16px;
    margin-top: 4px;
}

.tab.active {
    border-bottom: 3px solid #0f6674;
    color: #0f6674;
}

/* Tab content */
.tab-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tab-content.active {
    max-height: 9999px; /* cukup besar untuk menampilkan semua isi */
}

/* Accordion */
.accordion {
    background-color: #f1f1f1;
    border-radius: 10px;
    margin: 10px auto;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    max-width: 700px;
    justify-content: flex-start;
    transition: background-color 0.3s ease;
}

.accordion:hover {
    background-color: #e7e7e7;
}

.accordion::before {
    content: "+";
    font-weight: bold;
    color: #0f6674;
    margin-right: 10px;
}

.accordion.active::before {
    content: "−";
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fafafa;
    margin: 0 auto 10px;
    max-width: 700px;
    padding: 0 20px;
    border-left: 4px solid #0f6674;
    border-radius: 0 0 8px 8px;
}
.panel a img.file-icon {
    width: 18px;
    vertical-align: middle;
    margin-right: 8px;
  }
  
.panel a {
    display: block;
    padding: 10px 0;
    color: #0f6674;
    text-decoration: none;
}

.panel a:hover {
    text-decoration: underline;
}

/* Publications list */
.publications-list {
    list-style: none;
    padding: 0;
    list-style-type: disc;
    padding-left: 20px;
}

.publications-list li {
    margin-bottom: 10px;
}

.publications-list li a {
    text-decoration: underline;
    color: inherit;
}

.publications-list a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}

.publications-list a:visited {
    color: #000000;
}

.publications-list a:hover {
    color: #0099ff;
    text-decoration: none;
}

/* Mobile-friendly */
@media screen and (max-width: 600px) {
    .tab-container {
        gap: 20px;
    }

    .tab img {
        width: 50px;
    }

    .tab div {
        font-size: 14px;
    }

    .accordion {
        font-size: 14px;
        padding: 12px 16px;
    }

    .panel {
        padding: 0 16px;
    }
}


/* Hero Section */
.hero.galeri {
    background-color: #f4f4f4;
    padding: 50px 20px;
    text-align: center;
}

.hero.galeri h1 {
    margin: 0;
    font-size: 28px;
    color: #0015ff;
}

/* Galeri Section */
.view-box {
    border: 2px solid #aeaeae; /* Warna border  */
    border-radius: 12px; /* Sudut melengkung */
    padding: 20px; /* Jarak di dalam kotak */
    background-color: #ffffff; /* Warna latar belakang putih */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Efek bayangan */
    margin: 30px auto; /* Jarak di atas dan bawah serta pusatkan elemen */
    max-width: 1200px; /* Lebar maksimum kotak */
}

.gallery-sectionn {
    padding: 60px 0;
    background-color: #f4f4f4;
}

.gallery-sectionn h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
}

.gallery-containerr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 20px;
}

/* Gallery item styling */
.gallery-itemm {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-itemm:hover {
    transform: scale(1.05);
}

/* Gallery image styling */
.gallery-imagee {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.gallery-itemm:hover .gallery-imagee {
    transform: scale(1.1);
}

/* Adding a subtle overlay on hover */
.gallery-itemm::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-itemm:hover::after {
    opacity: 1;
}

/* Responsive container */
@media (max-width: 768px) {
    .gallery-containerr {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

/* Modal styling */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.8); 
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/*kontak*/
.containerkontak {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Social Media Section */
.social-media-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0000ff 0%, #00a6ff 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.social-media-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    animation: moveBackground 15s linear infinite;
}

@keyframes moveBackground {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

.containerkontak h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.social-media-links {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.social-link {
    display: inline-block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 50%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.social-link img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.social-link:hover img {
    filter: none;
    transform: scale(1.2);
}

.social-link:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .social-media-links {
        flex-direction: column;
        gap: 20px;
    }

    .social-link img {
        width: 60px;
        height: 60px;
    }
}


/*baru untuk foto */

.container1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 kolom */
    gap: 10px;
    max-width: 1400px;
    margin: 0 auto; /* Tengah */
    padding: 20px;
}

.card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-height: 80%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* Responsif agar tetap rapi di layar kecil */
@media screen and (max-width: 1024px) {
    .container {
        grid-template-columns: repeat(2, 1fr); /* 2 kolom di tablet */
    }
}

@media screen and (max-width: 768px) {
    .container {
        grid-template-columns: repeat(1, 1fr); /* 1 kolom di hp */
    }
}



/* General styling for the calculator container */
.loan-calculator {
    max-width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin: 20px auto;
    font-family: Arial, sans-serif;
    color: #333;
}

/* Title of the calculator */
.loan-calculator h2 {
    text-align: center;
    color: #004d99;
    margin-bottom: 20px;
    font-size: 24px;
}

/* Styling for labels and input fields */
.loan-calculator label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.loan-calculator input,
.loan-calculator select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* Styling for the submit button */
.loan-calculator button {
    width: 100%;
    padding: 10px;
    background-color: #004d99;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.loan-calculator button:hover {
    background-color: #003366;
}

/* Display for results */
.loan-calculator .result {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #007acc;
}

/* Responsive adjustments */
@media screen and (max-width: 480px) {
    .loan-calculator {
        padding: 15px;
    }

    .loan-calculator h2 {
        font-size: 20px;
    }
}

/* persyaratan kredit Menambahkan jarak dan gaya pada bagian persyaratan */
.requirements {
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.requirements h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    border-bottom: 2px solid #007bff; /* Garis bawah berwarna biru */
    padding-bottom: 10px;
    text-align: left;
}

.requirements ul {
    list-style-type: none;
    padding: 0;
}

.requirements li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.requirements ul ul {
    padding-left: 20px;
}

.requirements .cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 4px;
}

.requirements .cta-button:hover {
    background-color: #0056b3;
}

/* Footer */
.footer-top {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

.footer-top img {
    height: 30px;
}

footer {
    background-color: #f1f1f1;
    color: #333;
    text-align: center;
    padding: 10px 0;
    position: relative;
    
}

/* Logo dan Alamat Perusahaan */
.footer-top {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
}

.footer-top img {
    height: 50px;
    margin-bottom: 10px;
}

.footer-top p {
    margin: 0;
    font-size: 14px;
    color: #000000;
}

/* Footer */
footer {
    text-align: center;
    padding: 10px;
    background-color: #0015ff; /* Warna latar belakang footer */
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer-top {
        padding: 15px;
    }
    footer {
        padding: 15px;
    }
}

/* Konten */
.content {
    padding: 20px;
    text-align: center;
}

.content h2 {
    color: #4CAF50;
}

.content p {
    color: #666;
    line-height: 1.6;
}

/* Kotak Gambar dan Tulisan */
.info-box {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0; /* Initially hidden */
    animation: fadeInBox 0.5s ease-in-out forwards 0.2s;
}

@keyframes fadeInBox {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.info-image {
    max-width: 40%;
    height: auto;
    border-radius: 8px;
    margin-right: 20px;
    transform: translateX(-100px); /* Start off-screen to the left */
    opacity: 0;
    animation: slideInLeft 0.8s ease forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.info-text {
    max-width: 60%;
    transform: translateX(100px); /* Start off-screen to the right */
    opacity: 0;
    animation: slideInRight 0.8s ease forwards 0.4s;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.info-text h2 {
    margin-top: 0;
    color: #333;
}

.info-text p {
    color: #666;
    line-height: 1.6;
    text-align: justify;
}

/* Kotak Gambar dan Tulisan */
.info-box1 {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0; /* Initially hidden */
    animation: fadeInBox 0.5s ease-in-out forwards 0.2s;
}

@keyframes fadeInBox {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.info-image1 {
    display: flex;
    max-width: 40%;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-right: 20px;
    transform: translateX(-100px); /* Start off-screen to the left */
    opacity: 0;
    animation: slideInLeft 0.8s ease forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.info-text1 {
    max-width: 100%;
    transform: translateX(100px); /* Start off-screen to the right */
    opacity: 0;
    top: 0;
    position: relative;
    animation: slideInRight 0.8s ease forwards 0.4s;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.info-text1 h2 {
    margin-top: 0;
    color: #333;
}

.info-text1 p {
    color: #666;
    line-height: 1.6;
    text-align: justify;
}

/* Produk */
.image-gallery {
    padding: 40px 20px;
    text-align: center;
    background-color: #f3f4f6;
    opacity: 0;
    animation: fadeInGallery 1.5s ease-in-out forwards; /* Memperpanjang durasi */
}

@keyframes fadeInGallery {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.image-gallery1 h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
    font-weight: 700;
    opacity: 0;
    transform: translateY(-20px);
    animation: slideInDown 1s ease forwards; /* Memperpanjang durasi */
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.gallery-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth transition */
    overflow: hidden;
    position: relative;
    opacity: 0; /* Mulai dengan tidak terlihat */
}

/* Animasi untuk Kredit dari Kiri */
.gallery-item.kredit {
    animation: slideInLeft 0.8s forwards; /* Animasi untuk Kredit */
}

/* Animasi untuk Tabungan dari Bawah */
.gallery-item.tabungan {
    animation: slideInUp 0.8s forwards; /* Animasi untuk Tabungan */
}

/* Animasi untuk Deposito dari Kanan */
.gallery-item.deposito {
    animation: slideInRight 0.8s forwards; /* Animasi untuk Deposito */
}

/* Keyframes untuk Slide In dari Kiri */
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px); /* Mulai dari luar layar kiri */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Berhenti di posisi normal */
    }
}

/* Keyframes untuk Slide In dari Bawah */
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(100px); /* Mulai dari luar layar bawah */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Berhenti di posisi normal */
    }
}

/* Keyframes untuk Slide In dari Kanan */
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100px); /* Mulai dari luar layar kanan */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Berhenti di posisi normal */
    }
}

/* Mengatur delay untuk animasi */
.gallery-item.kredit {
    animation-delay: 0.2s; /* Delay untuk Kredit */
}

.gallery-item.tabungan {
    animation-delay: 0.4s; /* Delay untuk Tabungan */
}

.gallery-item.deposito {
    animation-delay: 0.6s; /* Delay untuk Deposito */
}

.gallery-item:hover {
    transform: translateY(-5px); /* Meningkatkan efek hover */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); /* Meningkatkan bayangan */
}

.gallery-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.gallery-description {
    font-size: 20px;
    color: #007bff;
    margin: 10px 0;
}

.gallery-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-align: justify;
}

.cta-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out; /* Smooth transition */
}

.cta-button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Tombol Link */
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #020116;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: buttonSlideIn 1s ease forwards 0.8s;
}

@keyframes buttonSlideIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-button:hover {
    background-color: #0033cc;
    transform: scale(1.05);
}
/* Sembunyikan elemen secara default */
.image-gallery, .gallery-item, .cta-button {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Animasi saat elemen muncul di viewport */
.in-view .image-gallery, 
.in-view .gallery-item, 
.in-view .cta-button {
    opacity: 1;
    transform: translateY(0);
}

/* Tambahkan animasi */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.image-gallery.in-view, 
.gallery-item.in-view, 
.cta-button.in-view {
    animation: fadeInUp 0.6s ease forwards;
}

/* Alamat Kantor */
.address-section {
    padding: 60px 20px;
    background-color: #001aff;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.address-section.in-view {
    opacity: 1;
    transform: translateY(0);
}

.address-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.address-section.in-view h2 {
    opacity: 1;
    transform: translateY(0);
}

.address-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Menampilkan 3 kolom */
    gap: 20px; /* Jarak antara kotak */
    justify-items: center;
}

/* Animasi untuk Kantor Pusat */
.address-item {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    max-width: 100%; /* Menggunakan lebar penuh kolom */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.8s ease, transform 0.8s ease;
    text-align: center;
    position: relative;
    opacity: 0;
}

/* Kantor Pusat */
.address-item.kantor-pusat {
    transform: translateX(-50px); /* Keluar dari kiri */
}

/* Kantor Kas Tapen */
.address-item.kantor-kas-tapen {
    transform: translateX(50px); /* Keluar dari kanan */
}

.address-item.in-view {
    opacity: 1;
    transform: translateY(0);
}

.address-item.kantor-pusat.in-view {
    transform: translateX(0); /* Masuk dari kiri */
}

.address-item.kantor-kas-tapen.in-view {
    transform: translateX(0); /* Masuk dari kanan */
}

.address-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.address-icon {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.address-item h3 {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 10px;
}

.address-item p {
    font-size: 16px;
    color: #666;
}

.address-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 217, 255, 0.54), rgba(255, 123, 255, 0.497));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.address-item:hover:before {
    opacity: 1;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
    .address-content {
        grid-template-columns: 1fr 1fr; /* 2 kolom pada layar sedang */
    }
}

@media (max-width: 576px) {
    .address-content {
        grid-template-columns: 1fr; /* 1 kolom pada layar kecil */
    }
}

/* Berita dan Event */
.news-events {
    padding: 40px;
    background-color: #f9f9f9;
}

.news-events h2 {
    text-align: center;
    margin-bottom: 20px;
}

.news-events-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.news-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
}

.news-item .news-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-item .news-text {
    padding: 15px;
}

.news-item .news-text h3 {
    margin: 0;
    font-size: 1.2em;
}

.news-item .news-text p {
    margin: 10px 0;
    color: #666;
}

.news-item .cta-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.news-item .cta-button:hover {
    background-color: #0056b3;
}

/*layanan pengaduan*/
.company-valuess {
    padding: 20px;
    background-color: #fff;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.company-valuess h2 {
    text-align: center;
    color: #0077b6;
    margin-bottom: 20px;
    font-size: 28px;
}
.company-valuess p {
    text-align: justify;
    color: #000000;
    margin-bottom: 20px;
    font-size: 17px;
}

.value-itemm {
    margin-bottom: 20px;
}

.value-itemm h3 {
    font-size: 22px;
    color: #023e8a;
    margin-bottom: 10px;
}

.value-itemm p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
}
/* Styling untuk daftar berurutan dengan huruf abjad */
ol[type="a"] {
    list-style-type: lower-alpha; /* Menggunakan abjad kecil sebagai marker */
    margin-left: 20px; /* Memberi margin kiri untuk indentasi */
    padding-left: 0; /* Menghapus padding default */
}

/* Styling untuk item dalam daftar */
ol[type="a"] li {
    margin-bottom: 10px; /* Menambahkan jarak antar item */
    font-size: 17px; /* Ukuran font item */
    line-height: 1.3; /* Menambah jarak antar baris untuk keterbacaan */
    text-align: justify;
}

/* Styling tambahan untuk marker (huruf abjad) */
ol[type="a"] li::marker {
    color: #000000; /* Warna marker, bisa diubah sesuai kebutuhan */
}

/* Tambahan styling untuk memastikan paragraf tidak terlalu mepet */
ol[type="a"] li p {
    text-align: justify; /* Agar teks dalam item daftar tetap rata kanan kiri */
    margin: 0; /* Menghapus margin tambahan pada paragraf */
}



ol[type="1"] {
    list-style-type: decimal; /* Menggunakan abjad kecil sebagai marker */
    margin-left: 20px; /* Memberi margin kiri untuk indentasi */
    padding-left: 0; /* Menghapus padding default */
}

/* Styling untuk item dalam daftar */
ol[type="1"] li {
    margin-bottom: 9px; /* Menambahkan jarak antar item */
    font-size: 17px; /* Ukuran font item */
    line-height: 1.3; /* Menambah jarak antar baris untuk keterbacaan */
    text-align: justify;
}

/* Styling tambahan untuk marker (huruf abjad) */
ol[type="1"] li::marker {
    color: #000000; /* Warna marker, bisa diubah sesuai kebutuhan */
}

/* Tambahan styling untuk memastikan paragraf tidak terlalu mepet */
ol[type="1"] li p {
    text-align: justify; /* Agar teks dalam item daftar tetap rata kanan kiri */
    margin: 0; /* Menghapus margin tambahan pada paragraf */
}


/* Bagian untuk Google Maps */
.map-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.map-section h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 1000px; /* Atur lebar maksimum sesuai kebutuhan */
    margin: 0 auto; /* Menyelaraskan konten di tengah */
}

.map-container iframe {
    width: 100%;
    height: 450px; /* Sesuaikan dengan tinggi peta yang diinginkan */
    border: none; /* Menghapus border default */
}

/* Responsif */
@media screen and (max-width: 768px) {
    .map-section h2 {
        font-size: 24px;
    }

    .map-container iframe {
        height: 300px; /* Sesuaikan tinggi peta pada layar kecil */
    }
}


/* Gaya untuk bagian Saran dan Komentar dengan background foto */
.feedback-section {
    background-image: url('../img/saran.jpg'); /* Ganti dengan path gambar latar belakang */
    background-size: cover; /* Menyesuaikan ukuran gambar dengan elemen */
    background-position: center; /* Menyelaraskan gambar di tengah */
    padding: 40px 20px; /* Jarak dari tepi */
    text-align: center; /* Menempatkan teks di tengah */
    color: #000000; /* Warna teks putih untuk kontras dengan background */
    position: relative; /* Posisi relatif untuk overlay */
}

.feedback-section::before {
    content: ""; /* Membuat elemen kosong */
    position: absolute; /* Posisi absolut untuk overlay */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); /* Warna latar belakang dengan transparansi */
    z-index: 1; /* Menempatkan overlay di atas gambar latar belakang */
}

.feedback-section h2 {
    font-size: 28px;
    margin-bottom: 20px; /* Jarak antara judul dan form */
    font-family: 'Arial', sans-serif; /* Font untuk judul */
    position: relative; /* Posisi relatif agar tetap di atas overlay */
    z-index: 2; /* Menempatkan judul di atas overlay */
}

.feedback-section form {
    max-width: 600px; /* Lebar maksimum form */
    margin: 0 auto; /* Pusatkan form di tengah */
    background-color: #ffffff; /* Warna latar belakang form */
    padding: 20px;
    border-radius: 8px; /* Sudut melengkung pada form */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan pada form */
    position: relative; /* Posisi relatif untuk memastikan form di atas overlay */
    z-index: 2; /* Menempatkan form di atas overlay */
}

.feedback-section label {
    display: block; /* Memastikan label berada di atas input */
    font-size: 16px;
    margin-bottom: 5px; /* Jarak antara label dan input */
    text-align: left; /* Teks label rata kiri */
}

.feedback-section input[type="text"],
.feedback-section input[type="email"],
.feedback-section textarea {
    width: 100%; /* Lebar penuh elemen */
    padding: 10px;
    margin-bottom: 15px; /* Jarak antara elemen input */
    border: 1px solid #ddd; /* Border elemen input */
    border-radius: 4px; /* Sudut melengkung pada elemen input */
    box-sizing: border-box; /* Termasuk padding dan border dalam lebar total */
}

.feedback-section textarea {
    resize: vertical; /* Membolehkan perubahan ukuran vertikal */
}

.feedback-section button {
    background-color: #0044cc; /* Warna latar belakang tombol */
    color: #fff; /* Warna teks tombol */
    border: none; /* Menghapus border tombol */
    padding: 10px 20px; /* Jarak dalam tombol */
    font-size: 16px; /* Ukuran font tombol */
    border-radius: 4px; /* Sudut melengkung pada tombol */
    cursor: pointer; /* Menunjukkan bahwa tombol dapat diklik */
    transition: background-color 0.3s ease; /* Efek transisi saat hover */
}

.feedback-section button:hover {
    background-color: #0033aa; /* Warna latar belakang tombol saat hover */
}

/* Media Queries untuk Responsiveness */
@media screen and (max-width: 768px) {
    header {
        padding: 10px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .top-bar {
        flex-direction: column;
        gap: 10px;
    }

    nav ul {
        flex-direction: column;
    }

    .hero {
        height: 300px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .content {
        padding: 15px;
    }

    .footer-top img {
        height: 40px;
    }

    .footer-top p {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    header img {
        height: 40px;
    }

    .top-bar a {
        padding: 8px 16px;
        font-size: 14px;
    }

    .prev, .next {
        padding: 12px;
        font-size: 16px;
    }

    .hero {
        height: 200px;
    }

    .hero h1 {
        font-size: 24px;
    }

    .content h2 {
        font-size: 24px;
    }

    .content p {
        font-size: 14px;
    }

    .footer-top img {
        height: 30px;
    }

    .footer-top p {
        font-size: 10px;
    }

       /* Hero Section */
.pub.hero {
    background-color: #f4f4f4;
    padding: 50px 20px;
    text-align: center;
}

.pub.hero h1 {
    margin: 0;
    font-size: 28px;
    color: #000000;
}

}

/* Visi Misi Section */
.visimisi {
    background: linear-gradient(135deg, #ffffff 0%, #d2f7ff 100%); /* Gradient background */
    color: #ffffff;
    text-align: center;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px; /* Tinggi dapat disesuaikan */
}

.visimisi h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    color: #000000;
}

/* Info Box Section */
.info-boxx {
    display: flex;
    align-items: center;
    justify-content: center; /* Center the content horizontally */
    text-align: center;
    padding: 40px;
    margin: 20px auto;
    background: linear-gradient(135deg, #1105ed 0%, #0267ff 100%); /* Gradient background */
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Shadow effect for depth */
    color: white;
    max-width: 1000px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transition effects */
}

.info-boxx:hover {
    transform: translateY(-10px); /* Slight lift on hover */
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

.info-boxx.reverse {
    flex-direction: row-reverse;
}

.info-textt {
    flex: 1;
    padding: 20px;
}

.info-textt h1 {
    font-size: 1.8rem;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.info-textt h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    border-bottom: 3px solid rgb(0, 0, 0);
    display: inline-block;
    padding-bottom: 5px;
}

.value-itemm p {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
}

/* Add hover effects to value items */
.value-itemm p:hover {
    color: #00fbff; /* Change text color on hover */
    transform: scale(1.05); /* Slight zoom on hover */
    transition: all 0.3s ease;
}

/* Responsiveness */
@media (max-width: 768px) {
    .info-box {
        flex-direction: column;
    }

    .info-box.reverse {
        flex-direction: column;
    }

    .info-text {
        text-align: center;
    }
}

/* Publikasi Section */
.full-width {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.row {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Jarak antar kolom */
}
.pub.publications-section {
    padding: 20px;
    background-color: #f9f9f9;
}

.pub.publications-section h2 {
    text-align: center;
    color: #f30404;
    margin-bottom: 20px;
}

.pub.container {
    max-width: 800px;
    margin: 0 auto;
}

.pub.publications-list {
    list-style: none;
    padding: 0;
}

.pub.publications-list li {
    margin-bottom: 10px;
}

.pub.publications-list a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

.pub.publications-list a:hover {
    text-decoration: underline;
}

/* Footer */
.pub.footer-top {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

.pub.footer-top img {
    height: 30px;
}


/* CSS untuk notifikasi */
.notification {
    display: none; /* Sembunyikan notifikasi secara default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    padding: 20px;
    z-index: 1000; /* Pastikan notifikasi di atas elemen lain */
    width: 300px; /* Atur lebar kotak notifikasi */
    text-align: center; /* Teks di tengah kotak */
}

.notification p {
    margin: 0;
}

.notification.success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.notification.error {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.application-form h2 {
    margin-bottom: 20px; /* Jarak bawah judul */
    font-size: 1.5em; /* Ukuran font */
    color: #333; /* Warna teks */
    text-align: center; /* Menempatkan teks di tengah */
}

/* upload */
.file-list {
    background: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: left;
  }

  .table-responsive {
  overflow-x: auto;
  width: 100%;
}
