
/** ADD YOUR AWESOME CODES HERE **/

/* =====================================
   FIX DELAY SLIDE & SAMAKAN ANIMASI
===================================== */

/* Fade background carousel */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Samakan durasi animasi teks di setiap slide */
.carousel-item [data-animation] {
    animation-duration: 0.6s !important;
}

.pricingTable-sign-up {
    text-align: center;
}

/* ==============================
   GALLERY FIX (FINAL & AMAN)
============================== */

.gallery-spacing {
    margin-top: 40px;
}

.gallery-box {
    margin-bottom: 40px;   /* JARAK ATAS-BAWAH */
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-box img {
    width: 100%;
    height: 240px;         /* SAMAKAN TINGGI FOTO */
    object-fit: cover;    /* POTONG RAPI */
    display: block;
    transition: transform 0.4s ease;
}

.gallery-box:hover img {
    transform: scale(1.06);
}

/* MODAL IMAGE */
#galleryModalImg {
    max-height: 80vh;
}

.modal-header {
    border-bottom: none;
}

.modal-header .close {
    font-size: 30px;
    opacity: 1;
}

/
}
