/** CSS Custom Template */ 
/* Fullscreen modal dengan class kustom */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-modal.active {
  visibility: visible;
  opacity: 1;
}

.custom-modal-content {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.custom-modal-content img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.custom-modal-content h2 {
  margin-top: 0;
  font-size: 24px;
}

.custom-modal-content p {
  font-size: 16px;
  color: #444;
}

.custom-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #888;
}

.custom-modal-close:hover {
  color: #000;
}

button#btn-search-1 {
	color: #2891B3;
}

.btn-more-custom {
	background: #2891B3;
}

#info-gampong .info-gampong-card {
 	background: url(/media/2025.07/banner_info_tppkk1.jpg); 
}

#header > .navbar-header {
	background: #2891B3;
}

.hero-desktop #header > .navbar-header {
	background: #2891B3;
}

#footer {
	background: #2891B3; 
}

button#goTop {
	background: #2891B3; 
}

#jabatan_gampong {
  position: relative;
  top: 51px;
}

#nama_keuchik {
  position: relative;
  top: -31px;
}

@media screen and (max-width: 900px) {
    #info-gampong .info-keuchik {
    	background: #2891B3; 
    }
    #info-gampong .info-gampong-card-detail {
    	background: url(/media/2025.07/banner_info_tppkk1.jpg);  
    }
    #info-gampong .ucapan {
    	background: #2891B3; 
    }
}