.carousel-img {
    max-height: 100vh;
    object-fit: cover;
}

.carousel-item {
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    transition: opacity 0.5s ease-in-out;
}

.carousel-caption {
    position: absolute;
    top: 0;     
    left: 0; 
    width: 100%; 
    height: 100%;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    text-align: center;
    color: #fff; 
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.big-text {
    font-size: 55px; 
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;    
}

.sub-text {
    font-size: 55px; 
    font-weight: 500;
    color: #ffcb0f;
    margin-top: 20px;
    margin-bottom: 10px;
}

.carousel-caption h5 {
    font-size: 25px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-bg {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)); 
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.carousel-caption h1,
.carousel-caption h5 {
    margin-bottom: 10px;
}

.carousel-item {
    padding: 30px 0;
}

.vh-50 {
    height: 50vh;
}

.primary {
    color: #2e5496;
}

.danger {
    color: #2e5496;
    font-weight: bold;
}

.text-custom {
    color: #2e5496;
}

.btn-custom {
    background-color: #2e5496;
    color: #fff; 
    border: none;
}

.btn-custom:hover {
    background-color: #1d3f6f;
    color: #fff; 
}

.contact {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center; 
    gap: 1rem;
}

.container-form {
    width: 50%;
    flex: 1; 
    margin-bottom: 1rem;
}

.agenda .table th {
    color: #ffffff; 
    border-color: #dee2e6; 
}

.maps-agenda-container {
    flex: 1; 
    display: flex;
    flex-direction: column;
}

.maps {
    width: 35%; 
    border: 2px solid #ccc; 
    border-radius: 8px; 
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    margin: 0 auto;
    margin-bottom: 1rem;
}

.agenda {
    margin-top: 1rem;
}

.flex-md-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.flex-fill {
    flex: 1;
}

.flex-md-4 {
    flex: 0 0 30%;
    max-width: 30%;
}

@media (max-width: 768px) {
    .flex-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact {
        flex-direction: column; 
    }
}

.active {
    color: #2e5496 !important;
}

.title-container{
    position: relative;
    padding-bottom: 40px;

}

.title-container h2::after {
    content: "";
    position: absolute;
    display: black;
    width: 50px;
    height: 3px;
    background-color: #000;
    bottom: 0;
    left: calc(50% - 25px);
    margin-bottom: 20px;
}

.selamat-datang h2 {
    font-size: 2rem; 
}


.selamat-datang-subtitle {
    font-size: 16px;
    font-weight: normal;
}

.table-sm {
    font-size: 0.875rem;
    padding: 0.25rem;
}

.table-sm th, 
.table-sm td {
    padding: 0.3rem;
}

.about-us-title {
    font-size: 50px;
}

.about-us-subtitle {
    font-size: 28px;
}

/* Style untuk gambar yang mengisi lebar halaman */
.img-container {
    width: 1300px;
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
}

.img-container img {
    width: 100%;
    height: auto;
    display: block; 
}

.img-container-custom {
    text-align: center; 
}

.img-container-custom img {
    width: 1300px;
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
}

.text-content {
    text-align: justify;
}

.text-content h3,
.text-content p {
    margin-bottom: 1rem;
}

/* Style untuk Visi dan Misi */
.vision-mission {
    padding: 1rem 0;
}

.vision-mission h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.vision-mission ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.vision-mission ul li {
    margin-bottom: 0.5rem;
}  

/* Style untuk Sasaran Mutu */
.quality-goals {
    padding: 1rem 0;
}

.quality-goals h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.quality-goals ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.quality-goals ul li {
    margin-bottom: 0.5rem;
}

.clients .row {
    display: flex;
    justify-content: space-around; 
    align-items: center; 
}

.clients .col-md-3 {
    display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center;
}

.clients img {
    max-width: 70%; 
    height: auto;
}

.clients .img-fluidd {
    max-width: 35%; 
    height: auto;
}

/* CSS untuk memastikan gambar dan teks berada di tengah */

.teams {
    background-color: #fff; 
    padding: 3rem 0; 
}

.title-container {
    text-align: center; 
}

.portfolios {
    padding: 0 1rem; 
}

.portfolios .row {
    display: flex;
    justify-content: center; 
}

.portfolios .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}

.portfolios img {
    max-width: 100%; 
    height: auto; 
    margin-bottom: 1rem; 
}

.portfolios .img-fluidd {
    max-width: 55%; 
    height: auto;
}

.portfolios h5 {
    font-size: 1rem; 
    color: #000; 
    font-size: 20px;
    margin-top: 1rem; 
    text-align: justify; 
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.card-icon {
    transition: 0.5s ;
}

.mansory-sizer,
.mansory-item {
    width: 30%;
}

.mansory-item img {
    transition: transform 0.3s ease; /* Efek transisi zoom */
    cursor: pointer; /* Ubah kursor jadi pointer */
}

.mansory-item img:hover {
    transform: scale(1.1); /* Zoom in saat di-hover */
}


.brand-image {
    width: 50%;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.5;
}

.brand-image:hover{
    filter: grayscale(0);
    transform: scale(1.2);
}

a {
    color: white;
}

.btn-subscribe{
    background: #FF0000;
    color: #fff;
    font-weight: bold;
}

.btn-to-top {
    background: #2e5496;
}

.btn-to-top {
    display: inline;
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.bg-darker{
    background: #111;
}

.portfolio-filters li {
    transition: 0.5s;
    cursor: pointer;
}

.portfolio-filters .filter-active, 
.breadcumbs {
    background: #2e5496;
}

.breadcumbs {
    margin-top: 85px;
}

.breadcumbs li + li::before{
    display: inline-block;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    content:"/";
}

.card-img-top {
height: 400px;
object-fit: cover;
}

.btn-submit {
    background: #2e5496;
    color: white;
}

@media (max-width: 768px) {
    .mansory-sizer,
    .mansory-item {
    width: 40%;
    }
}

@media (max-width: 576px) {
    .mansory-sizer,
    .mansory-item {
    width: 100%;
    }
}

/* News section styling */
.news-images {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.news-images img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Ensuring the news content text aligns with the images */
.news-content {
    text-align: justify;
    text-justify: inter-word;
    margin-right: 25px; 
}

.news-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* News title styling */
.news .card-body h3 {
    margin-top: 20px;
    margin-bottom: 20px; 
    font-size: 1.75rem;
    font-weight: 700;
}

.custom-hr {
    border: 0;
    border-top: 3px solid #000;
    width: 85%; 
    margin: 1.5rem 0;
    margin-left: 110px;
}

.form-container {
    margin-left: 110px;
    margin-right: auto;
}

.form-check-input {
    margin-right: 10px; 
}

.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.centered-content h1 {
    margin-top: 0;
}

/* Pastikan table class anda sesuai dengan ini atau ganti dengan class yang tepat */
.table thead th {
    background-color: #2e5496; 
    color: #000;
    padding: 10px;
}

.table thead tr th {
    color: #fff; 
}

.table {
    border-collapse: collapse;
    border: 1px solid #ddd; 
}

.table tbody tr {
    background-color: #f9f9f9; 
}

.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table thead {
    background-color: #000; 
    color: #2e5496;
}

/* Mengecilkan ukuran kolom Date */
.table th:first-child, .table td:first-child {
    width: 6%;
    text-align: center;
}

.number-cell {
    font-size: 15px !important;
    width: 30px !important;
    text-align: center;
}

.date-column {
    width: 90px;
    font-size: 15px;
    text-align: center;
}

.agenda-column {
    width: 150px;
    font-size: 15px; 
    text-align: center;
}

.tuk-column {
    width: 90px;
    font-size: 15px;
    text-align: center;
}

.no-columnn {
    width: 90px;
    font-size: 15px;
    text-align: center;
}


/* Custom styles for search form */
.navbar .form-control {
    max-width: 200px;
}

.navbar .btn-outline-primary {
    border-radius: 20px;
}

.culture-section {
    padding: 20px 0;
    background-color: #f9f9f9;
}

.section-subtitle {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

.icon {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.culture-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.culture-text {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.5;
}

.Organisasi h2 {
    font-size: px; 
    color: #333;      
    text-align: center;  
    margin-bottom: 20px;
}

.container-img {
    max-width: 800px;
    width: 100%;
}

.img-organisasi {
    width: 100%;
    height: auto;
    display: block;
}


/* Custom di table pengguna */
.statistics {
    background-color: #fff;
    padding: 4rem 0;
}

.statistics .container {
    max-width: 1200px;
    margin: 0 auto;
}

.statistics .row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.statistics .col {
    background-color: #2e5496;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, background-color 0.3s;
    flex: 1;
    margin: 0 0.5rem;
}

.statistics .col:hover {
    transform: translateY(-10px);
    background-color: #2e5496
}

.statistics h2 {
    font-size: 3rem;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.statistics p {
    font-size: 1.25rem;
    margin: 0;
    color: #ddd;
    font-weight: 300;
}

.title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: justify;
    font-weight: 350;
    line-height: 1.5;
}

.subjudul {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 17px;
    text-align: center;
    font-weight: 350;
    line-height: 1.5;
}

.related-link {
    margin-bottom: 0.5rem;
}

.carousel-caption h1.big-text {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
}

.carousel-caption h1.sub-text {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

.carousel-caption h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
}

.prosedur-title {
    font-size: 25px;
    margin-bottom: 30px; 
}

.prosedur-subjudul {
    font-size: 25px; 
    margin-top: 40px;
    margin-bottom: 30px;
}

.prosedur-img {
    display: block; 
    margin-top: 30px; 
    margin-bottom: 30px; 
    max-width: 100%; 
}

.card {
    overflow: hidden; 
    position: relative;
    cursor: pointer; 
    transition: transform 0.3s ease; 
}

.card-img-top {
    transition: transform 0.3s ease; 
}

.card:hover .card-img-top {
    transform: scale(1.1); 
}

/* Responsif untuk gambar halaman Tentang Kami */
.img-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.about-img {
    width: 100%;
    height: auto;
    max-width: 900px; /* batas maksimal biar di desktop nggak terlalu lebar */
    object-fit: contain;
    border-radius: 10px;
}

/* Saat di layar HP */
@media (max-width: 768px) {
    .about-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .text-content p {
        font-size: 15px;
        line-height: 1.6;
    }
}
