.title-content {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
}

.list-content {
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 300;
}

.mil-mb-40 {
    margin-bottom: 40px;
}

.swiper-wrapper {
    margin-bottom: 80px;
}

section h4.subtitle {
    color: #004120;
    margin-bottom: 24px;
    font-size: clamp(18px, 2vw, 22px);
}

/* Default dot */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #c5cbd4;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 6px;
}

.swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 12px;
    background-color: rgb(76, 175, 80);
}

.swiper-button-next,
.swiper-button-prev {
    background-color: white;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    color: #1d4ed8; /* biru */
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.05);
}

.subbanner-title.with-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.5); hitam transparan */
    background: rgba(0, 65, 32, 0.7); /* hijau transparan, opsional */
    z-index: 1;
}

.subbanner-title.with-overlay > .mil-banner-content {
    position: relative;
    z-index: 2;
}

.subbanner-title .mil-breadcrumbs li a,
.subbanner-title .mil-breadcrumbs li:after,
.subbanner-title h2{
    color: white !important;
}

.subbanner-title .mil-breadcrumbs li:last-child a{
    opacity: 0.9;
}