/* Import Font dari Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    padding-top: 90px;
}

/* Kustomisasi Navbar */
.navbar {
    background-color: #1a202c;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-height: 60px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #f39c12;
}

/* Styling untuk GTranslate Widget */
.gtranslate_wrapper select {
    background-color: #2d3748;
    color: #ffffff;
    border: 1px solid #4a5568;
    border-radius: 5px;
    padding: 8px 12px;
}

/* === ATURAN POSISI NAVBAR (INTI PERBAIKAN) === */
@media (max-width: 991.98px) {
    /* Membuat container jadi flexbox untuk mengatur posisi */
    .navbar .container {
        position: relative;
        display: flex;
        align-items-center;
        justify-content: space-between; /* Mendorong item ke ujung */
        width: 100%;
    }

    /* Memaksa toggle ke tengah secara absolut */
    .navbar-toggler {
        position: fixed;
        left: 90%;
        top: 5%;
        transform: translate(-50%, -50%); /* Metode centering standar */
    }

    /* Mengatur menu collapse agar berada di bawah dan lebar penuh */
    .navbar-collapse {
        flex-basis: 100%;
        margin-top: 10px; /* Jarak dari baris navbar atas */
    }

    .navbar-nav {
        width: 100%; /* Memastikan menu memenuhi lebar */
    }

    .gtranslate_wrapper {
        margin-top: 1rem;
        width: 100%;
    }
    .gtranslate_wrapper select {
        width: 100%;
    }
}
/* === AKHIR ATURAN POSISI NAVBAR === */


/* ========== SISA CSS ANDA (TIDAK PERLU DIUBAH) ========== */
#heroCarousel { height: calc(100vh - 75px); }
.carousel { height: 85vh !important; }
.carousel-item { height: 100%; }
.carousel-inner { height: 100vh; }
.carousel-item img { height: 90%; width: 100%; object-fit: cover; filter: brightness(60%); }

.carousel-caption { top: 50%; transform: translateY(-50%); bottom: auto; text-shadow: 2px 2px 8px rgba(0,0,0,0.8); }
.carousel-caption h5 { font-size: 3.5rem; font-weight: 700; }
.carousel-caption p { font-size: 1.2rem; }

.services-section { padding-top: 10rem; padding-bottom: 5rem; }
.section-title { font-weight: 700; color: #333; }
.card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.card:hover { transform: translateY(-10px); box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; }
.card-img-top { height: 200px; object-fit: cover; }
.btn-primary { background-color: #f39c12; border-color: #f39c12; }
.btn-primary:hover { background-color: #e67e22; border-color: #e67e22; }

@media (max-width: 767px) {
    #heroCarousel { height: 60vh; }
    .carousel-caption h5 { font-size: 1.8rem; }
    .carousel-caption p { font-size: 0.9rem; }
    .services-section { padding-top: 3rem; padding-bottom: 3rem; }
}

.process-section {
    background-color: #e5e5eb; /* <-- GANTI NILAI INI */
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* ========== Styling untuk Galeri Testimoni ========== */
.testimonial-gallery {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff; /* Bisa diganti jika ingin warna latar berbeda */
}

.gallery-item {
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    height: 300px; /* Memberi tinggi yang seragam untuk semua gambar */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Membuat gambar mengisi area tanpa distorsi */
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05); /* Efek zoom saat disentuh cursor */
}

/* ========== Styling untuk Bagian Call to Action (CTA) ========== */
.cta-section {
    background-color: #e5e5eb; /* Warna latar abu-abu muda */
    padding: 5rem 0;
}

.cta-title {
    font-weight: 600;
}

.whatsapp-button {
    display: inline-block;
    background-color: #25D366; /* Warna hijau WhatsApp */
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-button:hover {
    background-color: #128C7E; /* Warna hijau lebih gelap saat hover */
    color: white;
}

.whatsapp-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
}

.whatsapp-title {
    font-weight: 700;
}

.whatsapp-status {
    font-size: 0.8rem;
    opacity: 0.9;
}

.whatsapp-service {
    font-size: 0.9rem;
    font-weight: bold;
}

/* ========== Styling untuk Footer ========== */
.site-footer {
    background-color: #1a202c; /* Warna gelap seperti navbar */
    color: rgba(255, 255, 255, 0.7);
    padding: 4rem 0 2rem 0;
}

.footer-heading {
    color: white;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.site-footer p {
    line-height: 1.7;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #f39c12; /* Warna oranye saat hover */
}

.social-icons .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.social-icons .social-icon:hover {
    background-color: #f39c12; /* Warna oranye saat hover */
}

.copyright-text {
    margin-top: 3rem;
    font-size: 0.9rem;
    opacity: 0.6;
}

/* =============================================
   STYLING UNTUK HALAMAN DETAIL PAKET (ubud-tour.html)
================================================ */

/* Bagian Header dengan Gambar Latar */
.package-header {
    padding: 6rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    text-align: center;
}

/* Lapisan Gelap di atas Gambar Latar */
.package-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Lapisan gelap 50% */
}

/* Konten di dalam Header */
.package-header .container {
    position: relative; /* Agar teks berada di atas lapisan gelap */
    z-index: 2;
}

.package-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

/* Daftar Itinerary */
.itinerary-list {
    list-style: none;
    padding-left: 0;
}

.itinerary-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.itinerary-list li:last-child {
    border-bottom: none;
}

/* Kartu Harga di Sisi Kanan */
.price-card {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    position: sticky; /* Membuat kartu tetap terlihat saat scroll */
    top: 110px; /* Jarak dari atas (setelah navbar) */
}

.price-label {
    margin-bottom: 0;
    font-size: 1rem;
    color: #6c757d;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #343a40;
}

.price-per {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
}

/* Daftar Inklusi Harga */
.inclusions-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.inclusions-list li {
    margin-bottom: 0.5rem;
}

.inclusions-list .fa-check {
    color: #198754; /* Warna hijau */
    margin-right: 10px;
}

.inclusions-list .fa-times {
    color: #dc3545; /* Warna merah */
    margin-right: 10px;
}

/* =============================================
   STYLING UNTUK GALERI GAMBAR PAKET
================================================ */
.package-gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.375rem; /* Sedikit lengkungan di sudut */
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.package-gallery-img:hover {
    opacity: 0.8;
}