/* Dipakai */
.bg-red {
    background-color: #580f0f !important;
}

.form-control-modify {
    border-radius: 10px;
}

.card-data {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.card-data:hover {
    transform: scale(1.02);
}

.card-data .card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-data .card-body {
    background-color: #580f0f;
    color: #ffffff;
    padding: 1rem 1.25rem;
}

.card-data .card-body p {
    margin-bottom: 0.5rem;
}

.card-data .card-body .title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.card-data .card-body .date {
    font-size: 0.85rem;
    color: #d9d9d9;
}

.card-data .card-body .excerpt {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 10pt;
    text-align: justify;
}

/* ---------------------------------------------------------- */

.pagination .page-link {
    color: #580f0f;
    border: 1px solid #dee2e6;
}

.pagination .page-link:hover {
    background-color: #580f0f;
    color: white;
    border-color: #580f0f;
}

.pagination .page-item.active .page-link {
    background-color: #580f0f;
    border-color: #580f0f;
    color: white;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}

/* ------------------------------------------------ */

.card-img-fixed {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    padding-top: 5px;
}

.card-img-default {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

#banner-item {
    background-color: #580f0f;
    padding-top: 25px;
    padding-bottom: 25px;
}

section#description-content {
    background-color: #ffffff;
}

section#description-content .side-left {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 5px;
    padding-left: 70px;
    padding-right: 30px;
}

section#description-content .side-left h4 {
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}

section#description-content .side-left p {
    text-align: justify;
}

section#description-content .side-right {
    /* background-color: #cecece; */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 60px;
    align-items: center;
}

section#description-content .side-right img {
    border-radius: 10px;
}

section#description-content .side-right h4 {
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

section#description-content .side-right p {
    text-align: justify;
}

#description-content .vision {
    text-align: justify;
    color: black;
    font-size: 12pt;
    padding-right: 40px;
    line-height: 1.6;
}

#description-content .mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#description-content .mission-list li {
    position: relative;
    padding-left: 40px;
    padding-right: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12pt;
    line-height: 1.6;
    color: black;
    text-align: justify; /* Rata kanan-kiri */
}

#description-content .mission-list li::before {
    content: counter(list-counter) ".";
    counter-increment: list-counter;
    position: absolute;
    left: 0;
    font-weight: bold;
    color: black; /* Warna nomor sesuai tema */
}

#description-content .mission-list {
    counter-reset: list-counter;
}

#blog-item-1 {
    /* background-color: #ffffff; */
    padding-top: 25px;
    padding-bottom: 25px;
}

#blog-item-2 {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}
