.btn-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.btn-circle:hover {
  transform: scale(1.1);
}

body {
  background-color: #f8faf5;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-weight: 700;
  letter-spacing: 1px;
}

.divider {
  width: 60px;
  height: 4px;
  background-color: #0d6efd;
  margin: 15px auto;
}

.teacher-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

.teacher-card:hover {
  transform: translateY(-10px);
}

.teacher-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 5px solid #fd7e14;
}

.teacher-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.teacher-role {
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.stats-section {
  background: linear-gradient(135deg, #0d6efd, #fd7e14);
  padding: 80px 0;
  color: white;
}

.stat-box {
  text-align: center;
}

.stat-icon {
  width: 90px;
  height: 90px;
  background-color: white;
  color: #fd7e14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 0 auto 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
}

.stat-label {
  font-size: 18px;
  opacity: 0.9;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fdf6ec;
}

.hero {
  background: linear-gradient(135deg, #ffb703, #fb8500);
  color: white;
  padding: 80px 20px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon {
  font-size: 40px;
}

footer {
  background-color: #ffb703;
  color: white;
}

body {
  background-color: #f3faef;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  font-weight: bold;
  color: #1d83e3;
}

.divider {
  width: 80px;
  height: 3px;
  background-color: #1d83e3;
  margin: 10px auto 30px;
}

.foto-kepsek {
  max-width: 100%;
  border-radius: 5px;
}

.sambutan-text {
  text-align: justify;
  line-height: 1.8;
  color: #333;
}

.title {
  margin-top: 50px;
  color: #1d83e3;
  font-weight: bold;
  letter-spacing: 1px;
}

.subtitle {
  max-width: 800px;
  margin: auto;
  color: #555;
}

.menu-icon {
  width: 120px;
  height: 120px;
  background-color: #1d83e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.menu-icon:hover {
  transform: scale(1.1);
}

.menu-title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}

.form-card {
  display: none;
  max-width: 500px;
  margin: 50px auto;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #eaf5ec;
}

.navbar {
  background: linear-gradient(90deg, #0d6efd, #fd7e14);
}

.carousel-item {
  height: 85vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.carousel-caption {
  bottom: 30%;
}

.carousel-caption h1 {
  font-size: 3rem;
  font-weight: 700;
}

.carousel-caption p {
  font-size: 1.25rem;
}