.elementor-8972 .elementor-element.elementor-element-5fe3d4f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8972 .elementor-element.elementor-element-5f84cd07 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#000000;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-8972 .elementor-element.elementor-element-d7f56f4{--grid-columns:4;}.elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(min-width:768px){.elementor-8972 .elementor-element.elementor-element-5fe3d4f6{--width:77%;}}@media(max-width:1024px){.elementor-8972 .elementor-element.elementor-element-d7f56f4{--grid-columns:2;}}@media(max-width:767px){.elementor-8972 .elementor-element.elementor-element-d7f56f4{--grid-columns:1;}}/* Start custom CSS for loop-grid, class: .elementor-element-d7f56f4 *//* ========================================= */
/* 🔥 STYLE PAGINATION LOOP GRID 🔥 */
/* ========================================= */

/* 1. Wadah Pagination */
.elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination {
    display: flex;
    justify-content: center; /* Posisi Tengah */
    align-items: center;
    gap: 8px; /* Jarak antar kotak */
    margin-top: 50px; /* Jarak dari kartu terbawah */
}

/* 2. Desain Kotak Angka (Default) */
.elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;       /* Lebar minimal kotak */
    height: 45px;          /* Tinggi kotak */
    padding: 0 15px;
    
    background: #ffffff;   /* Background Putih */
    border: 1px solid #e1e1e1; /* Garis abu-abu tipis */
    color: #555;           /* Warna teks abu tua */
    
    font-size: 14px;
    font-weight: bold;
    text-decoration: none; /* Hilangkan garis bawah */
    border-radius: 8px;    /* Sudut tumpul */
    transition: all 0.3s ease; /* Animasi halus */
}

/* 3. Efek Hover (Pas Disentuh Mouse) */
.elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination a.page-numbers:hover {
    background: #000080;   /* Biru Loggerindo */
    color: #ffffff;        /* Teks Putih */
    border-color: #000080;
    transform: translateY(-4px); /* Naik dikit (Efek melayang) */
    box-shadow: 0 10px 15px rgba(0, 0, 128, 0.2); /* Bayangan biru */
}

/* 4. Halaman Aktif (Halaman yang lagi dibuka) */
.elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers.current {
    background: #000080;   /* Biru Solid */
    color: #ffffff;        /* Teks Putih */
    border-color: #000080;
    cursor: default;       /* Kursor panah biasa */
    box-shadow: 0 4px 10px rgba(0, 0, 128, 0.2);
}

/* 5. Tombol Next & Previous */
.elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers.prev,
.elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers.next {
    width: auto; /* Lebar otomatis menyesuaikan teks */
    font-size: 13px;
    text-transform: uppercase; /* Huruf Kapital Semua */
    letter-spacing: 0.5px;
}

/* --- RESPONSIVE MOBILE (Layar Kecil) --- */
@media (max-width: 767px) {
    .elementor-8972 .elementor-element.elementor-element-d7f56f4 .elementor-pagination .page-numbers {
        min-width: 35px; /* Kotak lebih kecil */
        height: 35px;
        font-size: 12px;
        padding: 0 10px;
    }
}/* End custom CSS */