.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.bg-primary {
    background-color: #00b8f0 !important;
}

.text-primary {
    color: #00b8f0 !important;
}

.title-container {
    border-left: 3px solid #00b8f0;
}

body {
    padding-top: 150px !important;
}

/* Container untuk mengatur posisi */
.slide-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.splide__slide {
    padding: 10px;
}

/* Gambar */
.splide__slide img {
    width: 100%;
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Caption (Title) di atas gambar */
.slide-caption {
    position: absolute;
    top: 0; /* Posisi di atas gambar */
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4); /* Warna dengan transparansi */
    color: white;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.btn-outline-primary {
    --bs-btn-color: #00b8f0;
    --bs-btn-border-color: #00b8f0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00b8f0;
    --bs-btn-hover-border-color: #00b8f0;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00b8f0;
    --bs-btn-active-border-color: #00b8f0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00b8f0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00b8f0;
    --bs-gradient: none;
}

.alert-primary {
    --tw-bg-opacity: 1;
    --bs-alert-bg: rgb(229 249 255 / var(--tw-bg-opacity)) !important;
    --bs-alert-border-color: #00b8f0 !important;
    color: #000 !important;
}

.text-success {
    color: #25b63c !important;
}

.text-iklan {
    font-size: 65px !important;
}

@media (max-width: 768px) {
    .text-iklan {
        font-size: 40px !important; /* atur sesuai kebutuhan */
    }

    .img-iklan {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    body {
        padding-top: 110px !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .text-iklan {
        font-size: 50px !important; /* ukuran font khusus tablet */
    }

    .custom-navbar {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* default shadow */
    }

    .img-iklan {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
    }

    body {
        padding-top: 110px !important;
    }
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00b8f0 !important;
    --bs-btn-border-color: #00b8f0 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00b8f0 !important;
    --bs-btn-disabled-border-color: #00b8f0 !important;
}

.profile-author {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
}

.hero-blog {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover;
}

.img-card-blog {
    width: 100% !important;
    height: 210px !important;
    object-fit: cover;
}

.text-dark {
    color: #151616 !important;
}

.text-secondary {
    color: #000 !important;
}

.gradient-color {
    background: rgba(17, 60, 73, 0.7);
}

.splide__pagination__page {
    background-color: #007bff; /* Warna tombol */
    margin: 0 5px; /* Jarak antar tombol */
}
.splide__pagination__page.is-active {
    background-color: #ff0000; /* Warna tombol aktif */
}

.splide__pagination__page {
    background: #9edcf5 !important;
    border-radius: 0% !important;
    height: 4px !important;
    opacity: 0.7;
    margin: 0 5px !important;
    width: 50px !important;
}

.splide__pagination__page.is-active {
    background: #1ab1ec !important;
    width: 35px !important;
    margin: 0 10px !important;
    transform: scale(1.4);
    z-index: 0 !important;
}

.splide__pagination {
    bottom: -0.5em !important;
}

.img-iklan {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.container-nav {
    backdrop-filter: blur(10px);
    background-color: rgba(
        255,
        255,
        255,
        0.8
    ); /* semi-transparan supaya blur terlihat */
}

.bg-dark-primary {
    background-color: #1283c2 !important;
}

.border-primary {
    border: 1px solid #1283c2 !important;
}

.page-link {
    color: #1283c2 !important;

    font-family: "Ubuntu", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.active > .page-link,
.page-link.active {
    background-color: #1283c2 !important;
    color: #fff !important;
}

.nav-link:hover {
    color: #1283c2 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #1283c2 !important;
}

.progress-bar-container {
    width: 100%;
    height: 3px; /* Tinggi progress bar */
    background: #f0f0f0; /* Warna background */
    position: fixed;
    z-index: 1000;
}

.progress-bar-container__progress {
    width: 0%;
    height: 100%;
    background: #1283c2; /* Warna merah */
    transition: width 0.1s ease; /* Animasi smooth */
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

/* Tambahkan ini ke CSS kamu */
.sticky-sidebar {
    position: relative; /* default */
    top: 150px;
    transition: top 0.2s;
}

.custom-navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* default shadow */
}

@media (max-width: 991.98px) {
    /* Bootstrap breakpoint for lg down */
    .custom-navbar {
        box-shadow: none !important;
    }
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler { 
    border: none !important;
}

.list-group-scroll {
    max-height: 30vh;
    overflow-y: auto;
}

/* Custom scrollbar untuk WebKit (Chrome, Edge, Safari) */
.list-group-scroll::-webkit-scrollbar {
    width: 6px; /* kecil */
}

.list-group-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.list-group-scroll::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px;
}

/* Untuk Firefox */
.list-group-scroll {
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
}