/* Flipbook Homepage */
.bpk-custom.flipbook-thumbnail .df-popup-thumb {
    margin: 0 !important;
    width: 100%;
	padding: 10px;
    box-shadow: 5px 5px 5px #ccc;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/* Search element homepage */
.bpk-custom.search-icon-home .elementor-icon {
    margin-bottom: -6px;
}
.bpk-custom.home-search .e-search-input-wrapper {
	border-radius: 0px !important;
} 
.bpk-custom.home-search .e-search-input {
	border-radius: 0px !important;
}

.bpk-custom.home-search .e-search-input-wrapper {
	border-radius: 0px !important;
} 

/* Slider Sidebar Homepage dibawah kalender */
.bpk-custom.slider-panduan-container {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.bpk-custom.custom-slider-panduan {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
	border: solid 5px #ccc;
	border-radius: 2px;
}

.bpk-custom.slider-panduan-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.bpk-custom.slider-panduan-item {
    position: relative;
    min-width: 100%;
    padding-top: 75%; 
    overflow: hidden; 
    flex-shrink: 0;
}

.bpk-custom.slider-panduan-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bpk-custom.slider-panduan-navigation {
    position: absolute;
    top: 42%;
    background-color: white;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
    color: #333;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}

.bpk-custom.slider-panduan-navigation:hover {
	background-color: #b38001;
	color: white;
}

.bpk-custom.custom-slider-panduan:hover .bpk-custom.slider-panduan-navigation {
	opacity: 1;
}

.bpk-custom.slider-panduan-navigation.prev {
    left: -40px;
}

.bpk-custom.slider-panduan-navigation.next {
    right: -40px;
}

.bpk-custom.custom-slider-panduan:hover .bpk-custom.slider-panduan-navigation.prev {
    left: 4px;
}

.bpk-custom.custom-slider-panduan:hover .bpk-custom.slider-panduan-navigation.next {
    right: 4px;
}

.bpk-custom.slider-panduan-pagination {
    display: flex;
    gap: 5px;
}

.bpk-custom.slider-panduan-pagination .dot {
    width: 8px;
    height: 8px;
    background: #B3800152;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.bpk-custom.slider-panduan-pagination .dot.active {
    background: #B38001;
}

/* Animasi Heading pengumuman homepage */
.bpk-custom.judul-pengumuman .elementor-heading-title.elementor-size-default {
    animation: bouncedIn 2.75s ease-in-out infinite;
}
@keyframes bouncedIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    5% {
        transform: scale(1.1);
        opacity: 1;
    }
    10% {
        transform: scale(0.85);
    }
    15% {
        transform: scale(1);
    }
    20% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1);
    }
    100% {
        transform: scale(1); /* Tetap pada posisi akhir selama jeda */
    }
}

/* Homepage - Highlights Flip Card */
/* --Background Image-- */
.bpk-custom.highlights-flip-card .elementor-flip-box__layer.elementor-flip-box__front, .elementor-flip-box__back {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* --Background Overlay-- */
.bpk-custom.highlights-flip-card .elementor-flip-box__layer__overlay {
    background: var(--e-global-color-b96f659);
}
/* --Font Title Depan-- */
.bpk-custom.highlights-flip-card .elementor-flip-box__layer__title {
    color: white;
    margin-bottom: 8px;
}
/* --Font Desc Depan-- */
.bpk-custom.highlights-flip-card .elementor-flip-box__front .elementor-flip-box__layer__description {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 1px 1px #000;
}
/* --Font Desc Belakang-- */
.bpk-custom.highlights-flip-card .elementor-flip-box__back .elementor-flip-box__layer__description {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}
/* --Button Carousel Next and Prev-- */
.bpk-custom.highlights-carousel-homepage .elementor-swiper-button {
	background-color: var(--e-global-color-349b7b9);
	Padding: 8px;
	border-radius: 100px;
	opacity: 0;
    transition: opacity 0.5s ease, margin 0.5s ease;
    border: 1px solid rgba(0,0,0,0.2)
}

.bpk-custom.highlights-carousel-homepage:hover .elementor-swiper-button {
	opacity: 1;
}

.bpk-custom.highlights-carousel-homepage .elementor-swiper-button:hover {
	background-color: var(--e-global-color-2b39540);
	Padding: 8px;
	border-radius: 100px;
	border: 1px solid rgba(0,0,0,0.2);
	transition: background-color 0.2s;
}

.bpk-custom.highlights-carousel-homepage .elementor-swiper-button svg {
    fill: #666;
}

.bpk-custom.highlights-carousel-homepage .elementor-swiper-button:hover svg {
	fill: #fff !important;
}

.bpk-custom.highlights-carousel-homepage .elementor-swiper-button-next {
	right: -13px;
	margin-right: -36px;
}

.bpk-custom.highlights-carousel-homepage:hover .elementor-swiper-button-next {
	margin-right: -18px;
}

.bpk-custom.highlights-carousel-homepage .elementor-swiper-button-prev {
	left: -13px;
	margin-left: -36px;
}

.bpk-custom.highlights-carousel-homepage:hover .elementor-swiper-button-prev {
	margin-left: -18px;
}

.bpk-custom.highlights-carousel-homepage .elementor-swiper-button-prev.swiper-button-disabled {
    display: none !important;
}