/* Add here all your css styles (customizations) */
.paginasi {
	padding: 20px 20px;
	/*background-color: #fff;*/
	border-radius: 10px;
	min-height: 40px;
}
.tombol_contact_us{
     position: fixed;bottom: 44px;
   }
.tombol_contact_us img{
     height: 44px;width: auto;
   }
.paginasi a {
	padding: 5px 10px;
	background-color: #f7b70b;
	color: #fff;
	border-radius: 3px;
	margin: 3px 2px;
	min-width: 20px;
	text-decoration: none;
}
.paginasi strong {
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	margin: 3px 2px;
	min-width: 20px;
}


.sky-form footer {
    display: block;
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgb(242, 242, 242);
}

.img-staff,
.img-news {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.modalpdf {
	height: 80vh;
	overflow: scroll
}

.canvasa canvas {
	width: 100%;
	display: block;
}


.inner-box {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-left: 10px solid;
  padding: 12px 12px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-color: #f7b70b;
  text-align: justify;
}

.custom-list {
  list-style-type: none;
  padding-left: 0;
}

.checkmark-list {
  list-style: none; /* Menghilangkan bullet bawaan */
  padding-left: 20px;

}

.checkmark-list li::before {
  content: "\2713"; /* Unicode untuk tanda centang */
  color: #f7b70b; /* Warna centang */
  font-weight: bold;
  display: inline-block;
  width: 20px; /* Jarak antara centang dan teks */
 
	
}

.timeline {
  position: relative;
  max-width: 700px;
  width: 100%;
  padding-left: 30px;
  border-left: 2px solid #f7b70b;
}

.timeline-step {
  position: relative;
  margin-bottom: 40px;
}

.dot {
  position: absolute;
  left: -40px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #f7b70b;
  border-radius: 50%;
  box-shadow: 0 0 8px #f7b70b;
}

.content1 h3 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #f7b70b;
  text-align: justify;
}

.content1 p {
  margin: 0;
  font-size: 15px;
  text-align: justify;
}
/* Styling Tombol Default (Laptop/Desktop) */
.tombol-satgas {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999 !important;
    background-color: #c0392b;
    color: white;
    padding: 12px 20px;
    border-radius: 30px; /* Lebih bulat agar terlihat modern */
    cursor: pointer;
    font-family: sans-serif;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

/* --- RESPONSIVE UNTUK HP --- */
@media screen and (max-width: 768px) {
    .tombol-satgas {
        bottom: 15px;
        right: 15px;
        padding: 8px 15px; /* Sedikit lebih kecil di HP */
        font-size: 12px;    /* Ukuran font menyesuaikan layar kecil */
    }
}

/* Styling Overlay Pop-up */
.overlay-satgas-style {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 1000000;
    justify-content: center;
    align-items: center;
}

/* Kontainer Gambar Pop-up */
.konten-popup {
    position: relative;
    width: 90%;      /* Default 90% lebar layar di HP */
    max-width: 500px; /* Maksimal lebar di Laptop agar tidak terlalu raksasa */
    margin: auto;
}

.konten-popup img {
    width: 100%;     /* Gambar mengikuti lebar kontainer */
    height: auto;    /* Tinggi otomatis agar tidak gepeng */
    border-radius: 10px;
    border: 3px solid #fff;
}

/* Tombol Close di HP agar mudah ditekan jempol */
.tombol-close {
    position: absolute;
    top: -45px;
    right: 0;
    color: white;
    font-size: 40px;
    cursor: pointer;
    padding: 10px; /* Area klik lebih luas */
}
