:root {
    --swiper-theme-color: #1A1A1A !important;
}

.dark {
    --swiper-theme-color: #F5F5F5 !important;
}

/* Memastikan icon bawaan swiper tidak nge-glitch ukurannya */
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.font-serif {
    font-family: 'Playfair Display', serif;
}

/* Sembunyikan default indicator date picker browser */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
}

/* DETAIL-ROOMS.CSS (Untuk halaman detail rooms) */
.swiper-button-next,
.swiper-button-prev {
    color: #ffffff !important;
    transform: scale(0.6);
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    border-radius: 50%;
    backdrop-filter: blur(4px);
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}


/* REVIEW.CSS (Untuk halaman review) */
.font-fill {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.star-active .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}
