*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', serif;
}

body {
    font-family: 'Open Sans', serif;
    background-color: white;
    color: black;
}

.section-title,
.section-subtitle,
h1, h2, h3, h4, h5, h6,
.nav-links a,
.footer-text,
.contact-text,
.contact-link,
.input-field,
.btn-secondary {
    font-family: 'Open Sans', serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden; /* Prevent horizontal scrolling and white sides */
}

body {
    overflow-x: hidden; /* Prevent horizontal scrolling and white sides */
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #223544;
    padding: 15px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo img {
    height: 70px; /* Sesuaikan ukuran logo */
    width: auto; /* Biarkan lebar menyesuaikan */
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;

}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #d0d0d0;
}

/* Search Bar di Header */
.search-container {
    display: flex;
    align-items: center;
    position: relative;
}
.search-icon {
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    color: white;
    transition: color 0.3s;
}
.search-icon:hover {
    color: #ddd;
}
.search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    background: white;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 220px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.search-box input {
    width: 100%;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 14px;
}
.close-search {
    cursor: pointer;
    font-size: 16px;
    margin-left: 8px;
    color: #999;
    transition: color 0.3s;
}
.close-search:hover {
    color: #333;
}
.destination-card {
    display: block;
}
@media (max-width: 768px) {
    .search-icon {
        font-size: 18px;
        padding: 8px;
    }
    .search-box {
        width: 180px;
        top: 35px;
    }
}


.swiper-container {
    width: 100%;
    padding: 10px 0;
    height: auto;
    overflow: visible !important; /* Changed from hidden to visible to show pagination */
    visibility: visible !important; /* Pastikan slider terlihat */
    position: relative; /* Added to position pagination relative to container */
}


.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 250px; /* Tinggi tetap agar gambar seragam */
    object-fit: cover; /* Memastikan gambar tidak terdistorsi */
    border-radius: 10px;
}

@media (max-width: 768px) {
    .swiper-slide img {
        height: 200px; /* Sesuaikan tinggi untuk layar kecil */
    }
}

@media (max-width: 480px) {
    .swiper-slide img {
        height: 180px; /* Ukuran lebih kecil di HP */
    }
}

/* Gaya tombol slider */
.swiper-button-next, 
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.6); /* Warna semi-transparan */
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Bentuk bulat */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

/* Efek hover */
.swiper-button-next:hover, 
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}

/* Penyesuaian posisi tombol agar berada di luar gambar */
.swiper-button-next {
    right: -20px; /* Geser lebih keluar */
}

.swiper-button-prev {
    left: -20px; /* Geser lebih keluar */
}

/* Responsif: Atur ulang posisi di layar kecil */
@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }
}

/* Posisi pagination lebih dekat ke slider */
.swiper-pagination {
    position: absolute !important;
    bottom: 15px !important; /* Position inside the image */
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.3) !important; /* Semi-transparent background for visibility */
    padding: 5px 10px !important;
    border-radius: 10px !important;
}

/* Ubah ukuran dan warna titik-titik pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.8); /* Warna putih transparan */
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #fa8231; /* Warna aktif lebih mencolok */
    opacity: 1;
}

/* Responsif: Sesuaikan ukuran pagination untuk layar kecil */
@media (max-width: 768px) {
    .swiper-pagination {
        bottom: 5px; /* Lebih dekat ke slider */
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .swiper-pagination {
        bottom: 3px; /* Semakin dekat di layar kecil */
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

/* Gunakan font Open Sans, serif di seluruh halaman */
body {
    font-family: 'Open Sans', serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}

/* Lebarkan tour container dan buat lebih responsif */
.tour-container {
    flex-grow: 1;
    max-width: 70%;
    width: 900px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Jarak antar heading */
.tour-container h3 {
    margin-top: 25px; /* Beri jarak hanya untuk bagian setelah DESCRIPTION */
}

#details h3 {
    margin-bottom: 10px; /* Beri jarak kecil antara judul dan isinya */
}

#details h3:first-of-type {
    margin-bottom: 15px; /* Sedikit lebih besar untuk DESCRIPTION */
}

.tour-container h3:not(:first-of-type) {
    margin-top: 25px; /* Jarak antar section setelah DESCRIPTION */
}

/* Jarak antar daftar */
.check-list {
    margin-bottom: 20px;
}

.spacer {
    margin: 30px 0; /* Menambahkan jarak atas dan bawah */
}

/* Posisi tab rata tengah dan responsif */
.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    flex-wrap: wrap; /* Agar lebih fleksibel di layar kecil */
}

/* Tampilan tab button */
.tab-link {
    background: none;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    transition: color 0.3s, border-bottom 0.3s;
    font-family: 'Open Sans', serif;
}

.tab-link.active {
    color: #007bff;
    border-bottom: 3px solid #007bff;
}

/* Konten rata kiri dan responsif */
.tab-content {
    display: none;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    text-align: left;
    font-family: 'Open Sans', serif;
}

.tab-content.active {
    display: block;
}

/* Daftar poin lebih rapi */
.check-list,
.warning-list {
    list-style: none;
    padding-left: 0;
}

.check-list li,
.warning-list li {
    padding: 8px 0;
    font-size: 16px;
}

/* Warna merah untuk catatan penting */
.warning-list li {
    color: #d9534f;
}

/* Wrapper untuk mengatur layout secara fleksibel */
.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap; /* Agar lebih fleksibel di layar kecil */
}

.whatsapp-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px; /* Diperbesar */
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 20px; /* Diperbesar */
    text-align: center;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

/* Efek hover */
.whatsapp-card:hover {
    transform: scale(1.08);
}

/* Header Card */
.whatsapp-card h3 {
    margin: 0;
    font-size: 18px; /* Diperbesar */
    font-weight: bold;
}

/* Deskripsi */
.whatsapp-card p {
    font-size: 16px; /* Diperbesar */
    color: #444;
}

/* Tombol WhatsApp */
.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: white;
    text-decoration: none;
    font-size: 18px; /* Diperbesar */
    font-weight: bold;
    padding: 12px 18px; /* Diperbesar */
    border-radius: 8px;
    transition: 0.3s;
}

.whatsapp-button i {
    margin-right: 10px;
    font-size: 20px; /* Diperbesar */
}

.whatsapp-button:hover {
    background: #1ebe5d;
}

/* Responsif untuk layar kecil */
@media (max-width: 600px) {
    .whatsapp-card {
        width: 250px;
        bottom: 15px;
        right: 15px;
        padding: 15px;
    }

    .whatsapp-card h3 {
        font-size: 16px;
    }

    .whatsapp-card p {
        font-size: 14px;
    }

    .whatsapp-button {
        font-size: 16px;
        padding: 10px 14px;
    }

    .whatsapp-button i {
        font-size: 18px;
    }
}

/* Responsif untuk layar sangat kecil (misal iPhone SE) */
@media (max-width: 400px) {
    .whatsapp-card {
        width: 220px;
        bottom: 10px;
        right: 10px;
    }

    .whatsapp-card h3 {
        font-size: 15px;
    }

    .whatsapp-card p {
        font-size: 13px;
    }

    .whatsapp-button {
        font-size: 15px;
        padding: 9px 12px;
    }

    .whatsapp-button i {
        font-size: 17px;
    }
}





/* Responsif untuk mobile */
@media screen and (max-width: 768px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 0 10px; /* Added padding to give some horizontal space */
        max-width: 100%; /* Ensure wrapper can use full width */
        box-sizing: border-box;
    }

    .tour-container {
        width: 100%; /* Make container full width */
        max-width: 600px; /* Limit max width for readability */
        padding: 20px; /* Adjust padding for better spacing */
        box-sizing: border-box;
    }

    .tabs {
        flex-direction: column;
        align-items: center;
    }

    .tab-link {
        width: 100%;
        text-align: center;
    }
}



/* Section Destinasi */
.destination {
    padding: 60px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}



/* Tombol Navigasi (Prev & Next) */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 5px;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
    .prev, .next {
        font-size: 18px;
        padding: 8px 12px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background:#223544;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        text-align: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
 
 .nav-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 10px;
    transition: color 0.3s ease-in-out;
 }  
    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
    }
}
/* Footer */
.footer {
    background-color: #223544;
    color: #ffffff;
    padding: 50px 5%;
    font-family: Arial, sans-serif;
}

/* Footer Atas */
.footer-top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Logo & Deskripsi */
.footer-brand {
    flex: 1;
    min-width: 250px;
}

.footer-brand .logo img {
    width: 200px;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.6;
}

/* Kontak */
.footer-contact {
    flex: 1;
    min-width: 250px;
}

.contact-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fa8231;
}

.contact-text {
    font-size: 14px;
    margin-bottom: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-item ion-icon {
    font-size: 18px;
    margin-right: 8px;
    color: #fa8231;
}

.contact-link {
    color: white;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

/* Form Subscribe */
.footer-form {
    flex: 1;
    min-width: 250px;
}

.form-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.form-wrapper {
    display: flex;
    gap: 10px;
}

.input-field {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 4px;
}

.btn-secondary {
    background-color: #fa8231;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-secondary:hover {
    background-color: #e36b1e;
}

/* Footer Bawah */
.footer-bottom {
    text-align: center;
    background-color: #1a2b3a;
    padding: 15px;
    margin-top: 30px;
}

.copyright {
    font-size: 14px;
}

.footer-bottom-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.footer-bottom-link {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom-link:hover {
    text-decoration: underline;
}

/* Responsif untuk Tablet (max-width: 768px) */
@media (max-width: 768px) {
    .footer-top .container {
        flex-direction: column;
        text-align: center;
    }

    .form-wrapper {
        flex-direction: column;
    }

    .btn-secondary {
        width: 100%;
    }
}

/* Responsif untuk Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .footer {
        padding: 40px 10px;
    }

    .footer-bottom-list {
        flex-direction: column;
        gap: 10px;
    }
}

