body {
    font-family: "Roboto", sans-serif;
    /* background-image: url("/assets/images/background.png"); */
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: center center; /* Centers the image */
    min-height: 100vh; /* Ensures the background covers the full height of the viewport */
}

.nav-link.active {
    color: #009b1a !important;
    border-bottom: 3px solid #009b1a;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px; /* Ukuran lingkaran */
    height: 50px;
    background-color: white; /* Warna background */
    border-radius: 50%; /* Membuat lingkaran */
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Tambahkan bayangan */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Animasi hover */
}

.carousel-control-next {
    right: 2%;
}

.carousel-control-prev {
    left: 2%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #f0f0f0; /* Warna saat hover */
    transform: scale(1.1); /* Efek pembesaran */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px; /* Ukuran icon lebih kecil */
    height: 20px;
    background-size: 100%; /* Pastikan icon pas */
    filter: invert(0.4); /* Ubah warna icon menjadi sedikit abu */
}

.custom-caption {
    background-color: white;
    padding: 15px 20px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: inline-block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: absolute; /* Tambahkan position absolute */
    bottom: 20%;
    left: 25%;
    transform: translateY(20%);
    width: 50%;
}

.selengkapnya-btn {
    background-color: #009b1a;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.selengkapnya-btn:hover {
    background-color: #007e13; /* Warna hijau lebih gelap saat hover */
    cursor: pointer;
}

.etalase-inovasi {
    color: #009b1a;
}

.btn-etalase {
    background-color: #009b1a;
    border-radius: 20px;
    font-size: 20px;
}

.btn-etalase:hover {
    background-color: #027613;
}

.btn-etalase:focus {
    background-color: #027613;
}

@media (max-width: 768px) {
    .navbar-brand {
        height: 40px;
    }
    .card-berita {
        border-radius: 10px;
        width: 50%;
    }
}

.card-berita {
    border-radius: 10px;
    width: 40%;
}

.rangkuman-berita {
    background-color: white;
    color: #009b1a;
}

.card-berita-utama {
    background-color: #009b1a;
    color: white;
}

.btn-detail-berita {
    background-color: white;
    color: #009b1a;
    border-radius: 20px;
    font-size: 12px;
}

.judul-berita {
    font-size: 14px;
    color: #222222;
}

.date {
    color: #6c757d;
    font-size: 10px;
}

.inovasi-unggulan {
    color: #009b1a;
}
.inovasi-pelayanan {
    color: #009b1a;
}

.inovasi-card-title {
    font-size: 16px;
    color: #1f272b;
    text-decoration: none;
}

a.inovasi-card-title:hover {
    text-decoration: underline;
}

.inovasi-card-text {
    font-size: 12px;
    color: #1f272b;
}

.btn-inovasi-selengkapnya {
    background-color: #009b1a;
    color: white;
    border-radius: 20px;
    font-size: 12px;
}

.card-inovasi {
    border-radius: 20px;
}

.card-daftar-inovasi {
    border-radius: 10px;
}

.youtube-section {
    background-color: white;
}

.card-contact {
    border-radius: 20px;
    background-color: rgba(0, 155, 26, 0.2);
    color: #009b1a;
}

.judul-contact {
    font-weight: bold;
}

.input-background {
    background-color: rgba(0, 155, 26, 0.2);
}

.gradient-hr {
    border: none;
    height: 10px;
    background: linear-gradient(to right, #ffffff, #009b1a);
}

.gradient-underline {
    background: linear-gradient(to right, #009b1a, #ffffff);
    border: none;
    height: 4px;
    margin-top: 0;
}

.page-link.active {
    background-color: #009b1a;
    border-color: #027613;
}

.page-link {
    color: #212121;
}

.footer-brand {
    border-bottom: 2px solid #009b1a;
    border-top: 2px solid #009b1a;
}

a {
    text-decoration: none;
}
