

.navbar .nav-link {
  margin-left: 15px;
}

.bg-theme{
  background: #198754 !important;
	background: -webkit-linear-gradient(to right, #61ba6d, #198754) !important;
	background: linear-gradient(to right, #198754, #24b24d) !important;
}
/*
.bg-theme{
  background: #61ba6d !important;
	background: -webkit-linear-gradient(to right, #61ba6d, #83c331) !important;
	background: linear-gradient(to right, #61ba6d, #83c331) !important;
} */
.card img {
  height: 180px;
  object-fit: cover;
}

/* home */

.unggulan-box {
  background-color: #61ba6d;
  border-radius: 25px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.unggulan-dekor {
  position: absolute;
  top: 0;
  left: -50px;
  width: 70%;
  height: 100%;
  background-color: #61ba6d;
  border-top-right-radius: 100% 60%;
  border-bottom-right-radius: 100% 60%;
  z-index: 0;
}

.unggulan-content {
  position: relative;
  z-index: 1;
}

.unggulan-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.sub-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 15px;
  margin-bottom: 10px;
}

.unggulan-img {
  border-radius: 15px;
  width: 100%;
  max-width: 200px;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


.ekstra-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.ekstra-img {
  aspect-ratio: 4 / 3;
  /* Tetapkan rasio */
  object-fit: cover;
  width: 100%;
  height: auto;
}

.ekstra-info {
  background-color: #BAFF63;
  padding: 15px;
}

.ekstra-info h5 {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid black;
  padding-bottom: 2px;
  margin: 0 auto 10px auto;
  width: fit-content;
}

.ekstra-info ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.section-title {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.btn-selengkapnya {
  background-color: #FFD839;
  font-weight: 500;
  border-radius: 12px;
}

.image-berita-home {
  border-left: 6px solid #b5ff59;
  height: 200px;
  width: 100%;
}

/* berita */

.berita-card {
  border: 2px solid #c4ff00;
  border-radius: 15px;
  padding: 15px;
}

.berita-img {
  border-radius: 15px;
  box-shadow: 5px 5px 0px #b2ff59;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.btn-read {
  background-color: #e9ff00;
  border: none;
  color: black;
  font-weight: 600;
  border-radius: 8px;
}


/* pendaftaran */



.left-panel {
  background-color: #065e1e;
  color: white;
  min-height: 100vh;
  padding: 30px 20px;
}

.left-panel h4,
.left-panel h5 {
  font-weight: bold;
}

.btn-green {
  background-color: #0c9c36;
  color: white;
  border-radius: 10px;
}

.btn-green:hover {
  background-color: #0a852f;
}

.social-btn {
  background-color: #5fd35f;
  color: black;
  border: none;
  width: 100%;
  margin-bottom: 10px;
}

.form-section {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.required {
  color: red;
  font-size: 0.85rem;
}

.bg-lime {
  background-color: #AFFF4A !important;
}

.btn-lime {
  background-color: #AFFF4A;
  color: #000;
}

.btn-lime:hover {
  background-color: #AFFF4A;
}

.bg-costum {
  background-color: #86BC42 !important;
}

.bg-lime {
  background-color: #C6FF59 !important;
}

.btn.bg-lime:hover {
  background-color: #b4f54b !important;
}

.highlight-box {
  background: linear-gradient(90deg, #d0f7a1, #a8e063);
  border-radius: 20px;
  padding: 20px;
}

.extracurricular-card {
  border-radius: 15px;
  overflow: hidden;
  background-color: #e4ffb6;
  padding: 10px;
}

.category-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}