.text-indent {
    text-indent: 1.5em; /* Atur indentasi sebesar 1.5em */
}
.text-justify {
    text-align: justify;
}

.image-container {
    position: relative;
    width: 60%;
    padding-top: 50%; /* Ratio 4:3 (height will be 75% of width) */
    background-size: cover;
    background-position: center;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; /* Hide the img element itself */
}

.card-client {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 8rem;
    overflow: hidden;
}

.card-client img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-client .card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.card-client .card-title {
    margin: 0;
    font-size: 1.5rem; /* Adjust as needed */
}

.truncate-multi-line {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Jumlah maksimum baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jarak-judul {
    min-height: 70px;
}

.custom-img-contain {
    height: 300px; /* Atur tinggi gambar */
    object-fit: cover; /* Menyesuaikan gambar dalam kontainer tanpa memotong */
    width: 100%; /* Pastikan gambar mengisi lebar kontainer */
}

.card-container {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .card-container {
        flex-direction: row;
    }
    .display-mobile {
        display: none;
    }
}
.card-custom {
    margin-bottom: 20px;
    flex: 1;
}
.image-container {
    width: 100%;
    height: 200px; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
}
/* Default to btn-xl */
.btn-responsive {
    font-size: 1.25rem;
    padding: 0.75rem 1.25rem;
}
/* Gaya tombol */
.btn-responsive2 {
    background-color: #1bb7c2;
    color: #fff;
}

.btn-responsive2:hover {
    background-color: #11858d;
    color: #fff;
}

.centered-div {
    background-color: #fff;
    height: 2px;
    width: 100%;
    /* Mengatur margin kiri dan kanan menjadi auto */
}

/* Mengatur ukuran tombol untuk layar besar (desktop) */
@media (min-width: 768px) {
    .btn-responsive2 {
        padding: 0.75rem 1.25rem;
        font-size: 1.25rem;
    }
}

/* Mengatur tombol di tengah untuk layar kecil (mobile) */
@media (max-width: 767.98px) {
    .text-center {
        text-align: center !important;
    }
    .btn-responsive2 {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}
/* On small screens, change to btn-sm */
@media (max-width: 576px) {
    .centered-div {
        background-color: #fff;
        height: 2px;
        width: 100%;
        /* Mengatur margin kiri dan kanan menjadi auto */
    }

    .titel-actv {
        font-size: 8vw;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    .btn-arrow {
        width: 100%;
    }
    .btn-responsive {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
        align-content: center;
    }
}

@media (max-width: 767px) {
    .display-web {
        display: none;
    }
    /* Untuk tampilan desktop */
    .carousel-item {
        height: 75vh;
    }
    .card-img2 {
        height: 35rem;
    }
    .col-md-5 {
        padding: 0;
    }
    .image-container {
        height: 300px; /* Adjust height for mobile as needed */
    }
    /* Untuk tampilan mobile */
    .carousel-item {
        height: 300px; /* Atur tinggi sesuai kebutuhan Anda */
    }
    .card-img2 {
        height: 300px;
    }
    .card-img {
        background-size: cover;
        background-position: center;
    }
    .need-solutions .row.space {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .need-solutions h1 {
        font-size: 1.5rem; /* Adjust as needed */
    }
    .need-solutions .fs-2 {
        font-size: 1.5rem; /* Adjust as needed */
    }
    .need-solutions .btn {
        margin-top: 20px; /* Adjust as needed */
    }
}
/* Custom CSS untuk mengganti warna outline fokus pada input dengan class 'custom-input' */
.custom-input:focus {
    outline: 2px solid #1bb7c2;
    box-shadow: 0 0 5px rgba(27, 183, 194, 0.5);
}

.custom-input.form-control:focus {
    border-color: #1bb7c2;
    box-shadow: 0 0 0 0.25rem rgba(27, 183, 194, 0.25);
}

.custom-input.form-select:focus {
    border-color: #1bb7c2;
    box-shadow: 0 0 0 0.25rem rgba(27, 183, 194, 0.25);
}

.costomtabelbg {
    background-color: #60676e !important;
    color: white !important;
}

.costomtabelbg2 {
    background-color: #80e2e9 !important;
    color: white !important;
}

/* Jarak antara search box dan tabel */
.dataTables_filter {
    margin-bottom: 20px;
}

/* contact us */
.btn-custom3 {
    border-color: #000000;
    color: rgb(0, 0, 0);
}

.btn-custom3:hover, 
.btn-check:checked + .btn-custom3 {
    border-color: #1BB7C2;
    background-color: #1BB7C2 !important;
    color: white !important;
}