/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/* Navbar */
.navbar {
    background: #ffffff !important; /* selalu putih */
    padding: 0;
    min-height: 75px;
}

/* Box logo merah */
.logo-box {
    min-width: 160px;  /* biar selalu ada ruang */
    height: 75px;      /* konsisten tinggi */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gambar logo */
.logo-box img {
    max-height: 50px;
    width: auto;
    padding-left: 20px;
}

/* Nav links */
.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 15px; 
    line-height: 75px;
}

.navbar-nav .nav-link.active {
    color: #d00 !important;
}

/* Tombol Kontak */
.navbar .btn {
    border-radius: 0;
    background: #d00;
    border: none;
    font-weight: bold;
    padding: 0 35px;
    height: 85px;
    display: flex;
    align-items: center;
}
.navbar .btn:hover {
    background: #a00;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .logo-box {
        min-width: 140px;
        height: 65px;
    }
    .logo-box img {
        max-height: 35px;
    }

    .navbar-nav {
        background: #fff; /* pastikan menu collapse tetap putih */
        border-top: 1px solid #ddd;
    }

    .navbar-nav .nav-link {
        line-height: normal;
        padding: 12px 20px;
    }

    .navbar .btn {
        height: auto;
        padding: 12px 20px;
        margin: 10px 0;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 500px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 400px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/Lepas6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(40, 39, 39, 0.9), rgba(0, 0, 0, .9)), url(../img/Lepas6.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* index.html */
/* =========================================
   1. CUSTOM BUTTONS (Header & General)
   ========================================= */
.btn-custom {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.125rem;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    
    /* --- TAMBAHAN BARU --- */
    margin-right: 15px !important; /* Memberi jarak kanan antar tombol */
}

/* Agar tombol terakhir tidak punya jarak kanan berlebih */
.btn-custom:last-child {
    margin-right: 0 !important;
}

.btn-primary-custom {
    background: linear-gradient(45deg, #ff4d4d, #ff1a1a);
    border-radius: 20px;
    color: white;
    border: none;
}

.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 18px rgba(255, 26, 26, 0.6);
}

.btn-success-custom {
    background: linear-gradient(45deg, #25D366, #21b557);
    border-radius: 20px;
    color: white;
    border: none;
}

.btn-success-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 18px rgba(30, 126, 52, 0.6);
}

.btn-custom svg {
    transition: transform 0.3s ease;
}

.btn-custom:hover svg {
    transform: rotate(15deg) scale(1.1);
}

@media (min-width: 992px) {
    
    /* 1. Pastikan kolom pembungkus gambar menjadi flex container 
          agar kita bisa mengatur posisi gambar dengan mudah */
    .col-lg-6.justify-content-center {
        display: flex !important;
        justify-content: center !important; /* Center horizontal */
        align-items: center !important;     /* Center vertikal */
    }

    /* 2. Atur Gambar Mobil */
    .mobile-car-img {
        /* Reset aturan sebelumnya */
        width: auto !important;      /* Biarkan lebar menyesuaikan proporsi */
        height: auto !important;     /* Biarkan tinggi menyesuaikan proporsi */
        
        /* KUNCI AGAR TIDAK KEPOTONG & UKURAN PAS: */
        /* Batasi tinggi maksimalnya. Ubah 550px jika ingin lebih besar/kecil */
        max-height: 550px !important; 
        
        /* Pastikan lebarnya tidak pernah melebihi kolom pembungkusnya */
        max-width: 100% !important;   
        
        /* Pastikan seluruh gambar 'dimuat' ke dalam batas dimensi di atas */
        object-fit: contain !important; 
        
        margin-top: 20px; /* Sedikit jarak dari atas */
    }
}

/* =========================================
   2. CAROUSEL & HERO SECTION
   ========================================= */
.carousel-caption {
    padding: 0 !important;
}

.carousel-item img {
    width: 100%;
    height: 100vh;          /* penuh layar tinggi */
    object-fit: cover;      /* zoom agar tidak terpotong */
    object-position: center;/* fokus tengah */
}

/* ============================================================
   FIX JARAK TOMBOL & POSISI (LAYOUT RAPI)
   ============================================================ */

@media (max-width: 600px) {
    
    /* 1. KONTAINER TEKS (DORONG KE BAWAH) */
    .mobile-text-spacer {
        /* Memberi ruang kosong di bawah teks sebesar 360px */
        margin-bottom: -285px !important; 
        
        /* Jarak dari navbar */
        margin-top: 30px !important;
        padding-bottom: 0 !important;
        position: relative;
        z-index: 1;
    }

    /* 2. WADAH PEMBUNGKUS TOMBOL (TARIK KE ATAS SEBAGAI SATU GRUP) */
    /* Ini kuncinya: Kita tarik wadahnya, bukan tombolnya satu per satu */
    .d-flex.flex-column.flex-sm-row, 
    .d-flex.gap-2 {
        margin-top: -350px !important; /* Menarik seluruh grup tombol ke posisi teks */
        flex-direction: column !important; /* Susun Vertikal */
        gap: 5px !important; /* <--- ATUR JARAK ANTAR TOMBOL DISINI (Makin kecil makin rapat) */
        width: 100%;
        position: relative;
        z-index: 100; /* Pastikan di atas layer lain */
    }

    /* 3. TOMBOL (RESET MARGIN) */
    .btn-custom {
        margin-top: 0 !important;      /* Hapus margin negatif individu */
        margin-bottom: 0 !important;   /* Hapus margin bawah */
        
        width: 100% !important;
        padding: 10px 0 !important;
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 4. PERBAIKAN FONT AGAR MUAT */
    h1.display-3 {
        font-size: 28px !important;
        margin-bottom: 5px !important;
        line-height: 1.1 !important;
    }
    
    #description-carousel {
        min-height: auto !important;
        margin-bottom: 0 !important;
    }
    
    .carousel-item p {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }


}

/* =========================================
   3. VIDEO SECTION & ANIMATION
   ========================================= */
.video {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
}

.video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: clamp(1.5rem, 5vw, 3.5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    z-index: 10;
    white-space: nowrap;
}

@media (max-width: 400px) {
    .video {
        height: 150px;
    }
}

/* =========================================
   4. ABOUT / HIGHLIGHT TEXT
   ========================================= */
.highlight {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 8px;
    border-radius: 4px;
    display: inline-block;
    color: #ff0000;
    background-color: #fcfcfc;
    animation: colorSwitch 2s infinite alternate ease-in-out;
    margin-bottom: 0;
}

@keyframes colorSwitch {
    0% {
        color: #ff0000;
        background-color: #fcfcfc;
    }
    50% {
        color: #fcfcfc;
        background-color: #ff0000;
    }
    100% {
        color: #ff0000;
        background-color: #fcfcfc;
    }
}

.highlightz {
    color: azure;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 4px;
}

/* =========================================
   5. FLOATING BUTTONS (Back to Top & WA)
   ========================================= */
.back-to-bottom, .back-to-bottom-alvo {
    position: fixed;
    right: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 0.375rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 1051;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

.back-to-bottom {
    bottom: 4.75rem;
    background-color: #fd0d0d;
    color: white;
    border: none;
    text-decoration: none;
}

.back-to-bottom:hover {
    background-color: #980808;
    box-shadow: 0 6px 15px rgba(152, 8, 8, 0.7);
}

.back-to-bottom-alvo {
    bottom: 1.25rem;
    background-color: #25D366;
    color: white;
    border: none;
    text-decoration: none;
}

.back-to-bottom-alvo:hover {
    background-color: #1ebe57;
    box-shadow: 0 6px 15px rgba(27,179,82,0.7);
}

.show-button {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* =========================================
   6. FOOTER / GOOGLE MAPS WIDGET
   ========================================= */
#canvas-for-googlemap img.text-marker {
    max-width: none !important;
    background: none !important;
}
/* Fix global image constraint often caused by bootstrap on maps */
#canvas-for-googlemap img {
    max-width: none;
}

/* Style untuk Cover Youtube */
.video-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.video-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.video-wrapper:hover img {
    transform: scale(1.05); /* Efek zoom sedikit saat di-hover */
}

/* Tombol Play di Tengah */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    transition: background 0.3s;
    z-index: 2;
}

.video-wrapper:hover .play-btn {
    background-color: red;
}

/* Iframe Responsif */
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.video-wrapper:hover {
    transform: translateY(-5px); /* Efek naik sedikit saat di hover */
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 0, 0, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    padding-left: 5px; /* Agar segitiga play pas di tengah visual */
    transition: all 0.3s ease;
}

.video-wrapper:hover .play-btn {
    background-color: #ff0000;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper img,
.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */

/* L4,L6,L8 */
                html, body {
                    height: auto !important;
                    min-height: 100%;
                    margin: 0;
                    padding: 0;
                }

                .container-xxl, .container {
                    width: 100%;
                    max-width: 1200px;
                    margin: 0 auto;
                    padding: 1rem;
                    height: auto;
                    overflow: visible;
                }

                /* Gallery grid */
                .gallery-grid {
                    display: flex;
                    gap: 1rem;
                    justify-content: center;
                    flex-wrap: wrap;
                    max-width: 100%;
                    box-sizing: border-box;
                    margin-bottom: 3rem; 
                    flex-grow: 0;
                }

                /* Gallery items */
                .gallery-item {
                    flex: 0 0 32%;
                    max-width: 32%;
                    min-width: 250px;
                    box-sizing: border-box;
                    border-radius: 10px;
                    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
                    transition: box-shadow 0.3s ease;
                    background-color: #fff;
                }

                .gallery-item:hover {
                    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
                }

                .gallery-item img {
                    width: 100%;
                    height: 350px;
                    border-radius: 5%;
                    object-fit: cover;
                    display: block;
                    transition: transform 0.3s ease;
                }

                .gallery-item:hover img {
                    transform: scale(1.05);
                }

                /* Responsive untuk tablet */
                @media (max-width: 900px) {
                    .gallery-item {
                        flex: 0 0 48%;
                        max-width: 48%;
                        min-width: unset;
                    }
                    .gallery-item img {
                        height: 280px;
                    }
                }

                /* Responsive untuk ponsel */
                @media (max-width: 600px) {
                    .gallery-item {
                        flex: 0 0 100%;
                        max-width: 100%;
                        margin-bottom: 1.5rem;
                    }
                    .gallery-item img {
                        height: 220px;
                    }
                }

                footer {
                    position: static;
                    width: 100%;
                    background-color: #111;
                    color: white;
                    padding: 2rem 1rem;
                    box-sizing: border-box;
                }
                .btn-ws {
                    display: inline-block;
                    background-color: #25D366;
                    color: white;
                    font-weight: 600;
                    padding: 12px 28px;
                    border-radius: 30px;
                    text-decoration: none;
                    font-size: 1.125rem;
                    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
                    transition: background-color 0.3s ease, box-shadow 0.3s ease;
                    cursor: pointer;
                    user-select: none;
                }

                .btn-ws:hover,
                .btn-ws:focus {
                    background-color: #1ebe57;
                    box-shadow: 0 6px 20px rgba(27, 179, 82, 0.6);
                    outline: none;
                }

                .btn-ws:active {
                    background-color: #179c43;
                    box-shadow: 0 2px 6px rgba(23, 156, 67, 0.7);
                    transform: translateY(2px);
                }

                .back-to-bottom, .back-to-bottom-alvo {
                    position: fixed;
                    right: 1.5rem;
                    width: 3.5rem;
                    height: 3.5rem;
                    display: flex !important;
                    align-items: center;
                    justify-content: center;
                    font-size: 1.5rem;
                    border-radius: 0.375rem;
                    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
                    cursor: pointer;
                    z-index: 1051;
                    transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
                    opacity: 0;
                    pointer-events: none;
                }

                .back-to-bottom {
                    bottom: 4.75rem;
                    background-color: #fd0d0d;
                    color: white;
                    border: none;
                    text-decoration: none;
                }

                .back-to-bottom:hover {
                    background-color: #980808;
                    box-shadow: 0 6px 15px rgba(152, 8, 8, 0.7);
                }

                .back-to-bottom-alvo {
                    bottom: 1.25rem;
                    background-color: #25D366;
                    color: white;
                    border: none;
                    text-decoration: none;
                }

                .back-to-bottom-alvo:hover {
                    background-color: #1ebe57;
                    box-shadow: 0 6px 15px rgba(27,179,82,0.7);
                }

                .show-button {
                    opacity: 1 !important;
                    pointer-events: auto !important;
                }
/*  */

/* Pricelist */
                /* Gallery grid */
                .gallery-grid {
                    display: flex;
                    gap: 1rem;
                    justify-content: center;
                    flex-wrap: wrap;
                    max-width: 100%;
                    box-sizing: border-box;
                    margin-bottom: 3rem; 
                    flex-grow: 0;
                }

                /* Gallery items */
                .gallery-item {
                    flex: 0 0 32%;
                    max-width: 32%;
                    min-width: 250px;
                    box-sizing: border-box;
                    border-radius: 10px;
                    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
                    transition: box-shadow 0.3s ease;
                    background-color: #fff;
                }

                .gallery-item:hover {
                    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
                }

                .gallery-item img {
                    width: 100%;
                    height: 350px;
                    border-radius: 5%;
                    object-fit: cover;
                    display: block;
                    transition: transform 0.3s ease;
                }

                .gallery-item:hover img {
                    transform: scale(1.05);
                }
/*  */

/* Galeri */
                /* Gallery grid */
                .gallery-grid {
                    display: flex;
                    gap: 1rem;
                    justify-content: center;
                    flex-wrap: wrap;
                    max-width: 100%;
                    box-sizing: border-box;
                    margin-bottom: 3rem; 
                    flex-grow: 0;
                }

                /* Gallery items */
                .gallery-item {
                    flex: 0 0 32%;
                    max-width: 32%;
                    min-width: 250px;
                    box-sizing: border-box;
                    border-radius: 10px;
                    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
                    transition: box-shadow 0.3s ease;
                    background-color: #fff;
                }

                .gallery-item:hover {
                    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
                }

                .gallery-item img {
                    width: 100%;
                    height: 350px;
                    border-radius: 5%;
                    object-fit: cover;
                    display: block;
                    transition: transform 0.3s ease;
                }

                .gallery-item:hover img {
                    transform: scale(1.05);
                }

                /* Responsive untuk tablet */
                @media (max-width: 900px) {
                    .gallery-item {
                        flex: 0 0 48%;
                        max-width: 48%;
                        min-width: unset;
                    }
                    .gallery-item img {
                        height: 280px;
                    }
                }

                /* Responsive untuk ponsel */
                @media (max-width: 600px) {
                    .gallery-item {
                        flex: 0 0 100%;
                        max-width: 100%;
                        margin-bottom: 1.5rem;
                    }
                    .gallery-item img {
                        height: 220px;
                    }
                }

/*  */